library(knitr)
library(tidyverse)
## ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
## ✔ ggplot2 3.3.5     ✔ purrr   0.3.4
## ✔ tibble  3.1.6     ✔ dplyr   1.0.8
## ✔ tidyr   1.2.0     ✔ stringr 1.4.0
## ✔ readr   2.1.2     ✔ forcats 0.5.1
## ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
## ✖ dplyr::filter() masks stats::filter()
## ✖ dplyr::lag()    masks stats::lag()
library(downloader)
library(corrplot)
## corrplot 0.92 loaded
library(stringi)
library(stringr)
library(dplyr)
library(ggplot2)
library(haven)
library(readxl)
dat <- tempfile()
download.file("https://github.com/WJC-Data-Science/DTS350/raw/master/bible.csv", "dat")
dat <- read.csv("dat")
head(dat)
##   volume_id book_id chapter_id verse_id  volume_title book_title
## 1         1       1          1        1 Old Testament    Genesis
## 2         1       1          1        2 Old Testament    Genesis
## 3         1       1          1        3 Old Testament    Genesis
## 4         1       1          1        4 Old Testament    Genesis
## 5         1       1          1        5 Old Testament    Genesis
## 6         1       1          1        6 Old Testament    Genesis
##   volume_long_title                        book_long_title volume_subtitle
## 1 The Old Testament The First Book of Moses called Genesis              NA
## 2 The Old Testament The First Book of Moses called Genesis              NA
## 3 The Old Testament The First Book of Moses called Genesis              NA
## 4 The Old Testament The First Book of Moses called Genesis              NA
## 5 The Old Testament The First Book of Moses called Genesis              NA
## 6 The Old Testament The First Book of Moses called Genesis              NA
##   book_subtitle volume_short_title book_short_title chapter_number verse_number
## 1            NA                 OT             Gen.              1            1
## 2            NA                 OT             Gen.              1            2
## 3            NA                 OT             Gen.              1            3
## 4            NA                 OT             Gen.              1            4
## 5            NA                 OT             Gen.              1            5
## 6            NA                 OT             Gen.              1            6
##                                                                                                                                   scripture_text
## 1                                                                                         IN the beginning God created the heaven and the earth.
## 2 And the earth was without form, and void; and darkness was upon the face of the deep. And the Spirit of God moved upon the face of the waters.
## 3                                                                                         And God said, Let there be light: and there was light.
## 4                                                          And God saw the light, that it was good: and God divided the light from the darkness.
## 5                            And God called the light Day, and the darkness he called Night. And the evening and the morning were the first day.
## 6                               And God said, Let there be a firmament in the midst of the waters, and let it divide the waters from the waters.
##   verse_title verse_short_title
## 1 Genesis 1:1          Gen. 1:1
## 2 Genesis 1:2          Gen. 1:2
## 3 Genesis 1:3          Gen. 1:3
## 4 Genesis 1:4          Gen. 1:4
## 5 Genesis 1:5          Gen. 1:5
## 6 Genesis 1:6          Gen. 1:6
dat
##      volume_id book_id chapter_id verse_id  volume_title  book_title
## 1            1       1          1        1 Old Testament     Genesis
## 2            1       1          1        2 Old Testament     Genesis
## 3            1       1          1        3 Old Testament     Genesis
## 4            1       1          1        4 Old Testament     Genesis
## 5            1       1          1        5 Old Testament     Genesis
## 6            1       1          1        6 Old Testament     Genesis
## 7            1       1          1        7 Old Testament     Genesis
## 8            1       1          1        8 Old Testament     Genesis
## 9            1       1          1        9 Old Testament     Genesis
## 10           1       1          1       10 Old Testament     Genesis
## 11           1       1          1       11 Old Testament     Genesis
## 12           1       1          1       12 Old Testament     Genesis
## 13           1       1          1       13 Old Testament     Genesis
## 14           1       1          1       14 Old Testament     Genesis
## 15           1       1          1       15 Old Testament     Genesis
## 16           1       1          1       16 Old Testament     Genesis
## 17           1       1          1       17 Old Testament     Genesis
## 18           1       1          1       18 Old Testament     Genesis
## 19           1       1          1       19 Old Testament     Genesis
## 20           1       1          1       20 Old Testament     Genesis
## 21           1       1          1       21 Old Testament     Genesis
## 22           1       1          1       22 Old Testament     Genesis
## 23           1       1          1       23 Old Testament     Genesis
## 24           1       1          1       24 Old Testament     Genesis
## 25           1       1          1       25 Old Testament     Genesis
## 26           1       1          1       26 Old Testament     Genesis
## 27           1       1          1       27 Old Testament     Genesis
## 28           1       1          1       28 Old Testament     Genesis
## 29           1       1          1       29 Old Testament     Genesis
## 30           1       1          1       30 Old Testament     Genesis
## 31           1       1          1       31 Old Testament     Genesis
## 32           1       1          2       32 Old Testament     Genesis
## 33           1       1          2       33 Old Testament     Genesis
## 34           1       1          2       34 Old Testament     Genesis
## 35           1       1          2       35 Old Testament     Genesis
## 36           1       1          2       36 Old Testament     Genesis
## 37           1       1          2       37 Old Testament     Genesis
## 38           1       1          2       38 Old Testament     Genesis
## 39           1       1          2       39 Old Testament     Genesis
## 40           1       1          2       40 Old Testament     Genesis
## 41           1       1          2       41 Old Testament     Genesis
## 42           1       1          2       42 Old Testament     Genesis
## 43           1       1          2       43 Old Testament     Genesis
## 44           1       1          2       44 Old Testament     Genesis
## 45           1       1          2       45 Old Testament     Genesis
## 46           1       1          2       46 Old Testament     Genesis
## 47           1       1          2       47 Old Testament     Genesis
## 48           1       1          2       48 Old Testament     Genesis
## 49           1       1          2       49 Old Testament     Genesis
## 50           1       1          2       50 Old Testament     Genesis
## 51           1       1          2       51 Old Testament     Genesis
## 52           1       1          2       52 Old Testament     Genesis
## 53           1       1          2       53 Old Testament     Genesis
## 54           1       1          2       54 Old Testament     Genesis
## 55           1       1          2       55 Old Testament     Genesis
## 56           1       1          2       56 Old Testament     Genesis
## 57           1       1          3       57 Old Testament     Genesis
## 58           1       1          3       58 Old Testament     Genesis
## 59           1       1          3       59 Old Testament     Genesis
## 60           1       1          3       60 Old Testament     Genesis
## 61           1       1          3       61 Old Testament     Genesis
## 62           1       1          3       62 Old Testament     Genesis
## 63           1       1          3       63 Old Testament     Genesis
## 64           1       1          3       64 Old Testament     Genesis
## 65           1       1          3       65 Old Testament     Genesis
## 66           1       1          3       66 Old Testament     Genesis
## 67           1       1          3       67 Old Testament     Genesis
## 68           1       1          3       68 Old Testament     Genesis
## 69           1       1          3       69 Old Testament     Genesis
## 70           1       1          3       70 Old Testament     Genesis
## 71           1       1          3       71 Old Testament     Genesis
## 72           1       1          3       72 Old Testament     Genesis
## 73           1       1          3       73 Old Testament     Genesis
## 74           1       1          3       74 Old Testament     Genesis
## 75           1       1          3       75 Old Testament     Genesis
## 76           1       1          3       76 Old Testament     Genesis
## 77           1       1          3       77 Old Testament     Genesis
## 78           1       1          3       78 Old Testament     Genesis
## 79           1       1          3       79 Old Testament     Genesis
## 80           1       1          3       80 Old Testament     Genesis
## 81           1       1          4       81 Old Testament     Genesis
## 82           1       1          4       82 Old Testament     Genesis
## 83           1       1          4       83 Old Testament     Genesis
## 84           1       1          4       84 Old Testament     Genesis
## 85           1       1          4       85 Old Testament     Genesis
## 86           1       1          4       86 Old Testament     Genesis
## 87           1       1          4       87 Old Testament     Genesis
## 88           1       1          4       88 Old Testament     Genesis
## 89           1       1          4       89 Old Testament     Genesis
## 90           1       1          4       90 Old Testament     Genesis
## 91           1       1          4       91 Old Testament     Genesis
## 92           1       1          4       92 Old Testament     Genesis
## 93           1       1          4       93 Old Testament     Genesis
## 94           1       1          4       94 Old Testament     Genesis
## 95           1       1          4       95 Old Testament     Genesis
## 96           1       1          4       96 Old Testament     Genesis
## 97           1       1          4       97 Old Testament     Genesis
## 98           1       1          4       98 Old Testament     Genesis
## 99           1       1          4       99 Old Testament     Genesis
## 100          1       1          4      100 Old Testament     Genesis
## 101          1       1          4      101 Old Testament     Genesis
## 102          1       1          4      102 Old Testament     Genesis
## 103          1       1          4      103 Old Testament     Genesis
## 104          1       1          4      104 Old Testament     Genesis
## 105          1       1          4      105 Old Testament     Genesis
## 106          1       1          4      106 Old Testament     Genesis
## 107          1       1          5      107 Old Testament     Genesis
## 108          1       1          5      108 Old Testament     Genesis
## 109          1       1          5      109 Old Testament     Genesis
## 110          1       1          5      110 Old Testament     Genesis
## 111          1       1          5      111 Old Testament     Genesis
## 112          1       1          5      112 Old Testament     Genesis
## 113          1       1          5      113 Old Testament     Genesis
## 114          1       1          5      114 Old Testament     Genesis
## 115          1       1          5      115 Old Testament     Genesis
## 116          1       1          5      116 Old Testament     Genesis
## 117          1       1          5      117 Old Testament     Genesis
## 118          1       1          5      118 Old Testament     Genesis
## 119          1       1          5      119 Old Testament     Genesis
## 120          1       1          5      120 Old Testament     Genesis
## 121          1       1          5      121 Old Testament     Genesis
## 122          1       1          5      122 Old Testament     Genesis
## 123          1       1          5      123 Old Testament     Genesis
## 124          1       1          5      124 Old Testament     Genesis
## 125          1       1          5      125 Old Testament     Genesis
## 126          1       1          5      126 Old Testament     Genesis
## 127          1       1          5      127 Old Testament     Genesis
## 128          1       1          5      128 Old Testament     Genesis
## 129          1       1          5      129 Old Testament     Genesis
## 130          1       1          5      130 Old Testament     Genesis
## 131          1       1          5      131 Old Testament     Genesis
## 132          1       1          5      132 Old Testament     Genesis
## 133          1       1          5      133 Old Testament     Genesis
## 134          1       1          5      134 Old Testament     Genesis
## 135          1       1          5      135 Old Testament     Genesis
## 136          1       1          5      136 Old Testament     Genesis
## 137          1       1          5      137 Old Testament     Genesis
## 138          1       1          5      138 Old Testament     Genesis
## 139          1       1          6      139 Old Testament     Genesis
## 140          1       1          6      140 Old Testament     Genesis
## 141          1       1          6      141 Old Testament     Genesis
## 142          1       1          6      142 Old Testament     Genesis
## 143          1       1          6      143 Old Testament     Genesis
## 144          1       1          6      144 Old Testament     Genesis
## 145          1       1          6      145 Old Testament     Genesis
## 146          1       1          6      146 Old Testament     Genesis
## 147          1       1          6      147 Old Testament     Genesis
## 148          1       1          6      148 Old Testament     Genesis
## 149          1       1          6      149 Old Testament     Genesis
## 150          1       1          6      150 Old Testament     Genesis
## 151          1       1          6      151 Old Testament     Genesis
## 152          1       1          6      152 Old Testament     Genesis
## 153          1       1          6      153 Old Testament     Genesis
## 154          1       1          6      154 Old Testament     Genesis
## 155          1       1          6      155 Old Testament     Genesis
## 156          1       1          6      156 Old Testament     Genesis
## 157          1       1          6      157 Old Testament     Genesis
## 158          1       1          6      158 Old Testament     Genesis
## 159          1       1          6      159 Old Testament     Genesis
## 160          1       1          6      160 Old Testament     Genesis
## 161          1       1          7      161 Old Testament     Genesis
## 162          1       1          7      162 Old Testament     Genesis
## 163          1       1          7      163 Old Testament     Genesis
## 164          1       1          7      164 Old Testament     Genesis
## 165          1       1          7      165 Old Testament     Genesis
## 166          1       1          7      166 Old Testament     Genesis
## 167          1       1          7      167 Old Testament     Genesis
## 168          1       1          7      168 Old Testament     Genesis
## 169          1       1          7      169 Old Testament     Genesis
## 170          1       1          7      170 Old Testament     Genesis
## 171          1       1          7      171 Old Testament     Genesis
## 172          1       1          7      172 Old Testament     Genesis
## 173          1       1          7      173 Old Testament     Genesis
## 174          1       1          7      174 Old Testament     Genesis
## 175          1       1          7      175 Old Testament     Genesis
## 176          1       1          7      176 Old Testament     Genesis
## 177          1       1          7      177 Old Testament     Genesis
## 178          1       1          7      178 Old Testament     Genesis
## 179          1       1          7      179 Old Testament     Genesis
## 180          1       1          7      180 Old Testament     Genesis
## 181          1       1          7      181 Old Testament     Genesis
## 182          1       1          7      182 Old Testament     Genesis
## 183          1       1          7      183 Old Testament     Genesis
## 184          1       1          7      184 Old Testament     Genesis
## 185          1       1          8      185 Old Testament     Genesis
## 186          1       1          8      186 Old Testament     Genesis
## 187          1       1          8      187 Old Testament     Genesis
## 188          1       1          8      188 Old Testament     Genesis
## 189          1       1          8      189 Old Testament     Genesis
## 190          1       1          8      190 Old Testament     Genesis
## 191          1       1          8      191 Old Testament     Genesis
## 192          1       1          8      192 Old Testament     Genesis
## 193          1       1          8      193 Old Testament     Genesis
## 194          1       1          8      194 Old Testament     Genesis
## 195          1       1          8      195 Old Testament     Genesis
## 196          1       1          8      196 Old Testament     Genesis
## 197          1       1          8      197 Old Testament     Genesis
## 198          1       1          8      198 Old Testament     Genesis
## 199          1       1          8      199 Old Testament     Genesis
## 200          1       1          8      200 Old Testament     Genesis
## 201          1       1          8      201 Old Testament     Genesis
## 202          1       1          8      202 Old Testament     Genesis
## 203          1       1          8      203 Old Testament     Genesis
## 204          1       1          8      204 Old Testament     Genesis
## 205          1       1          8      205 Old Testament     Genesis
## 206          1       1          8      206 Old Testament     Genesis
## 207          1       1          9      207 Old Testament     Genesis
## 208          1       1          9      208 Old Testament     Genesis
## 209          1       1          9      209 Old Testament     Genesis
## 210          1       1          9      210 Old Testament     Genesis
## 211          1       1          9      211 Old Testament     Genesis
## 212          1       1          9      212 Old Testament     Genesis
## 213          1       1          9      213 Old Testament     Genesis
## 214          1       1          9      214 Old Testament     Genesis
## 215          1       1          9      215 Old Testament     Genesis
## 216          1       1          9      216 Old Testament     Genesis
## 217          1       1          9      217 Old Testament     Genesis
## 218          1       1          9      218 Old Testament     Genesis
## 219          1       1          9      219 Old Testament     Genesis
## 220          1       1          9      220 Old Testament     Genesis
## 221          1       1          9      221 Old Testament     Genesis
## 222          1       1          9      222 Old Testament     Genesis
## 223          1       1          9      223 Old Testament     Genesis
## 224          1       1          9      224 Old Testament     Genesis
## 225          1       1          9      225 Old Testament     Genesis
## 226          1       1          9      226 Old Testament     Genesis
## 227          1       1          9      227 Old Testament     Genesis
## 228          1       1          9      228 Old Testament     Genesis
## 229          1       1          9      229 Old Testament     Genesis
## 230          1       1          9      230 Old Testament     Genesis
## 231          1       1          9      231 Old Testament     Genesis
## 232          1       1          9      232 Old Testament     Genesis
## 233          1       1          9      233 Old Testament     Genesis
## 234          1       1          9      234 Old Testament     Genesis
## 235          1       1          9      235 Old Testament     Genesis
## 236          1       1         10      236 Old Testament     Genesis
## 237          1       1         10      237 Old Testament     Genesis
## 238          1       1         10      238 Old Testament     Genesis
## 239          1       1         10      239 Old Testament     Genesis
## 240          1       1         10      240 Old Testament     Genesis
## 241          1       1         10      241 Old Testament     Genesis
## 242          1       1         10      242 Old Testament     Genesis
## 243          1       1         10      243 Old Testament     Genesis
## 244          1       1         10      244 Old Testament     Genesis
## 245          1       1         10      245 Old Testament     Genesis
## 246          1       1         10      246 Old Testament     Genesis
## 247          1       1         10      247 Old Testament     Genesis
## 248          1       1         10      248 Old Testament     Genesis
## 249          1       1         10      249 Old Testament     Genesis
## 250          1       1         10      250 Old Testament     Genesis
## 251          1       1         10      251 Old Testament     Genesis
## 252          1       1         10      252 Old Testament     Genesis
## 253          1       1         10      253 Old Testament     Genesis
## 254          1       1         10      254 Old Testament     Genesis
## 255          1       1         10      255 Old Testament     Genesis
## 256          1       1         10      256 Old Testament     Genesis
## 257          1       1         10      257 Old Testament     Genesis
## 258          1       1         10      258 Old Testament     Genesis
## 259          1       1         10      259 Old Testament     Genesis
## 260          1       1         10      260 Old Testament     Genesis
## 261          1       1         10      261 Old Testament     Genesis
## 262          1       1         10      262 Old Testament     Genesis
## 263          1       1         10      263 Old Testament     Genesis
## 264          1       1         10      264 Old Testament     Genesis
## 265          1       1         10      265 Old Testament     Genesis
## 266          1       1         10      266 Old Testament     Genesis
## 267          1       1         10      267 Old Testament     Genesis
## 268          1       1         11      268 Old Testament     Genesis
## 269          1       1         11      269 Old Testament     Genesis
## 270          1       1         11      270 Old Testament     Genesis
## 271          1       1         11      271 Old Testament     Genesis
## 272          1       1         11      272 Old Testament     Genesis
## 273          1       1         11      273 Old Testament     Genesis
## 274          1       1         11      274 Old Testament     Genesis
## 275          1       1         11      275 Old Testament     Genesis
## 276          1       1         11      276 Old Testament     Genesis
## 277          1       1         11      277 Old Testament     Genesis
## 278          1       1         11      278 Old Testament     Genesis
## 279          1       1         11      279 Old Testament     Genesis
## 280          1       1         11      280 Old Testament     Genesis
## 281          1       1         11      281 Old Testament     Genesis
## 282          1       1         11      282 Old Testament     Genesis
## 283          1       1         11      283 Old Testament     Genesis
## 284          1       1         11      284 Old Testament     Genesis
## 285          1       1         11      285 Old Testament     Genesis
## 286          1       1         11      286 Old Testament     Genesis
## 287          1       1         11      287 Old Testament     Genesis
## 288          1       1         11      288 Old Testament     Genesis
## 289          1       1         11      289 Old Testament     Genesis
## 290          1       1         11      290 Old Testament     Genesis
## 291          1       1         11      291 Old Testament     Genesis
## 292          1       1         11      292 Old Testament     Genesis
## 293          1       1         11      293 Old Testament     Genesis
## 294          1       1         11      294 Old Testament     Genesis
## 295          1       1         11      295 Old Testament     Genesis
## 296          1       1         11      296 Old Testament     Genesis
## 297          1       1         11      297 Old Testament     Genesis
## 298          1       1         11      298 Old Testament     Genesis
## 299          1       1         11      299 Old Testament     Genesis
## 300          1       1         12      300 Old Testament     Genesis
## 301          1       1         12      301 Old Testament     Genesis
## 302          1       1         12      302 Old Testament     Genesis
## 303          1       1         12      303 Old Testament     Genesis
## 304          1       1         12      304 Old Testament     Genesis
## 305          1       1         12      305 Old Testament     Genesis
## 306          1       1         12      306 Old Testament     Genesis
## 307          1       1         12      307 Old Testament     Genesis
## 308          1       1         12      308 Old Testament     Genesis
## 309          1       1         12      309 Old Testament     Genesis
## 310          1       1         12      310 Old Testament     Genesis
## 311          1       1         12      311 Old Testament     Genesis
## 312          1       1         12      312 Old Testament     Genesis
## 313          1       1         12      313 Old Testament     Genesis
## 314          1       1         12      314 Old Testament     Genesis
## 315          1       1         12      315 Old Testament     Genesis
## 316          1       1         12      316 Old Testament     Genesis
## 317          1       1         12      317 Old Testament     Genesis
## 318          1       1         12      318 Old Testament     Genesis
## 319          1       1         12      319 Old Testament     Genesis
## 320          1       1         13      320 Old Testament     Genesis
## 321          1       1         13      321 Old Testament     Genesis
## 322          1       1         13      322 Old Testament     Genesis
## 323          1       1         13      323 Old Testament     Genesis
## 324          1       1         13      324 Old Testament     Genesis
## 325          1       1         13      325 Old Testament     Genesis
## 326          1       1         13      326 Old Testament     Genesis
## 327          1       1         13      327 Old Testament     Genesis
## 328          1       1         13      328 Old Testament     Genesis
## 329          1       1         13      329 Old Testament     Genesis
## 330          1       1         13      330 Old Testament     Genesis
## 331          1       1         13      331 Old Testament     Genesis
## 332          1       1         13      332 Old Testament     Genesis
## 333          1       1         13      333 Old Testament     Genesis
## 334          1       1         13      334 Old Testament     Genesis
## 335          1       1         13      335 Old Testament     Genesis
## 336          1       1         13      336 Old Testament     Genesis
## 337          1       1         13      337 Old Testament     Genesis
## 338          1       1         14      338 Old Testament     Genesis
## 339          1       1         14      339 Old Testament     Genesis
## 340          1       1         14      340 Old Testament     Genesis
## 341          1       1         14      341 Old Testament     Genesis
## 342          1       1         14      342 Old Testament     Genesis
## 343          1       1         14      343 Old Testament     Genesis
## 344          1       1         14      344 Old Testament     Genesis
## 345          1       1         14      345 Old Testament     Genesis
## 346          1       1         14      346 Old Testament     Genesis
## 347          1       1         14      347 Old Testament     Genesis
## 348          1       1         14      348 Old Testament     Genesis
## 349          1       1         14      349 Old Testament     Genesis
## 350          1       1         14      350 Old Testament     Genesis
## 351          1       1         14      351 Old Testament     Genesis
## 352          1       1         14      352 Old Testament     Genesis
## 353          1       1         14      353 Old Testament     Genesis
## 354          1       1         14      354 Old Testament     Genesis
## 355          1       1         14      355 Old Testament     Genesis
## 356          1       1         14      356 Old Testament     Genesis
## 357          1       1         14      357 Old Testament     Genesis
## 358          1       1         14      358 Old Testament     Genesis
## 359          1       1         14      359 Old Testament     Genesis
## 360          1       1         14      360 Old Testament     Genesis
## 361          1       1         14      361 Old Testament     Genesis
## 362          1       1         15      362 Old Testament     Genesis
## 363          1       1         15      363 Old Testament     Genesis
## 364          1       1         15      364 Old Testament     Genesis
## 365          1       1         15      365 Old Testament     Genesis
## 366          1       1         15      366 Old Testament     Genesis
## 367          1       1         15      367 Old Testament     Genesis
## 368          1       1         15      368 Old Testament     Genesis
## 369          1       1         15      369 Old Testament     Genesis
## 370          1       1         15      370 Old Testament     Genesis
## 371          1       1         15      371 Old Testament     Genesis
## 372          1       1         15      372 Old Testament     Genesis
## 373          1       1         15      373 Old Testament     Genesis
## 374          1       1         15      374 Old Testament     Genesis
## 375          1       1         15      375 Old Testament     Genesis
## 376          1       1         15      376 Old Testament     Genesis
## 377          1       1         15      377 Old Testament     Genesis
## 378          1       1         15      378 Old Testament     Genesis
## 379          1       1         15      379 Old Testament     Genesis
## 380          1       1         15      380 Old Testament     Genesis
## 381          1       1         15      381 Old Testament     Genesis
## 382          1       1         15      382 Old Testament     Genesis
## 383          1       1         16      383 Old Testament     Genesis
## 384          1       1         16      384 Old Testament     Genesis
## 385          1       1         16      385 Old Testament     Genesis
## 386          1       1         16      386 Old Testament     Genesis
## 387          1       1         16      387 Old Testament     Genesis
## 388          1       1         16      388 Old Testament     Genesis
## 389          1       1         16      389 Old Testament     Genesis
## 390          1       1         16      390 Old Testament     Genesis
## 391          1       1         16      391 Old Testament     Genesis
## 392          1       1         16      392 Old Testament     Genesis
## 393          1       1         16      393 Old Testament     Genesis
## 394          1       1         16      394 Old Testament     Genesis
## 395          1       1         16      395 Old Testament     Genesis
## 396          1       1         16      396 Old Testament     Genesis
## 397          1       1         16      397 Old Testament     Genesis
## 398          1       1         16      398 Old Testament     Genesis
## 399          1       1         17      399 Old Testament     Genesis
## 400          1       1         17      400 Old Testament     Genesis
## 401          1       1         17      401 Old Testament     Genesis
## 402          1       1         17      402 Old Testament     Genesis
## 403          1       1         17      403 Old Testament     Genesis
## 404          1       1         17      404 Old Testament     Genesis
## 405          1       1         17      405 Old Testament     Genesis
## 406          1       1         17      406 Old Testament     Genesis
## 407          1       1         17      407 Old Testament     Genesis
## 408          1       1         17      408 Old Testament     Genesis
## 409          1       1         17      409 Old Testament     Genesis
## 410          1       1         17      410 Old Testament     Genesis
## 411          1       1         17      411 Old Testament     Genesis
## 412          1       1         17      412 Old Testament     Genesis
## 413          1       1         17      413 Old Testament     Genesis
## 414          1       1         17      414 Old Testament     Genesis
## 415          1       1         17      415 Old Testament     Genesis
## 416          1       1         17      416 Old Testament     Genesis
## 417          1       1         17      417 Old Testament     Genesis
## 418          1       1         17      418 Old Testament     Genesis
## 419          1       1         17      419 Old Testament     Genesis
## 420          1       1         17      420 Old Testament     Genesis
## 421          1       1         17      421 Old Testament     Genesis
## 422          1       1         17      422 Old Testament     Genesis
## 423          1       1         17      423 Old Testament     Genesis
## 424          1       1         17      424 Old Testament     Genesis
## 425          1       1         17      425 Old Testament     Genesis
## 426          1       1         18      426 Old Testament     Genesis
## 427          1       1         18      427 Old Testament     Genesis
## 428          1       1         18      428 Old Testament     Genesis
## 429          1       1         18      429 Old Testament     Genesis
## 430          1       1         18      430 Old Testament     Genesis
## 431          1       1         18      431 Old Testament     Genesis
## 432          1       1         18      432 Old Testament     Genesis
## 433          1       1         18      433 Old Testament     Genesis
## 434          1       1         18      434 Old Testament     Genesis
## 435          1       1         18      435 Old Testament     Genesis
## 436          1       1         18      436 Old Testament     Genesis
## 437          1       1         18      437 Old Testament     Genesis
## 438          1       1         18      438 Old Testament     Genesis
## 439          1       1         18      439 Old Testament     Genesis
## 440          1       1         18      440 Old Testament     Genesis
## 441          1       1         18      441 Old Testament     Genesis
## 442          1       1         18      442 Old Testament     Genesis
## 443          1       1         18      443 Old Testament     Genesis
## 444          1       1         18      444 Old Testament     Genesis
## 445          1       1         18      445 Old Testament     Genesis
## 446          1       1         18      446 Old Testament     Genesis
## 447          1       1         18      447 Old Testament     Genesis
## 448          1       1         18      448 Old Testament     Genesis
## 449          1       1         18      449 Old Testament     Genesis
## 450          1       1         18      450 Old Testament     Genesis
## 451          1       1         18      451 Old Testament     Genesis
## 452          1       1         18      452 Old Testament     Genesis
## 453          1       1         18      453 Old Testament     Genesis
## 454          1       1         18      454 Old Testament     Genesis
## 455          1       1         18      455 Old Testament     Genesis
## 456          1       1         18      456 Old Testament     Genesis
## 457          1       1         18      457 Old Testament     Genesis
## 458          1       1         18      458 Old Testament     Genesis
## 459          1       1         19      459 Old Testament     Genesis
## 460          1       1         19      460 Old Testament     Genesis
## 461          1       1         19      461 Old Testament     Genesis
## 462          1       1         19      462 Old Testament     Genesis
## 463          1       1         19      463 Old Testament     Genesis
## 464          1       1         19      464 Old Testament     Genesis
## 465          1       1         19      465 Old Testament     Genesis
## 466          1       1         19      466 Old Testament     Genesis
## 467          1       1         19      467 Old Testament     Genesis
## 468          1       1         19      468 Old Testament     Genesis
## 469          1       1         19      469 Old Testament     Genesis
## 470          1       1         19      470 Old Testament     Genesis
## 471          1       1         19      471 Old Testament     Genesis
## 472          1       1         19      472 Old Testament     Genesis
## 473          1       1         19      473 Old Testament     Genesis
## 474          1       1         19      474 Old Testament     Genesis
## 475          1       1         19      475 Old Testament     Genesis
## 476          1       1         19      476 Old Testament     Genesis
## 477          1       1         19      477 Old Testament     Genesis
## 478          1       1         19      478 Old Testament     Genesis
## 479          1       1         19      479 Old Testament     Genesis
## 480          1       1         19      480 Old Testament     Genesis
## 481          1       1         19      481 Old Testament     Genesis
## 482          1       1         19      482 Old Testament     Genesis
## 483          1       1         19      483 Old Testament     Genesis
## 484          1       1         19      484 Old Testament     Genesis
## 485          1       1         19      485 Old Testament     Genesis
## 486          1       1         19      486 Old Testament     Genesis
## 487          1       1         19      487 Old Testament     Genesis
## 488          1       1         19      488 Old Testament     Genesis
## 489          1       1         19      489 Old Testament     Genesis
## 490          1       1         19      490 Old Testament     Genesis
## 491          1       1         19      491 Old Testament     Genesis
## 492          1       1         19      492 Old Testament     Genesis
## 493          1       1         19      493 Old Testament     Genesis
## 494          1       1         19      494 Old Testament     Genesis
## 495          1       1         19      495 Old Testament     Genesis
## 496          1       1         19      496 Old Testament     Genesis
## 497          1       1         20      497 Old Testament     Genesis
## 498          1       1         20      498 Old Testament     Genesis
## 499          1       1         20      499 Old Testament     Genesis
## 500          1       1         20      500 Old Testament     Genesis
## 501          1       1         20      501 Old Testament     Genesis
## 502          1       1         20      502 Old Testament     Genesis
## 503          1       1         20      503 Old Testament     Genesis
## 504          1       1         20      504 Old Testament     Genesis
## 505          1       1         20      505 Old Testament     Genesis
## 506          1       1         20      506 Old Testament     Genesis
## 507          1       1         20      507 Old Testament     Genesis
## 508          1       1         20      508 Old Testament     Genesis
## 509          1       1         20      509 Old Testament     Genesis
## 510          1       1         20      510 Old Testament     Genesis
## 511          1       1         20      511 Old Testament     Genesis
## 512          1       1         20      512 Old Testament     Genesis
## 513          1       1         20      513 Old Testament     Genesis
## 514          1       1         20      514 Old Testament     Genesis
## 515          1       1         21      515 Old Testament     Genesis
## 516          1       1         21      516 Old Testament     Genesis
## 517          1       1         21      517 Old Testament     Genesis
## 518          1       1         21      518 Old Testament     Genesis
## 519          1       1         21      519 Old Testament     Genesis
## 520          1       1         21      520 Old Testament     Genesis
## 521          1       1         21      521 Old Testament     Genesis
## 522          1       1         21      522 Old Testament     Genesis
## 523          1       1         21      523 Old Testament     Genesis
## 524          1       1         21      524 Old Testament     Genesis
## 525          1       1         21      525 Old Testament     Genesis
## 526          1       1         21      526 Old Testament     Genesis
## 527          1       1         21      527 Old Testament     Genesis
## 528          1       1         21      528 Old Testament     Genesis
## 529          1       1         21      529 Old Testament     Genesis
## 530          1       1         21      530 Old Testament     Genesis
## 531          1       1         21      531 Old Testament     Genesis
## 532          1       1         21      532 Old Testament     Genesis
## 533          1       1         21      533 Old Testament     Genesis
## 534          1       1         21      534 Old Testament     Genesis
## 535          1       1         21      535 Old Testament     Genesis
## 536          1       1         21      536 Old Testament     Genesis
## 537          1       1         21      537 Old Testament     Genesis
## 538          1       1         21      538 Old Testament     Genesis
## 539          1       1         21      539 Old Testament     Genesis
## 540          1       1         21      540 Old Testament     Genesis
## 541          1       1         21      541 Old Testament     Genesis
## 542          1       1         21      542 Old Testament     Genesis
## 543          1       1         21      543 Old Testament     Genesis
## 544          1       1         21      544 Old Testament     Genesis
## 545          1       1         21      545 Old Testament     Genesis
## 546          1       1         21      546 Old Testament     Genesis
## 547          1       1         21      547 Old Testament     Genesis
## 548          1       1         21      548 Old Testament     Genesis
## 549          1       1         22      549 Old Testament     Genesis
## 550          1       1         22      550 Old Testament     Genesis
## 551          1       1         22      551 Old Testament     Genesis
## 552          1       1         22      552 Old Testament     Genesis
## 553          1       1         22      553 Old Testament     Genesis
## 554          1       1         22      554 Old Testament     Genesis
## 555          1       1         22      555 Old Testament     Genesis
## 556          1       1         22      556 Old Testament     Genesis
## 557          1       1         22      557 Old Testament     Genesis
## 558          1       1         22      558 Old Testament     Genesis
## 559          1       1         22      559 Old Testament     Genesis
## 560          1       1         22      560 Old Testament     Genesis
## 561          1       1         22      561 Old Testament     Genesis
## 562          1       1         22      562 Old Testament     Genesis
## 563          1       1         22      563 Old Testament     Genesis
## 564          1       1         22      564 Old Testament     Genesis
## 565          1       1         22      565 Old Testament     Genesis
## 566          1       1         22      566 Old Testament     Genesis
## 567          1       1         22      567 Old Testament     Genesis
## 568          1       1         22      568 Old Testament     Genesis
## 569          1       1         22      569 Old Testament     Genesis
## 570          1       1         22      570 Old Testament     Genesis
## 571          1       1         22      571 Old Testament     Genesis
## 572          1       1         22      572 Old Testament     Genesis
## 573          1       1         23      573 Old Testament     Genesis
## 574          1       1         23      574 Old Testament     Genesis
## 575          1       1         23      575 Old Testament     Genesis
## 576          1       1         23      576 Old Testament     Genesis
## 577          1       1         23      577 Old Testament     Genesis
## 578          1       1         23      578 Old Testament     Genesis
## 579          1       1         23      579 Old Testament     Genesis
## 580          1       1         23      580 Old Testament     Genesis
## 581          1       1         23      581 Old Testament     Genesis
## 582          1       1         23      582 Old Testament     Genesis
## 583          1       1         23      583 Old Testament     Genesis
## 584          1       1         23      584 Old Testament     Genesis
## 585          1       1         23      585 Old Testament     Genesis
## 586          1       1         23      586 Old Testament     Genesis
## 587          1       1         23      587 Old Testament     Genesis
## 588          1       1         23      588 Old Testament     Genesis
## 589          1       1         23      589 Old Testament     Genesis
## 590          1       1         23      590 Old Testament     Genesis
## 591          1       1         23      591 Old Testament     Genesis
## 592          1       1         23      592 Old Testament     Genesis
## 593          1       1         24      593 Old Testament     Genesis
## 594          1       1         24      594 Old Testament     Genesis
## 595          1       1         24      595 Old Testament     Genesis
## 596          1       1         24      596 Old Testament     Genesis
## 597          1       1         24      597 Old Testament     Genesis
## 598          1       1         24      598 Old Testament     Genesis
## 599          1       1         24      599 Old Testament     Genesis
## 600          1       1         24      600 Old Testament     Genesis
## 601          1       1         24      601 Old Testament     Genesis
## 602          1       1         24      602 Old Testament     Genesis
## 603          1       1         24      603 Old Testament     Genesis
## 604          1       1         24      604 Old Testament     Genesis
## 605          1       1         24      605 Old Testament     Genesis
## 606          1       1         24      606 Old Testament     Genesis
## 607          1       1         24      607 Old Testament     Genesis
## 608          1       1         24      608 Old Testament     Genesis
## 609          1       1         24      609 Old Testament     Genesis
## 610          1       1         24      610 Old Testament     Genesis
## 611          1       1         24      611 Old Testament     Genesis
## 612          1       1         24      612 Old Testament     Genesis
## 613          1       1         24      613 Old Testament     Genesis
## 614          1       1         24      614 Old Testament     Genesis
## 615          1       1         24      615 Old Testament     Genesis
## 616          1       1         24      616 Old Testament     Genesis
## 617          1       1         24      617 Old Testament     Genesis
## 618          1       1         24      618 Old Testament     Genesis
## 619          1       1         24      619 Old Testament     Genesis
## 620          1       1         24      620 Old Testament     Genesis
## 621          1       1         24      621 Old Testament     Genesis
## 622          1       1         24      622 Old Testament     Genesis
## 623          1       1         24      623 Old Testament     Genesis
## 624          1       1         24      624 Old Testament     Genesis
## 625          1       1         24      625 Old Testament     Genesis
## 626          1       1         24      626 Old Testament     Genesis
## 627          1       1         24      627 Old Testament     Genesis
## 628          1       1         24      628 Old Testament     Genesis
## 629          1       1         24      629 Old Testament     Genesis
## 630          1       1         24      630 Old Testament     Genesis
## 631          1       1         24      631 Old Testament     Genesis
## 632          1       1         24      632 Old Testament     Genesis
## 633          1       1         24      633 Old Testament     Genesis
## 634          1       1         24      634 Old Testament     Genesis
## 635          1       1         24      635 Old Testament     Genesis
## 636          1       1         24      636 Old Testament     Genesis
## 637          1       1         24      637 Old Testament     Genesis
## 638          1       1         24      638 Old Testament     Genesis
## 639          1       1         24      639 Old Testament     Genesis
## 640          1       1         24      640 Old Testament     Genesis
## 641          1       1         24      641 Old Testament     Genesis
## 642          1       1         24      642 Old Testament     Genesis
## 643          1       1         24      643 Old Testament     Genesis
## 644          1       1         24      644 Old Testament     Genesis
## 645          1       1         24      645 Old Testament     Genesis
## 646          1       1         24      646 Old Testament     Genesis
## 647          1       1         24      647 Old Testament     Genesis
## 648          1       1         24      648 Old Testament     Genesis
## 649          1       1         24      649 Old Testament     Genesis
## 650          1       1         24      650 Old Testament     Genesis
## 651          1       1         24      651 Old Testament     Genesis
## 652          1       1         24      652 Old Testament     Genesis
## 653          1       1         24      653 Old Testament     Genesis
## 654          1       1         24      654 Old Testament     Genesis
## 655          1       1         24      655 Old Testament     Genesis
## 656          1       1         24      656 Old Testament     Genesis
## 657          1       1         24      657 Old Testament     Genesis
## 658          1       1         24      658 Old Testament     Genesis
## 659          1       1         24      659 Old Testament     Genesis
## 660          1       1         25      660 Old Testament     Genesis
## 661          1       1         25      661 Old Testament     Genesis
## 662          1       1         25      662 Old Testament     Genesis
## 663          1       1         25      663 Old Testament     Genesis
## 664          1       1         25      664 Old Testament     Genesis
## 665          1       1         25      665 Old Testament     Genesis
## 666          1       1         25      666 Old Testament     Genesis
## 667          1       1         25      667 Old Testament     Genesis
## 668          1       1         25      668 Old Testament     Genesis
## 669          1       1         25      669 Old Testament     Genesis
## 670          1       1         25      670 Old Testament     Genesis
## 671          1       1         25      671 Old Testament     Genesis
## 672          1       1         25      672 Old Testament     Genesis
## 673          1       1         25      673 Old Testament     Genesis
## 674          1       1         25      674 Old Testament     Genesis
## 675          1       1         25      675 Old Testament     Genesis
## 676          1       1         25      676 Old Testament     Genesis
## 677          1       1         25      677 Old Testament     Genesis
## 678          1       1         25      678 Old Testament     Genesis
## 679          1       1         25      679 Old Testament     Genesis
## 680          1       1         25      680 Old Testament     Genesis
## 681          1       1         25      681 Old Testament     Genesis
## 682          1       1         25      682 Old Testament     Genesis
## 683          1       1         25      683 Old Testament     Genesis
## 684          1       1         25      684 Old Testament     Genesis
## 685          1       1         25      685 Old Testament     Genesis
## 686          1       1         25      686 Old Testament     Genesis
## 687          1       1         25      687 Old Testament     Genesis
## 688          1       1         25      688 Old Testament     Genesis
## 689          1       1         25      689 Old Testament     Genesis
## 690          1       1         25      690 Old Testament     Genesis
## 691          1       1         25      691 Old Testament     Genesis
## 692          1       1         25      692 Old Testament     Genesis
## 693          1       1         25      693 Old Testament     Genesis
## 694          1       1         26      694 Old Testament     Genesis
## 695          1       1         26      695 Old Testament     Genesis
## 696          1       1         26      696 Old Testament     Genesis
## 697          1       1         26      697 Old Testament     Genesis
## 698          1       1         26      698 Old Testament     Genesis
## 699          1       1         26      699 Old Testament     Genesis
## 700          1       1         26      700 Old Testament     Genesis
## 701          1       1         26      701 Old Testament     Genesis
## 702          1       1         26      702 Old Testament     Genesis
## 703          1       1         26      703 Old Testament     Genesis
## 704          1       1         26      704 Old Testament     Genesis
## 705          1       1         26      705 Old Testament     Genesis
## 706          1       1         26      706 Old Testament     Genesis
## 707          1       1         26      707 Old Testament     Genesis
## 708          1       1         26      708 Old Testament     Genesis
## 709          1       1         26      709 Old Testament     Genesis
## 710          1       1         26      710 Old Testament     Genesis
## 711          1       1         26      711 Old Testament     Genesis
## 712          1       1         26      712 Old Testament     Genesis
## 713          1       1         26      713 Old Testament     Genesis
## 714          1       1         26      714 Old Testament     Genesis
## 715          1       1         26      715 Old Testament     Genesis
## 716          1       1         26      716 Old Testament     Genesis
## 717          1       1         26      717 Old Testament     Genesis
## 718          1       1         26      718 Old Testament     Genesis
## 719          1       1         26      719 Old Testament     Genesis
## 720          1       1         26      720 Old Testament     Genesis
## 721          1       1         26      721 Old Testament     Genesis
## 722          1       1         26      722 Old Testament     Genesis
## 723          1       1         26      723 Old Testament     Genesis
## 724          1       1         26      724 Old Testament     Genesis
## 725          1       1         26      725 Old Testament     Genesis
## 726          1       1         26      726 Old Testament     Genesis
## 727          1       1         26      727 Old Testament     Genesis
## 728          1       1         26      728 Old Testament     Genesis
## 729          1       1         27      729 Old Testament     Genesis
## 730          1       1         27      730 Old Testament     Genesis
## 731          1       1         27      731 Old Testament     Genesis
## 732          1       1         27      732 Old Testament     Genesis
## 733          1       1         27      733 Old Testament     Genesis
## 734          1       1         27      734 Old Testament     Genesis
## 735          1       1         27      735 Old Testament     Genesis
## 736          1       1         27      736 Old Testament     Genesis
## 737          1       1         27      737 Old Testament     Genesis
## 738          1       1         27      738 Old Testament     Genesis
## 739          1       1         27      739 Old Testament     Genesis
## 740          1       1         27      740 Old Testament     Genesis
## 741          1       1         27      741 Old Testament     Genesis
## 742          1       1         27      742 Old Testament     Genesis
## 743          1       1         27      743 Old Testament     Genesis
## 744          1       1         27      744 Old Testament     Genesis
## 745          1       1         27      745 Old Testament     Genesis
## 746          1       1         27      746 Old Testament     Genesis
## 747          1       1         27      747 Old Testament     Genesis
## 748          1       1         27      748 Old Testament     Genesis
## 749          1       1         27      749 Old Testament     Genesis
## 750          1       1         27      750 Old Testament     Genesis
## 751          1       1         27      751 Old Testament     Genesis
## 752          1       1         27      752 Old Testament     Genesis
## 753          1       1         27      753 Old Testament     Genesis
## 754          1       1         27      754 Old Testament     Genesis
## 755          1       1         27      755 Old Testament     Genesis
## 756          1       1         27      756 Old Testament     Genesis
## 757          1       1         27      757 Old Testament     Genesis
## 758          1       1         27      758 Old Testament     Genesis
## 759          1       1         27      759 Old Testament     Genesis
## 760          1       1         27      760 Old Testament     Genesis
## 761          1       1         27      761 Old Testament     Genesis
## 762          1       1         27      762 Old Testament     Genesis
## 763          1       1         27      763 Old Testament     Genesis
## 764          1       1         27      764 Old Testament     Genesis
## 765          1       1         27      765 Old Testament     Genesis
## 766          1       1         27      766 Old Testament     Genesis
## 767          1       1         27      767 Old Testament     Genesis
## 768          1       1         27      768 Old Testament     Genesis
## 769          1       1         27      769 Old Testament     Genesis
## 770          1       1         27      770 Old Testament     Genesis
## 771          1       1         27      771 Old Testament     Genesis
## 772          1       1         27      772 Old Testament     Genesis
## 773          1       1         27      773 Old Testament     Genesis
## 774          1       1         27      774 Old Testament     Genesis
## 775          1       1         28      775 Old Testament     Genesis
## 776          1       1         28      776 Old Testament     Genesis
## 777          1       1         28      777 Old Testament     Genesis
## 778          1       1         28      778 Old Testament     Genesis
## 779          1       1         28      779 Old Testament     Genesis
## 780          1       1         28      780 Old Testament     Genesis
## 781          1       1         28      781 Old Testament     Genesis
## 782          1       1         28      782 Old Testament     Genesis
## 783          1       1         28      783 Old Testament     Genesis
## 784          1       1         28      784 Old Testament     Genesis
## 785          1       1         28      785 Old Testament     Genesis
## 786          1       1         28      786 Old Testament     Genesis
## 787          1       1         28      787 Old Testament     Genesis
## 788          1       1         28      788 Old Testament     Genesis
## 789          1       1         28      789 Old Testament     Genesis
## 790          1       1         28      790 Old Testament     Genesis
## 791          1       1         28      791 Old Testament     Genesis
## 792          1       1         28      792 Old Testament     Genesis
## 793          1       1         28      793 Old Testament     Genesis
## 794          1       1         28      794 Old Testament     Genesis
## 795          1       1         28      795 Old Testament     Genesis
## 796          1       1         28      796 Old Testament     Genesis
## 797          1       1         29      797 Old Testament     Genesis
## 798          1       1         29      798 Old Testament     Genesis
## 799          1       1         29      799 Old Testament     Genesis
## 800          1       1         29      800 Old Testament     Genesis
## 801          1       1         29      801 Old Testament     Genesis
## 802          1       1         29      802 Old Testament     Genesis
## 803          1       1         29      803 Old Testament     Genesis
## 804          1       1         29      804 Old Testament     Genesis
## 805          1       1         29      805 Old Testament     Genesis
## 806          1       1         29      806 Old Testament     Genesis
## 807          1       1         29      807 Old Testament     Genesis
## 808          1       1         29      808 Old Testament     Genesis
## 809          1       1         29      809 Old Testament     Genesis
## 810          1       1         29      810 Old Testament     Genesis
## 811          1       1         29      811 Old Testament     Genesis
## 812          1       1         29      812 Old Testament     Genesis
## 813          1       1         29      813 Old Testament     Genesis
## 814          1       1         29      814 Old Testament     Genesis
## 815          1       1         29      815 Old Testament     Genesis
## 816          1       1         29      816 Old Testament     Genesis
## 817          1       1         29      817 Old Testament     Genesis
## 818          1       1         29      818 Old Testament     Genesis
## 819          1       1         29      819 Old Testament     Genesis
## 820          1       1         29      820 Old Testament     Genesis
## 821          1       1         29      821 Old Testament     Genesis
## 822          1       1         29      822 Old Testament     Genesis
## 823          1       1         29      823 Old Testament     Genesis
## 824          1       1         29      824 Old Testament     Genesis
## 825          1       1         29      825 Old Testament     Genesis
## 826          1       1         29      826 Old Testament     Genesis
## 827          1       1         29      827 Old Testament     Genesis
## 828          1       1         29      828 Old Testament     Genesis
## 829          1       1         29      829 Old Testament     Genesis
## 830          1       1         29      830 Old Testament     Genesis
## 831          1       1         29      831 Old Testament     Genesis
## 832          1       1         30      832 Old Testament     Genesis
## 833          1       1         30      833 Old Testament     Genesis
## 834          1       1         30      834 Old Testament     Genesis
## 835          1       1         30      835 Old Testament     Genesis
## 836          1       1         30      836 Old Testament     Genesis
## 837          1       1         30      837 Old Testament     Genesis
## 838          1       1         30      838 Old Testament     Genesis
## 839          1       1         30      839 Old Testament     Genesis
## 840          1       1         30      840 Old Testament     Genesis
## 841          1       1         30      841 Old Testament     Genesis
## 842          1       1         30      842 Old Testament     Genesis
## 843          1       1         30      843 Old Testament     Genesis
## 844          1       1         30      844 Old Testament     Genesis
## 845          1       1         30      845 Old Testament     Genesis
## 846          1       1         30      846 Old Testament     Genesis
## 847          1       1         30      847 Old Testament     Genesis
## 848          1       1         30      848 Old Testament     Genesis
## 849          1       1         30      849 Old Testament     Genesis
## 850          1       1         30      850 Old Testament     Genesis
## 851          1       1         30      851 Old Testament     Genesis
## 852          1       1         30      852 Old Testament     Genesis
## 853          1       1         30      853 Old Testament     Genesis
## 854          1       1         30      854 Old Testament     Genesis
## 855          1       1         30      855 Old Testament     Genesis
## 856          1       1         30      856 Old Testament     Genesis
## 857          1       1         30      857 Old Testament     Genesis
## 858          1       1         30      858 Old Testament     Genesis
## 859          1       1         30      859 Old Testament     Genesis
## 860          1       1         30      860 Old Testament     Genesis
## 861          1       1         30      861 Old Testament     Genesis
## 862          1       1         30      862 Old Testament     Genesis
## 863          1       1         30      863 Old Testament     Genesis
## 864          1       1         30      864 Old Testament     Genesis
## 865          1       1         30      865 Old Testament     Genesis
## 866          1       1         30      866 Old Testament     Genesis
## 867          1       1         30      867 Old Testament     Genesis
## 868          1       1         30      868 Old Testament     Genesis
## 869          1       1         30      869 Old Testament     Genesis
## 870          1       1         30      870 Old Testament     Genesis
## 871          1       1         30      871 Old Testament     Genesis
## 872          1       1         30      872 Old Testament     Genesis
## 873          1       1         30      873 Old Testament     Genesis
## 874          1       1         30      874 Old Testament     Genesis
## 875          1       1         31      875 Old Testament     Genesis
## 876          1       1         31      876 Old Testament     Genesis
## 877          1       1         31      877 Old Testament     Genesis
## 878          1       1         31      878 Old Testament     Genesis
## 879          1       1         31      879 Old Testament     Genesis
## 880          1       1         31      880 Old Testament     Genesis
## 881          1       1         31      881 Old Testament     Genesis
## 882          1       1         31      882 Old Testament     Genesis
## 883          1       1         31      883 Old Testament     Genesis
## 884          1       1         31      884 Old Testament     Genesis
## 885          1       1         31      885 Old Testament     Genesis
## 886          1       1         31      886 Old Testament     Genesis
## 887          1       1         31      887 Old Testament     Genesis
## 888          1       1         31      888 Old Testament     Genesis
## 889          1       1         31      889 Old Testament     Genesis
## 890          1       1         31      890 Old Testament     Genesis
## 891          1       1         31      891 Old Testament     Genesis
## 892          1       1         31      892 Old Testament     Genesis
## 893          1       1         31      893 Old Testament     Genesis
## 894          1       1         31      894 Old Testament     Genesis
## 895          1       1         31      895 Old Testament     Genesis
## 896          1       1         31      896 Old Testament     Genesis
## 897          1       1         31      897 Old Testament     Genesis
## 898          1       1         31      898 Old Testament     Genesis
## 899          1       1         31      899 Old Testament     Genesis
## 900          1       1         31      900 Old Testament     Genesis
## 901          1       1         31      901 Old Testament     Genesis
## 902          1       1         31      902 Old Testament     Genesis
## 903          1       1         31      903 Old Testament     Genesis
## 904          1       1         31      904 Old Testament     Genesis
## 905          1       1         31      905 Old Testament     Genesis
## 906          1       1         31      906 Old Testament     Genesis
## 907          1       1         31      907 Old Testament     Genesis
## 908          1       1         31      908 Old Testament     Genesis
## 909          1       1         31      909 Old Testament     Genesis
## 910          1       1         31      910 Old Testament     Genesis
## 911          1       1         31      911 Old Testament     Genesis
## 912          1       1         31      912 Old Testament     Genesis
## 913          1       1         31      913 Old Testament     Genesis
## 914          1       1         31      914 Old Testament     Genesis
## 915          1       1         31      915 Old Testament     Genesis
## 916          1       1         31      916 Old Testament     Genesis
## 917          1       1         31      917 Old Testament     Genesis
## 918          1       1         31      918 Old Testament     Genesis
## 919          1       1         31      919 Old Testament     Genesis
## 920          1       1         31      920 Old Testament     Genesis
## 921          1       1         31      921 Old Testament     Genesis
## 922          1       1         31      922 Old Testament     Genesis
## 923          1       1         31      923 Old Testament     Genesis
## 924          1       1         31      924 Old Testament     Genesis
## 925          1       1         31      925 Old Testament     Genesis
## 926          1       1         31      926 Old Testament     Genesis
## 927          1       1         31      927 Old Testament     Genesis
## 928          1       1         31      928 Old Testament     Genesis
## 929          1       1         31      929 Old Testament     Genesis
## 930          1       1         32      930 Old Testament     Genesis
## 931          1       1         32      931 Old Testament     Genesis
## 932          1       1         32      932 Old Testament     Genesis
## 933          1       1         32      933 Old Testament     Genesis
## 934          1       1         32      934 Old Testament     Genesis
## 935          1       1         32      935 Old Testament     Genesis
## 936          1       1         32      936 Old Testament     Genesis
## 937          1       1         32      937 Old Testament     Genesis
## 938          1       1         32      938 Old Testament     Genesis
## 939          1       1         32      939 Old Testament     Genesis
## 940          1       1         32      940 Old Testament     Genesis
## 941          1       1         32      941 Old Testament     Genesis
## 942          1       1         32      942 Old Testament     Genesis
## 943          1       1         32      943 Old Testament     Genesis
## 944          1       1         32      944 Old Testament     Genesis
## 945          1       1         32      945 Old Testament     Genesis
## 946          1       1         32      946 Old Testament     Genesis
## 947          1       1         32      947 Old Testament     Genesis
## 948          1       1         32      948 Old Testament     Genesis
## 949          1       1         32      949 Old Testament     Genesis
## 950          1       1         32      950 Old Testament     Genesis
## 951          1       1         32      951 Old Testament     Genesis
## 952          1       1         32      952 Old Testament     Genesis
## 953          1       1         32      953 Old Testament     Genesis
## 954          1       1         32      954 Old Testament     Genesis
## 955          1       1         32      955 Old Testament     Genesis
## 956          1       1         32      956 Old Testament     Genesis
## 957          1       1         32      957 Old Testament     Genesis
## 958          1       1         32      958 Old Testament     Genesis
## 959          1       1         32      959 Old Testament     Genesis
## 960          1       1         32      960 Old Testament     Genesis
## 961          1       1         32      961 Old Testament     Genesis
## 962          1       1         33      962 Old Testament     Genesis
## 963          1       1         33      963 Old Testament     Genesis
## 964          1       1         33      964 Old Testament     Genesis
## 965          1       1         33      965 Old Testament     Genesis
## 966          1       1         33      966 Old Testament     Genesis
## 967          1       1         33      967 Old Testament     Genesis
## 968          1       1         33      968 Old Testament     Genesis
## 969          1       1         33      969 Old Testament     Genesis
## 970          1       1         33      970 Old Testament     Genesis
## 971          1       1         33      971 Old Testament     Genesis
## 972          1       1         33      972 Old Testament     Genesis
## 973          1       1         33      973 Old Testament     Genesis
## 974          1       1         33      974 Old Testament     Genesis
## 975          1       1         33      975 Old Testament     Genesis
## 976          1       1         33      976 Old Testament     Genesis
## 977          1       1         33      977 Old Testament     Genesis
## 978          1       1         33      978 Old Testament     Genesis
## 979          1       1         33      979 Old Testament     Genesis
## 980          1       1         33      980 Old Testament     Genesis
## 981          1       1         33      981 Old Testament     Genesis
## 982          1       1         34      982 Old Testament     Genesis
## 983          1       1         34      983 Old Testament     Genesis
## 984          1       1         34      984 Old Testament     Genesis
## 985          1       1         34      985 Old Testament     Genesis
## 986          1       1         34      986 Old Testament     Genesis
## 987          1       1         34      987 Old Testament     Genesis
## 988          1       1         34      988 Old Testament     Genesis
## 989          1       1         34      989 Old Testament     Genesis
## 990          1       1         34      990 Old Testament     Genesis
## 991          1       1         34      991 Old Testament     Genesis
## 992          1       1         34      992 Old Testament     Genesis
## 993          1       1         34      993 Old Testament     Genesis
## 994          1       1         34      994 Old Testament     Genesis
## 995          1       1         34      995 Old Testament     Genesis
## 996          1       1         34      996 Old Testament     Genesis
## 997          1       1         34      997 Old Testament     Genesis
## 998          1       1         34      998 Old Testament     Genesis
## 999          1       1         34      999 Old Testament     Genesis
## 1000         1       1         34     1000 Old Testament     Genesis
## 1001         1       1         34     1001 Old Testament     Genesis
## 1002         1       1         34     1002 Old Testament     Genesis
## 1003         1       1         34     1003 Old Testament     Genesis
## 1004         1       1         34     1004 Old Testament     Genesis
## 1005         1       1         34     1005 Old Testament     Genesis
## 1006         1       1         34     1006 Old Testament     Genesis
## 1007         1       1         34     1007 Old Testament     Genesis
## 1008         1       1         34     1008 Old Testament     Genesis
## 1009         1       1         34     1009 Old Testament     Genesis
## 1010         1       1         34     1010 Old Testament     Genesis
## 1011         1       1         34     1011 Old Testament     Genesis
## 1012         1       1         34     1012 Old Testament     Genesis
## 1013         1       1         35     1013 Old Testament     Genesis
## 1014         1       1         35     1014 Old Testament     Genesis
## 1015         1       1         35     1015 Old Testament     Genesis
## 1016         1       1         35     1016 Old Testament     Genesis
## 1017         1       1         35     1017 Old Testament     Genesis
## 1018         1       1         35     1018 Old Testament     Genesis
## 1019         1       1         35     1019 Old Testament     Genesis
## 1020         1       1         35     1020 Old Testament     Genesis
## 1021         1       1         35     1021 Old Testament     Genesis
## 1022         1       1         35     1022 Old Testament     Genesis
## 1023         1       1         35     1023 Old Testament     Genesis
## 1024         1       1         35     1024 Old Testament     Genesis
## 1025         1       1         35     1025 Old Testament     Genesis
## 1026         1       1         35     1026 Old Testament     Genesis
## 1027         1       1         35     1027 Old Testament     Genesis
## 1028         1       1         35     1028 Old Testament     Genesis
## 1029         1       1         35     1029 Old Testament     Genesis
## 1030         1       1         35     1030 Old Testament     Genesis
## 1031         1       1         35     1031 Old Testament     Genesis
## 1032         1       1         35     1032 Old Testament     Genesis
## 1033         1       1         35     1033 Old Testament     Genesis
## 1034         1       1         35     1034 Old Testament     Genesis
## 1035         1       1         35     1035 Old Testament     Genesis
## 1036         1       1         35     1036 Old Testament     Genesis
## 1037         1       1         35     1037 Old Testament     Genesis
## 1038         1       1         35     1038 Old Testament     Genesis
## 1039         1       1         35     1039 Old Testament     Genesis
## 1040         1       1         35     1040 Old Testament     Genesis
## 1041         1       1         35     1041 Old Testament     Genesis
## 1042         1       1         36     1042 Old Testament     Genesis
## 1043         1       1         36     1043 Old Testament     Genesis
## 1044         1       1         36     1044 Old Testament     Genesis
## 1045         1       1         36     1045 Old Testament     Genesis
## 1046         1       1         36     1046 Old Testament     Genesis
## 1047         1       1         36     1047 Old Testament     Genesis
## 1048         1       1         36     1048 Old Testament     Genesis
## 1049         1       1         36     1049 Old Testament     Genesis
## 1050         1       1         36     1050 Old Testament     Genesis
## 1051         1       1         36     1051 Old Testament     Genesis
## 1052         1       1         36     1052 Old Testament     Genesis
## 1053         1       1         36     1053 Old Testament     Genesis
## 1054         1       1         36     1054 Old Testament     Genesis
## 1055         1       1         36     1055 Old Testament     Genesis
## 1056         1       1         36     1056 Old Testament     Genesis
## 1057         1       1         36     1057 Old Testament     Genesis
## 1058         1       1         36     1058 Old Testament     Genesis
## 1059         1       1         36     1059 Old Testament     Genesis
## 1060         1       1         36     1060 Old Testament     Genesis
## 1061         1       1         36     1061 Old Testament     Genesis
## 1062         1       1         36     1062 Old Testament     Genesis
## 1063         1       1         36     1063 Old Testament     Genesis
## 1064         1       1         36     1064 Old Testament     Genesis
## 1065         1       1         36     1065 Old Testament     Genesis
## 1066         1       1         36     1066 Old Testament     Genesis
## 1067         1       1         36     1067 Old Testament     Genesis
## 1068         1       1         36     1068 Old Testament     Genesis
## 1069         1       1         36     1069 Old Testament     Genesis
## 1070         1       1         36     1070 Old Testament     Genesis
## 1071         1       1         36     1071 Old Testament     Genesis
## 1072         1       1         36     1072 Old Testament     Genesis
## 1073         1       1         36     1073 Old Testament     Genesis
## 1074         1       1         36     1074 Old Testament     Genesis
## 1075         1       1         36     1075 Old Testament     Genesis
## 1076         1       1         36     1076 Old Testament     Genesis
## 1077         1       1         36     1077 Old Testament     Genesis
## 1078         1       1         36     1078 Old Testament     Genesis
## 1079         1       1         36     1079 Old Testament     Genesis
## 1080         1       1         36     1080 Old Testament     Genesis
## 1081         1       1         36     1081 Old Testament     Genesis
## 1082         1       1         36     1082 Old Testament     Genesis
## 1083         1       1         36     1083 Old Testament     Genesis
## 1084         1       1         36     1084 Old Testament     Genesis
## 1085         1       1         37     1085 Old Testament     Genesis
## 1086         1       1         37     1086 Old Testament     Genesis
## 1087         1       1         37     1087 Old Testament     Genesis
## 1088         1       1         37     1088 Old Testament     Genesis
## 1089         1       1         37     1089 Old Testament     Genesis
## 1090         1       1         37     1090 Old Testament     Genesis
## 1091         1       1         37     1091 Old Testament     Genesis
## 1092         1       1         37     1092 Old Testament     Genesis
## 1093         1       1         37     1093 Old Testament     Genesis
## 1094         1       1         37     1094 Old Testament     Genesis
## 1095         1       1         37     1095 Old Testament     Genesis
## 1096         1       1         37     1096 Old Testament     Genesis
## 1097         1       1         37     1097 Old Testament     Genesis
## 1098         1       1         37     1098 Old Testament     Genesis
## 1099         1       1         37     1099 Old Testament     Genesis
## 1100         1       1         37     1100 Old Testament     Genesis
## 1101         1       1         37     1101 Old Testament     Genesis
## 1102         1       1         37     1102 Old Testament     Genesis
## 1103         1       1         37     1103 Old Testament     Genesis
## 1104         1       1         37     1104 Old Testament     Genesis
## 1105         1       1         37     1105 Old Testament     Genesis
## 1106         1       1         37     1106 Old Testament     Genesis
## 1107         1       1         37     1107 Old Testament     Genesis
## 1108         1       1         37     1108 Old Testament     Genesis
## 1109         1       1         37     1109 Old Testament     Genesis
## 1110         1       1         37     1110 Old Testament     Genesis
## 1111         1       1         37     1111 Old Testament     Genesis
## 1112         1       1         37     1112 Old Testament     Genesis
## 1113         1       1         37     1113 Old Testament     Genesis
## 1114         1       1         37     1114 Old Testament     Genesis
## 1115         1       1         37     1115 Old Testament     Genesis
## 1116         1       1         37     1116 Old Testament     Genesis
## 1117         1       1         37     1117 Old Testament     Genesis
## 1118         1       1         37     1118 Old Testament     Genesis
## 1119         1       1         37     1119 Old Testament     Genesis
## 1120         1       1         37     1120 Old Testament     Genesis
## 1121         1       1         38     1121 Old Testament     Genesis
## 1122         1       1         38     1122 Old Testament     Genesis
## 1123         1       1         38     1123 Old Testament     Genesis
## 1124         1       1         38     1124 Old Testament     Genesis
## 1125         1       1         38     1125 Old Testament     Genesis
## 1126         1       1         38     1126 Old Testament     Genesis
## 1127         1       1         38     1127 Old Testament     Genesis
## 1128         1       1         38     1128 Old Testament     Genesis
## 1129         1       1         38     1129 Old Testament     Genesis
## 1130         1       1         38     1130 Old Testament     Genesis
## 1131         1       1         38     1131 Old Testament     Genesis
## 1132         1       1         38     1132 Old Testament     Genesis
## 1133         1       1         38     1133 Old Testament     Genesis
## 1134         1       1         38     1134 Old Testament     Genesis
## 1135         1       1         38     1135 Old Testament     Genesis
## 1136         1       1         38     1136 Old Testament     Genesis
## 1137         1       1         38     1137 Old Testament     Genesis
## 1138         1       1         38     1138 Old Testament     Genesis
## 1139         1       1         38     1139 Old Testament     Genesis
## 1140         1       1         38     1140 Old Testament     Genesis
## 1141         1       1         38     1141 Old Testament     Genesis
## 1142         1       1         38     1142 Old Testament     Genesis
## 1143         1       1         38     1143 Old Testament     Genesis
## 1144         1       1         38     1144 Old Testament     Genesis
## 1145         1       1         38     1145 Old Testament     Genesis
## 1146         1       1         38     1146 Old Testament     Genesis
## 1147         1       1         38     1147 Old Testament     Genesis
## 1148         1       1         38     1148 Old Testament     Genesis
## 1149         1       1         38     1149 Old Testament     Genesis
## 1150         1       1         38     1150 Old Testament     Genesis
## 1151         1       1         39     1151 Old Testament     Genesis
## 1152         1       1         39     1152 Old Testament     Genesis
## 1153         1       1         39     1153 Old Testament     Genesis
## 1154         1       1         39     1154 Old Testament     Genesis
## 1155         1       1         39     1155 Old Testament     Genesis
## 1156         1       1         39     1156 Old Testament     Genesis
## 1157         1       1         39     1157 Old Testament     Genesis
## 1158         1       1         39     1158 Old Testament     Genesis
## 1159         1       1         39     1159 Old Testament     Genesis
## 1160         1       1         39     1160 Old Testament     Genesis
## 1161         1       1         39     1161 Old Testament     Genesis
## 1162         1       1         39     1162 Old Testament     Genesis
## 1163         1       1         39     1163 Old Testament     Genesis
## 1164         1       1         39     1164 Old Testament     Genesis
## 1165         1       1         39     1165 Old Testament     Genesis
## 1166         1       1         39     1166 Old Testament     Genesis
## 1167         1       1         39     1167 Old Testament     Genesis
## 1168         1       1         39     1168 Old Testament     Genesis
## 1169         1       1         39     1169 Old Testament     Genesis
## 1170         1       1         39     1170 Old Testament     Genesis
## 1171         1       1         39     1171 Old Testament     Genesis
## 1172         1       1         39     1172 Old Testament     Genesis
## 1173         1       1         39     1173 Old Testament     Genesis
## 1174         1       1         40     1174 Old Testament     Genesis
## 1175         1       1         40     1175 Old Testament     Genesis
## 1176         1       1         40     1176 Old Testament     Genesis
## 1177         1       1         40     1177 Old Testament     Genesis
## 1178         1       1         40     1178 Old Testament     Genesis
## 1179         1       1         40     1179 Old Testament     Genesis
## 1180         1       1         40     1180 Old Testament     Genesis
## 1181         1       1         40     1181 Old Testament     Genesis
## 1182         1       1         40     1182 Old Testament     Genesis
## 1183         1       1         40     1183 Old Testament     Genesis
## 1184         1       1         40     1184 Old Testament     Genesis
## 1185         1       1         40     1185 Old Testament     Genesis
## 1186         1       1         40     1186 Old Testament     Genesis
## 1187         1       1         40     1187 Old Testament     Genesis
## 1188         1       1         40     1188 Old Testament     Genesis
## 1189         1       1         40     1189 Old Testament     Genesis
## 1190         1       1         40     1190 Old Testament     Genesis
## 1191         1       1         40     1191 Old Testament     Genesis
## 1192         1       1         40     1192 Old Testament     Genesis
## 1193         1       1         40     1193 Old Testament     Genesis
## 1194         1       1         40     1194 Old Testament     Genesis
## 1195         1       1         40     1195 Old Testament     Genesis
## 1196         1       1         40     1196 Old Testament     Genesis
## 1197         1       1         41     1197 Old Testament     Genesis
## 1198         1       1         41     1198 Old Testament     Genesis
## 1199         1       1         41     1199 Old Testament     Genesis
## 1200         1       1         41     1200 Old Testament     Genesis
## 1201         1       1         41     1201 Old Testament     Genesis
## 1202         1       1         41     1202 Old Testament     Genesis
## 1203         1       1         41     1203 Old Testament     Genesis
## 1204         1       1         41     1204 Old Testament     Genesis
## 1205         1       1         41     1205 Old Testament     Genesis
## 1206         1       1         41     1206 Old Testament     Genesis
## 1207         1       1         41     1207 Old Testament     Genesis
## 1208         1       1         41     1208 Old Testament     Genesis
## 1209         1       1         41     1209 Old Testament     Genesis
## 1210         1       1         41     1210 Old Testament     Genesis
## 1211         1       1         41     1211 Old Testament     Genesis
## 1212         1       1         41     1212 Old Testament     Genesis
## 1213         1       1         41     1213 Old Testament     Genesis
## 1214         1       1         41     1214 Old Testament     Genesis
## 1215         1       1         41     1215 Old Testament     Genesis
## 1216         1       1         41     1216 Old Testament     Genesis
## 1217         1       1         41     1217 Old Testament     Genesis
## 1218         1       1         41     1218 Old Testament     Genesis
## 1219         1       1         41     1219 Old Testament     Genesis
## 1220         1       1         41     1220 Old Testament     Genesis
## 1221         1       1         41     1221 Old Testament     Genesis
## 1222         1       1         41     1222 Old Testament     Genesis
## 1223         1       1         41     1223 Old Testament     Genesis
## 1224         1       1         41     1224 Old Testament     Genesis
## 1225         1       1         41     1225 Old Testament     Genesis
## 1226         1       1         41     1226 Old Testament     Genesis
## 1227         1       1         41     1227 Old Testament     Genesis
## 1228         1       1         41     1228 Old Testament     Genesis
## 1229         1       1         41     1229 Old Testament     Genesis
## 1230         1       1         41     1230 Old Testament     Genesis
## 1231         1       1         41     1231 Old Testament     Genesis
## 1232         1       1         41     1232 Old Testament     Genesis
## 1233         1       1         41     1233 Old Testament     Genesis
## 1234         1       1         41     1234 Old Testament     Genesis
## 1235         1       1         41     1235 Old Testament     Genesis
## 1236         1       1         41     1236 Old Testament     Genesis
## 1237         1       1         41     1237 Old Testament     Genesis
## 1238         1       1         41     1238 Old Testament     Genesis
## 1239         1       1         41     1239 Old Testament     Genesis
## 1240         1       1         41     1240 Old Testament     Genesis
## 1241         1       1         41     1241 Old Testament     Genesis
## 1242         1       1         41     1242 Old Testament     Genesis
## 1243         1       1         41     1243 Old Testament     Genesis
## 1244         1       1         41     1244 Old Testament     Genesis
## 1245         1       1         41     1245 Old Testament     Genesis
## 1246         1       1         41     1246 Old Testament     Genesis
## 1247         1       1         41     1247 Old Testament     Genesis
## 1248         1       1         41     1248 Old Testament     Genesis
## 1249         1       1         41     1249 Old Testament     Genesis
## 1250         1       1         41     1250 Old Testament     Genesis
## 1251         1       1         41     1251 Old Testament     Genesis
## 1252         1       1         41     1252 Old Testament     Genesis
## 1253         1       1         41     1253 Old Testament     Genesis
## 1254         1       1         42     1254 Old Testament     Genesis
## 1255         1       1         42     1255 Old Testament     Genesis
## 1256         1       1         42     1256 Old Testament     Genesis
## 1257         1       1         42     1257 Old Testament     Genesis
## 1258         1       1         42     1258 Old Testament     Genesis
## 1259         1       1         42     1259 Old Testament     Genesis
## 1260         1       1         42     1260 Old Testament     Genesis
## 1261         1       1         42     1261 Old Testament     Genesis
## 1262         1       1         42     1262 Old Testament     Genesis
## 1263         1       1         42     1263 Old Testament     Genesis
## 1264         1       1         42     1264 Old Testament     Genesis
## 1265         1       1         42     1265 Old Testament     Genesis
## 1266         1       1         42     1266 Old Testament     Genesis
## 1267         1       1         42     1267 Old Testament     Genesis
## 1268         1       1         42     1268 Old Testament     Genesis
## 1269         1       1         42     1269 Old Testament     Genesis
## 1270         1       1         42     1270 Old Testament     Genesis
## 1271         1       1         42     1271 Old Testament     Genesis
## 1272         1       1         42     1272 Old Testament     Genesis
## 1273         1       1         42     1273 Old Testament     Genesis
## 1274         1       1         42     1274 Old Testament     Genesis
## 1275         1       1         42     1275 Old Testament     Genesis
## 1276         1       1         42     1276 Old Testament     Genesis
## 1277         1       1         42     1277 Old Testament     Genesis
## 1278         1       1         42     1278 Old Testament     Genesis
## 1279         1       1         42     1279 Old Testament     Genesis
## 1280         1       1         42     1280 Old Testament     Genesis
## 1281         1       1         42     1281 Old Testament     Genesis
## 1282         1       1         42     1282 Old Testament     Genesis
## 1283         1       1         42     1283 Old Testament     Genesis
## 1284         1       1         42     1284 Old Testament     Genesis
## 1285         1       1         42     1285 Old Testament     Genesis
## 1286         1       1         42     1286 Old Testament     Genesis
## 1287         1       1         42     1287 Old Testament     Genesis
## 1288         1       1         42     1288 Old Testament     Genesis
## 1289         1       1         42     1289 Old Testament     Genesis
## 1290         1       1         42     1290 Old Testament     Genesis
## 1291         1       1         42     1291 Old Testament     Genesis
## 1292         1       1         43     1292 Old Testament     Genesis
## 1293         1       1         43     1293 Old Testament     Genesis
## 1294         1       1         43     1294 Old Testament     Genesis
## 1295         1       1         43     1295 Old Testament     Genesis
## 1296         1       1         43     1296 Old Testament     Genesis
## 1297         1       1         43     1297 Old Testament     Genesis
## 1298         1       1         43     1298 Old Testament     Genesis
## 1299         1       1         43     1299 Old Testament     Genesis
## 1300         1       1         43     1300 Old Testament     Genesis
## 1301         1       1         43     1301 Old Testament     Genesis
## 1302         1       1         43     1302 Old Testament     Genesis
## 1303         1       1         43     1303 Old Testament     Genesis
## 1304         1       1         43     1304 Old Testament     Genesis
## 1305         1       1         43     1305 Old Testament     Genesis
## 1306         1       1         43     1306 Old Testament     Genesis
## 1307         1       1         43     1307 Old Testament     Genesis
## 1308         1       1         43     1308 Old Testament     Genesis
## 1309         1       1         43     1309 Old Testament     Genesis
## 1310         1       1         43     1310 Old Testament     Genesis
## 1311         1       1         43     1311 Old Testament     Genesis
## 1312         1       1         43     1312 Old Testament     Genesis
## 1313         1       1         43     1313 Old Testament     Genesis
## 1314         1       1         43     1314 Old Testament     Genesis
## 1315         1       1         43     1315 Old Testament     Genesis
## 1316         1       1         43     1316 Old Testament     Genesis
## 1317         1       1         43     1317 Old Testament     Genesis
## 1318         1       1         43     1318 Old Testament     Genesis
## 1319         1       1         43     1319 Old Testament     Genesis
## 1320         1       1         43     1320 Old Testament     Genesis
## 1321         1       1         43     1321 Old Testament     Genesis
## 1322         1       1         43     1322 Old Testament     Genesis
## 1323         1       1         43     1323 Old Testament     Genesis
## 1324         1       1         43     1324 Old Testament     Genesis
## 1325         1       1         43     1325 Old Testament     Genesis
## 1326         1       1         44     1326 Old Testament     Genesis
## 1327         1       1         44     1327 Old Testament     Genesis
## 1328         1       1         44     1328 Old Testament     Genesis
## 1329         1       1         44     1329 Old Testament     Genesis
## 1330         1       1         44     1330 Old Testament     Genesis
## 1331         1       1         44     1331 Old Testament     Genesis
## 1332         1       1         44     1332 Old Testament     Genesis
## 1333         1       1         44     1333 Old Testament     Genesis
## 1334         1       1         44     1334 Old Testament     Genesis
## 1335         1       1         44     1335 Old Testament     Genesis
## 1336         1       1         44     1336 Old Testament     Genesis
## 1337         1       1         44     1337 Old Testament     Genesis
## 1338         1       1         44     1338 Old Testament     Genesis
## 1339         1       1         44     1339 Old Testament     Genesis
## 1340         1       1         44     1340 Old Testament     Genesis
## 1341         1       1         44     1341 Old Testament     Genesis
## 1342         1       1         44     1342 Old Testament     Genesis
## 1343         1       1         44     1343 Old Testament     Genesis
## 1344         1       1         44     1344 Old Testament     Genesis
## 1345         1       1         44     1345 Old Testament     Genesis
## 1346         1       1         44     1346 Old Testament     Genesis
## 1347         1       1         44     1347 Old Testament     Genesis
## 1348         1       1         44     1348 Old Testament     Genesis
## 1349         1       1         44     1349 Old Testament     Genesis
## 1350         1       1         44     1350 Old Testament     Genesis
## 1351         1       1         44     1351 Old Testament     Genesis
## 1352         1       1         44     1352 Old Testament     Genesis
## 1353         1       1         44     1353 Old Testament     Genesis
## 1354         1       1         44     1354 Old Testament     Genesis
## 1355         1       1         44     1355 Old Testament     Genesis
## 1356         1       1         44     1356 Old Testament     Genesis
## 1357         1       1         44     1357 Old Testament     Genesis
## 1358         1       1         44     1358 Old Testament     Genesis
## 1359         1       1         44     1359 Old Testament     Genesis
## 1360         1       1         45     1360 Old Testament     Genesis
## 1361         1       1         45     1361 Old Testament     Genesis
## 1362         1       1         45     1362 Old Testament     Genesis
## 1363         1       1         45     1363 Old Testament     Genesis
## 1364         1       1         45     1364 Old Testament     Genesis
## 1365         1       1         45     1365 Old Testament     Genesis
## 1366         1       1         45     1366 Old Testament     Genesis
## 1367         1       1         45     1367 Old Testament     Genesis
## 1368         1       1         45     1368 Old Testament     Genesis
## 1369         1       1         45     1369 Old Testament     Genesis
## 1370         1       1         45     1370 Old Testament     Genesis
## 1371         1       1         45     1371 Old Testament     Genesis
## 1372         1       1         45     1372 Old Testament     Genesis
## 1373         1       1         45     1373 Old Testament     Genesis
## 1374         1       1         45     1374 Old Testament     Genesis
## 1375         1       1         45     1375 Old Testament     Genesis
## 1376         1       1         45     1376 Old Testament     Genesis
## 1377         1       1         45     1377 Old Testament     Genesis
## 1378         1       1         45     1378 Old Testament     Genesis
## 1379         1       1         45     1379 Old Testament     Genesis
## 1380         1       1         45     1380 Old Testament     Genesis
## 1381         1       1         45     1381 Old Testament     Genesis
## 1382         1       1         45     1382 Old Testament     Genesis
## 1383         1       1         45     1383 Old Testament     Genesis
## 1384         1       1         45     1384 Old Testament     Genesis
## 1385         1       1         45     1385 Old Testament     Genesis
## 1386         1       1         45     1386 Old Testament     Genesis
## 1387         1       1         45     1387 Old Testament     Genesis
## 1388         1       1         46     1388 Old Testament     Genesis
## 1389         1       1         46     1389 Old Testament     Genesis
## 1390         1       1         46     1390 Old Testament     Genesis
## 1391         1       1         46     1391 Old Testament     Genesis
## 1392         1       1         46     1392 Old Testament     Genesis
## 1393         1       1         46     1393 Old Testament     Genesis
## 1394         1       1         46     1394 Old Testament     Genesis
## 1395         1       1         46     1395 Old Testament     Genesis
## 1396         1       1         46     1396 Old Testament     Genesis
## 1397         1       1         46     1397 Old Testament     Genesis
## 1398         1       1         46     1398 Old Testament     Genesis
## 1399         1       1         46     1399 Old Testament     Genesis
## 1400         1       1         46     1400 Old Testament     Genesis
## 1401         1       1         46     1401 Old Testament     Genesis
## 1402         1       1         46     1402 Old Testament     Genesis
## 1403         1       1         46     1403 Old Testament     Genesis
## 1404         1       1         46     1404 Old Testament     Genesis
## 1405         1       1         46     1405 Old Testament     Genesis
## 1406         1       1         46     1406 Old Testament     Genesis
## 1407         1       1         46     1407 Old Testament     Genesis
## 1408         1       1         46     1408 Old Testament     Genesis
## 1409         1       1         46     1409 Old Testament     Genesis
## 1410         1       1         46     1410 Old Testament     Genesis
## 1411         1       1         46     1411 Old Testament     Genesis
## 1412         1       1         46     1412 Old Testament     Genesis
## 1413         1       1         46     1413 Old Testament     Genesis
## 1414         1       1         46     1414 Old Testament     Genesis
## 1415         1       1         46     1415 Old Testament     Genesis
## 1416         1       1         46     1416 Old Testament     Genesis
## 1417         1       1         46     1417 Old Testament     Genesis
## 1418         1       1         46     1418 Old Testament     Genesis
## 1419         1       1         46     1419 Old Testament     Genesis
## 1420         1       1         46     1420 Old Testament     Genesis
## 1421         1       1         46     1421 Old Testament     Genesis
## 1422         1       1         47     1422 Old Testament     Genesis
## 1423         1       1         47     1423 Old Testament     Genesis
## 1424         1       1         47     1424 Old Testament     Genesis
## 1425         1       1         47     1425 Old Testament     Genesis
## 1426         1       1         47     1426 Old Testament     Genesis
## 1427         1       1         47     1427 Old Testament     Genesis
## 1428         1       1         47     1428 Old Testament     Genesis
## 1429         1       1         47     1429 Old Testament     Genesis
## 1430         1       1         47     1430 Old Testament     Genesis
## 1431         1       1         47     1431 Old Testament     Genesis
## 1432         1       1         47     1432 Old Testament     Genesis
## 1433         1       1         47     1433 Old Testament     Genesis
## 1434         1       1         47     1434 Old Testament     Genesis
## 1435         1       1         47     1435 Old Testament     Genesis
## 1436         1       1         47     1436 Old Testament     Genesis
## 1437         1       1         47     1437 Old Testament     Genesis
## 1438         1       1         47     1438 Old Testament     Genesis
## 1439         1       1         47     1439 Old Testament     Genesis
## 1440         1       1         47     1440 Old Testament     Genesis
## 1441         1       1         47     1441 Old Testament     Genesis
## 1442         1       1         47     1442 Old Testament     Genesis
## 1443         1       1         47     1443 Old Testament     Genesis
## 1444         1       1         47     1444 Old Testament     Genesis
## 1445         1       1         47     1445 Old Testament     Genesis
## 1446         1       1         47     1446 Old Testament     Genesis
## 1447         1       1         47     1447 Old Testament     Genesis
## 1448         1       1         47     1448 Old Testament     Genesis
## 1449         1       1         47     1449 Old Testament     Genesis
## 1450         1       1         47     1450 Old Testament     Genesis
## 1451         1       1         47     1451 Old Testament     Genesis
## 1452         1       1         47     1452 Old Testament     Genesis
## 1453         1       1         48     1453 Old Testament     Genesis
## 1454         1       1         48     1454 Old Testament     Genesis
## 1455         1       1         48     1455 Old Testament     Genesis
## 1456         1       1         48     1456 Old Testament     Genesis
## 1457         1       1         48     1457 Old Testament     Genesis
## 1458         1       1         48     1458 Old Testament     Genesis
## 1459         1       1         48     1459 Old Testament     Genesis
## 1460         1       1         48     1460 Old Testament     Genesis
## 1461         1       1         48     1461 Old Testament     Genesis
## 1462         1       1         48     1462 Old Testament     Genesis
## 1463         1       1         48     1463 Old Testament     Genesis
## 1464         1       1         48     1464 Old Testament     Genesis
## 1465         1       1         48     1465 Old Testament     Genesis
## 1466         1       1         48     1466 Old Testament     Genesis
## 1467         1       1         48     1467 Old Testament     Genesis
## 1468         1       1         48     1468 Old Testament     Genesis
## 1469         1       1         48     1469 Old Testament     Genesis
## 1470         1       1         48     1470 Old Testament     Genesis
## 1471         1       1         48     1471 Old Testament     Genesis
## 1472         1       1         48     1472 Old Testament     Genesis
## 1473         1       1         48     1473 Old Testament     Genesis
## 1474         1       1         48     1474 Old Testament     Genesis
## 1475         1       1         49     1475 Old Testament     Genesis
## 1476         1       1         49     1476 Old Testament     Genesis
## 1477         1       1         49     1477 Old Testament     Genesis
## 1478         1       1         49     1478 Old Testament     Genesis
## 1479         1       1         49     1479 Old Testament     Genesis
## 1480         1       1         49     1480 Old Testament     Genesis
## 1481         1       1         49     1481 Old Testament     Genesis
## 1482         1       1         49     1482 Old Testament     Genesis
## 1483         1       1         49     1483 Old Testament     Genesis
## 1484         1       1         49     1484 Old Testament     Genesis
## 1485         1       1         49     1485 Old Testament     Genesis
## 1486         1       1         49     1486 Old Testament     Genesis
## 1487         1       1         49     1487 Old Testament     Genesis
## 1488         1       1         49     1488 Old Testament     Genesis
## 1489         1       1         49     1489 Old Testament     Genesis
## 1490         1       1         49     1490 Old Testament     Genesis
## 1491         1       1         49     1491 Old Testament     Genesis
## 1492         1       1         49     1492 Old Testament     Genesis
## 1493         1       1         49     1493 Old Testament     Genesis
## 1494         1       1         49     1494 Old Testament     Genesis
## 1495         1       1         49     1495 Old Testament     Genesis
## 1496         1       1         49     1496 Old Testament     Genesis
## 1497         1       1         49     1497 Old Testament     Genesis
## 1498         1       1         49     1498 Old Testament     Genesis
## 1499         1       1         49     1499 Old Testament     Genesis
## 1500         1       1         49     1500 Old Testament     Genesis
## 1501         1       1         49     1501 Old Testament     Genesis
## 1502         1       1         49     1502 Old Testament     Genesis
## 1503         1       1         49     1503 Old Testament     Genesis
## 1504         1       1         49     1504 Old Testament     Genesis
## 1505         1       1         49     1505 Old Testament     Genesis
## 1506         1       1         49     1506 Old Testament     Genesis
## 1507         1       1         49     1507 Old Testament     Genesis
## 1508         1       1         50     1508 Old Testament     Genesis
## 1509         1       1         50     1509 Old Testament     Genesis
## 1510         1       1         50     1510 Old Testament     Genesis
## 1511         1       1         50     1511 Old Testament     Genesis
## 1512         1       1         50     1512 Old Testament     Genesis
## 1513         1       1         50     1513 Old Testament     Genesis
## 1514         1       1         50     1514 Old Testament     Genesis
## 1515         1       1         50     1515 Old Testament     Genesis
## 1516         1       1         50     1516 Old Testament     Genesis
## 1517         1       1         50     1517 Old Testament     Genesis
## 1518         1       1         50     1518 Old Testament     Genesis
## 1519         1       1         50     1519 Old Testament     Genesis
## 1520         1       1         50     1520 Old Testament     Genesis
## 1521         1       1         50     1521 Old Testament     Genesis
## 1522         1       1         50     1522 Old Testament     Genesis
## 1523         1       1         50     1523 Old Testament     Genesis
## 1524         1       1         50     1524 Old Testament     Genesis
## 1525         1       1         50     1525 Old Testament     Genesis
## 1526         1       1         50     1526 Old Testament     Genesis
## 1527         1       1         50     1527 Old Testament     Genesis
## 1528         1       1         50     1528 Old Testament     Genesis
## 1529         1       1         50     1529 Old Testament     Genesis
## 1530         1       1         50     1530 Old Testament     Genesis
## 1531         1       1         50     1531 Old Testament     Genesis
## 1532         1       1         50     1532 Old Testament     Genesis
## 1533         1       1         50     1533 Old Testament     Genesis
## 1534         1       2         51     1534 Old Testament      Exodus
## 1535         1       2         51     1535 Old Testament      Exodus
## 1536         1       2         51     1536 Old Testament      Exodus
## 1537         1       2         51     1537 Old Testament      Exodus
## 1538         1       2         51     1538 Old Testament      Exodus
## 1539         1       2         51     1539 Old Testament      Exodus
## 1540         1       2         51     1540 Old Testament      Exodus
## 1541         1       2         51     1541 Old Testament      Exodus
## 1542         1       2         51     1542 Old Testament      Exodus
## 1543         1       2         51     1543 Old Testament      Exodus
## 1544         1       2         51     1544 Old Testament      Exodus
## 1545         1       2         51     1545 Old Testament      Exodus
## 1546         1       2         51     1546 Old Testament      Exodus
## 1547         1       2         51     1547 Old Testament      Exodus
## 1548         1       2         51     1548 Old Testament      Exodus
## 1549         1       2         51     1549 Old Testament      Exodus
## 1550         1       2         51     1550 Old Testament      Exodus
## 1551         1       2         51     1551 Old Testament      Exodus
## 1552         1       2         51     1552 Old Testament      Exodus
## 1553         1       2         51     1553 Old Testament      Exodus
## 1554         1       2         51     1554 Old Testament      Exodus
## 1555         1       2         51     1555 Old Testament      Exodus
## 1556         1       2         52     1556 Old Testament      Exodus
## 1557         1       2         52     1557 Old Testament      Exodus
## 1558         1       2         52     1558 Old Testament      Exodus
## 1559         1       2         52     1559 Old Testament      Exodus
## 1560         1       2         52     1560 Old Testament      Exodus
## 1561         1       2         52     1561 Old Testament      Exodus
## 1562         1       2         52     1562 Old Testament      Exodus
## 1563         1       2         52     1563 Old Testament      Exodus
## 1564         1       2         52     1564 Old Testament      Exodus
## 1565         1       2         52     1565 Old Testament      Exodus
## 1566         1       2         52     1566 Old Testament      Exodus
## 1567         1       2         52     1567 Old Testament      Exodus
## 1568         1       2         52     1568 Old Testament      Exodus
## 1569         1       2         52     1569 Old Testament      Exodus
## 1570         1       2         52     1570 Old Testament      Exodus
## 1571         1       2         52     1571 Old Testament      Exodus
## 1572         1       2         52     1572 Old Testament      Exodus
## 1573         1       2         52     1573 Old Testament      Exodus
## 1574         1       2         52     1574 Old Testament      Exodus
## 1575         1       2         52     1575 Old Testament      Exodus
## 1576         1       2         52     1576 Old Testament      Exodus
## 1577         1       2         52     1577 Old Testament      Exodus
## 1578         1       2         52     1578 Old Testament      Exodus
## 1579         1       2         52     1579 Old Testament      Exodus
## 1580         1       2         52     1580 Old Testament      Exodus
## 1581         1       2         53     1581 Old Testament      Exodus
## 1582         1       2         53     1582 Old Testament      Exodus
## 1583         1       2         53     1583 Old Testament      Exodus
## 1584         1       2         53     1584 Old Testament      Exodus
## 1585         1       2         53     1585 Old Testament      Exodus
## 1586         1       2         53     1586 Old Testament      Exodus
## 1587         1       2         53     1587 Old Testament      Exodus
## 1588         1       2         53     1588 Old Testament      Exodus
## 1589         1       2         53     1589 Old Testament      Exodus
## 1590         1       2         53     1590 Old Testament      Exodus
## 1591         1       2         53     1591 Old Testament      Exodus
## 1592         1       2         53     1592 Old Testament      Exodus
## 1593         1       2         53     1593 Old Testament      Exodus
## 1594         1       2         53     1594 Old Testament      Exodus
## 1595         1       2         53     1595 Old Testament      Exodus
## 1596         1       2         53     1596 Old Testament      Exodus
## 1597         1       2         53     1597 Old Testament      Exodus
## 1598         1       2         53     1598 Old Testament      Exodus
## 1599         1       2         53     1599 Old Testament      Exodus
## 1600         1       2         53     1600 Old Testament      Exodus
## 1601         1       2         53     1601 Old Testament      Exodus
## 1602         1       2         53     1602 Old Testament      Exodus
## 1603         1       2         54     1603 Old Testament      Exodus
## 1604         1       2         54     1604 Old Testament      Exodus
## 1605         1       2         54     1605 Old Testament      Exodus
## 1606         1       2         54     1606 Old Testament      Exodus
## 1607         1       2         54     1607 Old Testament      Exodus
## 1608         1       2         54     1608 Old Testament      Exodus
## 1609         1       2         54     1609 Old Testament      Exodus
## 1610         1       2         54     1610 Old Testament      Exodus
## 1611         1       2         54     1611 Old Testament      Exodus
## 1612         1       2         54     1612 Old Testament      Exodus
## 1613         1       2         54     1613 Old Testament      Exodus
## 1614         1       2         54     1614 Old Testament      Exodus
## 1615         1       2         54     1615 Old Testament      Exodus
## 1616         1       2         54     1616 Old Testament      Exodus
## 1617         1       2         54     1617 Old Testament      Exodus
## 1618         1       2         54     1618 Old Testament      Exodus
## 1619         1       2         54     1619 Old Testament      Exodus
## 1620         1       2         54     1620 Old Testament      Exodus
## 1621         1       2         54     1621 Old Testament      Exodus
## 1622         1       2         54     1622 Old Testament      Exodus
## 1623         1       2         54     1623 Old Testament      Exodus
## 1624         1       2         54     1624 Old Testament      Exodus
## 1625         1       2         54     1625 Old Testament      Exodus
## 1626         1       2         54     1626 Old Testament      Exodus
## 1627         1       2         54     1627 Old Testament      Exodus
## 1628         1       2         54     1628 Old Testament      Exodus
## 1629         1       2         54     1629 Old Testament      Exodus
## 1630         1       2         54     1630 Old Testament      Exodus
## 1631         1       2         54     1631 Old Testament      Exodus
## 1632         1       2         54     1632 Old Testament      Exodus
## 1633         1       2         54     1633 Old Testament      Exodus
## 1634         1       2         55     1634 Old Testament      Exodus
## 1635         1       2         55     1635 Old Testament      Exodus
## 1636         1       2         55     1636 Old Testament      Exodus
## 1637         1       2         55     1637 Old Testament      Exodus
## 1638         1       2         55     1638 Old Testament      Exodus
## 1639         1       2         55     1639 Old Testament      Exodus
## 1640         1       2         55     1640 Old Testament      Exodus
## 1641         1       2         55     1641 Old Testament      Exodus
## 1642         1       2         55     1642 Old Testament      Exodus
## 1643         1       2         55     1643 Old Testament      Exodus
## 1644         1       2         55     1644 Old Testament      Exodus
## 1645         1       2         55     1645 Old Testament      Exodus
## 1646         1       2         55     1646 Old Testament      Exodus
## 1647         1       2         55     1647 Old Testament      Exodus
## 1648         1       2         55     1648 Old Testament      Exodus
## 1649         1       2         55     1649 Old Testament      Exodus
## 1650         1       2         55     1650 Old Testament      Exodus
## 1651         1       2         55     1651 Old Testament      Exodus
## 1652         1       2         55     1652 Old Testament      Exodus
## 1653         1       2         55     1653 Old Testament      Exodus
## 1654         1       2         55     1654 Old Testament      Exodus
## 1655         1       2         55     1655 Old Testament      Exodus
## 1656         1       2         55     1656 Old Testament      Exodus
## 1657         1       2         56     1657 Old Testament      Exodus
## 1658         1       2         56     1658 Old Testament      Exodus
## 1659         1       2         56     1659 Old Testament      Exodus
## 1660         1       2         56     1660 Old Testament      Exodus
## 1661         1       2         56     1661 Old Testament      Exodus
## 1662         1       2         56     1662 Old Testament      Exodus
## 1663         1       2         56     1663 Old Testament      Exodus
## 1664         1       2         56     1664 Old Testament      Exodus
## 1665         1       2         56     1665 Old Testament      Exodus
## 1666         1       2         56     1666 Old Testament      Exodus
## 1667         1       2         56     1667 Old Testament      Exodus
## 1668         1       2         56     1668 Old Testament      Exodus
## 1669         1       2         56     1669 Old Testament      Exodus
## 1670         1       2         56     1670 Old Testament      Exodus
## 1671         1       2         56     1671 Old Testament      Exodus
## 1672         1       2         56     1672 Old Testament      Exodus
## 1673         1       2         56     1673 Old Testament      Exodus
## 1674         1       2         56     1674 Old Testament      Exodus
## 1675         1       2         56     1675 Old Testament      Exodus
## 1676         1       2         56     1676 Old Testament      Exodus
## 1677         1       2         56     1677 Old Testament      Exodus
## 1678         1       2         56     1678 Old Testament      Exodus
## 1679         1       2         56     1679 Old Testament      Exodus
## 1680         1       2         56     1680 Old Testament      Exodus
## 1681         1       2         56     1681 Old Testament      Exodus
## 1682         1       2         56     1682 Old Testament      Exodus
## 1683         1       2         56     1683 Old Testament      Exodus
## 1684         1       2         56     1684 Old Testament      Exodus
## 1685         1       2         56     1685 Old Testament      Exodus
## 1686         1       2         56     1686 Old Testament      Exodus
## 1687         1       2         57     1687 Old Testament      Exodus
## 1688         1       2         57     1688 Old Testament      Exodus
## 1689         1       2         57     1689 Old Testament      Exodus
## 1690         1       2         57     1690 Old Testament      Exodus
## 1691         1       2         57     1691 Old Testament      Exodus
## 1692         1       2         57     1692 Old Testament      Exodus
## 1693         1       2         57     1693 Old Testament      Exodus
## 1694         1       2         57     1694 Old Testament      Exodus
## 1695         1       2         57     1695 Old Testament      Exodus
## 1696         1       2         57     1696 Old Testament      Exodus
## 1697         1       2         57     1697 Old Testament      Exodus
## 1698         1       2         57     1698 Old Testament      Exodus
## 1699         1       2         57     1699 Old Testament      Exodus
## 1700         1       2         57     1700 Old Testament      Exodus
## 1701         1       2         57     1701 Old Testament      Exodus
## 1702         1       2         57     1702 Old Testament      Exodus
## 1703         1       2         57     1703 Old Testament      Exodus
## 1704         1       2         57     1704 Old Testament      Exodus
## 1705         1       2         57     1705 Old Testament      Exodus
## 1706         1       2         57     1706 Old Testament      Exodus
## 1707         1       2         57     1707 Old Testament      Exodus
## 1708         1       2         57     1708 Old Testament      Exodus
## 1709         1       2         57     1709 Old Testament      Exodus
## 1710         1       2         57     1710 Old Testament      Exodus
## 1711         1       2         57     1711 Old Testament      Exodus
## 1712         1       2         58     1712 Old Testament      Exodus
## 1713         1       2         58     1713 Old Testament      Exodus
## 1714         1       2         58     1714 Old Testament      Exodus
## 1715         1       2         58     1715 Old Testament      Exodus
## 1716         1       2         58     1716 Old Testament      Exodus
## 1717         1       2         58     1717 Old Testament      Exodus
## 1718         1       2         58     1718 Old Testament      Exodus
## 1719         1       2         58     1719 Old Testament      Exodus
## 1720         1       2         58     1720 Old Testament      Exodus
## 1721         1       2         58     1721 Old Testament      Exodus
## 1722         1       2         58     1722 Old Testament      Exodus
## 1723         1       2         58     1723 Old Testament      Exodus
## 1724         1       2         58     1724 Old Testament      Exodus
## 1725         1       2         58     1725 Old Testament      Exodus
## 1726         1       2         58     1726 Old Testament      Exodus
## 1727         1       2         58     1727 Old Testament      Exodus
## 1728         1       2         58     1728 Old Testament      Exodus
## 1729         1       2         58     1729 Old Testament      Exodus
## 1730         1       2         58     1730 Old Testament      Exodus
## 1731         1       2         58     1731 Old Testament      Exodus
## 1732         1       2         58     1732 Old Testament      Exodus
## 1733         1       2         58     1733 Old Testament      Exodus
## 1734         1       2         58     1734 Old Testament      Exodus
## 1735         1       2         58     1735 Old Testament      Exodus
## 1736         1       2         58     1736 Old Testament      Exodus
## 1737         1       2         58     1737 Old Testament      Exodus
## 1738         1       2         58     1738 Old Testament      Exodus
## 1739         1       2         58     1739 Old Testament      Exodus
## 1740         1       2         58     1740 Old Testament      Exodus
## 1741         1       2         58     1741 Old Testament      Exodus
## 1742         1       2         58     1742 Old Testament      Exodus
## 1743         1       2         58     1743 Old Testament      Exodus
## 1744         1       2         59     1744 Old Testament      Exodus
## 1745         1       2         59     1745 Old Testament      Exodus
## 1746         1       2         59     1746 Old Testament      Exodus
## 1747         1       2         59     1747 Old Testament      Exodus
## 1748         1       2         59     1748 Old Testament      Exodus
## 1749         1       2         59     1749 Old Testament      Exodus
## 1750         1       2         59     1750 Old Testament      Exodus
## 1751         1       2         59     1751 Old Testament      Exodus
## 1752         1       2         59     1752 Old Testament      Exodus
## 1753         1       2         59     1753 Old Testament      Exodus
## 1754         1       2         59     1754 Old Testament      Exodus
## 1755         1       2         59     1755 Old Testament      Exodus
## 1756         1       2         59     1756 Old Testament      Exodus
## 1757         1       2         59     1757 Old Testament      Exodus
## 1758         1       2         59     1758 Old Testament      Exodus
## 1759         1       2         59     1759 Old Testament      Exodus
## 1760         1       2         59     1760 Old Testament      Exodus
## 1761         1       2         59     1761 Old Testament      Exodus
## 1762         1       2         59     1762 Old Testament      Exodus
## 1763         1       2         59     1763 Old Testament      Exodus
## 1764         1       2         59     1764 Old Testament      Exodus
## 1765         1       2         59     1765 Old Testament      Exodus
## 1766         1       2         59     1766 Old Testament      Exodus
## 1767         1       2         59     1767 Old Testament      Exodus
## 1768         1       2         59     1768 Old Testament      Exodus
## 1769         1       2         59     1769 Old Testament      Exodus
## 1770         1       2         59     1770 Old Testament      Exodus
## 1771         1       2         59     1771 Old Testament      Exodus
## 1772         1       2         59     1772 Old Testament      Exodus
## 1773         1       2         59     1773 Old Testament      Exodus
## 1774         1       2         59     1774 Old Testament      Exodus
## 1775         1       2         59     1775 Old Testament      Exodus
## 1776         1       2         59     1776 Old Testament      Exodus
## 1777         1       2         59     1777 Old Testament      Exodus
## 1778         1       2         59     1778 Old Testament      Exodus
## 1779         1       2         60     1779 Old Testament      Exodus
## 1780         1       2         60     1780 Old Testament      Exodus
## 1781         1       2         60     1781 Old Testament      Exodus
## 1782         1       2         60     1782 Old Testament      Exodus
## 1783         1       2         60     1783 Old Testament      Exodus
## 1784         1       2         60     1784 Old Testament      Exodus
## 1785         1       2         60     1785 Old Testament      Exodus
## 1786         1       2         60     1786 Old Testament      Exodus
## 1787         1       2         60     1787 Old Testament      Exodus
## 1788         1       2         60     1788 Old Testament      Exodus
## 1789         1       2         60     1789 Old Testament      Exodus
## 1790         1       2         60     1790 Old Testament      Exodus
## 1791         1       2         60     1791 Old Testament      Exodus
## 1792         1       2         60     1792 Old Testament      Exodus
## 1793         1       2         60     1793 Old Testament      Exodus
## 1794         1       2         60     1794 Old Testament      Exodus
## 1795         1       2         60     1795 Old Testament      Exodus
## 1796         1       2         60     1796 Old Testament      Exodus
## 1797         1       2         60     1797 Old Testament      Exodus
## 1798         1       2         60     1798 Old Testament      Exodus
## 1799         1       2         60     1799 Old Testament      Exodus
## 1800         1       2         60     1800 Old Testament      Exodus
## 1801         1       2         60     1801 Old Testament      Exodus
## 1802         1       2         60     1802 Old Testament      Exodus
## 1803         1       2         60     1803 Old Testament      Exodus
## 1804         1       2         60     1804 Old Testament      Exodus
## 1805         1       2         60     1805 Old Testament      Exodus
## 1806         1       2         60     1806 Old Testament      Exodus
## 1807         1       2         60     1807 Old Testament      Exodus
## 1808         1       2         61     1808 Old Testament      Exodus
## 1809         1       2         61     1809 Old Testament      Exodus
## 1810         1       2         61     1810 Old Testament      Exodus
## 1811         1       2         61     1811 Old Testament      Exodus
## 1812         1       2         61     1812 Old Testament      Exodus
## 1813         1       2         61     1813 Old Testament      Exodus
## 1814         1       2         61     1814 Old Testament      Exodus
## 1815         1       2         61     1815 Old Testament      Exodus
## 1816         1       2         61     1816 Old Testament      Exodus
## 1817         1       2         61     1817 Old Testament      Exodus
## 1818         1       2         62     1818 Old Testament      Exodus
## 1819         1       2         62     1819 Old Testament      Exodus
## 1820         1       2         62     1820 Old Testament      Exodus
## 1821         1       2         62     1821 Old Testament      Exodus
## 1822         1       2         62     1822 Old Testament      Exodus
## 1823         1       2         62     1823 Old Testament      Exodus
## 1824         1       2         62     1824 Old Testament      Exodus
## 1825         1       2         62     1825 Old Testament      Exodus
## 1826         1       2         62     1826 Old Testament      Exodus
## 1827         1       2         62     1827 Old Testament      Exodus
## 1828         1       2         62     1828 Old Testament      Exodus
## 1829         1       2         62     1829 Old Testament      Exodus
## 1830         1       2         62     1830 Old Testament      Exodus
## 1831         1       2         62     1831 Old Testament      Exodus
## 1832         1       2         62     1832 Old Testament      Exodus
## 1833         1       2         62     1833 Old Testament      Exodus
## 1834         1       2         62     1834 Old Testament      Exodus
## 1835         1       2         62     1835 Old Testament      Exodus
## 1836         1       2         62     1836 Old Testament      Exodus
## 1837         1       2         62     1837 Old Testament      Exodus
## 1838         1       2         62     1838 Old Testament      Exodus
## 1839         1       2         62     1839 Old Testament      Exodus
## 1840         1       2         62     1840 Old Testament      Exodus
## 1841         1       2         62     1841 Old Testament      Exodus
## 1842         1       2         62     1842 Old Testament      Exodus
## 1843         1       2         62     1843 Old Testament      Exodus
## 1844         1       2         62     1844 Old Testament      Exodus
## 1845         1       2         62     1845 Old Testament      Exodus
## 1846         1       2         62     1846 Old Testament      Exodus
## 1847         1       2         62     1847 Old Testament      Exodus
## 1848         1       2         62     1848 Old Testament      Exodus
## 1849         1       2         62     1849 Old Testament      Exodus
## 1850         1       2         62     1850 Old Testament      Exodus
## 1851         1       2         62     1851 Old Testament      Exodus
## 1852         1       2         62     1852 Old Testament      Exodus
## 1853         1       2         62     1853 Old Testament      Exodus
## 1854         1       2         62     1854 Old Testament      Exodus
## 1855         1       2         62     1855 Old Testament      Exodus
## 1856         1       2         62     1856 Old Testament      Exodus
## 1857         1       2         62     1857 Old Testament      Exodus
## 1858         1       2         62     1858 Old Testament      Exodus
## 1859         1       2         62     1859 Old Testament      Exodus
## 1860         1       2         62     1860 Old Testament      Exodus
## 1861         1       2         62     1861 Old Testament      Exodus
## 1862         1       2         62     1862 Old Testament      Exodus
## 1863         1       2         62     1863 Old Testament      Exodus
## 1864         1       2         62     1864 Old Testament      Exodus
## 1865         1       2         62     1865 Old Testament      Exodus
## 1866         1       2         62     1866 Old Testament      Exodus
## 1867         1       2         62     1867 Old Testament      Exodus
## 1868         1       2         62     1868 Old Testament      Exodus
## 1869         1       2         63     1869 Old Testament      Exodus
## 1870         1       2         63     1870 Old Testament      Exodus
## 1871         1       2         63     1871 Old Testament      Exodus
## 1872         1       2         63     1872 Old Testament      Exodus
## 1873         1       2         63     1873 Old Testament      Exodus
## 1874         1       2         63     1874 Old Testament      Exodus
## 1875         1       2         63     1875 Old Testament      Exodus
## 1876         1       2         63     1876 Old Testament      Exodus
## 1877         1       2         63     1877 Old Testament      Exodus
## 1878         1       2         63     1878 Old Testament      Exodus
## 1879         1       2         63     1879 Old Testament      Exodus
## 1880         1       2         63     1880 Old Testament      Exodus
## 1881         1       2         63     1881 Old Testament      Exodus
## 1882         1       2         63     1882 Old Testament      Exodus
## 1883         1       2         63     1883 Old Testament      Exodus
## 1884         1       2         63     1884 Old Testament      Exodus
## 1885         1       2         63     1885 Old Testament      Exodus
## 1886         1       2         63     1886 Old Testament      Exodus
## 1887         1       2         63     1887 Old Testament      Exodus
## 1888         1       2         63     1888 Old Testament      Exodus
## 1889         1       2         63     1889 Old Testament      Exodus
## 1890         1       2         63     1890 Old Testament      Exodus
## 1891         1       2         64     1891 Old Testament      Exodus
## 1892         1       2         64     1892 Old Testament      Exodus
## 1893         1       2         64     1893 Old Testament      Exodus
## 1894         1       2         64     1894 Old Testament      Exodus
## 1895         1       2         64     1895 Old Testament      Exodus
## 1896         1       2         64     1896 Old Testament      Exodus
## 1897         1       2         64     1897 Old Testament      Exodus
## 1898         1       2         64     1898 Old Testament      Exodus
## 1899         1       2         64     1899 Old Testament      Exodus
## 1900         1       2         64     1900 Old Testament      Exodus
## 1901         1       2         64     1901 Old Testament      Exodus
## 1902         1       2         64     1902 Old Testament      Exodus
## 1903         1       2         64     1903 Old Testament      Exodus
## 1904         1       2         64     1904 Old Testament      Exodus
## 1905         1       2         64     1905 Old Testament      Exodus
## 1906         1       2         64     1906 Old Testament      Exodus
## 1907         1       2         64     1907 Old Testament      Exodus
## 1908         1       2         64     1908 Old Testament      Exodus
## 1909         1       2         64     1909 Old Testament      Exodus
## 1910         1       2         64     1910 Old Testament      Exodus
## 1911         1       2         64     1911 Old Testament      Exodus
## 1912         1       2         64     1912 Old Testament      Exodus
## 1913         1       2         64     1913 Old Testament      Exodus
## 1914         1       2         64     1914 Old Testament      Exodus
## 1915         1       2         64     1915 Old Testament      Exodus
## 1916         1       2         64     1916 Old Testament      Exodus
## 1917         1       2         64     1917 Old Testament      Exodus
## 1918         1       2         64     1918 Old Testament      Exodus
## 1919         1       2         64     1919 Old Testament      Exodus
## 1920         1       2         64     1920 Old Testament      Exodus
## 1921         1       2         64     1921 Old Testament      Exodus
## 1922         1       2         65     1922 Old Testament      Exodus
## 1923         1       2         65     1923 Old Testament      Exodus
## 1924         1       2         65     1924 Old Testament      Exodus
## 1925         1       2         65     1925 Old Testament      Exodus
## 1926         1       2         65     1926 Old Testament      Exodus
## 1927         1       2         65     1927 Old Testament      Exodus
## 1928         1       2         65     1928 Old Testament      Exodus
## 1929         1       2         65     1929 Old Testament      Exodus
## 1930         1       2         65     1930 Old Testament      Exodus
## 1931         1       2         65     1931 Old Testament      Exodus
## 1932         1       2         65     1932 Old Testament      Exodus
## 1933         1       2         65     1933 Old Testament      Exodus
## 1934         1       2         65     1934 Old Testament      Exodus
## 1935         1       2         65     1935 Old Testament      Exodus
## 1936         1       2         65     1936 Old Testament      Exodus
## 1937         1       2         65     1937 Old Testament      Exodus
## 1938         1       2         65     1938 Old Testament      Exodus
## 1939         1       2         65     1939 Old Testament      Exodus
## 1940         1       2         65     1940 Old Testament      Exodus
## 1941         1       2         65     1941 Old Testament      Exodus
## 1942         1       2         65     1942 Old Testament      Exodus
## 1943         1       2         65     1943 Old Testament      Exodus
## 1944         1       2         65     1944 Old Testament      Exodus
## 1945         1       2         65     1945 Old Testament      Exodus
## 1946         1       2         65     1946 Old Testament      Exodus
## 1947         1       2         65     1947 Old Testament      Exodus
## 1948         1       2         65     1948 Old Testament      Exodus
## 1949         1       2         66     1949 Old Testament      Exodus
## 1950         1       2         66     1950 Old Testament      Exodus
## 1951         1       2         66     1951 Old Testament      Exodus
## 1952         1       2         66     1952 Old Testament      Exodus
## 1953         1       2         66     1953 Old Testament      Exodus
## 1954         1       2         66     1954 Old Testament      Exodus
## 1955         1       2         66     1955 Old Testament      Exodus
## 1956         1       2         66     1956 Old Testament      Exodus
## 1957         1       2         66     1957 Old Testament      Exodus
## 1958         1       2         66     1958 Old Testament      Exodus
## 1959         1       2         66     1959 Old Testament      Exodus
## 1960         1       2         66     1960 Old Testament      Exodus
## 1961         1       2         66     1961 Old Testament      Exodus
## 1962         1       2         66     1962 Old Testament      Exodus
## 1963         1       2         66     1963 Old Testament      Exodus
## 1964         1       2         66     1964 Old Testament      Exodus
## 1965         1       2         66     1965 Old Testament      Exodus
## 1966         1       2         66     1966 Old Testament      Exodus
## 1967         1       2         66     1967 Old Testament      Exodus
## 1968         1       2         66     1968 Old Testament      Exodus
## 1969         1       2         66     1969 Old Testament      Exodus
## 1970         1       2         66     1970 Old Testament      Exodus
## 1971         1       2         66     1971 Old Testament      Exodus
## 1972         1       2         66     1972 Old Testament      Exodus
## 1973         1       2         66     1973 Old Testament      Exodus
## 1974         1       2         66     1974 Old Testament      Exodus
## 1975         1       2         66     1975 Old Testament      Exodus
## 1976         1       2         66     1976 Old Testament      Exodus
## 1977         1       2         66     1977 Old Testament      Exodus
## 1978         1       2         66     1978 Old Testament      Exodus
## 1979         1       2         66     1979 Old Testament      Exodus
## 1980         1       2         66     1980 Old Testament      Exodus
## 1981         1       2         66     1981 Old Testament      Exodus
## 1982         1       2         66     1982 Old Testament      Exodus
## 1983         1       2         66     1983 Old Testament      Exodus
## 1984         1       2         66     1984 Old Testament      Exodus
## 1985         1       2         67     1985 Old Testament      Exodus
## 1986         1       2         67     1986 Old Testament      Exodus
## 1987         1       2         67     1987 Old Testament      Exodus
## 1988         1       2         67     1988 Old Testament      Exodus
## 1989         1       2         67     1989 Old Testament      Exodus
## 1990         1       2         67     1990 Old Testament      Exodus
## 1991         1       2         67     1991 Old Testament      Exodus
## 1992         1       2         67     1992 Old Testament      Exodus
## 1993         1       2         67     1993 Old Testament      Exodus
## 1994         1       2         67     1994 Old Testament      Exodus
## 1995         1       2         67     1995 Old Testament      Exodus
## 1996         1       2         67     1996 Old Testament      Exodus
## 1997         1       2         67     1997 Old Testament      Exodus
## 1998         1       2         67     1998 Old Testament      Exodus
## 1999         1       2         67     1999 Old Testament      Exodus
## 2000         1       2         67     2000 Old Testament      Exodus
## 2001         1       2         68     2001 Old Testament      Exodus
## 2002         1       2         68     2002 Old Testament      Exodus
## 2003         1       2         68     2003 Old Testament      Exodus
## 2004         1       2         68     2004 Old Testament      Exodus
## 2005         1       2         68     2005 Old Testament      Exodus
## 2006         1       2         68     2006 Old Testament      Exodus
## 2007         1       2         68     2007 Old Testament      Exodus
## 2008         1       2         68     2008 Old Testament      Exodus
## 2009         1       2         68     2009 Old Testament      Exodus
## 2010         1       2         68     2010 Old Testament      Exodus
## 2011         1       2         68     2011 Old Testament      Exodus
## 2012         1       2         68     2012 Old Testament      Exodus
## 2013         1       2         68     2013 Old Testament      Exodus
## 2014         1       2         68     2014 Old Testament      Exodus
## 2015         1       2         68     2015 Old Testament      Exodus
## 2016         1       2         68     2016 Old Testament      Exodus
## 2017         1       2         68     2017 Old Testament      Exodus
## 2018         1       2         68     2018 Old Testament      Exodus
## 2019         1       2         68     2019 Old Testament      Exodus
## 2020         1       2         68     2020 Old Testament      Exodus
## 2021         1       2         68     2021 Old Testament      Exodus
## 2022         1       2         68     2022 Old Testament      Exodus
## 2023         1       2         68     2023 Old Testament      Exodus
## 2024         1       2         68     2024 Old Testament      Exodus
## 2025         1       2         68     2025 Old Testament      Exodus
## 2026         1       2         68     2026 Old Testament      Exodus
## 2027         1       2         68     2027 Old Testament      Exodus
## 2028         1       2         69     2028 Old Testament      Exodus
## 2029         1       2         69     2029 Old Testament      Exodus
## 2030         1       2         69     2030 Old Testament      Exodus
## 2031         1       2         69     2031 Old Testament      Exodus
## 2032         1       2         69     2032 Old Testament      Exodus
## 2033         1       2         69     2033 Old Testament      Exodus
## 2034         1       2         69     2034 Old Testament      Exodus
## 2035         1       2         69     2035 Old Testament      Exodus
## 2036         1       2         69     2036 Old Testament      Exodus
## 2037         1       2         69     2037 Old Testament      Exodus
## 2038         1       2         69     2038 Old Testament      Exodus
## 2039         1       2         69     2039 Old Testament      Exodus
## 2040         1       2         69     2040 Old Testament      Exodus
## 2041         1       2         69     2041 Old Testament      Exodus
## 2042         1       2         69     2042 Old Testament      Exodus
## 2043         1       2         69     2043 Old Testament      Exodus
## 2044         1       2         69     2044 Old Testament      Exodus
## 2045         1       2         69     2045 Old Testament      Exodus
## 2046         1       2         69     2046 Old Testament      Exodus
## 2047         1       2         69     2047 Old Testament      Exodus
## 2048         1       2         69     2048 Old Testament      Exodus
## 2049         1       2         69     2049 Old Testament      Exodus
## 2050         1       2         69     2050 Old Testament      Exodus
## 2051         1       2         69     2051 Old Testament      Exodus
## 2052         1       2         69     2052 Old Testament      Exodus
## 2053         1       2         70     2053 Old Testament      Exodus
## 2054         1       2         70     2054 Old Testament      Exodus
## 2055         1       2         70     2055 Old Testament      Exodus
## 2056         1       2         70     2056 Old Testament      Exodus
## 2057         1       2         70     2057 Old Testament      Exodus
## 2058         1       2         70     2058 Old Testament      Exodus
## 2059         1       2         70     2059 Old Testament      Exodus
## 2060         1       2         70     2060 Old Testament      Exodus
## 2061         1       2         70     2061 Old Testament      Exodus
## 2062         1       2         70     2062 Old Testament      Exodus
## 2063         1       2         70     2063 Old Testament      Exodus
## 2064         1       2         70     2064 Old Testament      Exodus
## 2065         1       2         70     2065 Old Testament      Exodus
## 2066         1       2         70     2066 Old Testament      Exodus
## 2067         1       2         70     2067 Old Testament      Exodus
## 2068         1       2         70     2068 Old Testament      Exodus
## 2069         1       2         70     2069 Old Testament      Exodus
## 2070         1       2         70     2070 Old Testament      Exodus
## 2071         1       2         70     2071 Old Testament      Exodus
## 2072         1       2         70     2072 Old Testament      Exodus
## 2073         1       2         70     2073 Old Testament      Exodus
## 2074         1       2         70     2074 Old Testament      Exodus
## 2075         1       2         70     2075 Old Testament      Exodus
## 2076         1       2         70     2076 Old Testament      Exodus
## 2077         1       2         70     2077 Old Testament      Exodus
## 2078         1       2         70     2078 Old Testament      Exodus
## 2079         1       2         71     2079 Old Testament      Exodus
## 2080         1       2         71     2080 Old Testament      Exodus
## 2081         1       2         71     2081 Old Testament      Exodus
## 2082         1       2         71     2082 Old Testament      Exodus
## 2083         1       2         71     2083 Old Testament      Exodus
## 2084         1       2         71     2084 Old Testament      Exodus
## 2085         1       2         71     2085 Old Testament      Exodus
## 2086         1       2         71     2086 Old Testament      Exodus
## 2087         1       2         71     2087 Old Testament      Exodus
## 2088         1       2         71     2088 Old Testament      Exodus
## 2089         1       2         71     2089 Old Testament      Exodus
## 2090         1       2         71     2090 Old Testament      Exodus
## 2091         1       2         71     2091 Old Testament      Exodus
## 2092         1       2         71     2092 Old Testament      Exodus
## 2093         1       2         71     2093 Old Testament      Exodus
## 2094         1       2         71     2094 Old Testament      Exodus
## 2095         1       2         71     2095 Old Testament      Exodus
## 2096         1       2         71     2096 Old Testament      Exodus
## 2097         1       2         71     2097 Old Testament      Exodus
## 2098         1       2         71     2098 Old Testament      Exodus
## 2099         1       2         71     2099 Old Testament      Exodus
## 2100         1       2         71     2100 Old Testament      Exodus
## 2101         1       2         71     2101 Old Testament      Exodus
## 2102         1       2         71     2102 Old Testament      Exodus
## 2103         1       2         71     2103 Old Testament      Exodus
## 2104         1       2         71     2104 Old Testament      Exodus
## 2105         1       2         71     2105 Old Testament      Exodus
## 2106         1       2         71     2106 Old Testament      Exodus
## 2107         1       2         71     2107 Old Testament      Exodus
## 2108         1       2         71     2108 Old Testament      Exodus
## 2109         1       2         71     2109 Old Testament      Exodus
## 2110         1       2         71     2110 Old Testament      Exodus
## 2111         1       2         71     2111 Old Testament      Exodus
## 2112         1       2         71     2112 Old Testament      Exodus
## 2113         1       2         71     2113 Old Testament      Exodus
## 2114         1       2         71     2114 Old Testament      Exodus
## 2115         1       2         72     2115 Old Testament      Exodus
## 2116         1       2         72     2116 Old Testament      Exodus
## 2117         1       2         72     2117 Old Testament      Exodus
## 2118         1       2         72     2118 Old Testament      Exodus
## 2119         1       2         72     2119 Old Testament      Exodus
## 2120         1       2         72     2120 Old Testament      Exodus
## 2121         1       2         72     2121 Old Testament      Exodus
## 2122         1       2         72     2122 Old Testament      Exodus
## 2123         1       2         72     2123 Old Testament      Exodus
## 2124         1       2         72     2124 Old Testament      Exodus
## 2125         1       2         72     2125 Old Testament      Exodus
## 2126         1       2         72     2126 Old Testament      Exodus
## 2127         1       2         72     2127 Old Testament      Exodus
## 2128         1       2         72     2128 Old Testament      Exodus
## 2129         1       2         72     2129 Old Testament      Exodus
## 2130         1       2         72     2130 Old Testament      Exodus
## 2131         1       2         72     2131 Old Testament      Exodus
## 2132         1       2         72     2132 Old Testament      Exodus
## 2133         1       2         72     2133 Old Testament      Exodus
## 2134         1       2         72     2134 Old Testament      Exodus
## 2135         1       2         72     2135 Old Testament      Exodus
## 2136         1       2         72     2136 Old Testament      Exodus
## 2137         1       2         72     2137 Old Testament      Exodus
## 2138         1       2         72     2138 Old Testament      Exodus
## 2139         1       2         72     2139 Old Testament      Exodus
## 2140         1       2         72     2140 Old Testament      Exodus
## 2141         1       2         72     2141 Old Testament      Exodus
## 2142         1       2         72     2142 Old Testament      Exodus
## 2143         1       2         72     2143 Old Testament      Exodus
## 2144         1       2         72     2144 Old Testament      Exodus
## 2145         1       2         72     2145 Old Testament      Exodus
## 2146         1       2         73     2146 Old Testament      Exodus
## 2147         1       2         73     2147 Old Testament      Exodus
## 2148         1       2         73     2148 Old Testament      Exodus
## 2149         1       2         73     2149 Old Testament      Exodus
## 2150         1       2         73     2150 Old Testament      Exodus
## 2151         1       2         73     2151 Old Testament      Exodus
## 2152         1       2         73     2152 Old Testament      Exodus
## 2153         1       2         73     2153 Old Testament      Exodus
## 2154         1       2         73     2154 Old Testament      Exodus
## 2155         1       2         73     2155 Old Testament      Exodus
## 2156         1       2         73     2156 Old Testament      Exodus
## 2157         1       2         73     2157 Old Testament      Exodus
## 2158         1       2         73     2158 Old Testament      Exodus
## 2159         1       2         73     2159 Old Testament      Exodus
## 2160         1       2         73     2160 Old Testament      Exodus
## 2161         1       2         73     2161 Old Testament      Exodus
## 2162         1       2         73     2162 Old Testament      Exodus
## 2163         1       2         73     2163 Old Testament      Exodus
## 2164         1       2         73     2164 Old Testament      Exodus
## 2165         1       2         73     2165 Old Testament      Exodus
## 2166         1       2         73     2166 Old Testament      Exodus
## 2167         1       2         73     2167 Old Testament      Exodus
## 2168         1       2         73     2168 Old Testament      Exodus
## 2169         1       2         73     2169 Old Testament      Exodus
## 2170         1       2         73     2170 Old Testament      Exodus
## 2171         1       2         73     2171 Old Testament      Exodus
## 2172         1       2         73     2172 Old Testament      Exodus
## 2173         1       2         73     2173 Old Testament      Exodus
## 2174         1       2         73     2174 Old Testament      Exodus
## 2175         1       2         73     2175 Old Testament      Exodus
## 2176         1       2         73     2176 Old Testament      Exodus
## 2177         1       2         73     2177 Old Testament      Exodus
## 2178         1       2         73     2178 Old Testament      Exodus
## 2179         1       2         74     2179 Old Testament      Exodus
## 2180         1       2         74     2180 Old Testament      Exodus
## 2181         1       2         74     2181 Old Testament      Exodus
## 2182         1       2         74     2182 Old Testament      Exodus
## 2183         1       2         74     2183 Old Testament      Exodus
## 2184         1       2         74     2184 Old Testament      Exodus
## 2185         1       2         74     2185 Old Testament      Exodus
## 2186         1       2         74     2186 Old Testament      Exodus
## 2187         1       2         74     2187 Old Testament      Exodus
## 2188         1       2         74     2188 Old Testament      Exodus
## 2189         1       2         74     2189 Old Testament      Exodus
## 2190         1       2         74     2190 Old Testament      Exodus
## 2191         1       2         74     2191 Old Testament      Exodus
## 2192         1       2         74     2192 Old Testament      Exodus
## 2193         1       2         74     2193 Old Testament      Exodus
## 2194         1       2         74     2194 Old Testament      Exodus
## 2195         1       2         74     2195 Old Testament      Exodus
## 2196         1       2         74     2196 Old Testament      Exodus
## 2197         1       2         75     2197 Old Testament      Exodus
## 2198         1       2         75     2198 Old Testament      Exodus
## 2199         1       2         75     2199 Old Testament      Exodus
## 2200         1       2         75     2200 Old Testament      Exodus
## 2201         1       2         75     2201 Old Testament      Exodus
## 2202         1       2         75     2202 Old Testament      Exodus
## 2203         1       2         75     2203 Old Testament      Exodus
## 2204         1       2         75     2204 Old Testament      Exodus
## 2205         1       2         75     2205 Old Testament      Exodus
## 2206         1       2         75     2206 Old Testament      Exodus
## 2207         1       2         75     2207 Old Testament      Exodus
## 2208         1       2         75     2208 Old Testament      Exodus
## 2209         1       2         75     2209 Old Testament      Exodus
## 2210         1       2         75     2210 Old Testament      Exodus
## 2211         1       2         75     2211 Old Testament      Exodus
## 2212         1       2         75     2212 Old Testament      Exodus
## 2213         1       2         75     2213 Old Testament      Exodus
## 2214         1       2         75     2214 Old Testament      Exodus
## 2215         1       2         75     2215 Old Testament      Exodus
## 2216         1       2         75     2216 Old Testament      Exodus
## 2217         1       2         75     2217 Old Testament      Exodus
## 2218         1       2         75     2218 Old Testament      Exodus
## 2219         1       2         75     2219 Old Testament      Exodus
## 2220         1       2         75     2220 Old Testament      Exodus
## 2221         1       2         75     2221 Old Testament      Exodus
## 2222         1       2         75     2222 Old Testament      Exodus
## 2223         1       2         75     2223 Old Testament      Exodus
## 2224         1       2         75     2224 Old Testament      Exodus
## 2225         1       2         75     2225 Old Testament      Exodus
## 2226         1       2         75     2226 Old Testament      Exodus
## 2227         1       2         75     2227 Old Testament      Exodus
## 2228         1       2         75     2228 Old Testament      Exodus
## 2229         1       2         75     2229 Old Testament      Exodus
## 2230         1       2         75     2230 Old Testament      Exodus
## 2231         1       2         75     2231 Old Testament      Exodus
## 2232         1       2         75     2232 Old Testament      Exodus
## 2233         1       2         75     2233 Old Testament      Exodus
## 2234         1       2         75     2234 Old Testament      Exodus
## 2235         1       2         75     2235 Old Testament      Exodus
## 2236         1       2         75     2236 Old Testament      Exodus
## 2237         1       2         76     2237 Old Testament      Exodus
## 2238         1       2         76     2238 Old Testament      Exodus
## 2239         1       2         76     2239 Old Testament      Exodus
## 2240         1       2         76     2240 Old Testament      Exodus
## 2241         1       2         76     2241 Old Testament      Exodus
## 2242         1       2         76     2242 Old Testament      Exodus
## 2243         1       2         76     2243 Old Testament      Exodus
## 2244         1       2         76     2244 Old Testament      Exodus
## 2245         1       2         76     2245 Old Testament      Exodus
## 2246         1       2         76     2246 Old Testament      Exodus
## 2247         1       2         76     2247 Old Testament      Exodus
## 2248         1       2         76     2248 Old Testament      Exodus
## 2249         1       2         76     2249 Old Testament      Exodus
## 2250         1       2         76     2250 Old Testament      Exodus
## 2251         1       2         76     2251 Old Testament      Exodus
## 2252         1       2         76     2252 Old Testament      Exodus
## 2253         1       2         76     2253 Old Testament      Exodus
## 2254         1       2         76     2254 Old Testament      Exodus
## 2255         1       2         76     2255 Old Testament      Exodus
## 2256         1       2         76     2256 Old Testament      Exodus
## 2257         1       2         76     2257 Old Testament      Exodus
## 2258         1       2         76     2258 Old Testament      Exodus
## 2259         1       2         76     2259 Old Testament      Exodus
## 2260         1       2         76     2260 Old Testament      Exodus
## 2261         1       2         76     2261 Old Testament      Exodus
## 2262         1       2         76     2262 Old Testament      Exodus
## 2263         1       2         76     2263 Old Testament      Exodus
## 2264         1       2         76     2264 Old Testament      Exodus
## 2265         1       2         76     2265 Old Testament      Exodus
## 2266         1       2         76     2266 Old Testament      Exodus
## 2267         1       2         76     2267 Old Testament      Exodus
## 2268         1       2         76     2268 Old Testament      Exodus
## 2269         1       2         76     2269 Old Testament      Exodus
## 2270         1       2         76     2270 Old Testament      Exodus
## 2271         1       2         76     2271 Old Testament      Exodus
## 2272         1       2         76     2272 Old Testament      Exodus
## 2273         1       2         76     2273 Old Testament      Exodus
## 2274         1       2         77     2274 Old Testament      Exodus
## 2275         1       2         77     2275 Old Testament      Exodus
## 2276         1       2         77     2276 Old Testament      Exodus
## 2277         1       2         77     2277 Old Testament      Exodus
## 2278         1       2         77     2278 Old Testament      Exodus
## 2279         1       2         77     2279 Old Testament      Exodus
## 2280         1       2         77     2280 Old Testament      Exodus
## 2281         1       2         77     2281 Old Testament      Exodus
## 2282         1       2         77     2282 Old Testament      Exodus
## 2283         1       2         77     2283 Old Testament      Exodus
## 2284         1       2         77     2284 Old Testament      Exodus
## 2285         1       2         77     2285 Old Testament      Exodus
## 2286         1       2         77     2286 Old Testament      Exodus
## 2287         1       2         77     2287 Old Testament      Exodus
## 2288         1       2         77     2288 Old Testament      Exodus
## 2289         1       2         77     2289 Old Testament      Exodus
## 2290         1       2         77     2290 Old Testament      Exodus
## 2291         1       2         77     2291 Old Testament      Exodus
## 2292         1       2         77     2292 Old Testament      Exodus
## 2293         1       2         77     2293 Old Testament      Exodus
## 2294         1       2         77     2294 Old Testament      Exodus
## 2295         1       2         78     2295 Old Testament      Exodus
## 2296         1       2         78     2296 Old Testament      Exodus
## 2297         1       2         78     2297 Old Testament      Exodus
## 2298         1       2         78     2298 Old Testament      Exodus
## 2299         1       2         78     2299 Old Testament      Exodus
## 2300         1       2         78     2300 Old Testament      Exodus
## 2301         1       2         78     2301 Old Testament      Exodus
## 2302         1       2         78     2302 Old Testament      Exodus
## 2303         1       2         78     2303 Old Testament      Exodus
## 2304         1       2         78     2304 Old Testament      Exodus
## 2305         1       2         78     2305 Old Testament      Exodus
## 2306         1       2         78     2306 Old Testament      Exodus
## 2307         1       2         78     2307 Old Testament      Exodus
## 2308         1       2         78     2308 Old Testament      Exodus
## 2309         1       2         78     2309 Old Testament      Exodus
## 2310         1       2         78     2310 Old Testament      Exodus
## 2311         1       2         78     2311 Old Testament      Exodus
## 2312         1       2         78     2312 Old Testament      Exodus
## 2313         1       2         78     2313 Old Testament      Exodus
## 2314         1       2         78     2314 Old Testament      Exodus
## 2315         1       2         78     2315 Old Testament      Exodus
## 2316         1       2         78     2316 Old Testament      Exodus
## 2317         1       2         78     2317 Old Testament      Exodus
## 2318         1       2         78     2318 Old Testament      Exodus
## 2319         1       2         78     2319 Old Testament      Exodus
## 2320         1       2         78     2320 Old Testament      Exodus
## 2321         1       2         78     2321 Old Testament      Exodus
## 2322         1       2         78     2322 Old Testament      Exodus
## 2323         1       2         78     2323 Old Testament      Exodus
## 2324         1       2         78     2324 Old Testament      Exodus
## 2325         1       2         78     2325 Old Testament      Exodus
## 2326         1       2         78     2326 Old Testament      Exodus
## 2327         1       2         78     2327 Old Testament      Exodus
## 2328         1       2         78     2328 Old Testament      Exodus
## 2329         1       2         78     2329 Old Testament      Exodus
## 2330         1       2         78     2330 Old Testament      Exodus
## 2331         1       2         78     2331 Old Testament      Exodus
## 2332         1       2         78     2332 Old Testament      Exodus
## 2333         1       2         78     2333 Old Testament      Exodus
## 2334         1       2         78     2334 Old Testament      Exodus
## 2335         1       2         78     2335 Old Testament      Exodus
## 2336         1       2         78     2336 Old Testament      Exodus
## 2337         1       2         78     2337 Old Testament      Exodus
## 2338         1       2         79     2338 Old Testament      Exodus
## 2339         1       2         79     2339 Old Testament      Exodus
## 2340         1       2         79     2340 Old Testament      Exodus
## 2341         1       2         79     2341 Old Testament      Exodus
## 2342         1       2         79     2342 Old Testament      Exodus
## 2343         1       2         79     2343 Old Testament      Exodus
## 2344         1       2         79     2344 Old Testament      Exodus
## 2345         1       2         79     2345 Old Testament      Exodus
## 2346         1       2         79     2346 Old Testament      Exodus
## 2347         1       2         79     2347 Old Testament      Exodus
## 2348         1       2         79     2348 Old Testament      Exodus
## 2349         1       2         79     2349 Old Testament      Exodus
## 2350         1       2         79     2350 Old Testament      Exodus
## 2351         1       2         79     2351 Old Testament      Exodus
## 2352         1       2         79     2352 Old Testament      Exodus
## 2353         1       2         79     2353 Old Testament      Exodus
## 2354         1       2         79     2354 Old Testament      Exodus
## 2355         1       2         79     2355 Old Testament      Exodus
## 2356         1       2         79     2356 Old Testament      Exodus
## 2357         1       2         79     2357 Old Testament      Exodus
## 2358         1       2         79     2358 Old Testament      Exodus
## 2359         1       2         79     2359 Old Testament      Exodus
## 2360         1       2         79     2360 Old Testament      Exodus
## 2361         1       2         79     2361 Old Testament      Exodus
## 2362         1       2         79     2362 Old Testament      Exodus
## 2363         1       2         79     2363 Old Testament      Exodus
## 2364         1       2         79     2364 Old Testament      Exodus
## 2365         1       2         79     2365 Old Testament      Exodus
## 2366         1       2         79     2366 Old Testament      Exodus
## 2367         1       2         79     2367 Old Testament      Exodus
## 2368         1       2         79     2368 Old Testament      Exodus
## 2369         1       2         79     2369 Old Testament      Exodus
## 2370         1       2         79     2370 Old Testament      Exodus
## 2371         1       2         79     2371 Old Testament      Exodus
## 2372         1       2         79     2372 Old Testament      Exodus
## 2373         1       2         79     2373 Old Testament      Exodus
## 2374         1       2         79     2374 Old Testament      Exodus
## 2375         1       2         79     2375 Old Testament      Exodus
## 2376         1       2         79     2376 Old Testament      Exodus
## 2377         1       2         79     2377 Old Testament      Exodus
## 2378         1       2         79     2378 Old Testament      Exodus
## 2379         1       2         79     2379 Old Testament      Exodus
## 2380         1       2         79     2380 Old Testament      Exodus
## 2381         1       2         79     2381 Old Testament      Exodus
## 2382         1       2         79     2382 Old Testament      Exodus
## 2383         1       2         79     2383 Old Testament      Exodus
## 2384         1       2         80     2384 Old Testament      Exodus
## 2385         1       2         80     2385 Old Testament      Exodus
## 2386         1       2         80     2386 Old Testament      Exodus
## 2387         1       2         80     2387 Old Testament      Exodus
## 2388         1       2         80     2388 Old Testament      Exodus
## 2389         1       2         80     2389 Old Testament      Exodus
## 2390         1       2         80     2390 Old Testament      Exodus
## 2391         1       2         80     2391 Old Testament      Exodus
## 2392         1       2         80     2392 Old Testament      Exodus
## 2393         1       2         80     2393 Old Testament      Exodus
## 2394         1       2         80     2394 Old Testament      Exodus
## 2395         1       2         80     2395 Old Testament      Exodus
## 2396         1       2         80     2396 Old Testament      Exodus
## 2397         1       2         80     2397 Old Testament      Exodus
## 2398         1       2         80     2398 Old Testament      Exodus
## 2399         1       2         80     2399 Old Testament      Exodus
## 2400         1       2         80     2400 Old Testament      Exodus
## 2401         1       2         80     2401 Old Testament      Exodus
## 2402         1       2         80     2402 Old Testament      Exodus
## 2403         1       2         80     2403 Old Testament      Exodus
## 2404         1       2         80     2404 Old Testament      Exodus
## 2405         1       2         80     2405 Old Testament      Exodus
## 2406         1       2         80     2406 Old Testament      Exodus
## 2407         1       2         80     2407 Old Testament      Exodus
## 2408         1       2         80     2408 Old Testament      Exodus
## 2409         1       2         80     2409 Old Testament      Exodus
## 2410         1       2         80     2410 Old Testament      Exodus
## 2411         1       2         80     2411 Old Testament      Exodus
## 2412         1       2         80     2412 Old Testament      Exodus
## 2413         1       2         80     2413 Old Testament      Exodus
## 2414         1       2         80     2414 Old Testament      Exodus
## 2415         1       2         80     2415 Old Testament      Exodus
## 2416         1       2         80     2416 Old Testament      Exodus
## 2417         1       2         80     2417 Old Testament      Exodus
## 2418         1       2         80     2418 Old Testament      Exodus
## 2419         1       2         80     2419 Old Testament      Exodus
## 2420         1       2         80     2420 Old Testament      Exodus
## 2421         1       2         80     2421 Old Testament      Exodus
## 2422         1       2         81     2422 Old Testament      Exodus
## 2423         1       2         81     2423 Old Testament      Exodus
## 2424         1       2         81     2424 Old Testament      Exodus
## 2425         1       2         81     2425 Old Testament      Exodus
## 2426         1       2         81     2426 Old Testament      Exodus
## 2427         1       2         81     2427 Old Testament      Exodus
## 2428         1       2         81     2428 Old Testament      Exodus
## 2429         1       2         81     2429 Old Testament      Exodus
## 2430         1       2         81     2430 Old Testament      Exodus
## 2431         1       2         81     2431 Old Testament      Exodus
## 2432         1       2         81     2432 Old Testament      Exodus
## 2433         1       2         81     2433 Old Testament      Exodus
## 2434         1       2         81     2434 Old Testament      Exodus
## 2435         1       2         81     2435 Old Testament      Exodus
## 2436         1       2         81     2436 Old Testament      Exodus
## 2437         1       2         81     2437 Old Testament      Exodus
## 2438         1       2         81     2438 Old Testament      Exodus
## 2439         1       2         81     2439 Old Testament      Exodus
## 2440         1       2         82     2440 Old Testament      Exodus
## 2441         1       2         82     2441 Old Testament      Exodus
## 2442         1       2         82     2442 Old Testament      Exodus
## 2443         1       2         82     2443 Old Testament      Exodus
## 2444         1       2         82     2444 Old Testament      Exodus
## 2445         1       2         82     2445 Old Testament      Exodus
## 2446         1       2         82     2446 Old Testament      Exodus
## 2447         1       2         82     2447 Old Testament      Exodus
## 2448         1       2         82     2448 Old Testament      Exodus
## 2449         1       2         82     2449 Old Testament      Exodus
## 2450         1       2         82     2450 Old Testament      Exodus
## 2451         1       2         82     2451 Old Testament      Exodus
## 2452         1       2         82     2452 Old Testament      Exodus
## 2453         1       2         82     2453 Old Testament      Exodus
## 2454         1       2         82     2454 Old Testament      Exodus
## 2455         1       2         82     2455 Old Testament      Exodus
## 2456         1       2         82     2456 Old Testament      Exodus
## 2457         1       2         82     2457 Old Testament      Exodus
## 2458         1       2         82     2458 Old Testament      Exodus
## 2459         1       2         82     2459 Old Testament      Exodus
## 2460         1       2         82     2460 Old Testament      Exodus
## 2461         1       2         82     2461 Old Testament      Exodus
## 2462         1       2         82     2462 Old Testament      Exodus
## 2463         1       2         82     2463 Old Testament      Exodus
## 2464         1       2         82     2464 Old Testament      Exodus
## 2465         1       2         82     2465 Old Testament      Exodus
## 2466         1       2         82     2466 Old Testament      Exodus
## 2467         1       2         82     2467 Old Testament      Exodus
## 2468         1       2         82     2468 Old Testament      Exodus
## 2469         1       2         82     2469 Old Testament      Exodus
## 2470         1       2         82     2470 Old Testament      Exodus
## 2471         1       2         82     2471 Old Testament      Exodus
## 2472         1       2         82     2472 Old Testament      Exodus
## 2473         1       2         82     2473 Old Testament      Exodus
## 2474         1       2         82     2474 Old Testament      Exodus
## 2475         1       2         83     2475 Old Testament      Exodus
## 2476         1       2         83     2476 Old Testament      Exodus
## 2477         1       2         83     2477 Old Testament      Exodus
## 2478         1       2         83     2478 Old Testament      Exodus
## 2479         1       2         83     2479 Old Testament      Exodus
## 2480         1       2         83     2480 Old Testament      Exodus
## 2481         1       2         83     2481 Old Testament      Exodus
## 2482         1       2         83     2482 Old Testament      Exodus
## 2483         1       2         83     2483 Old Testament      Exodus
## 2484         1       2         83     2484 Old Testament      Exodus
## 2485         1       2         83     2485 Old Testament      Exodus
## 2486         1       2         83     2486 Old Testament      Exodus
## 2487         1       2         83     2487 Old Testament      Exodus
## 2488         1       2         83     2488 Old Testament      Exodus
## 2489         1       2         83     2489 Old Testament      Exodus
## 2490         1       2         83     2490 Old Testament      Exodus
## 2491         1       2         83     2491 Old Testament      Exodus
## 2492         1       2         83     2492 Old Testament      Exodus
## 2493         1       2         83     2493 Old Testament      Exodus
## 2494         1       2         83     2494 Old Testament      Exodus
## 2495         1       2         83     2495 Old Testament      Exodus
## 2496         1       2         83     2496 Old Testament      Exodus
## 2497         1       2         83     2497 Old Testament      Exodus
## 2498         1       2         84     2498 Old Testament      Exodus
## 2499         1       2         84     2499 Old Testament      Exodus
## 2500         1       2         84     2500 Old Testament      Exodus
## 2501         1       2         84     2501 Old Testament      Exodus
## 2502         1       2         84     2502 Old Testament      Exodus
## 2503         1       2         84     2503 Old Testament      Exodus
## 2504         1       2         84     2504 Old Testament      Exodus
## 2505         1       2         84     2505 Old Testament      Exodus
## 2506         1       2         84     2506 Old Testament      Exodus
## 2507         1       2         84     2507 Old Testament      Exodus
## 2508         1       2         84     2508 Old Testament      Exodus
## 2509         1       2         84     2509 Old Testament      Exodus
## 2510         1       2         84     2510 Old Testament      Exodus
## 2511         1       2         84     2511 Old Testament      Exodus
## 2512         1       2         84     2512 Old Testament      Exodus
## 2513         1       2         84     2513 Old Testament      Exodus
## 2514         1       2         84     2514 Old Testament      Exodus
## 2515         1       2         84     2515 Old Testament      Exodus
## 2516         1       2         84     2516 Old Testament      Exodus
## 2517         1       2         84     2517 Old Testament      Exodus
## 2518         1       2         84     2518 Old Testament      Exodus
## 2519         1       2         84     2519 Old Testament      Exodus
## 2520         1       2         84     2520 Old Testament      Exodus
## 2521         1       2         84     2521 Old Testament      Exodus
## 2522         1       2         84     2522 Old Testament      Exodus
## 2523         1       2         84     2523 Old Testament      Exodus
## 2524         1       2         84     2524 Old Testament      Exodus
## 2525         1       2         84     2525 Old Testament      Exodus
## 2526         1       2         84     2526 Old Testament      Exodus
## 2527         1       2         84     2527 Old Testament      Exodus
## 2528         1       2         84     2528 Old Testament      Exodus
## 2529         1       2         84     2529 Old Testament      Exodus
## 2530         1       2         84     2530 Old Testament      Exodus
## 2531         1       2         84     2531 Old Testament      Exodus
## 2532         1       2         84     2532 Old Testament      Exodus
## 2533         1       2         85     2533 Old Testament      Exodus
## 2534         1       2         85     2534 Old Testament      Exodus
## 2535         1       2         85     2535 Old Testament      Exodus
## 2536         1       2         85     2536 Old Testament      Exodus
## 2537         1       2         85     2537 Old Testament      Exodus
## 2538         1       2         85     2538 Old Testament      Exodus
## 2539         1       2         85     2539 Old Testament      Exodus
## 2540         1       2         85     2540 Old Testament      Exodus
## 2541         1       2         85     2541 Old Testament      Exodus
## 2542         1       2         85     2542 Old Testament      Exodus
## 2543         1       2         85     2543 Old Testament      Exodus
## 2544         1       2         85     2544 Old Testament      Exodus
## 2545         1       2         85     2545 Old Testament      Exodus
## 2546         1       2         85     2546 Old Testament      Exodus
## 2547         1       2         85     2547 Old Testament      Exodus
## 2548         1       2         85     2548 Old Testament      Exodus
## 2549         1       2         85     2549 Old Testament      Exodus
## 2550         1       2         85     2550 Old Testament      Exodus
## 2551         1       2         85     2551 Old Testament      Exodus
## 2552         1       2         85     2552 Old Testament      Exodus
## 2553         1       2         85     2553 Old Testament      Exodus
## 2554         1       2         85     2554 Old Testament      Exodus
## 2555         1       2         85     2555 Old Testament      Exodus
## 2556         1       2         85     2556 Old Testament      Exodus
## 2557         1       2         85     2557 Old Testament      Exodus
## 2558         1       2         85     2558 Old Testament      Exodus
## 2559         1       2         85     2559 Old Testament      Exodus
## 2560         1       2         85     2560 Old Testament      Exodus
## 2561         1       2         85     2561 Old Testament      Exodus
## 2562         1       2         85     2562 Old Testament      Exodus
## 2563         1       2         85     2563 Old Testament      Exodus
## 2564         1       2         85     2564 Old Testament      Exodus
## 2565         1       2         85     2565 Old Testament      Exodus
## 2566         1       2         85     2566 Old Testament      Exodus
## 2567         1       2         85     2567 Old Testament      Exodus
## 2568         1       2         86     2568 Old Testament      Exodus
## 2569         1       2         86     2569 Old Testament      Exodus
## 2570         1       2         86     2570 Old Testament      Exodus
## 2571         1       2         86     2571 Old Testament      Exodus
## 2572         1       2         86     2572 Old Testament      Exodus
## 2573         1       2         86     2573 Old Testament      Exodus
## 2574         1       2         86     2574 Old Testament      Exodus
## 2575         1       2         86     2575 Old Testament      Exodus
## 2576         1       2         86     2576 Old Testament      Exodus
## 2577         1       2         86     2577 Old Testament      Exodus
## 2578         1       2         86     2578 Old Testament      Exodus
## 2579         1       2         86     2579 Old Testament      Exodus
## 2580         1       2         86     2580 Old Testament      Exodus
## 2581         1       2         86     2581 Old Testament      Exodus
## 2582         1       2         86     2582 Old Testament      Exodus
## 2583         1       2         86     2583 Old Testament      Exodus
## 2584         1       2         86     2584 Old Testament      Exodus
## 2585         1       2         86     2585 Old Testament      Exodus
## 2586         1       2         86     2586 Old Testament      Exodus
## 2587         1       2         86     2587 Old Testament      Exodus
## 2588         1       2         86     2588 Old Testament      Exodus
## 2589         1       2         86     2589 Old Testament      Exodus
## 2590         1       2         86     2590 Old Testament      Exodus
## 2591         1       2         86     2591 Old Testament      Exodus
## 2592         1       2         86     2592 Old Testament      Exodus
## 2593         1       2         86     2593 Old Testament      Exodus
## 2594         1       2         86     2594 Old Testament      Exodus
## 2595         1       2         86     2595 Old Testament      Exodus
## 2596         1       2         86     2596 Old Testament      Exodus
## 2597         1       2         86     2597 Old Testament      Exodus
## 2598         1       2         86     2598 Old Testament      Exodus
## 2599         1       2         86     2599 Old Testament      Exodus
## 2600         1       2         86     2600 Old Testament      Exodus
## 2601         1       2         86     2601 Old Testament      Exodus
## 2602         1       2         86     2602 Old Testament      Exodus
## 2603         1       2         86     2603 Old Testament      Exodus
## 2604         1       2         86     2604 Old Testament      Exodus
## 2605         1       2         86     2605 Old Testament      Exodus
## 2606         1       2         87     2606 Old Testament      Exodus
## 2607         1       2         87     2607 Old Testament      Exodus
## 2608         1       2         87     2608 Old Testament      Exodus
## 2609         1       2         87     2609 Old Testament      Exodus
## 2610         1       2         87     2610 Old Testament      Exodus
## 2611         1       2         87     2611 Old Testament      Exodus
## 2612         1       2         87     2612 Old Testament      Exodus
## 2613         1       2         87     2613 Old Testament      Exodus
## 2614         1       2         87     2614 Old Testament      Exodus
## 2615         1       2         87     2615 Old Testament      Exodus
## 2616         1       2         87     2616 Old Testament      Exodus
## 2617         1       2         87     2617 Old Testament      Exodus
## 2618         1       2         87     2618 Old Testament      Exodus
## 2619         1       2         87     2619 Old Testament      Exodus
## 2620         1       2         87     2620 Old Testament      Exodus
## 2621         1       2         87     2621 Old Testament      Exodus
## 2622         1       2         87     2622 Old Testament      Exodus
## 2623         1       2         87     2623 Old Testament      Exodus
## 2624         1       2         87     2624 Old Testament      Exodus
## 2625         1       2         87     2625 Old Testament      Exodus
## 2626         1       2         87     2626 Old Testament      Exodus
## 2627         1       2         87     2627 Old Testament      Exodus
## 2628         1       2         87     2628 Old Testament      Exodus
## 2629         1       2         87     2629 Old Testament      Exodus
## 2630         1       2         87     2630 Old Testament      Exodus
## 2631         1       2         87     2631 Old Testament      Exodus
## 2632         1       2         87     2632 Old Testament      Exodus
## 2633         1       2         87     2633 Old Testament      Exodus
## 2634         1       2         87     2634 Old Testament      Exodus
## 2635         1       2         88     2635 Old Testament      Exodus
## 2636         1       2         88     2636 Old Testament      Exodus
## 2637         1       2         88     2637 Old Testament      Exodus
## 2638         1       2         88     2638 Old Testament      Exodus
## 2639         1       2         88     2639 Old Testament      Exodus
## 2640         1       2         88     2640 Old Testament      Exodus
## 2641         1       2         88     2641 Old Testament      Exodus
## 2642         1       2         88     2642 Old Testament      Exodus
## 2643         1       2         88     2643 Old Testament      Exodus
## 2644         1       2         88     2644 Old Testament      Exodus
## 2645         1       2         88     2645 Old Testament      Exodus
## 2646         1       2         88     2646 Old Testament      Exodus
## 2647         1       2         88     2647 Old Testament      Exodus
## 2648         1       2         88     2648 Old Testament      Exodus
## 2649         1       2         88     2649 Old Testament      Exodus
## 2650         1       2         88     2650 Old Testament      Exodus
## 2651         1       2         88     2651 Old Testament      Exodus
## 2652         1       2         88     2652 Old Testament      Exodus
## 2653         1       2         88     2653 Old Testament      Exodus
## 2654         1       2         88     2654 Old Testament      Exodus
## 2655         1       2         88     2655 Old Testament      Exodus
## 2656         1       2         88     2656 Old Testament      Exodus
## 2657         1       2         88     2657 Old Testament      Exodus
## 2658         1       2         88     2658 Old Testament      Exodus
## 2659         1       2         88     2659 Old Testament      Exodus
## 2660         1       2         88     2660 Old Testament      Exodus
## 2661         1       2         88     2661 Old Testament      Exodus
## 2662         1       2         88     2662 Old Testament      Exodus
## 2663         1       2         88     2663 Old Testament      Exodus
## 2664         1       2         88     2664 Old Testament      Exodus
## 2665         1       2         88     2665 Old Testament      Exodus
## 2666         1       2         89     2666 Old Testament      Exodus
## 2667         1       2         89     2667 Old Testament      Exodus
## 2668         1       2         89     2668 Old Testament      Exodus
## 2669         1       2         89     2669 Old Testament      Exodus
## 2670         1       2         89     2670 Old Testament      Exodus
## 2671         1       2         89     2671 Old Testament      Exodus
## 2672         1       2         89     2672 Old Testament      Exodus
## 2673         1       2         89     2673 Old Testament      Exodus
## 2674         1       2         89     2674 Old Testament      Exodus
## 2675         1       2         89     2675 Old Testament      Exodus
## 2676         1       2         89     2676 Old Testament      Exodus
## 2677         1       2         89     2677 Old Testament      Exodus
## 2678         1       2         89     2678 Old Testament      Exodus
## 2679         1       2         89     2679 Old Testament      Exodus
## 2680         1       2         89     2680 Old Testament      Exodus
## 2681         1       2         89     2681 Old Testament      Exodus
## 2682         1       2         89     2682 Old Testament      Exodus
## 2683         1       2         89     2683 Old Testament      Exodus
## 2684         1       2         89     2684 Old Testament      Exodus
## 2685         1       2         89     2685 Old Testament      Exodus
## 2686         1       2         89     2686 Old Testament      Exodus
## 2687         1       2         89     2687 Old Testament      Exodus
## 2688         1       2         89     2688 Old Testament      Exodus
## 2689         1       2         89     2689 Old Testament      Exodus
## 2690         1       2         89     2690 Old Testament      Exodus
## 2691         1       2         89     2691 Old Testament      Exodus
## 2692         1       2         89     2692 Old Testament      Exodus
## 2693         1       2         89     2693 Old Testament      Exodus
## 2694         1       2         89     2694 Old Testament      Exodus
## 2695         1       2         89     2695 Old Testament      Exodus
## 2696         1       2         89     2696 Old Testament      Exodus
## 2697         1       2         89     2697 Old Testament      Exodus
## 2698         1       2         89     2698 Old Testament      Exodus
## 2699         1       2         89     2699 Old Testament      Exodus
## 2700         1       2         89     2700 Old Testament      Exodus
## 2701         1       2         89     2701 Old Testament      Exodus
## 2702         1       2         89     2702 Old Testament      Exodus
## 2703         1       2         89     2703 Old Testament      Exodus
## 2704         1       2         89     2704 Old Testament      Exodus
## 2705         1       2         89     2705 Old Testament      Exodus
## 2706         1       2         89     2706 Old Testament      Exodus
## 2707         1       2         89     2707 Old Testament      Exodus
## 2708         1       2         89     2708 Old Testament      Exodus
## 2709         1       2         90     2709 Old Testament      Exodus
## 2710         1       2         90     2710 Old Testament      Exodus
## 2711         1       2         90     2711 Old Testament      Exodus
## 2712         1       2         90     2712 Old Testament      Exodus
## 2713         1       2         90     2713 Old Testament      Exodus
## 2714         1       2         90     2714 Old Testament      Exodus
## 2715         1       2         90     2715 Old Testament      Exodus
## 2716         1       2         90     2716 Old Testament      Exodus
## 2717         1       2         90     2717 Old Testament      Exodus
## 2718         1       2         90     2718 Old Testament      Exodus
## 2719         1       2         90     2719 Old Testament      Exodus
## 2720         1       2         90     2720 Old Testament      Exodus
## 2721         1       2         90     2721 Old Testament      Exodus
## 2722         1       2         90     2722 Old Testament      Exodus
## 2723         1       2         90     2723 Old Testament      Exodus
## 2724         1       2         90     2724 Old Testament      Exodus
## 2725         1       2         90     2725 Old Testament      Exodus
## 2726         1       2         90     2726 Old Testament      Exodus
## 2727         1       2         90     2727 Old Testament      Exodus
## 2728         1       2         90     2728 Old Testament      Exodus
## 2729         1       2         90     2729 Old Testament      Exodus
## 2730         1       2         90     2730 Old Testament      Exodus
## 2731         1       2         90     2731 Old Testament      Exodus
## 2732         1       2         90     2732 Old Testament      Exodus
## 2733         1       2         90     2733 Old Testament      Exodus
## 2734         1       2         90     2734 Old Testament      Exodus
## 2735         1       2         90     2735 Old Testament      Exodus
## 2736         1       2         90     2736 Old Testament      Exodus
## 2737         1       2         90     2737 Old Testament      Exodus
## 2738         1       2         90     2738 Old Testament      Exodus
## 2739         1       2         90     2739 Old Testament      Exodus
## 2740         1       2         90     2740 Old Testament      Exodus
## 2741         1       2         90     2741 Old Testament      Exodus
## 2742         1       2         90     2742 Old Testament      Exodus
## 2743         1       2         90     2743 Old Testament      Exodus
## 2744         1       2         90     2744 Old Testament      Exodus
## 2745         1       2         90     2745 Old Testament      Exodus
## 2746         1       2         90     2746 Old Testament      Exodus
## 2747         1       3         91     2747 Old Testament   Leviticus
## 2748         1       3         91     2748 Old Testament   Leviticus
## 2749         1       3         91     2749 Old Testament   Leviticus
## 2750         1       3         91     2750 Old Testament   Leviticus
## 2751         1       3         91     2751 Old Testament   Leviticus
## 2752         1       3         91     2752 Old Testament   Leviticus
## 2753         1       3         91     2753 Old Testament   Leviticus
## 2754         1       3         91     2754 Old Testament   Leviticus
## 2755         1       3         91     2755 Old Testament   Leviticus
## 2756         1       3         91     2756 Old Testament   Leviticus
## 2757         1       3         91     2757 Old Testament   Leviticus
## 2758         1       3         91     2758 Old Testament   Leviticus
## 2759         1       3         91     2759 Old Testament   Leviticus
## 2760         1       3         91     2760 Old Testament   Leviticus
## 2761         1       3         91     2761 Old Testament   Leviticus
## 2762         1       3         91     2762 Old Testament   Leviticus
## 2763         1       3         91     2763 Old Testament   Leviticus
## 2764         1       3         92     2764 Old Testament   Leviticus
## 2765         1       3         92     2765 Old Testament   Leviticus
## 2766         1       3         92     2766 Old Testament   Leviticus
## 2767         1       3         92     2767 Old Testament   Leviticus
## 2768         1       3         92     2768 Old Testament   Leviticus
## 2769         1       3         92     2769 Old Testament   Leviticus
## 2770         1       3         92     2770 Old Testament   Leviticus
## 2771         1       3         92     2771 Old Testament   Leviticus
## 2772         1       3         92     2772 Old Testament   Leviticus
## 2773         1       3         92     2773 Old Testament   Leviticus
## 2774         1       3         92     2774 Old Testament   Leviticus
## 2775         1       3         92     2775 Old Testament   Leviticus
## 2776         1       3         92     2776 Old Testament   Leviticus
## 2777         1       3         92     2777 Old Testament   Leviticus
## 2778         1       3         92     2778 Old Testament   Leviticus
## 2779         1       3         92     2779 Old Testament   Leviticus
## 2780         1       3         93     2780 Old Testament   Leviticus
## 2781         1       3         93     2781 Old Testament   Leviticus
## 2782         1       3         93     2782 Old Testament   Leviticus
## 2783         1       3         93     2783 Old Testament   Leviticus
## 2784         1       3         93     2784 Old Testament   Leviticus
## 2785         1       3         93     2785 Old Testament   Leviticus
## 2786         1       3         93     2786 Old Testament   Leviticus
## 2787         1       3         93     2787 Old Testament   Leviticus
## 2788         1       3         93     2788 Old Testament   Leviticus
## 2789         1       3         93     2789 Old Testament   Leviticus
## 2790         1       3         93     2790 Old Testament   Leviticus
## 2791         1       3         93     2791 Old Testament   Leviticus
## 2792         1       3         93     2792 Old Testament   Leviticus
## 2793         1       3         93     2793 Old Testament   Leviticus
## 2794         1       3         93     2794 Old Testament   Leviticus
## 2795         1       3         93     2795 Old Testament   Leviticus
## 2796         1       3         93     2796 Old Testament   Leviticus
## 2797         1       3         94     2797 Old Testament   Leviticus
## 2798         1       3         94     2798 Old Testament   Leviticus
## 2799         1       3         94     2799 Old Testament   Leviticus
## 2800         1       3         94     2800 Old Testament   Leviticus
## 2801         1       3         94     2801 Old Testament   Leviticus
## 2802         1       3         94     2802 Old Testament   Leviticus
## 2803         1       3         94     2803 Old Testament   Leviticus
## 2804         1       3         94     2804 Old Testament   Leviticus
## 2805         1       3         94     2805 Old Testament   Leviticus
## 2806         1       3         94     2806 Old Testament   Leviticus
## 2807         1       3         94     2807 Old Testament   Leviticus
## 2808         1       3         94     2808 Old Testament   Leviticus
## 2809         1       3         94     2809 Old Testament   Leviticus
## 2810         1       3         94     2810 Old Testament   Leviticus
## 2811         1       3         94     2811 Old Testament   Leviticus
## 2812         1       3         94     2812 Old Testament   Leviticus
## 2813         1       3         94     2813 Old Testament   Leviticus
## 2814         1       3         94     2814 Old Testament   Leviticus
## 2815         1       3         94     2815 Old Testament   Leviticus
## 2816         1       3         94     2816 Old Testament   Leviticus
## 2817         1       3         94     2817 Old Testament   Leviticus
## 2818         1       3         94     2818 Old Testament   Leviticus
## 2819         1       3         94     2819 Old Testament   Leviticus
## 2820         1       3         94     2820 Old Testament   Leviticus
## 2821         1       3         94     2821 Old Testament   Leviticus
## 2822         1       3         94     2822 Old Testament   Leviticus
## 2823         1       3         94     2823 Old Testament   Leviticus
## 2824         1       3         94     2824 Old Testament   Leviticus
## 2825         1       3         94     2825 Old Testament   Leviticus
## 2826         1       3         94     2826 Old Testament   Leviticus
## 2827         1       3         94     2827 Old Testament   Leviticus
## 2828         1       3         94     2828 Old Testament   Leviticus
## 2829         1       3         94     2829 Old Testament   Leviticus
## 2830         1       3         94     2830 Old Testament   Leviticus
## 2831         1       3         94     2831 Old Testament   Leviticus
## 2832         1       3         95     2832 Old Testament   Leviticus
## 2833         1       3         95     2833 Old Testament   Leviticus
## 2834         1       3         95     2834 Old Testament   Leviticus
## 2835         1       3         95     2835 Old Testament   Leviticus
## 2836         1       3         95     2836 Old Testament   Leviticus
## 2837         1       3         95     2837 Old Testament   Leviticus
## 2838         1       3         95     2838 Old Testament   Leviticus
## 2839         1       3         95     2839 Old Testament   Leviticus
## 2840         1       3         95     2840 Old Testament   Leviticus
## 2841         1       3         95     2841 Old Testament   Leviticus
## 2842         1       3         95     2842 Old Testament   Leviticus
## 2843         1       3         95     2843 Old Testament   Leviticus
## 2844         1       3         95     2844 Old Testament   Leviticus
## 2845         1       3         95     2845 Old Testament   Leviticus
## 2846         1       3         95     2846 Old Testament   Leviticus
## 2847         1       3         95     2847 Old Testament   Leviticus
## 2848         1       3         95     2848 Old Testament   Leviticus
## 2849         1       3         95     2849 Old Testament   Leviticus
## 2850         1       3         95     2850 Old Testament   Leviticus
## 2851         1       3         96     2851 Old Testament   Leviticus
## 2852         1       3         96     2852 Old Testament   Leviticus
## 2853         1       3         96     2853 Old Testament   Leviticus
## 2854         1       3         96     2854 Old Testament   Leviticus
## 2855         1       3         96     2855 Old Testament   Leviticus
## 2856         1       3         96     2856 Old Testament   Leviticus
## 2857         1       3         96     2857 Old Testament   Leviticus
## 2858         1       3         96     2858 Old Testament   Leviticus
## 2859         1       3         96     2859 Old Testament   Leviticus
## 2860         1       3         96     2860 Old Testament   Leviticus
## 2861         1       3         96     2861 Old Testament   Leviticus
## 2862         1       3         96     2862 Old Testament   Leviticus
## 2863         1       3         96     2863 Old Testament   Leviticus
## 2864         1       3         96     2864 Old Testament   Leviticus
## 2865         1       3         96     2865 Old Testament   Leviticus
## 2866         1       3         96     2866 Old Testament   Leviticus
## 2867         1       3         96     2867 Old Testament   Leviticus
## 2868         1       3         96     2868 Old Testament   Leviticus
## 2869         1       3         96     2869 Old Testament   Leviticus
## 2870         1       3         96     2870 Old Testament   Leviticus
## 2871         1       3         96     2871 Old Testament   Leviticus
## 2872         1       3         96     2872 Old Testament   Leviticus
## 2873         1       3         96     2873 Old Testament   Leviticus
## 2874         1       3         96     2874 Old Testament   Leviticus
## 2875         1       3         96     2875 Old Testament   Leviticus
## 2876         1       3         96     2876 Old Testament   Leviticus
## 2877         1       3         96     2877 Old Testament   Leviticus
## 2878         1       3         96     2878 Old Testament   Leviticus
## 2879         1       3         96     2879 Old Testament   Leviticus
## 2880         1       3         96     2880 Old Testament   Leviticus
## 2881         1       3         97     2881 Old Testament   Leviticus
## 2882         1       3         97     2882 Old Testament   Leviticus
## 2883         1       3         97     2883 Old Testament   Leviticus
## 2884         1       3         97     2884 Old Testament   Leviticus
## 2885         1       3         97     2885 Old Testament   Leviticus
## 2886         1       3         97     2886 Old Testament   Leviticus
## 2887         1       3         97     2887 Old Testament   Leviticus
## 2888         1       3         97     2888 Old Testament   Leviticus
## 2889         1       3         97     2889 Old Testament   Leviticus
## 2890         1       3         97     2890 Old Testament   Leviticus
## 2891         1       3         97     2891 Old Testament   Leviticus
## 2892         1       3         97     2892 Old Testament   Leviticus
## 2893         1       3         97     2893 Old Testament   Leviticus
## 2894         1       3         97     2894 Old Testament   Leviticus
## 2895         1       3         97     2895 Old Testament   Leviticus
## 2896         1       3         97     2896 Old Testament   Leviticus
## 2897         1       3         97     2897 Old Testament   Leviticus
## 2898         1       3         97     2898 Old Testament   Leviticus
## 2899         1       3         97     2899 Old Testament   Leviticus
## 2900         1       3         97     2900 Old Testament   Leviticus
## 2901         1       3         97     2901 Old Testament   Leviticus
## 2902         1       3         97     2902 Old Testament   Leviticus
## 2903         1       3         97     2903 Old Testament   Leviticus
## 2904         1       3         97     2904 Old Testament   Leviticus
## 2905         1       3         97     2905 Old Testament   Leviticus
## 2906         1       3         97     2906 Old Testament   Leviticus
## 2907         1       3         97     2907 Old Testament   Leviticus
## 2908         1       3         97     2908 Old Testament   Leviticus
## 2909         1       3         97     2909 Old Testament   Leviticus
## 2910         1       3         97     2910 Old Testament   Leviticus
## 2911         1       3         97     2911 Old Testament   Leviticus
## 2912         1       3         97     2912 Old Testament   Leviticus
## 2913         1       3         97     2913 Old Testament   Leviticus
## 2914         1       3         97     2914 Old Testament   Leviticus
## 2915         1       3         97     2915 Old Testament   Leviticus
## 2916         1       3         97     2916 Old Testament   Leviticus
## 2917         1       3         97     2917 Old Testament   Leviticus
## 2918         1       3         97     2918 Old Testament   Leviticus
## 2919         1       3         98     2919 Old Testament   Leviticus
## 2920         1       3         98     2920 Old Testament   Leviticus
## 2921         1       3         98     2921 Old Testament   Leviticus
## 2922         1       3         98     2922 Old Testament   Leviticus
## 2923         1       3         98     2923 Old Testament   Leviticus
## 2924         1       3         98     2924 Old Testament   Leviticus
## 2925         1       3         98     2925 Old Testament   Leviticus
## 2926         1       3         98     2926 Old Testament   Leviticus
## 2927         1       3         98     2927 Old Testament   Leviticus
## 2928         1       3         98     2928 Old Testament   Leviticus
## 2929         1       3         98     2929 Old Testament   Leviticus
## 2930         1       3         98     2930 Old Testament   Leviticus
## 2931         1       3         98     2931 Old Testament   Leviticus
## 2932         1       3         98     2932 Old Testament   Leviticus
## 2933         1       3         98     2933 Old Testament   Leviticus
## 2934         1       3         98     2934 Old Testament   Leviticus
## 2935         1       3         98     2935 Old Testament   Leviticus
## 2936         1       3         98     2936 Old Testament   Leviticus
## 2937         1       3         98     2937 Old Testament   Leviticus
## 2938         1       3         98     2938 Old Testament   Leviticus
## 2939         1       3         98     2939 Old Testament   Leviticus
## 2940         1       3         98     2940 Old Testament   Leviticus
## 2941         1       3         98     2941 Old Testament   Leviticus
## 2942         1       3         98     2942 Old Testament   Leviticus
## 2943         1       3         98     2943 Old Testament   Leviticus
## 2944         1       3         98     2944 Old Testament   Leviticus
## 2945         1       3         98     2945 Old Testament   Leviticus
## 2946         1       3         98     2946 Old Testament   Leviticus
## 2947         1       3         98     2947 Old Testament   Leviticus
## 2948         1       3         98     2948 Old Testament   Leviticus
## 2949         1       3         98     2949 Old Testament   Leviticus
## 2950         1       3         98     2950 Old Testament   Leviticus
## 2951         1       3         98     2951 Old Testament   Leviticus
## 2952         1       3         98     2952 Old Testament   Leviticus
## 2953         1       3         98     2953 Old Testament   Leviticus
## 2954         1       3         98     2954 Old Testament   Leviticus
## 2955         1       3         99     2955 Old Testament   Leviticus
## 2956         1       3         99     2956 Old Testament   Leviticus
## 2957         1       3         99     2957 Old Testament   Leviticus
## 2958         1       3         99     2958 Old Testament   Leviticus
## 2959         1       3         99     2959 Old Testament   Leviticus
## 2960         1       3         99     2960 Old Testament   Leviticus
## 2961         1       3         99     2961 Old Testament   Leviticus
## 2962         1       3         99     2962 Old Testament   Leviticus
## 2963         1       3         99     2963 Old Testament   Leviticus
## 2964         1       3         99     2964 Old Testament   Leviticus
## 2965         1       3         99     2965 Old Testament   Leviticus
## 2966         1       3         99     2966 Old Testament   Leviticus
## 2967         1       3         99     2967 Old Testament   Leviticus
## 2968         1       3         99     2968 Old Testament   Leviticus
## 2969         1       3         99     2969 Old Testament   Leviticus
## 2970         1       3         99     2970 Old Testament   Leviticus
## 2971         1       3         99     2971 Old Testament   Leviticus
## 2972         1       3         99     2972 Old Testament   Leviticus
## 2973         1       3         99     2973 Old Testament   Leviticus
## 2974         1       3         99     2974 Old Testament   Leviticus
## 2975         1       3         99     2975 Old Testament   Leviticus
## 2976         1       3         99     2976 Old Testament   Leviticus
## 2977         1       3         99     2977 Old Testament   Leviticus
## 2978         1       3         99     2978 Old Testament   Leviticus
## 2979         1       3        100     2979 Old Testament   Leviticus
## 2980         1       3        100     2980 Old Testament   Leviticus
## 2981         1       3        100     2981 Old Testament   Leviticus
## 2982         1       3        100     2982 Old Testament   Leviticus
## 2983         1       3        100     2983 Old Testament   Leviticus
## 2984         1       3        100     2984 Old Testament   Leviticus
## 2985         1       3        100     2985 Old Testament   Leviticus
## 2986         1       3        100     2986 Old Testament   Leviticus
## 2987         1       3        100     2987 Old Testament   Leviticus
## 2988         1       3        100     2988 Old Testament   Leviticus
## 2989         1       3        100     2989 Old Testament   Leviticus
## 2990         1       3        100     2990 Old Testament   Leviticus
## 2991         1       3        100     2991 Old Testament   Leviticus
## 2992         1       3        100     2992 Old Testament   Leviticus
## 2993         1       3        100     2993 Old Testament   Leviticus
## 2994         1       3        100     2994 Old Testament   Leviticus
## 2995         1       3        100     2995 Old Testament   Leviticus
## 2996         1       3        100     2996 Old Testament   Leviticus
## 2997         1       3        100     2997 Old Testament   Leviticus
## 2998         1       3        100     2998 Old Testament   Leviticus
## 2999         1       3        101     2999 Old Testament   Leviticus
## 3000         1       3        101     3000 Old Testament   Leviticus
## 3001         1       3        101     3001 Old Testament   Leviticus
## 3002         1       3        101     3002 Old Testament   Leviticus
## 3003         1       3        101     3003 Old Testament   Leviticus
## 3004         1       3        101     3004 Old Testament   Leviticus
## 3005         1       3        101     3005 Old Testament   Leviticus
## 3006         1       3        101     3006 Old Testament   Leviticus
## 3007         1       3        101     3007 Old Testament   Leviticus
## 3008         1       3        101     3008 Old Testament   Leviticus
## 3009         1       3        101     3009 Old Testament   Leviticus
## 3010         1       3        101     3010 Old Testament   Leviticus
## 3011         1       3        101     3011 Old Testament   Leviticus
## 3012         1       3        101     3012 Old Testament   Leviticus
## 3013         1       3        101     3013 Old Testament   Leviticus
## 3014         1       3        101     3014 Old Testament   Leviticus
## 3015         1       3        101     3015 Old Testament   Leviticus
## 3016         1       3        101     3016 Old Testament   Leviticus
## 3017         1       3        101     3017 Old Testament   Leviticus
## 3018         1       3        101     3018 Old Testament   Leviticus
## 3019         1       3        101     3019 Old Testament   Leviticus
## 3020         1       3        101     3020 Old Testament   Leviticus
## 3021         1       3        101     3021 Old Testament   Leviticus
## 3022         1       3        101     3022 Old Testament   Leviticus
## 3023         1       3        101     3023 Old Testament   Leviticus
## 3024         1       3        101     3024 Old Testament   Leviticus
## 3025         1       3        101     3025 Old Testament   Leviticus
## 3026         1       3        101     3026 Old Testament   Leviticus
## 3027         1       3        101     3027 Old Testament   Leviticus
## 3028         1       3        101     3028 Old Testament   Leviticus
## 3029         1       3        101     3029 Old Testament   Leviticus
## 3030         1       3        101     3030 Old Testament   Leviticus
## 3031         1       3        101     3031 Old Testament   Leviticus
## 3032         1       3        101     3032 Old Testament   Leviticus
## 3033         1       3        101     3033 Old Testament   Leviticus
## 3034         1       3        101     3034 Old Testament   Leviticus
## 3035         1       3        101     3035 Old Testament   Leviticus
## 3036         1       3        101     3036 Old Testament   Leviticus
## 3037         1       3        101     3037 Old Testament   Leviticus
## 3038         1       3        101     3038 Old Testament   Leviticus
## 3039         1       3        101     3039 Old Testament   Leviticus
## 3040         1       3        101     3040 Old Testament   Leviticus
## 3041         1       3        101     3041 Old Testament   Leviticus
## 3042         1       3        101     3042 Old Testament   Leviticus
## 3043         1       3        101     3043 Old Testament   Leviticus
## 3044         1       3        101     3044 Old Testament   Leviticus
## 3045         1       3        101     3045 Old Testament   Leviticus
## 3046         1       3        102     3046 Old Testament   Leviticus
## 3047         1       3        102     3047 Old Testament   Leviticus
## 3048         1       3        102     3048 Old Testament   Leviticus
## 3049         1       3        102     3049 Old Testament   Leviticus
## 3050         1       3        102     3050 Old Testament   Leviticus
## 3051         1       3        102     3051 Old Testament   Leviticus
## 3052         1       3        102     3052 Old Testament   Leviticus
## 3053         1       3        102     3053 Old Testament   Leviticus
## 3054         1       3        103     3054 Old Testament   Leviticus
## 3055         1       3        103     3055 Old Testament   Leviticus
## 3056         1       3        103     3056 Old Testament   Leviticus
## 3057         1       3        103     3057 Old Testament   Leviticus
## 3058         1       3        103     3058 Old Testament   Leviticus
## 3059         1       3        103     3059 Old Testament   Leviticus
## 3060         1       3        103     3060 Old Testament   Leviticus
## 3061         1       3        103     3061 Old Testament   Leviticus
## 3062         1       3        103     3062 Old Testament   Leviticus
## 3063         1       3        103     3063 Old Testament   Leviticus
## 3064         1       3        103     3064 Old Testament   Leviticus
## 3065         1       3        103     3065 Old Testament   Leviticus
## 3066         1       3        103     3066 Old Testament   Leviticus
## 3067         1       3        103     3067 Old Testament   Leviticus
## 3068         1       3        103     3068 Old Testament   Leviticus
## 3069         1       3        103     3069 Old Testament   Leviticus
## 3070         1       3        103     3070 Old Testament   Leviticus
## 3071         1       3        103     3071 Old Testament   Leviticus
## 3072         1       3        103     3072 Old Testament   Leviticus
## 3073         1       3        103     3073 Old Testament   Leviticus
## 3074         1       3        103     3074 Old Testament   Leviticus
## 3075         1       3        103     3075 Old Testament   Leviticus
## 3076         1       3        103     3076 Old Testament   Leviticus
## 3077         1       3        103     3077 Old Testament   Leviticus
## 3078         1       3        103     3078 Old Testament   Leviticus
## 3079         1       3        103     3079 Old Testament   Leviticus
## 3080         1       3        103     3080 Old Testament   Leviticus
## 3081         1       3        103     3081 Old Testament   Leviticus
## 3082         1       3        103     3082 Old Testament   Leviticus
## 3083         1       3        103     3083 Old Testament   Leviticus
## 3084         1       3        103     3084 Old Testament   Leviticus
## 3085         1       3        103     3085 Old Testament   Leviticus
## 3086         1       3        103     3086 Old Testament   Leviticus
## 3087         1       3        103     3087 Old Testament   Leviticus
## 3088         1       3        103     3088 Old Testament   Leviticus
## 3089         1       3        103     3089 Old Testament   Leviticus
## 3090         1       3        103     3090 Old Testament   Leviticus
## 3091         1       3        103     3091 Old Testament   Leviticus
## 3092         1       3        103     3092 Old Testament   Leviticus
## 3093         1       3        103     3093 Old Testament   Leviticus
## 3094         1       3        103     3094 Old Testament   Leviticus
## 3095         1       3        103     3095 Old Testament   Leviticus
## 3096         1       3        103     3096 Old Testament   Leviticus
## 3097         1       3        103     3097 Old Testament   Leviticus
## 3098         1       3        103     3098 Old Testament   Leviticus
## 3099         1       3        103     3099 Old Testament   Leviticus
## 3100         1       3        103     3100 Old Testament   Leviticus
## 3101         1       3        103     3101 Old Testament   Leviticus
## 3102         1       3        103     3102 Old Testament   Leviticus
## 3103         1       3        103     3103 Old Testament   Leviticus
## 3104         1       3        103     3104 Old Testament   Leviticus
## 3105         1       3        103     3105 Old Testament   Leviticus
## 3106         1       3        103     3106 Old Testament   Leviticus
## 3107         1       3        103     3107 Old Testament   Leviticus
## 3108         1       3        103     3108 Old Testament   Leviticus
## 3109         1       3        103     3109 Old Testament   Leviticus
## 3110         1       3        103     3110 Old Testament   Leviticus
## 3111         1       3        103     3111 Old Testament   Leviticus
## 3112         1       3        103     3112 Old Testament   Leviticus
## 3113         1       3        104     3113 Old Testament   Leviticus
## 3114         1       3        104     3114 Old Testament   Leviticus
## 3115         1       3        104     3115 Old Testament   Leviticus
## 3116         1       3        104     3116 Old Testament   Leviticus
## 3117         1       3        104     3117 Old Testament   Leviticus
## 3118         1       3        104     3118 Old Testament   Leviticus
## 3119         1       3        104     3119 Old Testament   Leviticus
## 3120         1       3        104     3120 Old Testament   Leviticus
## 3121         1       3        104     3121 Old Testament   Leviticus
## 3122         1       3        104     3122 Old Testament   Leviticus
## 3123         1       3        104     3123 Old Testament   Leviticus
## 3124         1       3        104     3124 Old Testament   Leviticus
## 3125         1       3        104     3125 Old Testament   Leviticus
## 3126         1       3        104     3126 Old Testament   Leviticus
## 3127         1       3        104     3127 Old Testament   Leviticus
## 3128         1       3        104     3128 Old Testament   Leviticus
## 3129         1       3        104     3129 Old Testament   Leviticus
## 3130         1       3        104     3130 Old Testament   Leviticus
## 3131         1       3        104     3131 Old Testament   Leviticus
## 3132         1       3        104     3132 Old Testament   Leviticus
## 3133         1       3        104     3133 Old Testament   Leviticus
## 3134         1       3        104     3134 Old Testament   Leviticus
## 3135         1       3        104     3135 Old Testament   Leviticus
## 3136         1       3        104     3136 Old Testament   Leviticus
## 3137         1       3        104     3137 Old Testament   Leviticus
## 3138         1       3        104     3138 Old Testament   Leviticus
## 3139         1       3        104     3139 Old Testament   Leviticus
## 3140         1       3        104     3140 Old Testament   Leviticus
## 3141         1       3        104     3141 Old Testament   Leviticus
## 3142         1       3        104     3142 Old Testament   Leviticus
## 3143         1       3        104     3143 Old Testament   Leviticus
## 3144         1       3        104     3144 Old Testament   Leviticus
## 3145         1       3        104     3145 Old Testament   Leviticus
## 3146         1       3        104     3146 Old Testament   Leviticus
## 3147         1       3        104     3147 Old Testament   Leviticus
## 3148         1       3        104     3148 Old Testament   Leviticus
## 3149         1       3        104     3149 Old Testament   Leviticus
## 3150         1       3        104     3150 Old Testament   Leviticus
## 3151         1       3        104     3151 Old Testament   Leviticus
## 3152         1       3        104     3152 Old Testament   Leviticus
## 3153         1       3        104     3153 Old Testament   Leviticus
## 3154         1       3        104     3154 Old Testament   Leviticus
## 3155         1       3        104     3155 Old Testament   Leviticus
## 3156         1       3        104     3156 Old Testament   Leviticus
## 3157         1       3        104     3157 Old Testament   Leviticus
## 3158         1       3        104     3158 Old Testament   Leviticus
## 3159         1       3        104     3159 Old Testament   Leviticus
## 3160         1       3        104     3160 Old Testament   Leviticus
## 3161         1       3        104     3161 Old Testament   Leviticus
## 3162         1       3        104     3162 Old Testament   Leviticus
## 3163         1       3        104     3163 Old Testament   Leviticus
## 3164         1       3        104     3164 Old Testament   Leviticus
## 3165         1       3        104     3165 Old Testament   Leviticus
## 3166         1       3        104     3166 Old Testament   Leviticus
## 3167         1       3        104     3167 Old Testament   Leviticus
## 3168         1       3        104     3168 Old Testament   Leviticus
## 3169         1       3        104     3169 Old Testament   Leviticus
## 3170         1       3        105     3170 Old Testament   Leviticus
## 3171         1       3        105     3171 Old Testament   Leviticus
## 3172         1       3        105     3172 Old Testament   Leviticus
## 3173         1       3        105     3173 Old Testament   Leviticus
## 3174         1       3        105     3174 Old Testament   Leviticus
## 3175         1       3        105     3175 Old Testament   Leviticus
## 3176         1       3        105     3176 Old Testament   Leviticus
## 3177         1       3        105     3177 Old Testament   Leviticus
## 3178         1       3        105     3178 Old Testament   Leviticus
## 3179         1       3        105     3179 Old Testament   Leviticus
## 3180         1       3        105     3180 Old Testament   Leviticus
## 3181         1       3        105     3181 Old Testament   Leviticus
## 3182         1       3        105     3182 Old Testament   Leviticus
## 3183         1       3        105     3183 Old Testament   Leviticus
## 3184         1       3        105     3184 Old Testament   Leviticus
## 3185         1       3        105     3185 Old Testament   Leviticus
## 3186         1       3        105     3186 Old Testament   Leviticus
## 3187         1       3        105     3187 Old Testament   Leviticus
## 3188         1       3        105     3188 Old Testament   Leviticus
## 3189         1       3        105     3189 Old Testament   Leviticus
## 3190         1       3        105     3190 Old Testament   Leviticus
## 3191         1       3        105     3191 Old Testament   Leviticus
## 3192         1       3        105     3192 Old Testament   Leviticus
## 3193         1       3        105     3193 Old Testament   Leviticus
## 3194         1       3        105     3194 Old Testament   Leviticus
## 3195         1       3        105     3195 Old Testament   Leviticus
## 3196         1       3        105     3196 Old Testament   Leviticus
## 3197         1       3        105     3197 Old Testament   Leviticus
## 3198         1       3        105     3198 Old Testament   Leviticus
## 3199         1       3        105     3199 Old Testament   Leviticus
## 3200         1       3        105     3200 Old Testament   Leviticus
## 3201         1       3        105     3201 Old Testament   Leviticus
## 3202         1       3        105     3202 Old Testament   Leviticus
## 3203         1       3        106     3203 Old Testament   Leviticus
## 3204         1       3        106     3204 Old Testament   Leviticus
## 3205         1       3        106     3205 Old Testament   Leviticus
## 3206         1       3        106     3206 Old Testament   Leviticus
## 3207         1       3        106     3207 Old Testament   Leviticus
## 3208         1       3        106     3208 Old Testament   Leviticus
## 3209         1       3        106     3209 Old Testament   Leviticus
## 3210         1       3        106     3210 Old Testament   Leviticus
## 3211         1       3        106     3211 Old Testament   Leviticus
## 3212         1       3        106     3212 Old Testament   Leviticus
## 3213         1       3        106     3213 Old Testament   Leviticus
## 3214         1       3        106     3214 Old Testament   Leviticus
## 3215         1       3        106     3215 Old Testament   Leviticus
## 3216         1       3        106     3216 Old Testament   Leviticus
## 3217         1       3        106     3217 Old Testament   Leviticus
## 3218         1       3        106     3218 Old Testament   Leviticus
## 3219         1       3        106     3219 Old Testament   Leviticus
## 3220         1       3        106     3220 Old Testament   Leviticus
## 3221         1       3        106     3221 Old Testament   Leviticus
## 3222         1       3        106     3222 Old Testament   Leviticus
## 3223         1       3        106     3223 Old Testament   Leviticus
## 3224         1       3        106     3224 Old Testament   Leviticus
## 3225         1       3        106     3225 Old Testament   Leviticus
## 3226         1       3        106     3226 Old Testament   Leviticus
## 3227         1       3        106     3227 Old Testament   Leviticus
## 3228         1       3        106     3228 Old Testament   Leviticus
## 3229         1       3        106     3229 Old Testament   Leviticus
## 3230         1       3        106     3230 Old Testament   Leviticus
## 3231         1       3        106     3231 Old Testament   Leviticus
## 3232         1       3        106     3232 Old Testament   Leviticus
## 3233         1       3        106     3233 Old Testament   Leviticus
## 3234         1       3        106     3234 Old Testament   Leviticus
## 3235         1       3        106     3235 Old Testament   Leviticus
## 3236         1       3        106     3236 Old Testament   Leviticus
## 3237         1       3        107     3237 Old Testament   Leviticus
## 3238         1       3        107     3238 Old Testament   Leviticus
## 3239         1       3        107     3239 Old Testament   Leviticus
## 3240         1       3        107     3240 Old Testament   Leviticus
## 3241         1       3        107     3241 Old Testament   Leviticus
## 3242         1       3        107     3242 Old Testament   Leviticus
## 3243         1       3        107     3243 Old Testament   Leviticus
## 3244         1       3        107     3244 Old Testament   Leviticus
## 3245         1       3        107     3245 Old Testament   Leviticus
## 3246         1       3        107     3246 Old Testament   Leviticus
## 3247         1       3        107     3247 Old Testament   Leviticus
## 3248         1       3        107     3248 Old Testament   Leviticus
## 3249         1       3        107     3249 Old Testament   Leviticus
## 3250         1       3        107     3250 Old Testament   Leviticus
## 3251         1       3        107     3251 Old Testament   Leviticus
## 3252         1       3        107     3252 Old Testament   Leviticus
## 3253         1       3        108     3253 Old Testament   Leviticus
## 3254         1       3        108     3254 Old Testament   Leviticus
## 3255         1       3        108     3255 Old Testament   Leviticus
## 3256         1       3        108     3256 Old Testament   Leviticus
## 3257         1       3        108     3257 Old Testament   Leviticus
## 3258         1       3        108     3258 Old Testament   Leviticus
## 3259         1       3        108     3259 Old Testament   Leviticus
## 3260         1       3        108     3260 Old Testament   Leviticus
## 3261         1       3        108     3261 Old Testament   Leviticus
## 3262         1       3        108     3262 Old Testament   Leviticus
## 3263         1       3        108     3263 Old Testament   Leviticus
## 3264         1       3        108     3264 Old Testament   Leviticus
## 3265         1       3        108     3265 Old Testament   Leviticus
## 3266         1       3        108     3266 Old Testament   Leviticus
## 3267         1       3        108     3267 Old Testament   Leviticus
## 3268         1       3        108     3268 Old Testament   Leviticus
## 3269         1       3        108     3269 Old Testament   Leviticus
## 3270         1       3        108     3270 Old Testament   Leviticus
## 3271         1       3        108     3271 Old Testament   Leviticus
## 3272         1       3        108     3272 Old Testament   Leviticus
## 3273         1       3        108     3273 Old Testament   Leviticus
## 3274         1       3        108     3274 Old Testament   Leviticus
## 3275         1       3        108     3275 Old Testament   Leviticus
## 3276         1       3        108     3276 Old Testament   Leviticus
## 3277         1       3        108     3277 Old Testament   Leviticus
## 3278         1       3        108     3278 Old Testament   Leviticus
## 3279         1       3        108     3279 Old Testament   Leviticus
## 3280         1       3        108     3280 Old Testament   Leviticus
## 3281         1       3        108     3281 Old Testament   Leviticus
## 3282         1       3        108     3282 Old Testament   Leviticus
## 3283         1       3        109     3283 Old Testament   Leviticus
## 3284         1       3        109     3284 Old Testament   Leviticus
## 3285         1       3        109     3285 Old Testament   Leviticus
## 3286         1       3        109     3286 Old Testament   Leviticus
## 3287         1       3        109     3287 Old Testament   Leviticus
## 3288         1       3        109     3288 Old Testament   Leviticus
## 3289         1       3        109     3289 Old Testament   Leviticus
## 3290         1       3        109     3290 Old Testament   Leviticus
## 3291         1       3        109     3291 Old Testament   Leviticus
## 3292         1       3        109     3292 Old Testament   Leviticus
## 3293         1       3        109     3293 Old Testament   Leviticus
## 3294         1       3        109     3294 Old Testament   Leviticus
## 3295         1       3        109     3295 Old Testament   Leviticus
## 3296         1       3        109     3296 Old Testament   Leviticus
## 3297         1       3        109     3297 Old Testament   Leviticus
## 3298         1       3        109     3298 Old Testament   Leviticus
## 3299         1       3        109     3299 Old Testament   Leviticus
## 3300         1       3        109     3300 Old Testament   Leviticus
## 3301         1       3        109     3301 Old Testament   Leviticus
## 3302         1       3        109     3302 Old Testament   Leviticus
## 3303         1       3        109     3303 Old Testament   Leviticus
## 3304         1       3        109     3304 Old Testament   Leviticus
## 3305         1       3        109     3305 Old Testament   Leviticus
## 3306         1       3        109     3306 Old Testament   Leviticus
## 3307         1       3        109     3307 Old Testament   Leviticus
## 3308         1       3        109     3308 Old Testament   Leviticus
## 3309         1       3        109     3309 Old Testament   Leviticus
## 3310         1       3        109     3310 Old Testament   Leviticus
## 3311         1       3        109     3311 Old Testament   Leviticus
## 3312         1       3        109     3312 Old Testament   Leviticus
## 3313         1       3        109     3313 Old Testament   Leviticus
## 3314         1       3        109     3314 Old Testament   Leviticus
## 3315         1       3        109     3315 Old Testament   Leviticus
## 3316         1       3        109     3316 Old Testament   Leviticus
## 3317         1       3        109     3317 Old Testament   Leviticus
## 3318         1       3        109     3318 Old Testament   Leviticus
## 3319         1       3        109     3319 Old Testament   Leviticus
## 3320         1       3        110     3320 Old Testament   Leviticus
## 3321         1       3        110     3321 Old Testament   Leviticus
## 3322         1       3        110     3322 Old Testament   Leviticus
## 3323         1       3        110     3323 Old Testament   Leviticus
## 3324         1       3        110     3324 Old Testament   Leviticus
## 3325         1       3        110     3325 Old Testament   Leviticus
## 3326         1       3        110     3326 Old Testament   Leviticus
## 3327         1       3        110     3327 Old Testament   Leviticus
## 3328         1       3        110     3328 Old Testament   Leviticus
## 3329         1       3        110     3329 Old Testament   Leviticus
## 3330         1       3        110     3330 Old Testament   Leviticus
## 3331         1       3        110     3331 Old Testament   Leviticus
## 3332         1       3        110     3332 Old Testament   Leviticus
## 3333         1       3        110     3333 Old Testament   Leviticus
## 3334         1       3        110     3334 Old Testament   Leviticus
## 3335         1       3        110     3335 Old Testament   Leviticus
## 3336         1       3        110     3336 Old Testament   Leviticus
## 3337         1       3        110     3337 Old Testament   Leviticus
## 3338         1       3        110     3338 Old Testament   Leviticus
## 3339         1       3        110     3339 Old Testament   Leviticus
## 3340         1       3        110     3340 Old Testament   Leviticus
## 3341         1       3        110     3341 Old Testament   Leviticus
## 3342         1       3        110     3342 Old Testament   Leviticus
## 3343         1       3        110     3343 Old Testament   Leviticus
## 3344         1       3        110     3344 Old Testament   Leviticus
## 3345         1       3        110     3345 Old Testament   Leviticus
## 3346         1       3        110     3346 Old Testament   Leviticus
## 3347         1       3        111     3347 Old Testament   Leviticus
## 3348         1       3        111     3348 Old Testament   Leviticus
## 3349         1       3        111     3349 Old Testament   Leviticus
## 3350         1       3        111     3350 Old Testament   Leviticus
## 3351         1       3        111     3351 Old Testament   Leviticus
## 3352         1       3        111     3352 Old Testament   Leviticus
## 3353         1       3        111     3353 Old Testament   Leviticus
## 3354         1       3        111     3354 Old Testament   Leviticus
## 3355         1       3        111     3355 Old Testament   Leviticus
## 3356         1       3        111     3356 Old Testament   Leviticus
## 3357         1       3        111     3357 Old Testament   Leviticus
## 3358         1       3        111     3358 Old Testament   Leviticus
## 3359         1       3        111     3359 Old Testament   Leviticus
## 3360         1       3        111     3360 Old Testament   Leviticus
## 3361         1       3        111     3361 Old Testament   Leviticus
## 3362         1       3        111     3362 Old Testament   Leviticus
## 3363         1       3        111     3363 Old Testament   Leviticus
## 3364         1       3        111     3364 Old Testament   Leviticus
## 3365         1       3        111     3365 Old Testament   Leviticus
## 3366         1       3        111     3366 Old Testament   Leviticus
## 3367         1       3        111     3367 Old Testament   Leviticus
## 3368         1       3        111     3368 Old Testament   Leviticus
## 3369         1       3        111     3369 Old Testament   Leviticus
## 3370         1       3        111     3370 Old Testament   Leviticus
## 3371         1       3        112     3371 Old Testament   Leviticus
## 3372         1       3        112     3372 Old Testament   Leviticus
## 3373         1       3        112     3373 Old Testament   Leviticus
## 3374         1       3        112     3374 Old Testament   Leviticus
## 3375         1       3        112     3375 Old Testament   Leviticus
## 3376         1       3        112     3376 Old Testament   Leviticus
## 3377         1       3        112     3377 Old Testament   Leviticus
## 3378         1       3        112     3378 Old Testament   Leviticus
## 3379         1       3        112     3379 Old Testament   Leviticus
## 3380         1       3        112     3380 Old Testament   Leviticus
## 3381         1       3        112     3381 Old Testament   Leviticus
## 3382         1       3        112     3382 Old Testament   Leviticus
## 3383         1       3        112     3383 Old Testament   Leviticus
## 3384         1       3        112     3384 Old Testament   Leviticus
## 3385         1       3        112     3385 Old Testament   Leviticus
## 3386         1       3        112     3386 Old Testament   Leviticus
## 3387         1       3        112     3387 Old Testament   Leviticus
## 3388         1       3        112     3388 Old Testament   Leviticus
## 3389         1       3        112     3389 Old Testament   Leviticus
## 3390         1       3        112     3390 Old Testament   Leviticus
## 3391         1       3        112     3391 Old Testament   Leviticus
## 3392         1       3        112     3392 Old Testament   Leviticus
## 3393         1       3        112     3393 Old Testament   Leviticus
## 3394         1       3        112     3394 Old Testament   Leviticus
## 3395         1       3        112     3395 Old Testament   Leviticus
## 3396         1       3        112     3396 Old Testament   Leviticus
## 3397         1       3        112     3397 Old Testament   Leviticus
## 3398         1       3        112     3398 Old Testament   Leviticus
## 3399         1       3        112     3399 Old Testament   Leviticus
## 3400         1       3        112     3400 Old Testament   Leviticus
## 3401         1       3        112     3401 Old Testament   Leviticus
## 3402         1       3        112     3402 Old Testament   Leviticus
## 3403         1       3        112     3403 Old Testament   Leviticus
## 3404         1       3        113     3404 Old Testament   Leviticus
## 3405         1       3        113     3405 Old Testament   Leviticus
## 3406         1       3        113     3406 Old Testament   Leviticus
## 3407         1       3        113     3407 Old Testament   Leviticus
## 3408         1       3        113     3408 Old Testament   Leviticus
## 3409         1       3        113     3409 Old Testament   Leviticus
## 3410         1       3        113     3410 Old Testament   Leviticus
## 3411         1       3        113     3411 Old Testament   Leviticus
## 3412         1       3        113     3412 Old Testament   Leviticus
## 3413         1       3        113     3413 Old Testament   Leviticus
## 3414         1       3        113     3414 Old Testament   Leviticus
## 3415         1       3        113     3415 Old Testament   Leviticus
## 3416         1       3        113     3416 Old Testament   Leviticus
## 3417         1       3        113     3417 Old Testament   Leviticus
## 3418         1       3        113     3418 Old Testament   Leviticus
## 3419         1       3        113     3419 Old Testament   Leviticus
## 3420         1       3        113     3420 Old Testament   Leviticus
## 3421         1       3        113     3421 Old Testament   Leviticus
## 3422         1       3        113     3422 Old Testament   Leviticus
## 3423         1       3        113     3423 Old Testament   Leviticus
## 3424         1       3        113     3424 Old Testament   Leviticus
## 3425         1       3        113     3425 Old Testament   Leviticus
## 3426         1       3        113     3426 Old Testament   Leviticus
## 3427         1       3        113     3427 Old Testament   Leviticus
## 3428         1       3        113     3428 Old Testament   Leviticus
## 3429         1       3        113     3429 Old Testament   Leviticus
## 3430         1       3        113     3430 Old Testament   Leviticus
## 3431         1       3        113     3431 Old Testament   Leviticus
## 3432         1       3        113     3432 Old Testament   Leviticus
## 3433         1       3        113     3433 Old Testament   Leviticus
## 3434         1       3        113     3434 Old Testament   Leviticus
## 3435         1       3        113     3435 Old Testament   Leviticus
## 3436         1       3        113     3436 Old Testament   Leviticus
## 3437         1       3        113     3437 Old Testament   Leviticus
## 3438         1       3        113     3438 Old Testament   Leviticus
## 3439         1       3        113     3439 Old Testament   Leviticus
## 3440         1       3        113     3440 Old Testament   Leviticus
## 3441         1       3        113     3441 Old Testament   Leviticus
## 3442         1       3        113     3442 Old Testament   Leviticus
## 3443         1       3        113     3443 Old Testament   Leviticus
## 3444         1       3        113     3444 Old Testament   Leviticus
## 3445         1       3        113     3445 Old Testament   Leviticus
## 3446         1       3        113     3446 Old Testament   Leviticus
## 3447         1       3        113     3447 Old Testament   Leviticus
## 3448         1       3        114     3448 Old Testament   Leviticus
## 3449         1       3        114     3449 Old Testament   Leviticus
## 3450         1       3        114     3450 Old Testament   Leviticus
## 3451         1       3        114     3451 Old Testament   Leviticus
## 3452         1       3        114     3452 Old Testament   Leviticus
## 3453         1       3        114     3453 Old Testament   Leviticus
## 3454         1       3        114     3454 Old Testament   Leviticus
## 3455         1       3        114     3455 Old Testament   Leviticus
## 3456         1       3        114     3456 Old Testament   Leviticus
## 3457         1       3        114     3457 Old Testament   Leviticus
## 3458         1       3        114     3458 Old Testament   Leviticus
## 3459         1       3        114     3459 Old Testament   Leviticus
## 3460         1       3        114     3460 Old Testament   Leviticus
## 3461         1       3        114     3461 Old Testament   Leviticus
## 3462         1       3        114     3462 Old Testament   Leviticus
## 3463         1       3        114     3463 Old Testament   Leviticus
## 3464         1       3        114     3464 Old Testament   Leviticus
## 3465         1       3        114     3465 Old Testament   Leviticus
## 3466         1       3        114     3466 Old Testament   Leviticus
## 3467         1       3        114     3467 Old Testament   Leviticus
## 3468         1       3        114     3468 Old Testament   Leviticus
## 3469         1       3        114     3469 Old Testament   Leviticus
## 3470         1       3        114     3470 Old Testament   Leviticus
## 3471         1       3        115     3471 Old Testament   Leviticus
## 3472         1       3        115     3472 Old Testament   Leviticus
## 3473         1       3        115     3473 Old Testament   Leviticus
## 3474         1       3        115     3474 Old Testament   Leviticus
## 3475         1       3        115     3475 Old Testament   Leviticus
## 3476         1       3        115     3476 Old Testament   Leviticus
## 3477         1       3        115     3477 Old Testament   Leviticus
## 3478         1       3        115     3478 Old Testament   Leviticus
## 3479         1       3        115     3479 Old Testament   Leviticus
## 3480         1       3        115     3480 Old Testament   Leviticus
## 3481         1       3        115     3481 Old Testament   Leviticus
## 3482         1       3        115     3482 Old Testament   Leviticus
## 3483         1       3        115     3483 Old Testament   Leviticus
## 3484         1       3        115     3484 Old Testament   Leviticus
## 3485         1       3        115     3485 Old Testament   Leviticus
## 3486         1       3        115     3486 Old Testament   Leviticus
## 3487         1       3        115     3487 Old Testament   Leviticus
## 3488         1       3        115     3488 Old Testament   Leviticus
## 3489         1       3        115     3489 Old Testament   Leviticus
## 3490         1       3        115     3490 Old Testament   Leviticus
## 3491         1       3        115     3491 Old Testament   Leviticus
## 3492         1       3        115     3492 Old Testament   Leviticus
## 3493         1       3        115     3493 Old Testament   Leviticus
## 3494         1       3        115     3494 Old Testament   Leviticus
## 3495         1       3        115     3495 Old Testament   Leviticus
## 3496         1       3        115     3496 Old Testament   Leviticus
## 3497         1       3        115     3497 Old Testament   Leviticus
## 3498         1       3        115     3498 Old Testament   Leviticus
## 3499         1       3        115     3499 Old Testament   Leviticus
## 3500         1       3        115     3500 Old Testament   Leviticus
## 3501         1       3        115     3501 Old Testament   Leviticus
## 3502         1       3        115     3502 Old Testament   Leviticus
## 3503         1       3        115     3503 Old Testament   Leviticus
## 3504         1       3        115     3504 Old Testament   Leviticus
## 3505         1       3        115     3505 Old Testament   Leviticus
## 3506         1       3        115     3506 Old Testament   Leviticus
## 3507         1       3        115     3507 Old Testament   Leviticus
## 3508         1       3        115     3508 Old Testament   Leviticus
## 3509         1       3        115     3509 Old Testament   Leviticus
## 3510         1       3        115     3510 Old Testament   Leviticus
## 3511         1       3        115     3511 Old Testament   Leviticus
## 3512         1       3        115     3512 Old Testament   Leviticus
## 3513         1       3        115     3513 Old Testament   Leviticus
## 3514         1       3        115     3514 Old Testament   Leviticus
## 3515         1       3        115     3515 Old Testament   Leviticus
## 3516         1       3        115     3516 Old Testament   Leviticus
## 3517         1       3        115     3517 Old Testament   Leviticus
## 3518         1       3        115     3518 Old Testament   Leviticus
## 3519         1       3        115     3519 Old Testament   Leviticus
## 3520         1       3        115     3520 Old Testament   Leviticus
## 3521         1       3        115     3521 Old Testament   Leviticus
## 3522         1       3        115     3522 Old Testament   Leviticus
## 3523         1       3        115     3523 Old Testament   Leviticus
## 3524         1       3        115     3524 Old Testament   Leviticus
## 3525         1       3        115     3525 Old Testament   Leviticus
## 3526         1       3        116     3526 Old Testament   Leviticus
## 3527         1       3        116     3527 Old Testament   Leviticus
## 3528         1       3        116     3528 Old Testament   Leviticus
## 3529         1       3        116     3529 Old Testament   Leviticus
## 3530         1       3        116     3530 Old Testament   Leviticus
## 3531         1       3        116     3531 Old Testament   Leviticus
## 3532         1       3        116     3532 Old Testament   Leviticus
## 3533         1       3        116     3533 Old Testament   Leviticus
## 3534         1       3        116     3534 Old Testament   Leviticus
## 3535         1       3        116     3535 Old Testament   Leviticus
## 3536         1       3        116     3536 Old Testament   Leviticus
## 3537         1       3        116     3537 Old Testament   Leviticus
## 3538         1       3        116     3538 Old Testament   Leviticus
## 3539         1       3        116     3539 Old Testament   Leviticus
## 3540         1       3        116     3540 Old Testament   Leviticus
## 3541         1       3        116     3541 Old Testament   Leviticus
## 3542         1       3        116     3542 Old Testament   Leviticus
## 3543         1       3        116     3543 Old Testament   Leviticus
## 3544         1       3        116     3544 Old Testament   Leviticus
## 3545         1       3        116     3545 Old Testament   Leviticus
## 3546         1       3        116     3546 Old Testament   Leviticus
## 3547         1       3        116     3547 Old Testament   Leviticus
## 3548         1       3        116     3548 Old Testament   Leviticus
## 3549         1       3        116     3549 Old Testament   Leviticus
## 3550         1       3        116     3550 Old Testament   Leviticus
## 3551         1       3        116     3551 Old Testament   Leviticus
## 3552         1       3        116     3552 Old Testament   Leviticus
## 3553         1       3        116     3553 Old Testament   Leviticus
## 3554         1       3        116     3554 Old Testament   Leviticus
## 3555         1       3        116     3555 Old Testament   Leviticus
## 3556         1       3        116     3556 Old Testament   Leviticus
## 3557         1       3        116     3557 Old Testament   Leviticus
## 3558         1       3        116     3558 Old Testament   Leviticus
## 3559         1       3        116     3559 Old Testament   Leviticus
## 3560         1       3        116     3560 Old Testament   Leviticus
## 3561         1       3        116     3561 Old Testament   Leviticus
## 3562         1       3        116     3562 Old Testament   Leviticus
## 3563         1       3        116     3563 Old Testament   Leviticus
## 3564         1       3        116     3564 Old Testament   Leviticus
## 3565         1       3        116     3565 Old Testament   Leviticus
## 3566         1       3        116     3566 Old Testament   Leviticus
## 3567         1       3        116     3567 Old Testament   Leviticus
## 3568         1       3        116     3568 Old Testament   Leviticus
## 3569         1       3        116     3569 Old Testament   Leviticus
## 3570         1       3        116     3570 Old Testament   Leviticus
## 3571         1       3        116     3571 Old Testament   Leviticus
## 3572         1       3        117     3572 Old Testament   Leviticus
## 3573         1       3        117     3573 Old Testament   Leviticus
## 3574         1       3        117     3574 Old Testament   Leviticus
## 3575         1       3        117     3575 Old Testament   Leviticus
## 3576         1       3        117     3576 Old Testament   Leviticus
## 3577         1       3        117     3577 Old Testament   Leviticus
## 3578         1       3        117     3578 Old Testament   Leviticus
## 3579         1       3        117     3579 Old Testament   Leviticus
## 3580         1       3        117     3580 Old Testament   Leviticus
## 3581         1       3        117     3581 Old Testament   Leviticus
## 3582         1       3        117     3582 Old Testament   Leviticus
## 3583         1       3        117     3583 Old Testament   Leviticus
## 3584         1       3        117     3584 Old Testament   Leviticus
## 3585         1       3        117     3585 Old Testament   Leviticus
## 3586         1       3        117     3586 Old Testament   Leviticus
## 3587         1       3        117     3587 Old Testament   Leviticus
## 3588         1       3        117     3588 Old Testament   Leviticus
## 3589         1       3        117     3589 Old Testament   Leviticus
## 3590         1       3        117     3590 Old Testament   Leviticus
## 3591         1       3        117     3591 Old Testament   Leviticus
## 3592         1       3        117     3592 Old Testament   Leviticus
## 3593         1       3        117     3593 Old Testament   Leviticus
## 3594         1       3        117     3594 Old Testament   Leviticus
## 3595         1       3        117     3595 Old Testament   Leviticus
## 3596         1       3        117     3596 Old Testament   Leviticus
## 3597         1       3        117     3597 Old Testament   Leviticus
## 3598         1       3        117     3598 Old Testament   Leviticus
## 3599         1       3        117     3599 Old Testament   Leviticus
## 3600         1       3        117     3600 Old Testament   Leviticus
## 3601         1       3        117     3601 Old Testament   Leviticus
## 3602         1       3        117     3602 Old Testament   Leviticus
## 3603         1       3        117     3603 Old Testament   Leviticus
## 3604         1       3        117     3604 Old Testament   Leviticus
## 3605         1       3        117     3605 Old Testament   Leviticus
## 3606         1       4        118     3606 Old Testament     Numbers
## 3607         1       4        118     3607 Old Testament     Numbers
## 3608         1       4        118     3608 Old Testament     Numbers
## 3609         1       4        118     3609 Old Testament     Numbers
## 3610         1       4        118     3610 Old Testament     Numbers
## 3611         1       4        118     3611 Old Testament     Numbers
## 3612         1       4        118     3612 Old Testament     Numbers
## 3613         1       4        118     3613 Old Testament     Numbers
## 3614         1       4        118     3614 Old Testament     Numbers
## 3615         1       4        118     3615 Old Testament     Numbers
## 3616         1       4        118     3616 Old Testament     Numbers
## 3617         1       4        118     3617 Old Testament     Numbers
## 3618         1       4        118     3618 Old Testament     Numbers
## 3619         1       4        118     3619 Old Testament     Numbers
## 3620         1       4        118     3620 Old Testament     Numbers
## 3621         1       4        118     3621 Old Testament     Numbers
## 3622         1       4        118     3622 Old Testament     Numbers
## 3623         1       4        118     3623 Old Testament     Numbers
## 3624         1       4        118     3624 Old Testament     Numbers
## 3625         1       4        118     3625 Old Testament     Numbers
## 3626         1       4        118     3626 Old Testament     Numbers
## 3627         1       4        118     3627 Old Testament     Numbers
## 3628         1       4        118     3628 Old Testament     Numbers
## 3629         1       4        118     3629 Old Testament     Numbers
## 3630         1       4        118     3630 Old Testament     Numbers
## 3631         1       4        118     3631 Old Testament     Numbers
## 3632         1       4        118     3632 Old Testament     Numbers
## 3633         1       4        118     3633 Old Testament     Numbers
## 3634         1       4        118     3634 Old Testament     Numbers
## 3635         1       4        118     3635 Old Testament     Numbers
## 3636         1       4        118     3636 Old Testament     Numbers
## 3637         1       4        118     3637 Old Testament     Numbers
## 3638         1       4        118     3638 Old Testament     Numbers
## 3639         1       4        118     3639 Old Testament     Numbers
## 3640         1       4        118     3640 Old Testament     Numbers
## 3641         1       4        118     3641 Old Testament     Numbers
## 3642         1       4        118     3642 Old Testament     Numbers
## 3643         1       4        118     3643 Old Testament     Numbers
## 3644         1       4        118     3644 Old Testament     Numbers
## 3645         1       4        118     3645 Old Testament     Numbers
## 3646         1       4        118     3646 Old Testament     Numbers
## 3647         1       4        118     3647 Old Testament     Numbers
## 3648         1       4        118     3648 Old Testament     Numbers
## 3649         1       4        118     3649 Old Testament     Numbers
## 3650         1       4        118     3650 Old Testament     Numbers
## 3651         1       4        118     3651 Old Testament     Numbers
## 3652         1       4        118     3652 Old Testament     Numbers
## 3653         1       4        118     3653 Old Testament     Numbers
## 3654         1       4        118     3654 Old Testament     Numbers
## 3655         1       4        118     3655 Old Testament     Numbers
## 3656         1       4        118     3656 Old Testament     Numbers
## 3657         1       4        118     3657 Old Testament     Numbers
## 3658         1       4        118     3658 Old Testament     Numbers
## 3659         1       4        118     3659 Old Testament     Numbers
## 3660         1       4        119     3660 Old Testament     Numbers
## 3661         1       4        119     3661 Old Testament     Numbers
## 3662         1       4        119     3662 Old Testament     Numbers
## 3663         1       4        119     3663 Old Testament     Numbers
## 3664         1       4        119     3664 Old Testament     Numbers
## 3665         1       4        119     3665 Old Testament     Numbers
## 3666         1       4        119     3666 Old Testament     Numbers
## 3667         1       4        119     3667 Old Testament     Numbers
## 3668         1       4        119     3668 Old Testament     Numbers
## 3669         1       4        119     3669 Old Testament     Numbers
## 3670         1       4        119     3670 Old Testament     Numbers
## 3671         1       4        119     3671 Old Testament     Numbers
## 3672         1       4        119     3672 Old Testament     Numbers
## 3673         1       4        119     3673 Old Testament     Numbers
## 3674         1       4        119     3674 Old Testament     Numbers
## 3675         1       4        119     3675 Old Testament     Numbers
## 3676         1       4        119     3676 Old Testament     Numbers
## 3677         1       4        119     3677 Old Testament     Numbers
## 3678         1       4        119     3678 Old Testament     Numbers
## 3679         1       4        119     3679 Old Testament     Numbers
## 3680         1       4        119     3680 Old Testament     Numbers
## 3681         1       4        119     3681 Old Testament     Numbers
## 3682         1       4        119     3682 Old Testament     Numbers
## 3683         1       4        119     3683 Old Testament     Numbers
## 3684         1       4        119     3684 Old Testament     Numbers
## 3685         1       4        119     3685 Old Testament     Numbers
## 3686         1       4        119     3686 Old Testament     Numbers
## 3687         1       4        119     3687 Old Testament     Numbers
## 3688         1       4        119     3688 Old Testament     Numbers
## 3689         1       4        119     3689 Old Testament     Numbers
## 3690         1       4        119     3690 Old Testament     Numbers
## 3691         1       4        119     3691 Old Testament     Numbers
## 3692         1       4        119     3692 Old Testament     Numbers
## 3693         1       4        119     3693 Old Testament     Numbers
## 3694         1       4        120     3694 Old Testament     Numbers
## 3695         1       4        120     3695 Old Testament     Numbers
## 3696         1       4        120     3696 Old Testament     Numbers
## 3697         1       4        120     3697 Old Testament     Numbers
## 3698         1       4        120     3698 Old Testament     Numbers
## 3699         1       4        120     3699 Old Testament     Numbers
## 3700         1       4        120     3700 Old Testament     Numbers
## 3701         1       4        120     3701 Old Testament     Numbers
## 3702         1       4        120     3702 Old Testament     Numbers
## 3703         1       4        120     3703 Old Testament     Numbers
## 3704         1       4        120     3704 Old Testament     Numbers
## 3705         1       4        120     3705 Old Testament     Numbers
## 3706         1       4        120     3706 Old Testament     Numbers
## 3707         1       4        120     3707 Old Testament     Numbers
## 3708         1       4        120     3708 Old Testament     Numbers
## 3709         1       4        120     3709 Old Testament     Numbers
## 3710         1       4        120     3710 Old Testament     Numbers
## 3711         1       4        120     3711 Old Testament     Numbers
## 3712         1       4        120     3712 Old Testament     Numbers
## 3713         1       4        120     3713 Old Testament     Numbers
## 3714         1       4        120     3714 Old Testament     Numbers
## 3715         1       4        120     3715 Old Testament     Numbers
## 3716         1       4        120     3716 Old Testament     Numbers
## 3717         1       4        120     3717 Old Testament     Numbers
## 3718         1       4        120     3718 Old Testament     Numbers
## 3719         1       4        120     3719 Old Testament     Numbers
## 3720         1       4        120     3720 Old Testament     Numbers
## 3721         1       4        120     3721 Old Testament     Numbers
## 3722         1       4        120     3722 Old Testament     Numbers
## 3723         1       4        120     3723 Old Testament     Numbers
## 3724         1       4        120     3724 Old Testament     Numbers
## 3725         1       4        120     3725 Old Testament     Numbers
## 3726         1       4        120     3726 Old Testament     Numbers
## 3727         1       4        120     3727 Old Testament     Numbers
## 3728         1       4        120     3728 Old Testament     Numbers
## 3729         1       4        120     3729 Old Testament     Numbers
## 3730         1       4        120     3730 Old Testament     Numbers
## 3731         1       4        120     3731 Old Testament     Numbers
## 3732         1       4        120     3732 Old Testament     Numbers
## 3733         1       4        120     3733 Old Testament     Numbers
## 3734         1       4        120     3734 Old Testament     Numbers
## 3735         1       4        120     3735 Old Testament     Numbers
## 3736         1       4        120     3736 Old Testament     Numbers
## 3737         1       4        120     3737 Old Testament     Numbers
## 3738         1       4        120     3738 Old Testament     Numbers
## 3739         1       4        120     3739 Old Testament     Numbers
## 3740         1       4        120     3740 Old Testament     Numbers
## 3741         1       4        120     3741 Old Testament     Numbers
## 3742         1       4        120     3742 Old Testament     Numbers
## 3743         1       4        120     3743 Old Testament     Numbers
## 3744         1       4        120     3744 Old Testament     Numbers
## 3745         1       4        121     3745 Old Testament     Numbers
## 3746         1       4        121     3746 Old Testament     Numbers
## 3747         1       4        121     3747 Old Testament     Numbers
## 3748         1       4        121     3748 Old Testament     Numbers
## 3749         1       4        121     3749 Old Testament     Numbers
## 3750         1       4        121     3750 Old Testament     Numbers
## 3751         1       4        121     3751 Old Testament     Numbers
## 3752         1       4        121     3752 Old Testament     Numbers
## 3753         1       4        121     3753 Old Testament     Numbers
## 3754         1       4        121     3754 Old Testament     Numbers
## 3755         1       4        121     3755 Old Testament     Numbers
## 3756         1       4        121     3756 Old Testament     Numbers
## 3757         1       4        121     3757 Old Testament     Numbers
## 3758         1       4        121     3758 Old Testament     Numbers
## 3759         1       4        121     3759 Old Testament     Numbers
## 3760         1       4        121     3760 Old Testament     Numbers
## 3761         1       4        121     3761 Old Testament     Numbers
## 3762         1       4        121     3762 Old Testament     Numbers
## 3763         1       4        121     3763 Old Testament     Numbers
## 3764         1       4        121     3764 Old Testament     Numbers
## 3765         1       4        121     3765 Old Testament     Numbers
## 3766         1       4        121     3766 Old Testament     Numbers
## 3767         1       4        121     3767 Old Testament     Numbers
## 3768         1       4        121     3768 Old Testament     Numbers
## 3769         1       4        121     3769 Old Testament     Numbers
## 3770         1       4        121     3770 Old Testament     Numbers
## 3771         1       4        121     3771 Old Testament     Numbers
## 3772         1       4        121     3772 Old Testament     Numbers
## 3773         1       4        121     3773 Old Testament     Numbers
## 3774         1       4        121     3774 Old Testament     Numbers
## 3775         1       4        121     3775 Old Testament     Numbers
## 3776         1       4        121     3776 Old Testament     Numbers
## 3777         1       4        121     3777 Old Testament     Numbers
## 3778         1       4        121     3778 Old Testament     Numbers
## 3779         1       4        121     3779 Old Testament     Numbers
## 3780         1       4        121     3780 Old Testament     Numbers
## 3781         1       4        121     3781 Old Testament     Numbers
## 3782         1       4        121     3782 Old Testament     Numbers
## 3783         1       4        121     3783 Old Testament     Numbers
## 3784         1       4        121     3784 Old Testament     Numbers
## 3785         1       4        121     3785 Old Testament     Numbers
## 3786         1       4        121     3786 Old Testament     Numbers
## 3787         1       4        121     3787 Old Testament     Numbers
## 3788         1       4        121     3788 Old Testament     Numbers
## 3789         1       4        121     3789 Old Testament     Numbers
## 3790         1       4        121     3790 Old Testament     Numbers
## 3791         1       4        121     3791 Old Testament     Numbers
## 3792         1       4        121     3792 Old Testament     Numbers
## 3793         1       4        121     3793 Old Testament     Numbers
## 3794         1       4        122     3794 Old Testament     Numbers
## 3795         1       4        122     3795 Old Testament     Numbers
## 3796         1       4        122     3796 Old Testament     Numbers
## 3797         1       4        122     3797 Old Testament     Numbers
## 3798         1       4        122     3798 Old Testament     Numbers
## 3799         1       4        122     3799 Old Testament     Numbers
## 3800         1       4        122     3800 Old Testament     Numbers
## 3801         1       4        122     3801 Old Testament     Numbers
## 3802         1       4        122     3802 Old Testament     Numbers
## 3803         1       4        122     3803 Old Testament     Numbers
## 3804         1       4        122     3804 Old Testament     Numbers
## 3805         1       4        122     3805 Old Testament     Numbers
## 3806         1       4        122     3806 Old Testament     Numbers
## 3807         1       4        122     3807 Old Testament     Numbers
## 3808         1       4        122     3808 Old Testament     Numbers
## 3809         1       4        122     3809 Old Testament     Numbers
## 3810         1       4        122     3810 Old Testament     Numbers
## 3811         1       4        122     3811 Old Testament     Numbers
## 3812         1       4        122     3812 Old Testament     Numbers
## 3813         1       4        122     3813 Old Testament     Numbers
## 3814         1       4        122     3814 Old Testament     Numbers
## 3815         1       4        122     3815 Old Testament     Numbers
## 3816         1       4        122     3816 Old Testament     Numbers
## 3817         1       4        122     3817 Old Testament     Numbers
## 3818         1       4        122     3818 Old Testament     Numbers
## 3819         1       4        122     3819 Old Testament     Numbers
## 3820         1       4        122     3820 Old Testament     Numbers
## 3821         1       4        122     3821 Old Testament     Numbers
## 3822         1       4        122     3822 Old Testament     Numbers
## 3823         1       4        122     3823 Old Testament     Numbers
## 3824         1       4        122     3824 Old Testament     Numbers
## 3825         1       4        123     3825 Old Testament     Numbers
## 3826         1       4        123     3826 Old Testament     Numbers
## 3827         1       4        123     3827 Old Testament     Numbers
## 3828         1       4        123     3828 Old Testament     Numbers
## 3829         1       4        123     3829 Old Testament     Numbers
## 3830         1       4        123     3830 Old Testament     Numbers
## 3831         1       4        123     3831 Old Testament     Numbers
## 3832         1       4        123     3832 Old Testament     Numbers
## 3833         1       4        123     3833 Old Testament     Numbers
## 3834         1       4        123     3834 Old Testament     Numbers
## 3835         1       4        123     3835 Old Testament     Numbers
## 3836         1       4        123     3836 Old Testament     Numbers
## 3837         1       4        123     3837 Old Testament     Numbers
## 3838         1       4        123     3838 Old Testament     Numbers
## 3839         1       4        123     3839 Old Testament     Numbers
## 3840         1       4        123     3840 Old Testament     Numbers
## 3841         1       4        123     3841 Old Testament     Numbers
## 3842         1       4        123     3842 Old Testament     Numbers
## 3843         1       4        123     3843 Old Testament     Numbers
## 3844         1       4        123     3844 Old Testament     Numbers
## 3845         1       4        123     3845 Old Testament     Numbers
## 3846         1       4        123     3846 Old Testament     Numbers
## 3847         1       4        123     3847 Old Testament     Numbers
## 3848         1       4        123     3848 Old Testament     Numbers
## 3849         1       4        123     3849 Old Testament     Numbers
## 3850         1       4        123     3850 Old Testament     Numbers
## 3851         1       4        123     3851 Old Testament     Numbers
## 3852         1       4        124     3852 Old Testament     Numbers
## 3853         1       4        124     3853 Old Testament     Numbers
## 3854         1       4        124     3854 Old Testament     Numbers
## 3855         1       4        124     3855 Old Testament     Numbers
## 3856         1       4        124     3856 Old Testament     Numbers
## 3857         1       4        124     3857 Old Testament     Numbers
## 3858         1       4        124     3858 Old Testament     Numbers
## 3859         1       4        124     3859 Old Testament     Numbers
## 3860         1       4        124     3860 Old Testament     Numbers
## 3861         1       4        124     3861 Old Testament     Numbers
## 3862         1       4        124     3862 Old Testament     Numbers
## 3863         1       4        124     3863 Old Testament     Numbers
## 3864         1       4        124     3864 Old Testament     Numbers
## 3865         1       4        124     3865 Old Testament     Numbers
## 3866         1       4        124     3866 Old Testament     Numbers
## 3867         1       4        124     3867 Old Testament     Numbers
## 3868         1       4        124     3868 Old Testament     Numbers
## 3869         1       4        124     3869 Old Testament     Numbers
## 3870         1       4        124     3870 Old Testament     Numbers
## 3871         1       4        124     3871 Old Testament     Numbers
## 3872         1       4        124     3872 Old Testament     Numbers
## 3873         1       4        124     3873 Old Testament     Numbers
## 3874         1       4        124     3874 Old Testament     Numbers
## 3875         1       4        124     3875 Old Testament     Numbers
## 3876         1       4        124     3876 Old Testament     Numbers
## 3877         1       4        124     3877 Old Testament     Numbers
## 3878         1       4        124     3878 Old Testament     Numbers
## 3879         1       4        124     3879 Old Testament     Numbers
## 3880         1       4        124     3880 Old Testament     Numbers
## 3881         1       4        124     3881 Old Testament     Numbers
## 3882         1       4        124     3882 Old Testament     Numbers
## 3883         1       4        124     3883 Old Testament     Numbers
## 3884         1       4        124     3884 Old Testament     Numbers
## 3885         1       4        124     3885 Old Testament     Numbers
## 3886         1       4        124     3886 Old Testament     Numbers
## 3887         1       4        124     3887 Old Testament     Numbers
## 3888         1       4        124     3888 Old Testament     Numbers
## 3889         1       4        124     3889 Old Testament     Numbers
## 3890         1       4        124     3890 Old Testament     Numbers
## 3891         1       4        124     3891 Old Testament     Numbers
## 3892         1       4        124     3892 Old Testament     Numbers
## 3893         1       4        124     3893 Old Testament     Numbers
## 3894         1       4        124     3894 Old Testament     Numbers
## 3895         1       4        124     3895 Old Testament     Numbers
## 3896         1       4        124     3896 Old Testament     Numbers
## 3897         1       4        124     3897 Old Testament     Numbers
## 3898         1       4        124     3898 Old Testament     Numbers
## 3899         1       4        124     3899 Old Testament     Numbers
## 3900         1       4        124     3900 Old Testament     Numbers
## 3901         1       4        124     3901 Old Testament     Numbers
## 3902         1       4        124     3902 Old Testament     Numbers
## 3903         1       4        124     3903 Old Testament     Numbers
## 3904         1       4        124     3904 Old Testament     Numbers
## 3905         1       4        124     3905 Old Testament     Numbers
## 3906         1       4        124     3906 Old Testament     Numbers
## 3907         1       4        124     3907 Old Testament     Numbers
## 3908         1       4        124     3908 Old Testament     Numbers
## 3909         1       4        124     3909 Old Testament     Numbers
## 3910         1       4        124     3910 Old Testament     Numbers
## 3911         1       4        124     3911 Old Testament     Numbers
## 3912         1       4        124     3912 Old Testament     Numbers
## 3913         1       4        124     3913 Old Testament     Numbers
## 3914         1       4        124     3914 Old Testament     Numbers
## 3915         1       4        124     3915 Old Testament     Numbers
## 3916         1       4        124     3916 Old Testament     Numbers
## 3917         1       4        124     3917 Old Testament     Numbers
## 3918         1       4        124     3918 Old Testament     Numbers
## 3919         1       4        124     3919 Old Testament     Numbers
## 3920         1       4        124     3920 Old Testament     Numbers
## 3921         1       4        124     3921 Old Testament     Numbers
## 3922         1       4        124     3922 Old Testament     Numbers
## 3923         1       4        124     3923 Old Testament     Numbers
## 3924         1       4        124     3924 Old Testament     Numbers
## 3925         1       4        124     3925 Old Testament     Numbers
## 3926         1       4        124     3926 Old Testament     Numbers
## 3927         1       4        124     3927 Old Testament     Numbers
## 3928         1       4        124     3928 Old Testament     Numbers
## 3929         1       4        124     3929 Old Testament     Numbers
## 3930         1       4        124     3930 Old Testament     Numbers
## 3931         1       4        124     3931 Old Testament     Numbers
## 3932         1       4        124     3932 Old Testament     Numbers
## 3933         1       4        124     3933 Old Testament     Numbers
## 3934         1       4        124     3934 Old Testament     Numbers
## 3935         1       4        124     3935 Old Testament     Numbers
## 3936         1       4        124     3936 Old Testament     Numbers
## 3937         1       4        124     3937 Old Testament     Numbers
## 3938         1       4        124     3938 Old Testament     Numbers
## 3939         1       4        124     3939 Old Testament     Numbers
## 3940         1       4        124     3940 Old Testament     Numbers
## 3941         1       4        125     3941 Old Testament     Numbers
## 3942         1       4        125     3942 Old Testament     Numbers
## 3943         1       4        125     3943 Old Testament     Numbers
## 3944         1       4        125     3944 Old Testament     Numbers
## 3945         1       4        125     3945 Old Testament     Numbers
## 3946         1       4        125     3946 Old Testament     Numbers
## 3947         1       4        125     3947 Old Testament     Numbers
## 3948         1       4        125     3948 Old Testament     Numbers
## 3949         1       4        125     3949 Old Testament     Numbers
## 3950         1       4        125     3950 Old Testament     Numbers
## 3951         1       4        125     3951 Old Testament     Numbers
## 3952         1       4        125     3952 Old Testament     Numbers
## 3953         1       4        125     3953 Old Testament     Numbers
## 3954         1       4        125     3954 Old Testament     Numbers
## 3955         1       4        125     3955 Old Testament     Numbers
## 3956         1       4        125     3956 Old Testament     Numbers
## 3957         1       4        125     3957 Old Testament     Numbers
## 3958         1       4        125     3958 Old Testament     Numbers
## 3959         1       4        125     3959 Old Testament     Numbers
## 3960         1       4        125     3960 Old Testament     Numbers
## 3961         1       4        125     3961 Old Testament     Numbers
## 3962         1       4        125     3962 Old Testament     Numbers
## 3963         1       4        125     3963 Old Testament     Numbers
## 3964         1       4        125     3964 Old Testament     Numbers
## 3965         1       4        125     3965 Old Testament     Numbers
## 3966         1       4        125     3966 Old Testament     Numbers
## 3967         1       4        126     3967 Old Testament     Numbers
## 3968         1       4        126     3968 Old Testament     Numbers
## 3969         1       4        126     3969 Old Testament     Numbers
## 3970         1       4        126     3970 Old Testament     Numbers
## 3971         1       4        126     3971 Old Testament     Numbers
## 3972         1       4        126     3972 Old Testament     Numbers
## 3973         1       4        126     3973 Old Testament     Numbers
## 3974         1       4        126     3974 Old Testament     Numbers
## 3975         1       4        126     3975 Old Testament     Numbers
## 3976         1       4        126     3976 Old Testament     Numbers
## 3977         1       4        126     3977 Old Testament     Numbers
## 3978         1       4        126     3978 Old Testament     Numbers
## 3979         1       4        126     3979 Old Testament     Numbers
## 3980         1       4        126     3980 Old Testament     Numbers
## 3981         1       4        126     3981 Old Testament     Numbers
## 3982         1       4        126     3982 Old Testament     Numbers
## 3983         1       4        126     3983 Old Testament     Numbers
## 3984         1       4        126     3984 Old Testament     Numbers
## 3985         1       4        126     3985 Old Testament     Numbers
## 3986         1       4        126     3986 Old Testament     Numbers
## 3987         1       4        126     3987 Old Testament     Numbers
## 3988         1       4        126     3988 Old Testament     Numbers
## 3989         1       4        126     3989 Old Testament     Numbers
## 3990         1       4        127     3990 Old Testament     Numbers
## 3991         1       4        127     3991 Old Testament     Numbers
## 3992         1       4        127     3992 Old Testament     Numbers
## 3993         1       4        127     3993 Old Testament     Numbers
## 3994         1       4        127     3994 Old Testament     Numbers
## 3995         1       4        127     3995 Old Testament     Numbers
## 3996         1       4        127     3996 Old Testament     Numbers
## 3997         1       4        127     3997 Old Testament     Numbers
## 3998         1       4        127     3998 Old Testament     Numbers
## 3999         1       4        127     3999 Old Testament     Numbers
## 4000         1       4        127     4000 Old Testament     Numbers
## 4001         1       4        127     4001 Old Testament     Numbers
## 4002         1       4        127     4002 Old Testament     Numbers
## 4003         1       4        127     4003 Old Testament     Numbers
## 4004         1       4        127     4004 Old Testament     Numbers
## 4005         1       4        127     4005 Old Testament     Numbers
## 4006         1       4        127     4006 Old Testament     Numbers
## 4007         1       4        127     4007 Old Testament     Numbers
## 4008         1       4        127     4008 Old Testament     Numbers
## 4009         1       4        127     4009 Old Testament     Numbers
## 4010         1       4        127     4010 Old Testament     Numbers
## 4011         1       4        127     4011 Old Testament     Numbers
## 4012         1       4        127     4012 Old Testament     Numbers
## 4013         1       4        127     4013 Old Testament     Numbers
## 4014         1       4        127     4014 Old Testament     Numbers
## 4015         1       4        127     4015 Old Testament     Numbers
## 4016         1       4        127     4016 Old Testament     Numbers
## 4017         1       4        127     4017 Old Testament     Numbers
## 4018         1       4        127     4018 Old Testament     Numbers
## 4019         1       4        127     4019 Old Testament     Numbers
## 4020         1       4        127     4020 Old Testament     Numbers
## 4021         1       4        127     4021 Old Testament     Numbers
## 4022         1       4        127     4022 Old Testament     Numbers
## 4023         1       4        127     4023 Old Testament     Numbers
## 4024         1       4        127     4024 Old Testament     Numbers
## 4025         1       4        127     4025 Old Testament     Numbers
## 4026         1       4        128     4026 Old Testament     Numbers
## 4027         1       4        128     4027 Old Testament     Numbers
## 4028         1       4        128     4028 Old Testament     Numbers
## 4029         1       4        128     4029 Old Testament     Numbers
## 4030         1       4        128     4030 Old Testament     Numbers
## 4031         1       4        128     4031 Old Testament     Numbers
## 4032         1       4        128     4032 Old Testament     Numbers
## 4033         1       4        128     4033 Old Testament     Numbers
## 4034         1       4        128     4034 Old Testament     Numbers
## 4035         1       4        128     4035 Old Testament     Numbers
## 4036         1       4        128     4036 Old Testament     Numbers
## 4037         1       4        128     4037 Old Testament     Numbers
## 4038         1       4        128     4038 Old Testament     Numbers
## 4039         1       4        128     4039 Old Testament     Numbers
## 4040         1       4        128     4040 Old Testament     Numbers
## 4041         1       4        128     4041 Old Testament     Numbers
## 4042         1       4        128     4042 Old Testament     Numbers
## 4043         1       4        128     4043 Old Testament     Numbers
## 4044         1       4        128     4044 Old Testament     Numbers
## 4045         1       4        128     4045 Old Testament     Numbers
## 4046         1       4        128     4046 Old Testament     Numbers
## 4047         1       4        128     4047 Old Testament     Numbers
## 4048         1       4        128     4048 Old Testament     Numbers
## 4049         1       4        128     4049 Old Testament     Numbers
## 4050         1       4        128     4050 Old Testament     Numbers
## 4051         1       4        128     4051 Old Testament     Numbers
## 4052         1       4        128     4052 Old Testament     Numbers
## 4053         1       4        128     4053 Old Testament     Numbers
## 4054         1       4        128     4054 Old Testament     Numbers
## 4055         1       4        128     4055 Old Testament     Numbers
## 4056         1       4        128     4056 Old Testament     Numbers
## 4057         1       4        128     4057 Old Testament     Numbers
## 4058         1       4        128     4058 Old Testament     Numbers
## 4059         1       4        128     4059 Old Testament     Numbers
## 4060         1       4        128     4060 Old Testament     Numbers
## 4061         1       4        129     4061 Old Testament     Numbers
## 4062         1       4        129     4062 Old Testament     Numbers
## 4063         1       4        129     4063 Old Testament     Numbers
## 4064         1       4        129     4064 Old Testament     Numbers
## 4065         1       4        129     4065 Old Testament     Numbers
## 4066         1       4        129     4066 Old Testament     Numbers
## 4067         1       4        129     4067 Old Testament     Numbers
## 4068         1       4        129     4068 Old Testament     Numbers
## 4069         1       4        129     4069 Old Testament     Numbers
## 4070         1       4        129     4070 Old Testament     Numbers
## 4071         1       4        129     4071 Old Testament     Numbers
## 4072         1       4        129     4072 Old Testament     Numbers
## 4073         1       4        129     4073 Old Testament     Numbers
## 4074         1       4        129     4074 Old Testament     Numbers
## 4075         1       4        129     4075 Old Testament     Numbers
## 4076         1       4        129     4076 Old Testament     Numbers
## 4077         1       4        130     4077 Old Testament     Numbers
## 4078         1       4        130     4078 Old Testament     Numbers
## 4079         1       4        130     4079 Old Testament     Numbers
## 4080         1       4        130     4080 Old Testament     Numbers
## 4081         1       4        130     4081 Old Testament     Numbers
## 4082         1       4        130     4082 Old Testament     Numbers
## 4083         1       4        130     4083 Old Testament     Numbers
## 4084         1       4        130     4084 Old Testament     Numbers
## 4085         1       4        130     4085 Old Testament     Numbers
## 4086         1       4        130     4086 Old Testament     Numbers
## 4087         1       4        130     4087 Old Testament     Numbers
## 4088         1       4        130     4088 Old Testament     Numbers
## 4089         1       4        130     4089 Old Testament     Numbers
## 4090         1       4        130     4090 Old Testament     Numbers
## 4091         1       4        130     4091 Old Testament     Numbers
## 4092         1       4        130     4092 Old Testament     Numbers
## 4093         1       4        130     4093 Old Testament     Numbers
## 4094         1       4        130     4094 Old Testament     Numbers
## 4095         1       4        130     4095 Old Testament     Numbers
## 4096         1       4        130     4096 Old Testament     Numbers
## 4097         1       4        130     4097 Old Testament     Numbers
## 4098         1       4        130     4098 Old Testament     Numbers
## 4099         1       4        130     4099 Old Testament     Numbers
## 4100         1       4        130     4100 Old Testament     Numbers
## 4101         1       4        130     4101 Old Testament     Numbers
## 4102         1       4        130     4102 Old Testament     Numbers
## 4103         1       4        130     4103 Old Testament     Numbers
## 4104         1       4        130     4104 Old Testament     Numbers
## 4105         1       4        130     4105 Old Testament     Numbers
## 4106         1       4        130     4106 Old Testament     Numbers
## 4107         1       4        130     4107 Old Testament     Numbers
## 4108         1       4        130     4108 Old Testament     Numbers
## 4109         1       4        130     4109 Old Testament     Numbers
## 4110         1       4        131     4110 Old Testament     Numbers
## 4111         1       4        131     4111 Old Testament     Numbers
## 4112         1       4        131     4112 Old Testament     Numbers
## 4113         1       4        131     4113 Old Testament     Numbers
## 4114         1       4        131     4114 Old Testament     Numbers
## 4115         1       4        131     4115 Old Testament     Numbers
## 4116         1       4        131     4116 Old Testament     Numbers
## 4117         1       4        131     4117 Old Testament     Numbers
## 4118         1       4        131     4118 Old Testament     Numbers
## 4119         1       4        131     4119 Old Testament     Numbers
## 4120         1       4        131     4120 Old Testament     Numbers
## 4121         1       4        131     4121 Old Testament     Numbers
## 4122         1       4        131     4122 Old Testament     Numbers
## 4123         1       4        131     4123 Old Testament     Numbers
## 4124         1       4        131     4124 Old Testament     Numbers
## 4125         1       4        131     4125 Old Testament     Numbers
## 4126         1       4        131     4126 Old Testament     Numbers
## 4127         1       4        131     4127 Old Testament     Numbers
## 4128         1       4        131     4128 Old Testament     Numbers
## 4129         1       4        131     4129 Old Testament     Numbers
## 4130         1       4        131     4130 Old Testament     Numbers
## 4131         1       4        131     4131 Old Testament     Numbers
## 4132         1       4        131     4132 Old Testament     Numbers
## 4133         1       4        131     4133 Old Testament     Numbers
## 4134         1       4        131     4134 Old Testament     Numbers
## 4135         1       4        131     4135 Old Testament     Numbers
## 4136         1       4        131     4136 Old Testament     Numbers
## 4137         1       4        131     4137 Old Testament     Numbers
## 4138         1       4        131     4138 Old Testament     Numbers
## 4139         1       4        131     4139 Old Testament     Numbers
## 4140         1       4        131     4140 Old Testament     Numbers
## 4141         1       4        131     4141 Old Testament     Numbers
## 4142         1       4        131     4142 Old Testament     Numbers
## 4143         1       4        131     4143 Old Testament     Numbers
## 4144         1       4        131     4144 Old Testament     Numbers
## 4145         1       4        131     4145 Old Testament     Numbers
## 4146         1       4        131     4146 Old Testament     Numbers
## 4147         1       4        131     4147 Old Testament     Numbers
## 4148         1       4        131     4148 Old Testament     Numbers
## 4149         1       4        131     4149 Old Testament     Numbers
## 4150         1       4        131     4150 Old Testament     Numbers
## 4151         1       4        131     4151 Old Testament     Numbers
## 4152         1       4        131     4152 Old Testament     Numbers
## 4153         1       4        131     4153 Old Testament     Numbers
## 4154         1       4        131     4154 Old Testament     Numbers
## 4155         1       4        132     4155 Old Testament     Numbers
## 4156         1       4        132     4156 Old Testament     Numbers
## 4157         1       4        132     4157 Old Testament     Numbers
## 4158         1       4        132     4158 Old Testament     Numbers
## 4159         1       4        132     4159 Old Testament     Numbers
## 4160         1       4        132     4160 Old Testament     Numbers
## 4161         1       4        132     4161 Old Testament     Numbers
## 4162         1       4        132     4162 Old Testament     Numbers
## 4163         1       4        132     4163 Old Testament     Numbers
## 4164         1       4        132     4164 Old Testament     Numbers
## 4165         1       4        132     4165 Old Testament     Numbers
## 4166         1       4        132     4166 Old Testament     Numbers
## 4167         1       4        132     4167 Old Testament     Numbers
## 4168         1       4        132     4168 Old Testament     Numbers
## 4169         1       4        132     4169 Old Testament     Numbers
## 4170         1       4        132     4170 Old Testament     Numbers
## 4171         1       4        132     4171 Old Testament     Numbers
## 4172         1       4        132     4172 Old Testament     Numbers
## 4173         1       4        132     4173 Old Testament     Numbers
## 4174         1       4        132     4174 Old Testament     Numbers
## 4175         1       4        132     4175 Old Testament     Numbers
## 4176         1       4        132     4176 Old Testament     Numbers
## 4177         1       4        132     4177 Old Testament     Numbers
## 4178         1       4        132     4178 Old Testament     Numbers
## 4179         1       4        132     4179 Old Testament     Numbers
## 4180         1       4        132     4180 Old Testament     Numbers
## 4181         1       4        132     4181 Old Testament     Numbers
## 4182         1       4        132     4182 Old Testament     Numbers
## 4183         1       4        132     4183 Old Testament     Numbers
## 4184         1       4        132     4184 Old Testament     Numbers
## 4185         1       4        132     4185 Old Testament     Numbers
## 4186         1       4        132     4186 Old Testament     Numbers
## 4187         1       4        132     4187 Old Testament     Numbers
## 4188         1       4        132     4188 Old Testament     Numbers
## 4189         1       4        132     4189 Old Testament     Numbers
## 4190         1       4        132     4190 Old Testament     Numbers
## 4191         1       4        132     4191 Old Testament     Numbers
## 4192         1       4        132     4192 Old Testament     Numbers
## 4193         1       4        132     4193 Old Testament     Numbers
## 4194         1       4        132     4194 Old Testament     Numbers
## 4195         1       4        132     4195 Old Testament     Numbers
## 4196         1       4        133     4196 Old Testament     Numbers
## 4197         1       4        133     4197 Old Testament     Numbers
## 4198         1       4        133     4198 Old Testament     Numbers
## 4199         1       4        133     4199 Old Testament     Numbers
## 4200         1       4        133     4200 Old Testament     Numbers
## 4201         1       4        133     4201 Old Testament     Numbers
## 4202         1       4        133     4202 Old Testament     Numbers
## 4203         1       4        133     4203 Old Testament     Numbers
## 4204         1       4        133     4204 Old Testament     Numbers
## 4205         1       4        133     4205 Old Testament     Numbers
## 4206         1       4        133     4206 Old Testament     Numbers
## 4207         1       4        133     4207 Old Testament     Numbers
## 4208         1       4        133     4208 Old Testament     Numbers
## 4209         1       4        133     4209 Old Testament     Numbers
## 4210         1       4        133     4210 Old Testament     Numbers
## 4211         1       4        133     4211 Old Testament     Numbers
## 4212         1       4        133     4212 Old Testament     Numbers
## 4213         1       4        133     4213 Old Testament     Numbers
## 4214         1       4        133     4214 Old Testament     Numbers
## 4215         1       4        133     4215 Old Testament     Numbers
## 4216         1       4        133     4216 Old Testament     Numbers
## 4217         1       4        133     4217 Old Testament     Numbers
## 4218         1       4        133     4218 Old Testament     Numbers
## 4219         1       4        133     4219 Old Testament     Numbers
## 4220         1       4        133     4220 Old Testament     Numbers
## 4221         1       4        133     4221 Old Testament     Numbers
## 4222         1       4        133     4222 Old Testament     Numbers
## 4223         1       4        133     4223 Old Testament     Numbers
## 4224         1       4        133     4224 Old Testament     Numbers
## 4225         1       4        133     4225 Old Testament     Numbers
## 4226         1       4        133     4226 Old Testament     Numbers
## 4227         1       4        133     4227 Old Testament     Numbers
## 4228         1       4        133     4228 Old Testament     Numbers
## 4229         1       4        133     4229 Old Testament     Numbers
## 4230         1       4        133     4230 Old Testament     Numbers
## 4231         1       4        133     4231 Old Testament     Numbers
## 4232         1       4        133     4232 Old Testament     Numbers
## 4233         1       4        133     4233 Old Testament     Numbers
## 4234         1       4        133     4234 Old Testament     Numbers
## 4235         1       4        133     4235 Old Testament     Numbers
## 4236         1       4        133     4236 Old Testament     Numbers
## 4237         1       4        133     4237 Old Testament     Numbers
## 4238         1       4        133     4238 Old Testament     Numbers
## 4239         1       4        133     4239 Old Testament     Numbers
## 4240         1       4        133     4240 Old Testament     Numbers
## 4241         1       4        133     4241 Old Testament     Numbers
## 4242         1       4        133     4242 Old Testament     Numbers
## 4243         1       4        133     4243 Old Testament     Numbers
## 4244         1       4        133     4244 Old Testament     Numbers
## 4245         1       4        133     4245 Old Testament     Numbers
## 4246         1       4        134     4246 Old Testament     Numbers
## 4247         1       4        134     4247 Old Testament     Numbers
## 4248         1       4        134     4248 Old Testament     Numbers
## 4249         1       4        134     4249 Old Testament     Numbers
## 4250         1       4        134     4250 Old Testament     Numbers
## 4251         1       4        134     4251 Old Testament     Numbers
## 4252         1       4        134     4252 Old Testament     Numbers
## 4253         1       4        134     4253 Old Testament     Numbers
## 4254         1       4        134     4254 Old Testament     Numbers
## 4255         1       4        134     4255 Old Testament     Numbers
## 4256         1       4        134     4256 Old Testament     Numbers
## 4257         1       4        134     4257 Old Testament     Numbers
## 4258         1       4        134     4258 Old Testament     Numbers
## 4259         1       4        135     4259 Old Testament     Numbers
## 4260         1       4        135     4260 Old Testament     Numbers
## 4261         1       4        135     4261 Old Testament     Numbers
## 4262         1       4        135     4262 Old Testament     Numbers
## 4263         1       4        135     4263 Old Testament     Numbers
## 4264         1       4        135     4264 Old Testament     Numbers
## 4265         1       4        135     4265 Old Testament     Numbers
## 4266         1       4        135     4266 Old Testament     Numbers
## 4267         1       4        135     4267 Old Testament     Numbers
## 4268         1       4        135     4268 Old Testament     Numbers
## 4269         1       4        135     4269 Old Testament     Numbers
## 4270         1       4        135     4270 Old Testament     Numbers
## 4271         1       4        135     4271 Old Testament     Numbers
## 4272         1       4        135     4272 Old Testament     Numbers
## 4273         1       4        135     4273 Old Testament     Numbers
## 4274         1       4        135     4274 Old Testament     Numbers
## 4275         1       4        135     4275 Old Testament     Numbers
## 4276         1       4        135     4276 Old Testament     Numbers
## 4277         1       4        135     4277 Old Testament     Numbers
## 4278         1       4        135     4278 Old Testament     Numbers
## 4279         1       4        135     4279 Old Testament     Numbers
## 4280         1       4        135     4280 Old Testament     Numbers
## 4281         1       4        135     4281 Old Testament     Numbers
## 4282         1       4        135     4282 Old Testament     Numbers
## 4283         1       4        135     4283 Old Testament     Numbers
## 4284         1       4        135     4284 Old Testament     Numbers
## 4285         1       4        135     4285 Old Testament     Numbers
## 4286         1       4        135     4286 Old Testament     Numbers
## 4287         1       4        135     4287 Old Testament     Numbers
## 4288         1       4        135     4288 Old Testament     Numbers
## 4289         1       4        135     4289 Old Testament     Numbers
## 4290         1       4        135     4290 Old Testament     Numbers
## 4291         1       4        136     4291 Old Testament     Numbers
## 4292         1       4        136     4292 Old Testament     Numbers
## 4293         1       4        136     4293 Old Testament     Numbers
## 4294         1       4        136     4294 Old Testament     Numbers
## 4295         1       4        136     4295 Old Testament     Numbers
## 4296         1       4        136     4296 Old Testament     Numbers
## 4297         1       4        136     4297 Old Testament     Numbers
## 4298         1       4        136     4298 Old Testament     Numbers
## 4299         1       4        136     4299 Old Testament     Numbers
## 4300         1       4        136     4300 Old Testament     Numbers
## 4301         1       4        136     4301 Old Testament     Numbers
## 4302         1       4        136     4302 Old Testament     Numbers
## 4303         1       4        136     4303 Old Testament     Numbers
## 4304         1       4        136     4304 Old Testament     Numbers
## 4305         1       4        136     4305 Old Testament     Numbers
## 4306         1       4        136     4306 Old Testament     Numbers
## 4307         1       4        136     4307 Old Testament     Numbers
## 4308         1       4        136     4308 Old Testament     Numbers
## 4309         1       4        136     4309 Old Testament     Numbers
## 4310         1       4        136     4310 Old Testament     Numbers
## 4311         1       4        136     4311 Old Testament     Numbers
## 4312         1       4        136     4312 Old Testament     Numbers
## 4313         1       4        137     4313 Old Testament     Numbers
## 4314         1       4        137     4314 Old Testament     Numbers
## 4315         1       4        137     4315 Old Testament     Numbers
## 4316         1       4        137     4316 Old Testament     Numbers
## 4317         1       4        137     4317 Old Testament     Numbers
## 4318         1       4        137     4318 Old Testament     Numbers
## 4319         1       4        137     4319 Old Testament     Numbers
## 4320         1       4        137     4320 Old Testament     Numbers
## 4321         1       4        137     4321 Old Testament     Numbers
## 4322         1       4        137     4322 Old Testament     Numbers
## 4323         1       4        137     4323 Old Testament     Numbers
## 4324         1       4        137     4324 Old Testament     Numbers
## 4325         1       4        137     4325 Old Testament     Numbers
## 4326         1       4        137     4326 Old Testament     Numbers
## 4327         1       4        137     4327 Old Testament     Numbers
## 4328         1       4        137     4328 Old Testament     Numbers
## 4329         1       4        137     4329 Old Testament     Numbers
## 4330         1       4        137     4330 Old Testament     Numbers
## 4331         1       4        137     4331 Old Testament     Numbers
## 4332         1       4        137     4332 Old Testament     Numbers
## 4333         1       4        137     4333 Old Testament     Numbers
## 4334         1       4        137     4334 Old Testament     Numbers
## 4335         1       4        137     4335 Old Testament     Numbers
## 4336         1       4        137     4336 Old Testament     Numbers
## 4337         1       4        137     4337 Old Testament     Numbers
## 4338         1       4        137     4338 Old Testament     Numbers
## 4339         1       4        137     4339 Old Testament     Numbers
## 4340         1       4        137     4340 Old Testament     Numbers
## 4341         1       4        137     4341 Old Testament     Numbers
## 4342         1       4        138     4342 Old Testament     Numbers
## 4343         1       4        138     4343 Old Testament     Numbers
## 4344         1       4        138     4344 Old Testament     Numbers
## 4345         1       4        138     4345 Old Testament     Numbers
## 4346         1       4        138     4346 Old Testament     Numbers
## 4347         1       4        138     4347 Old Testament     Numbers
## 4348         1       4        138     4348 Old Testament     Numbers
## 4349         1       4        138     4349 Old Testament     Numbers
## 4350         1       4        138     4350 Old Testament     Numbers
## 4351         1       4        138     4351 Old Testament     Numbers
## 4352         1       4        138     4352 Old Testament     Numbers
## 4353         1       4        138     4353 Old Testament     Numbers
## 4354         1       4        138     4354 Old Testament     Numbers
## 4355         1       4        138     4355 Old Testament     Numbers
## 4356         1       4        138     4356 Old Testament     Numbers
## 4357         1       4        138     4357 Old Testament     Numbers
## 4358         1       4        138     4358 Old Testament     Numbers
## 4359         1       4        138     4359 Old Testament     Numbers
## 4360         1       4        138     4360 Old Testament     Numbers
## 4361         1       4        138     4361 Old Testament     Numbers
## 4362         1       4        138     4362 Old Testament     Numbers
## 4363         1       4        138     4363 Old Testament     Numbers
## 4364         1       4        138     4364 Old Testament     Numbers
## 4365         1       4        138     4365 Old Testament     Numbers
## 4366         1       4        138     4366 Old Testament     Numbers
## 4367         1       4        138     4367 Old Testament     Numbers
## 4368         1       4        138     4368 Old Testament     Numbers
## 4369         1       4        138     4369 Old Testament     Numbers
## 4370         1       4        138     4370 Old Testament     Numbers
## 4371         1       4        138     4371 Old Testament     Numbers
## 4372         1       4        138     4372 Old Testament     Numbers
## 4373         1       4        138     4373 Old Testament     Numbers
## 4374         1       4        138     4374 Old Testament     Numbers
## 4375         1       4        138     4375 Old Testament     Numbers
## 4376         1       4        138     4376 Old Testament     Numbers
## 4377         1       4        139     4377 Old Testament     Numbers
## 4378         1       4        139     4378 Old Testament     Numbers
## 4379         1       4        139     4379 Old Testament     Numbers
## 4380         1       4        139     4380 Old Testament     Numbers
## 4381         1       4        139     4381 Old Testament     Numbers
## 4382         1       4        139     4382 Old Testament     Numbers
## 4383         1       4        139     4383 Old Testament     Numbers
## 4384         1       4        139     4384 Old Testament     Numbers
## 4385         1       4        139     4385 Old Testament     Numbers
## 4386         1       4        139     4386 Old Testament     Numbers
## 4387         1       4        139     4387 Old Testament     Numbers
## 4388         1       4        139     4388 Old Testament     Numbers
## 4389         1       4        139     4389 Old Testament     Numbers
## 4390         1       4        139     4390 Old Testament     Numbers
## 4391         1       4        139     4391 Old Testament     Numbers
## 4392         1       4        139     4392 Old Testament     Numbers
## 4393         1       4        139     4393 Old Testament     Numbers
## 4394         1       4        139     4394 Old Testament     Numbers
## 4395         1       4        139     4395 Old Testament     Numbers
## 4396         1       4        139     4396 Old Testament     Numbers
## 4397         1       4        139     4397 Old Testament     Numbers
## 4398         1       4        139     4398 Old Testament     Numbers
## 4399         1       4        139     4399 Old Testament     Numbers
## 4400         1       4        139     4400 Old Testament     Numbers
## 4401         1       4        139     4401 Old Testament     Numbers
## 4402         1       4        139     4402 Old Testament     Numbers
## 4403         1       4        139     4403 Old Testament     Numbers
## 4404         1       4        139     4404 Old Testament     Numbers
## 4405         1       4        139     4405 Old Testament     Numbers
## 4406         1       4        139     4406 Old Testament     Numbers
## 4407         1       4        139     4407 Old Testament     Numbers
## 4408         1       4        139     4408 Old Testament     Numbers
## 4409         1       4        139     4409 Old Testament     Numbers
## 4410         1       4        139     4410 Old Testament     Numbers
## 4411         1       4        139     4411 Old Testament     Numbers
## 4412         1       4        139     4412 Old Testament     Numbers
## 4413         1       4        139     4413 Old Testament     Numbers
## 4414         1       4        139     4414 Old Testament     Numbers
## 4415         1       4        139     4415 Old Testament     Numbers
## 4416         1       4        139     4416 Old Testament     Numbers
## 4417         1       4        139     4417 Old Testament     Numbers
## 4418         1       4        140     4418 Old Testament     Numbers
## 4419         1       4        140     4419 Old Testament     Numbers
## 4420         1       4        140     4420 Old Testament     Numbers
## 4421         1       4        140     4421 Old Testament     Numbers
## 4422         1       4        140     4422 Old Testament     Numbers
## 4423         1       4        140     4423 Old Testament     Numbers
## 4424         1       4        140     4424 Old Testament     Numbers
## 4425         1       4        140     4425 Old Testament     Numbers
## 4426         1       4        140     4426 Old Testament     Numbers
## 4427         1       4        140     4427 Old Testament     Numbers
## 4428         1       4        140     4428 Old Testament     Numbers
## 4429         1       4        140     4429 Old Testament     Numbers
## 4430         1       4        140     4430 Old Testament     Numbers
## 4431         1       4        140     4431 Old Testament     Numbers
## 4432         1       4        140     4432 Old Testament     Numbers
## 4433         1       4        140     4433 Old Testament     Numbers
## 4434         1       4        140     4434 Old Testament     Numbers
## 4435         1       4        140     4435 Old Testament     Numbers
## 4436         1       4        140     4436 Old Testament     Numbers
## 4437         1       4        140     4437 Old Testament     Numbers
## 4438         1       4        140     4438 Old Testament     Numbers
## 4439         1       4        140     4439 Old Testament     Numbers
## 4440         1       4        140     4440 Old Testament     Numbers
## 4441         1       4        140     4441 Old Testament     Numbers
## 4442         1       4        140     4442 Old Testament     Numbers
## 4443         1       4        140     4443 Old Testament     Numbers
## 4444         1       4        140     4444 Old Testament     Numbers
## 4445         1       4        140     4445 Old Testament     Numbers
## 4446         1       4        140     4446 Old Testament     Numbers
## 4447         1       4        140     4447 Old Testament     Numbers
## 4448         1       4        141     4448 Old Testament     Numbers
## 4449         1       4        141     4449 Old Testament     Numbers
## 4450         1       4        141     4450 Old Testament     Numbers
## 4451         1       4        141     4451 Old Testament     Numbers
## 4452         1       4        141     4452 Old Testament     Numbers
## 4453         1       4        141     4453 Old Testament     Numbers
## 4454         1       4        141     4454 Old Testament     Numbers
## 4455         1       4        141     4455 Old Testament     Numbers
## 4456         1       4        141     4456 Old Testament     Numbers
## 4457         1       4        141     4457 Old Testament     Numbers
## 4458         1       4        141     4458 Old Testament     Numbers
## 4459         1       4        141     4459 Old Testament     Numbers
## 4460         1       4        141     4460 Old Testament     Numbers
## 4461         1       4        141     4461 Old Testament     Numbers
## 4462         1       4        141     4462 Old Testament     Numbers
## 4463         1       4        141     4463 Old Testament     Numbers
## 4464         1       4        141     4464 Old Testament     Numbers
## 4465         1       4        141     4465 Old Testament     Numbers
## 4466         1       4        141     4466 Old Testament     Numbers
## 4467         1       4        141     4467 Old Testament     Numbers
## 4468         1       4        141     4468 Old Testament     Numbers
## 4469         1       4        141     4469 Old Testament     Numbers
## 4470         1       4        141     4470 Old Testament     Numbers
## 4471         1       4        141     4471 Old Testament     Numbers
## 4472         1       4        141     4472 Old Testament     Numbers
## 4473         1       4        142     4473 Old Testament     Numbers
## 4474         1       4        142     4474 Old Testament     Numbers
## 4475         1       4        142     4475 Old Testament     Numbers
## 4476         1       4        142     4476 Old Testament     Numbers
## 4477         1       4        142     4477 Old Testament     Numbers
## 4478         1       4        142     4478 Old Testament     Numbers
## 4479         1       4        142     4479 Old Testament     Numbers
## 4480         1       4        142     4480 Old Testament     Numbers
## 4481         1       4        142     4481 Old Testament     Numbers
## 4482         1       4        142     4482 Old Testament     Numbers
## 4483         1       4        142     4483 Old Testament     Numbers
## 4484         1       4        142     4484 Old Testament     Numbers
## 4485         1       4        142     4485 Old Testament     Numbers
## 4486         1       4        142     4486 Old Testament     Numbers
## 4487         1       4        142     4487 Old Testament     Numbers
## 4488         1       4        142     4488 Old Testament     Numbers
## 4489         1       4        142     4489 Old Testament     Numbers
## 4490         1       4        142     4490 Old Testament     Numbers
## 4491         1       4        143     4491 Old Testament     Numbers
## 4492         1       4        143     4492 Old Testament     Numbers
## 4493         1       4        143     4493 Old Testament     Numbers
## 4494         1       4        143     4494 Old Testament     Numbers
## 4495         1       4        143     4495 Old Testament     Numbers
## 4496         1       4        143     4496 Old Testament     Numbers
## 4497         1       4        143     4497 Old Testament     Numbers
## 4498         1       4        143     4498 Old Testament     Numbers
## 4499         1       4        143     4499 Old Testament     Numbers
## 4500         1       4        143     4500 Old Testament     Numbers
## 4501         1       4        143     4501 Old Testament     Numbers
## 4502         1       4        143     4502 Old Testament     Numbers
## 4503         1       4        143     4503 Old Testament     Numbers
## 4504         1       4        143     4504 Old Testament     Numbers
## 4505         1       4        143     4505 Old Testament     Numbers
## 4506         1       4        143     4506 Old Testament     Numbers
## 4507         1       4        143     4507 Old Testament     Numbers
## 4508         1       4        143     4508 Old Testament     Numbers
## 4509         1       4        143     4509 Old Testament     Numbers
## 4510         1       4        143     4510 Old Testament     Numbers
## 4511         1       4        143     4511 Old Testament     Numbers
## 4512         1       4        143     4512 Old Testament     Numbers
## 4513         1       4        143     4513 Old Testament     Numbers
## 4514         1       4        143     4514 Old Testament     Numbers
## 4515         1       4        143     4515 Old Testament     Numbers
## 4516         1       4        143     4516 Old Testament     Numbers
## 4517         1       4        143     4517 Old Testament     Numbers
## 4518         1       4        143     4518 Old Testament     Numbers
## 4519         1       4        143     4519 Old Testament     Numbers
## 4520         1       4        143     4520 Old Testament     Numbers
## 4521         1       4        143     4521 Old Testament     Numbers
## 4522         1       4        143     4522 Old Testament     Numbers
## 4523         1       4        143     4523 Old Testament     Numbers
## 4524         1       4        143     4524 Old Testament     Numbers
## 4525         1       4        143     4525 Old Testament     Numbers
## 4526         1       4        143     4526 Old Testament     Numbers
## 4527         1       4        143     4527 Old Testament     Numbers
## 4528         1       4        143     4528 Old Testament     Numbers
## 4529         1       4        143     4529 Old Testament     Numbers
## 4530         1       4        143     4530 Old Testament     Numbers
## 4531         1       4        143     4531 Old Testament     Numbers
## 4532         1       4        143     4532 Old Testament     Numbers
## 4533         1       4        143     4533 Old Testament     Numbers
## 4534         1       4        143     4534 Old Testament     Numbers
## 4535         1       4        143     4535 Old Testament     Numbers
## 4536         1       4        143     4536 Old Testament     Numbers
## 4537         1       4        143     4537 Old Testament     Numbers
## 4538         1       4        143     4538 Old Testament     Numbers
## 4539         1       4        143     4539 Old Testament     Numbers
## 4540         1       4        143     4540 Old Testament     Numbers
## 4541         1       4        143     4541 Old Testament     Numbers
## 4542         1       4        143     4542 Old Testament     Numbers
## 4543         1       4        143     4543 Old Testament     Numbers
## 4544         1       4        143     4544 Old Testament     Numbers
## 4545         1       4        143     4545 Old Testament     Numbers
## 4546         1       4        143     4546 Old Testament     Numbers
## 4547         1       4        143     4547 Old Testament     Numbers
## 4548         1       4        143     4548 Old Testament     Numbers
## 4549         1       4        143     4549 Old Testament     Numbers
## 4550         1       4        143     4550 Old Testament     Numbers
## 4551         1       4        143     4551 Old Testament     Numbers
## 4552         1       4        143     4552 Old Testament     Numbers
## 4553         1       4        143     4553 Old Testament     Numbers
## 4554         1       4        143     4554 Old Testament     Numbers
## 4555         1       4        143     4555 Old Testament     Numbers
## 4556         1       4        144     4556 Old Testament     Numbers
## 4557         1       4        144     4557 Old Testament     Numbers
## 4558         1       4        144     4558 Old Testament     Numbers
## 4559         1       4        144     4559 Old Testament     Numbers
## 4560         1       4        144     4560 Old Testament     Numbers
## 4561         1       4        144     4561 Old Testament     Numbers
## 4562         1       4        144     4562 Old Testament     Numbers
## 4563         1       4        144     4563 Old Testament     Numbers
## 4564         1       4        144     4564 Old Testament     Numbers
## 4565         1       4        144     4565 Old Testament     Numbers
## 4566         1       4        144     4566 Old Testament     Numbers
## 4567         1       4        144     4567 Old Testament     Numbers
## 4568         1       4        144     4568 Old Testament     Numbers
## 4569         1       4        144     4569 Old Testament     Numbers
## 4570         1       4        144     4570 Old Testament     Numbers
## 4571         1       4        144     4571 Old Testament     Numbers
## 4572         1       4        144     4572 Old Testament     Numbers
## 4573         1       4        144     4573 Old Testament     Numbers
## 4574         1       4        144     4574 Old Testament     Numbers
## 4575         1       4        144     4575 Old Testament     Numbers
## 4576         1       4        144     4576 Old Testament     Numbers
## 4577         1       4        144     4577 Old Testament     Numbers
## 4578         1       4        144     4578 Old Testament     Numbers
## 4579         1       4        145     4579 Old Testament     Numbers
## 4580         1       4        145     4580 Old Testament     Numbers
## 4581         1       4        145     4581 Old Testament     Numbers
## 4582         1       4        145     4582 Old Testament     Numbers
## 4583         1       4        145     4583 Old Testament     Numbers
## 4584         1       4        145     4584 Old Testament     Numbers
## 4585         1       4        145     4585 Old Testament     Numbers
## 4586         1       4        145     4586 Old Testament     Numbers
## 4587         1       4        145     4587 Old Testament     Numbers
## 4588         1       4        145     4588 Old Testament     Numbers
## 4589         1       4        145     4589 Old Testament     Numbers
## 4590         1       4        145     4590 Old Testament     Numbers
## 4591         1       4        145     4591 Old Testament     Numbers
## 4592         1       4        145     4592 Old Testament     Numbers
## 4593         1       4        145     4593 Old Testament     Numbers
## 4594         1       4        145     4594 Old Testament     Numbers
## 4595         1       4        145     4595 Old Testament     Numbers
## 4596         1       4        145     4596 Old Testament     Numbers
## 4597         1       4        145     4597 Old Testament     Numbers
## 4598         1       4        145     4598 Old Testament     Numbers
## 4599         1       4        145     4599 Old Testament     Numbers
## 4600         1       4        145     4600 Old Testament     Numbers
## 4601         1       4        145     4601 Old Testament     Numbers
## 4602         1       4        145     4602 Old Testament     Numbers
## 4603         1       4        145     4603 Old Testament     Numbers
## 4604         1       4        145     4604 Old Testament     Numbers
## 4605         1       4        145     4605 Old Testament     Numbers
## 4606         1       4        145     4606 Old Testament     Numbers
## 4607         1       4        145     4607 Old Testament     Numbers
## 4608         1       4        145     4608 Old Testament     Numbers
## 4609         1       4        145     4609 Old Testament     Numbers
## 4610         1       4        146     4610 Old Testament     Numbers
## 4611         1       4        146     4611 Old Testament     Numbers
## 4612         1       4        146     4612 Old Testament     Numbers
## 4613         1       4        146     4613 Old Testament     Numbers
## 4614         1       4        146     4614 Old Testament     Numbers
## 4615         1       4        146     4615 Old Testament     Numbers
## 4616         1       4        146     4616 Old Testament     Numbers
## 4617         1       4        146     4617 Old Testament     Numbers
## 4618         1       4        146     4618 Old Testament     Numbers
## 4619         1       4        146     4619 Old Testament     Numbers
## 4620         1       4        146     4620 Old Testament     Numbers
## 4621         1       4        146     4621 Old Testament     Numbers
## 4622         1       4        146     4622 Old Testament     Numbers
## 4623         1       4        146     4623 Old Testament     Numbers
## 4624         1       4        146     4624 Old Testament     Numbers
## 4625         1       4        146     4625 Old Testament     Numbers
## 4626         1       4        146     4626 Old Testament     Numbers
## 4627         1       4        146     4627 Old Testament     Numbers
## 4628         1       4        146     4628 Old Testament     Numbers
## 4629         1       4        146     4629 Old Testament     Numbers
## 4630         1       4        146     4630 Old Testament     Numbers
## 4631         1       4        146     4631 Old Testament     Numbers
## 4632         1       4        146     4632 Old Testament     Numbers
## 4633         1       4        146     4633 Old Testament     Numbers
## 4634         1       4        146     4634 Old Testament     Numbers
## 4635         1       4        146     4635 Old Testament     Numbers
## 4636         1       4        146     4636 Old Testament     Numbers
## 4637         1       4        146     4637 Old Testament     Numbers
## 4638         1       4        146     4638 Old Testament     Numbers
## 4639         1       4        146     4639 Old Testament     Numbers
## 4640         1       4        146     4640 Old Testament     Numbers
## 4641         1       4        146     4641 Old Testament     Numbers
## 4642         1       4        146     4642 Old Testament     Numbers
## 4643         1       4        146     4643 Old Testament     Numbers
## 4644         1       4        146     4644 Old Testament     Numbers
## 4645         1       4        146     4645 Old Testament     Numbers
## 4646         1       4        146     4646 Old Testament     Numbers
## 4647         1       4        146     4647 Old Testament     Numbers
## 4648         1       4        146     4648 Old Testament     Numbers
## 4649         1       4        146     4649 Old Testament     Numbers
## 4650         1       4        147     4650 Old Testament     Numbers
## 4651         1       4        147     4651 Old Testament     Numbers
## 4652         1       4        147     4652 Old Testament     Numbers
## 4653         1       4        147     4653 Old Testament     Numbers
## 4654         1       4        147     4654 Old Testament     Numbers
## 4655         1       4        147     4655 Old Testament     Numbers
## 4656         1       4        147     4656 Old Testament     Numbers
## 4657         1       4        147     4657 Old Testament     Numbers
## 4658         1       4        147     4658 Old Testament     Numbers
## 4659         1       4        147     4659 Old Testament     Numbers
## 4660         1       4        147     4660 Old Testament     Numbers
## 4661         1       4        147     4661 Old Testament     Numbers
## 4662         1       4        147     4662 Old Testament     Numbers
## 4663         1       4        147     4663 Old Testament     Numbers
## 4664         1       4        147     4664 Old Testament     Numbers
## 4665         1       4        147     4665 Old Testament     Numbers
## 4666         1       4        148     4666 Old Testament     Numbers
## 4667         1       4        148     4667 Old Testament     Numbers
## 4668         1       4        148     4668 Old Testament     Numbers
## 4669         1       4        148     4669 Old Testament     Numbers
## 4670         1       4        148     4670 Old Testament     Numbers
## 4671         1       4        148     4671 Old Testament     Numbers
## 4672         1       4        148     4672 Old Testament     Numbers
## 4673         1       4        148     4673 Old Testament     Numbers
## 4674         1       4        148     4674 Old Testament     Numbers
## 4675         1       4        148     4675 Old Testament     Numbers
## 4676         1       4        148     4676 Old Testament     Numbers
## 4677         1       4        148     4677 Old Testament     Numbers
## 4678         1       4        148     4678 Old Testament     Numbers
## 4679         1       4        148     4679 Old Testament     Numbers
## 4680         1       4        148     4680 Old Testament     Numbers
## 4681         1       4        148     4681 Old Testament     Numbers
## 4682         1       4        148     4682 Old Testament     Numbers
## 4683         1       4        148     4683 Old Testament     Numbers
## 4684         1       4        148     4684 Old Testament     Numbers
## 4685         1       4        148     4685 Old Testament     Numbers
## 4686         1       4        148     4686 Old Testament     Numbers
## 4687         1       4        148     4687 Old Testament     Numbers
## 4688         1       4        148     4688 Old Testament     Numbers
## 4689         1       4        148     4689 Old Testament     Numbers
## 4690         1       4        148     4690 Old Testament     Numbers
## 4691         1       4        148     4691 Old Testament     Numbers
## 4692         1       4        148     4692 Old Testament     Numbers
## 4693         1       4        148     4693 Old Testament     Numbers
## 4694         1       4        148     4694 Old Testament     Numbers
## 4695         1       4        148     4695 Old Testament     Numbers
## 4696         1       4        148     4696 Old Testament     Numbers
## 4697         1       4        148     4697 Old Testament     Numbers
## 4698         1       4        148     4698 Old Testament     Numbers
## 4699         1       4        148     4699 Old Testament     Numbers
## 4700         1       4        148     4700 Old Testament     Numbers
## 4701         1       4        148     4701 Old Testament     Numbers
## 4702         1       4        148     4702 Old Testament     Numbers
## 4703         1       4        148     4703 Old Testament     Numbers
## 4704         1       4        148     4704 Old Testament     Numbers
## 4705         1       4        148     4705 Old Testament     Numbers
## 4706         1       4        148     4706 Old Testament     Numbers
## 4707         1       4        148     4707 Old Testament     Numbers
## 4708         1       4        148     4708 Old Testament     Numbers
## 4709         1       4        148     4709 Old Testament     Numbers
## 4710         1       4        148     4710 Old Testament     Numbers
## 4711         1       4        148     4711 Old Testament     Numbers
## 4712         1       4        148     4712 Old Testament     Numbers
## 4713         1       4        148     4713 Old Testament     Numbers
## 4714         1       4        148     4714 Old Testament     Numbers
## 4715         1       4        148     4715 Old Testament     Numbers
## 4716         1       4        148     4716 Old Testament     Numbers
## 4717         1       4        148     4717 Old Testament     Numbers
## 4718         1       4        148     4718 Old Testament     Numbers
## 4719         1       4        148     4719 Old Testament     Numbers
## 4720         1       4        149     4720 Old Testament     Numbers
## 4721         1       4        149     4721 Old Testament     Numbers
## 4722         1       4        149     4722 Old Testament     Numbers
## 4723         1       4        149     4723 Old Testament     Numbers
## 4724         1       4        149     4724 Old Testament     Numbers
## 4725         1       4        149     4725 Old Testament     Numbers
## 4726         1       4        149     4726 Old Testament     Numbers
## 4727         1       4        149     4727 Old Testament     Numbers
## 4728         1       4        149     4728 Old Testament     Numbers
## 4729         1       4        149     4729 Old Testament     Numbers
## 4730         1       4        149     4730 Old Testament     Numbers
## 4731         1       4        149     4731 Old Testament     Numbers
## 4732         1       4        149     4732 Old Testament     Numbers
## 4733         1       4        149     4733 Old Testament     Numbers
## 4734         1       4        149     4734 Old Testament     Numbers
## 4735         1       4        149     4735 Old Testament     Numbers
## 4736         1       4        149     4736 Old Testament     Numbers
## 4737         1       4        149     4737 Old Testament     Numbers
## 4738         1       4        149     4738 Old Testament     Numbers
## 4739         1       4        149     4739 Old Testament     Numbers
## 4740         1       4        149     4740 Old Testament     Numbers
## 4741         1       4        149     4741 Old Testament     Numbers
## 4742         1       4        149     4742 Old Testament     Numbers
## 4743         1       4        149     4743 Old Testament     Numbers
## 4744         1       4        149     4744 Old Testament     Numbers
## 4745         1       4        149     4745 Old Testament     Numbers
## 4746         1       4        149     4746 Old Testament     Numbers
## 4747         1       4        149     4747 Old Testament     Numbers
## 4748         1       4        149     4748 Old Testament     Numbers
## 4749         1       4        149     4749 Old Testament     Numbers
## 4750         1       4        149     4750 Old Testament     Numbers
## 4751         1       4        149     4751 Old Testament     Numbers
## 4752         1       4        149     4752 Old Testament     Numbers
## 4753         1       4        149     4753 Old Testament     Numbers
## 4754         1       4        149     4754 Old Testament     Numbers
## 4755         1       4        149     4755 Old Testament     Numbers
## 4756         1       4        149     4756 Old Testament     Numbers
## 4757         1       4        149     4757 Old Testament     Numbers
## 4758         1       4        149     4758 Old Testament     Numbers
## 4759         1       4        149     4759 Old Testament     Numbers
## 4760         1       4        149     4760 Old Testament     Numbers
## 4761         1       4        149     4761 Old Testament     Numbers
## 4762         1       4        150     4762 Old Testament     Numbers
## 4763         1       4        150     4763 Old Testament     Numbers
## 4764         1       4        150     4764 Old Testament     Numbers
## 4765         1       4        150     4765 Old Testament     Numbers
## 4766         1       4        150     4766 Old Testament     Numbers
## 4767         1       4        150     4767 Old Testament     Numbers
## 4768         1       4        150     4768 Old Testament     Numbers
## 4769         1       4        150     4769 Old Testament     Numbers
## 4770         1       4        150     4770 Old Testament     Numbers
## 4771         1       4        150     4771 Old Testament     Numbers
## 4772         1       4        150     4772 Old Testament     Numbers
## 4773         1       4        150     4773 Old Testament     Numbers
## 4774         1       4        150     4774 Old Testament     Numbers
## 4775         1       4        150     4775 Old Testament     Numbers
## 4776         1       4        150     4776 Old Testament     Numbers
## 4777         1       4        150     4777 Old Testament     Numbers
## 4778         1       4        150     4778 Old Testament     Numbers
## 4779         1       4        150     4779 Old Testament     Numbers
## 4780         1       4        150     4780 Old Testament     Numbers
## 4781         1       4        150     4781 Old Testament     Numbers
## 4782         1       4        150     4782 Old Testament     Numbers
## 4783         1       4        150     4783 Old Testament     Numbers
## 4784         1       4        150     4784 Old Testament     Numbers
## 4785         1       4        150     4785 Old Testament     Numbers
## 4786         1       4        150     4786 Old Testament     Numbers
## 4787         1       4        150     4787 Old Testament     Numbers
## 4788         1       4        150     4788 Old Testament     Numbers
## 4789         1       4        150     4789 Old Testament     Numbers
## 4790         1       4        150     4790 Old Testament     Numbers
## 4791         1       4        150     4791 Old Testament     Numbers
## 4792         1       4        150     4792 Old Testament     Numbers
## 4793         1       4        150     4793 Old Testament     Numbers
## 4794         1       4        150     4794 Old Testament     Numbers
## 4795         1       4        150     4795 Old Testament     Numbers
## 4796         1       4        150     4796 Old Testament     Numbers
## 4797         1       4        150     4797 Old Testament     Numbers
## 4798         1       4        150     4798 Old Testament     Numbers
## 4799         1       4        150     4799 Old Testament     Numbers
## 4800         1       4        150     4800 Old Testament     Numbers
## 4801         1       4        150     4801 Old Testament     Numbers
## 4802         1       4        150     4802 Old Testament     Numbers
## 4803         1       4        150     4803 Old Testament     Numbers
## 4804         1       4        150     4804 Old Testament     Numbers
## 4805         1       4        150     4805 Old Testament     Numbers
## 4806         1       4        150     4806 Old Testament     Numbers
## 4807         1       4        150     4807 Old Testament     Numbers
## 4808         1       4        150     4808 Old Testament     Numbers
## 4809         1       4        150     4809 Old Testament     Numbers
## 4810         1       4        150     4810 Old Testament     Numbers
## 4811         1       4        150     4811 Old Testament     Numbers
## 4812         1       4        150     4812 Old Testament     Numbers
## 4813         1       4        150     4813 Old Testament     Numbers
## 4814         1       4        150     4814 Old Testament     Numbers
## 4815         1       4        150     4815 Old Testament     Numbers
## 4816         1       4        150     4816 Old Testament     Numbers
## 4817         1       4        150     4817 Old Testament     Numbers
## 4818         1       4        151     4818 Old Testament     Numbers
## 4819         1       4        151     4819 Old Testament     Numbers
## 4820         1       4        151     4820 Old Testament     Numbers
## 4821         1       4        151     4821 Old Testament     Numbers
## 4822         1       4        151     4822 Old Testament     Numbers
## 4823         1       4        151     4823 Old Testament     Numbers
## 4824         1       4        151     4824 Old Testament     Numbers
## 4825         1       4        151     4825 Old Testament     Numbers
## 4826         1       4        151     4826 Old Testament     Numbers
## 4827         1       4        151     4827 Old Testament     Numbers
## 4828         1       4        151     4828 Old Testament     Numbers
## 4829         1       4        151     4829 Old Testament     Numbers
## 4830         1       4        151     4830 Old Testament     Numbers
## 4831         1       4        151     4831 Old Testament     Numbers
## 4832         1       4        151     4832 Old Testament     Numbers
## 4833         1       4        151     4833 Old Testament     Numbers
## 4834         1       4        151     4834 Old Testament     Numbers
## 4835         1       4        151     4835 Old Testament     Numbers
## 4836         1       4        151     4836 Old Testament     Numbers
## 4837         1       4        151     4837 Old Testament     Numbers
## 4838         1       4        151     4838 Old Testament     Numbers
## 4839         1       4        151     4839 Old Testament     Numbers
## 4840         1       4        151     4840 Old Testament     Numbers
## 4841         1       4        151     4841 Old Testament     Numbers
## 4842         1       4        151     4842 Old Testament     Numbers
## 4843         1       4        151     4843 Old Testament     Numbers
## 4844         1       4        151     4844 Old Testament     Numbers
## 4845         1       4        151     4845 Old Testament     Numbers
## 4846         1       4        151     4846 Old Testament     Numbers
## 4847         1       4        152     4847 Old Testament     Numbers
## 4848         1       4        152     4848 Old Testament     Numbers
## 4849         1       4        152     4849 Old Testament     Numbers
## 4850         1       4        152     4850 Old Testament     Numbers
## 4851         1       4        152     4851 Old Testament     Numbers
## 4852         1       4        152     4852 Old Testament     Numbers
## 4853         1       4        152     4853 Old Testament     Numbers
## 4854         1       4        152     4854 Old Testament     Numbers
## 4855         1       4        152     4855 Old Testament     Numbers
## 4856         1       4        152     4856 Old Testament     Numbers
## 4857         1       4        152     4857 Old Testament     Numbers
## 4858         1       4        152     4858 Old Testament     Numbers
## 4859         1       4        152     4859 Old Testament     Numbers
## 4860         1       4        152     4860 Old Testament     Numbers
## 4861         1       4        152     4861 Old Testament     Numbers
## 4862         1       4        152     4862 Old Testament     Numbers
## 4863         1       4        152     4863 Old Testament     Numbers
## 4864         1       4        152     4864 Old Testament     Numbers
## 4865         1       4        152     4865 Old Testament     Numbers
## 4866         1       4        152     4866 Old Testament     Numbers
## 4867         1       4        152     4867 Old Testament     Numbers
## 4868         1       4        152     4868 Old Testament     Numbers
## 4869         1       4        152     4869 Old Testament     Numbers
## 4870         1       4        152     4870 Old Testament     Numbers
## 4871         1       4        152     4871 Old Testament     Numbers
## 4872         1       4        152     4872 Old Testament     Numbers
## 4873         1       4        152     4873 Old Testament     Numbers
## 4874         1       4        152     4874 Old Testament     Numbers
## 4875         1       4        152     4875 Old Testament     Numbers
## 4876         1       4        152     4876 Old Testament     Numbers
## 4877         1       4        152     4877 Old Testament     Numbers
## 4878         1       4        152     4878 Old Testament     Numbers
## 4879         1       4        152     4879 Old Testament     Numbers
## 4880         1       4        152     4880 Old Testament     Numbers
## 4881         1       4        153     4881 Old Testament     Numbers
## 4882         1       4        153     4882 Old Testament     Numbers
## 4883         1       4        153     4883 Old Testament     Numbers
## 4884         1       4        153     4884 Old Testament     Numbers
## 4885         1       4        153     4885 Old Testament     Numbers
## 4886         1       4        153     4886 Old Testament     Numbers
## 4887         1       4        153     4887 Old Testament     Numbers
## 4888         1       4        153     4888 Old Testament     Numbers
## 4889         1       4        153     4889 Old Testament     Numbers
## 4890         1       4        153     4890 Old Testament     Numbers
## 4891         1       4        153     4891 Old Testament     Numbers
## 4892         1       4        153     4892 Old Testament     Numbers
## 4893         1       4        153     4893 Old Testament     Numbers
## 4894         1       5        154     4894 Old Testament Deuteronomy
## 4895         1       5        154     4895 Old Testament Deuteronomy
## 4896         1       5        154     4896 Old Testament Deuteronomy
## 4897         1       5        154     4897 Old Testament Deuteronomy
## 4898         1       5        154     4898 Old Testament Deuteronomy
## 4899         1       5        154     4899 Old Testament Deuteronomy
## 4900         1       5        154     4900 Old Testament Deuteronomy
## 4901         1       5        154     4901 Old Testament Deuteronomy
## 4902         1       5        154     4902 Old Testament Deuteronomy
## 4903         1       5        154     4903 Old Testament Deuteronomy
## 4904         1       5        154     4904 Old Testament Deuteronomy
## 4905         1       5        154     4905 Old Testament Deuteronomy
## 4906         1       5        154     4906 Old Testament Deuteronomy
## 4907         1       5        154     4907 Old Testament Deuteronomy
## 4908         1       5        154     4908 Old Testament Deuteronomy
## 4909         1       5        154     4909 Old Testament Deuteronomy
## 4910         1       5        154     4910 Old Testament Deuteronomy
## 4911         1       5        154     4911 Old Testament Deuteronomy
## 4912         1       5        154     4912 Old Testament Deuteronomy
## 4913         1       5        154     4913 Old Testament Deuteronomy
## 4914         1       5        154     4914 Old Testament Deuteronomy
## 4915         1       5        154     4915 Old Testament Deuteronomy
## 4916         1       5        154     4916 Old Testament Deuteronomy
## 4917         1       5        154     4917 Old Testament Deuteronomy
## 4918         1       5        154     4918 Old Testament Deuteronomy
## 4919         1       5        154     4919 Old Testament Deuteronomy
## 4920         1       5        154     4920 Old Testament Deuteronomy
## 4921         1       5        154     4921 Old Testament Deuteronomy
## 4922         1       5        154     4922 Old Testament Deuteronomy
## 4923         1       5        154     4923 Old Testament Deuteronomy
## 4924         1       5        154     4924 Old Testament Deuteronomy
## 4925         1       5        154     4925 Old Testament Deuteronomy
## 4926         1       5        154     4926 Old Testament Deuteronomy
## 4927         1       5        154     4927 Old Testament Deuteronomy
## 4928         1       5        154     4928 Old Testament Deuteronomy
## 4929         1       5        154     4929 Old Testament Deuteronomy
## 4930         1       5        154     4930 Old Testament Deuteronomy
## 4931         1       5        154     4931 Old Testament Deuteronomy
## 4932         1       5        154     4932 Old Testament Deuteronomy
## 4933         1       5        154     4933 Old Testament Deuteronomy
## 4934         1       5        154     4934 Old Testament Deuteronomy
## 4935         1       5        154     4935 Old Testament Deuteronomy
## 4936         1       5        154     4936 Old Testament Deuteronomy
## 4937         1       5        154     4937 Old Testament Deuteronomy
## 4938         1       5        154     4938 Old Testament Deuteronomy
## 4939         1       5        154     4939 Old Testament Deuteronomy
## 4940         1       5        155     4940 Old Testament Deuteronomy
## 4941         1       5        155     4941 Old Testament Deuteronomy
## 4942         1       5        155     4942 Old Testament Deuteronomy
## 4943         1       5        155     4943 Old Testament Deuteronomy
## 4944         1       5        155     4944 Old Testament Deuteronomy
## 4945         1       5        155     4945 Old Testament Deuteronomy
## 4946         1       5        155     4946 Old Testament Deuteronomy
## 4947         1       5        155     4947 Old Testament Deuteronomy
## 4948         1       5        155     4948 Old Testament Deuteronomy
## 4949         1       5        155     4949 Old Testament Deuteronomy
## 4950         1       5        155     4950 Old Testament Deuteronomy
## 4951         1       5        155     4951 Old Testament Deuteronomy
## 4952         1       5        155     4952 Old Testament Deuteronomy
## 4953         1       5        155     4953 Old Testament Deuteronomy
## 4954         1       5        155     4954 Old Testament Deuteronomy
## 4955         1       5        155     4955 Old Testament Deuteronomy
## 4956         1       5        155     4956 Old Testament Deuteronomy
## 4957         1       5        155     4957 Old Testament Deuteronomy
## 4958         1       5        155     4958 Old Testament Deuteronomy
## 4959         1       5        155     4959 Old Testament Deuteronomy
## 4960         1       5        155     4960 Old Testament Deuteronomy
## 4961         1       5        155     4961 Old Testament Deuteronomy
## 4962         1       5        155     4962 Old Testament Deuteronomy
## 4963         1       5        155     4963 Old Testament Deuteronomy
## 4964         1       5        155     4964 Old Testament Deuteronomy
## 4965         1       5        155     4965 Old Testament Deuteronomy
## 4966         1       5        155     4966 Old Testament Deuteronomy
## 4967         1       5        155     4967 Old Testament Deuteronomy
## 4968         1       5        155     4968 Old Testament Deuteronomy
## 4969         1       5        155     4969 Old Testament Deuteronomy
## 4970         1       5        155     4970 Old Testament Deuteronomy
## 4971         1       5        155     4971 Old Testament Deuteronomy
## 4972         1       5        155     4972 Old Testament Deuteronomy
## 4973         1       5        155     4973 Old Testament Deuteronomy
## 4974         1       5        155     4974 Old Testament Deuteronomy
## 4975         1       5        155     4975 Old Testament Deuteronomy
## 4976         1       5        155     4976 Old Testament Deuteronomy
## 4977         1       5        156     4977 Old Testament Deuteronomy
## 4978         1       5        156     4978 Old Testament Deuteronomy
## 4979         1       5        156     4979 Old Testament Deuteronomy
## 4980         1       5        156     4980 Old Testament Deuteronomy
## 4981         1       5        156     4981 Old Testament Deuteronomy
## 4982         1       5        156     4982 Old Testament Deuteronomy
## 4983         1       5        156     4983 Old Testament Deuteronomy
## 4984         1       5        156     4984 Old Testament Deuteronomy
## 4985         1       5        156     4985 Old Testament Deuteronomy
## 4986         1       5        156     4986 Old Testament Deuteronomy
## 4987         1       5        156     4987 Old Testament Deuteronomy
## 4988         1       5        156     4988 Old Testament Deuteronomy
## 4989         1       5        156     4989 Old Testament Deuteronomy
## 4990         1       5        156     4990 Old Testament Deuteronomy
## 4991         1       5        156     4991 Old Testament Deuteronomy
## 4992         1       5        156     4992 Old Testament Deuteronomy
## 4993         1       5        156     4993 Old Testament Deuteronomy
## 4994         1       5        156     4994 Old Testament Deuteronomy
## 4995         1       5        156     4995 Old Testament Deuteronomy
## 4996         1       5        156     4996 Old Testament Deuteronomy
## 4997         1       5        156     4997 Old Testament Deuteronomy
## 4998         1       5        156     4998 Old Testament Deuteronomy
## 4999         1       5        156     4999 Old Testament Deuteronomy
## 5000         1       5        156     5000 Old Testament Deuteronomy
## 5001         1       5        156     5001 Old Testament Deuteronomy
## 5002         1       5        156     5002 Old Testament Deuteronomy
## 5003         1       5        156     5003 Old Testament Deuteronomy
## 5004         1       5        156     5004 Old Testament Deuteronomy
## 5005         1       5        156     5005 Old Testament Deuteronomy
## 5006         1       5        157     5006 Old Testament Deuteronomy
## 5007         1       5        157     5007 Old Testament Deuteronomy
## 5008         1       5        157     5008 Old Testament Deuteronomy
## 5009         1       5        157     5009 Old Testament Deuteronomy
## 5010         1       5        157     5010 Old Testament Deuteronomy
## 5011         1       5        157     5011 Old Testament Deuteronomy
## 5012         1       5        157     5012 Old Testament Deuteronomy
## 5013         1       5        157     5013 Old Testament Deuteronomy
## 5014         1       5        157     5014 Old Testament Deuteronomy
## 5015         1       5        157     5015 Old Testament Deuteronomy
## 5016         1       5        157     5016 Old Testament Deuteronomy
## 5017         1       5        157     5017 Old Testament Deuteronomy
## 5018         1       5        157     5018 Old Testament Deuteronomy
## 5019         1       5        157     5019 Old Testament Deuteronomy
## 5020         1       5        157     5020 Old Testament Deuteronomy
## 5021         1       5        157     5021 Old Testament Deuteronomy
## 5022         1       5        157     5022 Old Testament Deuteronomy
## 5023         1       5        157     5023 Old Testament Deuteronomy
## 5024         1       5        157     5024 Old Testament Deuteronomy
## 5025         1       5        157     5025 Old Testament Deuteronomy
## 5026         1       5        157     5026 Old Testament Deuteronomy
## 5027         1       5        157     5027 Old Testament Deuteronomy
## 5028         1       5        157     5028 Old Testament Deuteronomy
## 5029         1       5        157     5029 Old Testament Deuteronomy
## 5030         1       5        157     5030 Old Testament Deuteronomy
## 5031         1       5        157     5031 Old Testament Deuteronomy
## 5032         1       5        157     5032 Old Testament Deuteronomy
## 5033         1       5        157     5033 Old Testament Deuteronomy
## 5034         1       5        157     5034 Old Testament Deuteronomy
## 5035         1       5        157     5035 Old Testament Deuteronomy
## 5036         1       5        157     5036 Old Testament Deuteronomy
## 5037         1       5        157     5037 Old Testament Deuteronomy
## 5038         1       5        157     5038 Old Testament Deuteronomy
## 5039         1       5        157     5039 Old Testament Deuteronomy
## 5040         1       5        157     5040 Old Testament Deuteronomy
## 5041         1       5        157     5041 Old Testament Deuteronomy
## 5042         1       5        157     5042 Old Testament Deuteronomy
## 5043         1       5        157     5043 Old Testament Deuteronomy
## 5044         1       5        157     5044 Old Testament Deuteronomy
## 5045         1       5        157     5045 Old Testament Deuteronomy
## 5046         1       5        157     5046 Old Testament Deuteronomy
## 5047         1       5        157     5047 Old Testament Deuteronomy
## 5048         1       5        157     5048 Old Testament Deuteronomy
## 5049         1       5        157     5049 Old Testament Deuteronomy
## 5050         1       5        157     5050 Old Testament Deuteronomy
## 5051         1       5        157     5051 Old Testament Deuteronomy
## 5052         1       5        157     5052 Old Testament Deuteronomy
## 5053         1       5        157     5053 Old Testament Deuteronomy
## 5054         1       5        157     5054 Old Testament Deuteronomy
## 5055         1       5        158     5055 Old Testament Deuteronomy
## 5056         1       5        158     5056 Old Testament Deuteronomy
## 5057         1       5        158     5057 Old Testament Deuteronomy
## 5058         1       5        158     5058 Old Testament Deuteronomy
## 5059         1       5        158     5059 Old Testament Deuteronomy
## 5060         1       5        158     5060 Old Testament Deuteronomy
## 5061         1       5        158     5061 Old Testament Deuteronomy
## 5062         1       5        158     5062 Old Testament Deuteronomy
## 5063         1       5        158     5063 Old Testament Deuteronomy
## 5064         1       5        158     5064 Old Testament Deuteronomy
## 5065         1       5        158     5065 Old Testament Deuteronomy
## 5066         1       5        158     5066 Old Testament Deuteronomy
## 5067         1       5        158     5067 Old Testament Deuteronomy
## 5068         1       5        158     5068 Old Testament Deuteronomy
## 5069         1       5        158     5069 Old Testament Deuteronomy
## 5070         1       5        158     5070 Old Testament Deuteronomy
## 5071         1       5        158     5071 Old Testament Deuteronomy
## 5072         1       5        158     5072 Old Testament Deuteronomy
## 5073         1       5        158     5073 Old Testament Deuteronomy
## 5074         1       5        158     5074 Old Testament Deuteronomy
## 5075         1       5        158     5075 Old Testament Deuteronomy
## 5076         1       5        158     5076 Old Testament Deuteronomy
## 5077         1       5        158     5077 Old Testament Deuteronomy
## 5078         1       5        158     5078 Old Testament Deuteronomy
## 5079         1       5        158     5079 Old Testament Deuteronomy
## 5080         1       5        158     5080 Old Testament Deuteronomy
## 5081         1       5        158     5081 Old Testament Deuteronomy
## 5082         1       5        158     5082 Old Testament Deuteronomy
## 5083         1       5        158     5083 Old Testament Deuteronomy
## 5084         1       5        158     5084 Old Testament Deuteronomy
## 5085         1       5        158     5085 Old Testament Deuteronomy
## 5086         1       5        158     5086 Old Testament Deuteronomy
## 5087         1       5        158     5087 Old Testament Deuteronomy
## 5088         1       5        159     5088 Old Testament Deuteronomy
## 5089         1       5        159     5089 Old Testament Deuteronomy
## 5090         1       5        159     5090 Old Testament Deuteronomy
## 5091         1       5        159     5091 Old Testament Deuteronomy
## 5092         1       5        159     5092 Old Testament Deuteronomy
## 5093         1       5        159     5093 Old Testament Deuteronomy
## 5094         1       5        159     5094 Old Testament Deuteronomy
## 5095         1       5        159     5095 Old Testament Deuteronomy
## 5096         1       5        159     5096 Old Testament Deuteronomy
## 5097         1       5        159     5097 Old Testament Deuteronomy
## 5098         1       5        159     5098 Old Testament Deuteronomy
## 5099         1       5        159     5099 Old Testament Deuteronomy
## 5100         1       5        159     5100 Old Testament Deuteronomy
## 5101         1       5        159     5101 Old Testament Deuteronomy
## 5102         1       5        159     5102 Old Testament Deuteronomy
## 5103         1       5        159     5103 Old Testament Deuteronomy
## 5104         1       5        159     5104 Old Testament Deuteronomy
## 5105         1       5        159     5105 Old Testament Deuteronomy
## 5106         1       5        159     5106 Old Testament Deuteronomy
## 5107         1       5        159     5107 Old Testament Deuteronomy
## 5108         1       5        159     5108 Old Testament Deuteronomy
## 5109         1       5        159     5109 Old Testament Deuteronomy
## 5110         1       5        159     5110 Old Testament Deuteronomy
## 5111         1       5        159     5111 Old Testament Deuteronomy
## 5112         1       5        159     5112 Old Testament Deuteronomy
## 5113         1       5        160     5113 Old Testament Deuteronomy
## 5114         1       5        160     5114 Old Testament Deuteronomy
## 5115         1       5        160     5115 Old Testament Deuteronomy
## 5116         1       5        160     5116 Old Testament Deuteronomy
## 5117         1       5        160     5117 Old Testament Deuteronomy
## 5118         1       5        160     5118 Old Testament Deuteronomy
## 5119         1       5        160     5119 Old Testament Deuteronomy
## 5120         1       5        160     5120 Old Testament Deuteronomy
## 5121         1       5        160     5121 Old Testament Deuteronomy
## 5122         1       5        160     5122 Old Testament Deuteronomy
## 5123         1       5        160     5123 Old Testament Deuteronomy
## 5124         1       5        160     5124 Old Testament Deuteronomy
## 5125         1       5        160     5125 Old Testament Deuteronomy
## 5126         1       5        160     5126 Old Testament Deuteronomy
## 5127         1       5        160     5127 Old Testament Deuteronomy
## 5128         1       5        160     5128 Old Testament Deuteronomy
## 5129         1       5        160     5129 Old Testament Deuteronomy
## 5130         1       5        160     5130 Old Testament Deuteronomy
## 5131         1       5        160     5131 Old Testament Deuteronomy
## 5132         1       5        160     5132 Old Testament Deuteronomy
## 5133         1       5        160     5133 Old Testament Deuteronomy
## 5134         1       5        160     5134 Old Testament Deuteronomy
## 5135         1       5        160     5135 Old Testament Deuteronomy
## 5136         1       5        160     5136 Old Testament Deuteronomy
## 5137         1       5        160     5137 Old Testament Deuteronomy
## 5138         1       5        160     5138 Old Testament Deuteronomy
## 5139         1       5        161     5139 Old Testament Deuteronomy
## 5140         1       5        161     5140 Old Testament Deuteronomy
## 5141         1       5        161     5141 Old Testament Deuteronomy
## 5142         1       5        161     5142 Old Testament Deuteronomy
## 5143         1       5        161     5143 Old Testament Deuteronomy
## 5144         1       5        161     5144 Old Testament Deuteronomy
## 5145         1       5        161     5145 Old Testament Deuteronomy
## 5146         1       5        161     5146 Old Testament Deuteronomy
## 5147         1       5        161     5147 Old Testament Deuteronomy
## 5148         1       5        161     5148 Old Testament Deuteronomy
## 5149         1       5        161     5149 Old Testament Deuteronomy
## 5150         1       5        161     5150 Old Testament Deuteronomy
## 5151         1       5        161     5151 Old Testament Deuteronomy
## 5152         1       5        161     5152 Old Testament Deuteronomy
## 5153         1       5        161     5153 Old Testament Deuteronomy
## 5154         1       5        161     5154 Old Testament Deuteronomy
## 5155         1       5        161     5155 Old Testament Deuteronomy
## 5156         1       5        161     5156 Old Testament Deuteronomy
## 5157         1       5        161     5157 Old Testament Deuteronomy
## 5158         1       5        161     5158 Old Testament Deuteronomy
## 5159         1       5        162     5159 Old Testament Deuteronomy
## 5160         1       5        162     5160 Old Testament Deuteronomy
## 5161         1       5        162     5161 Old Testament Deuteronomy
## 5162         1       5        162     5162 Old Testament Deuteronomy
## 5163         1       5        162     5163 Old Testament Deuteronomy
## 5164         1       5        162     5164 Old Testament Deuteronomy
## 5165         1       5        162     5165 Old Testament Deuteronomy
## 5166         1       5        162     5166 Old Testament Deuteronomy
## 5167         1       5        162     5167 Old Testament Deuteronomy
## 5168         1       5        162     5168 Old Testament Deuteronomy
## 5169         1       5        162     5169 Old Testament Deuteronomy
## 5170         1       5        162     5170 Old Testament Deuteronomy
## 5171         1       5        162     5171 Old Testament Deuteronomy
## 5172         1       5        162     5172 Old Testament Deuteronomy
## 5173         1       5        162     5173 Old Testament Deuteronomy
## 5174         1       5        162     5174 Old Testament Deuteronomy
## 5175         1       5        162     5175 Old Testament Deuteronomy
## 5176         1       5        162     5176 Old Testament Deuteronomy
## 5177         1       5        162     5177 Old Testament Deuteronomy
## 5178         1       5        162     5178 Old Testament Deuteronomy
## 5179         1       5        162     5179 Old Testament Deuteronomy
## 5180         1       5        162     5180 Old Testament Deuteronomy
## 5181         1       5        162     5181 Old Testament Deuteronomy
## 5182         1       5        162     5182 Old Testament Deuteronomy
## 5183         1       5        162     5183 Old Testament Deuteronomy
## 5184         1       5        162     5184 Old Testament Deuteronomy
## 5185         1       5        162     5185 Old Testament Deuteronomy
## 5186         1       5        162     5186 Old Testament Deuteronomy
## 5187         1       5        162     5187 Old Testament Deuteronomy
## 5188         1       5        163     5188 Old Testament Deuteronomy
## 5189         1       5        163     5189 Old Testament Deuteronomy
## 5190         1       5        163     5190 Old Testament Deuteronomy
## 5191         1       5        163     5191 Old Testament Deuteronomy
## 5192         1       5        163     5192 Old Testament Deuteronomy
## 5193         1       5        163     5193 Old Testament Deuteronomy
## 5194         1       5        163     5194 Old Testament Deuteronomy
## 5195         1       5        163     5195 Old Testament Deuteronomy
## 5196         1       5        163     5196 Old Testament Deuteronomy
## 5197         1       5        163     5197 Old Testament Deuteronomy
## 5198         1       5        163     5198 Old Testament Deuteronomy
## 5199         1       5        163     5199 Old Testament Deuteronomy
## 5200         1       5        163     5200 Old Testament Deuteronomy
## 5201         1       5        163     5201 Old Testament Deuteronomy
## 5202         1       5        163     5202 Old Testament Deuteronomy
## 5203         1       5        163     5203 Old Testament Deuteronomy
## 5204         1       5        163     5204 Old Testament Deuteronomy
## 5205         1       5        163     5205 Old Testament Deuteronomy
## 5206         1       5        163     5206 Old Testament Deuteronomy
## 5207         1       5        163     5207 Old Testament Deuteronomy
## 5208         1       5        163     5208 Old Testament Deuteronomy
## 5209         1       5        163     5209 Old Testament Deuteronomy
## 5210         1       5        164     5210 Old Testament Deuteronomy
## 5211         1       5        164     5211 Old Testament Deuteronomy
## 5212         1       5        164     5212 Old Testament Deuteronomy
## 5213         1       5        164     5213 Old Testament Deuteronomy
## 5214         1       5        164     5214 Old Testament Deuteronomy
## 5215         1       5        164     5215 Old Testament Deuteronomy
## 5216         1       5        164     5216 Old Testament Deuteronomy
## 5217         1       5        164     5217 Old Testament Deuteronomy
## 5218         1       5        164     5218 Old Testament Deuteronomy
## 5219         1       5        164     5219 Old Testament Deuteronomy
## 5220         1       5        164     5220 Old Testament Deuteronomy
## 5221         1       5        164     5221 Old Testament Deuteronomy
## 5222         1       5        164     5222 Old Testament Deuteronomy
## 5223         1       5        164     5223 Old Testament Deuteronomy
## 5224         1       5        164     5224 Old Testament Deuteronomy
## 5225         1       5        164     5225 Old Testament Deuteronomy
## 5226         1       5        164     5226 Old Testament Deuteronomy
## 5227         1       5        164     5227 Old Testament Deuteronomy
## 5228         1       5        164     5228 Old Testament Deuteronomy
## 5229         1       5        164     5229 Old Testament Deuteronomy
## 5230         1       5        164     5230 Old Testament Deuteronomy
## 5231         1       5        164     5231 Old Testament Deuteronomy
## 5232         1       5        164     5232 Old Testament Deuteronomy
## 5233         1       5        164     5233 Old Testament Deuteronomy
## 5234         1       5        164     5234 Old Testament Deuteronomy
## 5235         1       5        164     5235 Old Testament Deuteronomy
## 5236         1       5        164     5236 Old Testament Deuteronomy
## 5237         1       5        164     5237 Old Testament Deuteronomy
## 5238         1       5        164     5238 Old Testament Deuteronomy
## 5239         1       5        164     5239 Old Testament Deuteronomy
## 5240         1       5        164     5240 Old Testament Deuteronomy
## 5241         1       5        164     5241 Old Testament Deuteronomy
## 5242         1       5        165     5242 Old Testament Deuteronomy
## 5243         1       5        165     5243 Old Testament Deuteronomy
## 5244         1       5        165     5244 Old Testament Deuteronomy
## 5245         1       5        165     5245 Old Testament Deuteronomy
## 5246         1       5        165     5246 Old Testament Deuteronomy
## 5247         1       5        165     5247 Old Testament Deuteronomy
## 5248         1       5        165     5248 Old Testament Deuteronomy
## 5249         1       5        165     5249 Old Testament Deuteronomy
## 5250         1       5        165     5250 Old Testament Deuteronomy
## 5251         1       5        165     5251 Old Testament Deuteronomy
## 5252         1       5        165     5252 Old Testament Deuteronomy
## 5253         1       5        165     5253 Old Testament Deuteronomy
## 5254         1       5        165     5254 Old Testament Deuteronomy
## 5255         1       5        165     5255 Old Testament Deuteronomy
## 5256         1       5        165     5256 Old Testament Deuteronomy
## 5257         1       5        165     5257 Old Testament Deuteronomy
## 5258         1       5        165     5258 Old Testament Deuteronomy
## 5259         1       5        165     5259 Old Testament Deuteronomy
## 5260         1       5        165     5260 Old Testament Deuteronomy
## 5261         1       5        165     5261 Old Testament Deuteronomy
## 5262         1       5        165     5262 Old Testament Deuteronomy
## 5263         1       5        165     5263 Old Testament Deuteronomy
## 5264         1       5        165     5264 Old Testament Deuteronomy
## 5265         1       5        165     5265 Old Testament Deuteronomy
## 5266         1       5        165     5266 Old Testament Deuteronomy
## 5267         1       5        165     5267 Old Testament Deuteronomy
## 5268         1       5        165     5268 Old Testament Deuteronomy
## 5269         1       5        165     5269 Old Testament Deuteronomy
## 5270         1       5        165     5270 Old Testament Deuteronomy
## 5271         1       5        165     5271 Old Testament Deuteronomy
## 5272         1       5        165     5272 Old Testament Deuteronomy
## 5273         1       5        165     5273 Old Testament Deuteronomy
## 5274         1       5        166     5274 Old Testament Deuteronomy
## 5275         1       5        166     5275 Old Testament Deuteronomy
## 5276         1       5        166     5276 Old Testament Deuteronomy
## 5277         1       5        166     5277 Old Testament Deuteronomy
## 5278         1       5        166     5278 Old Testament Deuteronomy
## 5279         1       5        166     5279 Old Testament Deuteronomy
## 5280         1       5        166     5280 Old Testament Deuteronomy
## 5281         1       5        166     5281 Old Testament Deuteronomy
## 5282         1       5        166     5282 Old Testament Deuteronomy
## 5283         1       5        166     5283 Old Testament Deuteronomy
## 5284         1       5        166     5284 Old Testament Deuteronomy
## 5285         1       5        166     5285 Old Testament Deuteronomy
## 5286         1       5        166     5286 Old Testament Deuteronomy
## 5287         1       5        166     5287 Old Testament Deuteronomy
## 5288         1       5        166     5288 Old Testament Deuteronomy
## 5289         1       5        166     5289 Old Testament Deuteronomy
## 5290         1       5        166     5290 Old Testament Deuteronomy
## 5291         1       5        166     5291 Old Testament Deuteronomy
## 5292         1       5        167     5292 Old Testament Deuteronomy
## 5293         1       5        167     5293 Old Testament Deuteronomy
## 5294         1       5        167     5294 Old Testament Deuteronomy
## 5295         1       5        167     5295 Old Testament Deuteronomy
## 5296         1       5        167     5296 Old Testament Deuteronomy
## 5297         1       5        167     5297 Old Testament Deuteronomy
## 5298         1       5        167     5298 Old Testament Deuteronomy
## 5299         1       5        167     5299 Old Testament Deuteronomy
## 5300         1       5        167     5300 Old Testament Deuteronomy
## 5301         1       5        167     5301 Old Testament Deuteronomy
## 5302         1       5        167     5302 Old Testament Deuteronomy
## 5303         1       5        167     5303 Old Testament Deuteronomy
## 5304         1       5        167     5304 Old Testament Deuteronomy
## 5305         1       5        167     5305 Old Testament Deuteronomy
## 5306         1       5        167     5306 Old Testament Deuteronomy
## 5307         1       5        167     5307 Old Testament Deuteronomy
## 5308         1       5        167     5308 Old Testament Deuteronomy
## 5309         1       5        167     5309 Old Testament Deuteronomy
## 5310         1       5        167     5310 Old Testament Deuteronomy
## 5311         1       5        167     5311 Old Testament Deuteronomy
## 5312         1       5        167     5312 Old Testament Deuteronomy
## 5313         1       5        167     5313 Old Testament Deuteronomy
## 5314         1       5        167     5314 Old Testament Deuteronomy
## 5315         1       5        167     5315 Old Testament Deuteronomy
## 5316         1       5        167     5316 Old Testament Deuteronomy
## 5317         1       5        167     5317 Old Testament Deuteronomy
## 5318         1       5        167     5318 Old Testament Deuteronomy
## 5319         1       5        167     5319 Old Testament Deuteronomy
## 5320         1       5        167     5320 Old Testament Deuteronomy
## 5321         1       5        168     5321 Old Testament Deuteronomy
## 5322         1       5        168     5322 Old Testament Deuteronomy
## 5323         1       5        168     5323 Old Testament Deuteronomy
## 5324         1       5        168     5324 Old Testament Deuteronomy
## 5325         1       5        168     5325 Old Testament Deuteronomy
## 5326         1       5        168     5326 Old Testament Deuteronomy
## 5327         1       5        168     5327 Old Testament Deuteronomy
## 5328         1       5        168     5328 Old Testament Deuteronomy
## 5329         1       5        168     5329 Old Testament Deuteronomy
## 5330         1       5        168     5330 Old Testament Deuteronomy
## 5331         1       5        168     5331 Old Testament Deuteronomy
## 5332         1       5        168     5332 Old Testament Deuteronomy
## 5333         1       5        168     5333 Old Testament Deuteronomy
## 5334         1       5        168     5334 Old Testament Deuteronomy
## 5335         1       5        168     5335 Old Testament Deuteronomy
## 5336         1       5        168     5336 Old Testament Deuteronomy
## 5337         1       5        168     5337 Old Testament Deuteronomy
## 5338         1       5        168     5338 Old Testament Deuteronomy
## 5339         1       5        168     5339 Old Testament Deuteronomy
## 5340         1       5        168     5340 Old Testament Deuteronomy
## 5341         1       5        168     5341 Old Testament Deuteronomy
## 5342         1       5        168     5342 Old Testament Deuteronomy
## 5343         1       5        168     5343 Old Testament Deuteronomy
## 5344         1       5        169     5344 Old Testament Deuteronomy
## 5345         1       5        169     5345 Old Testament Deuteronomy
## 5346         1       5        169     5346 Old Testament Deuteronomy
## 5347         1       5        169     5347 Old Testament Deuteronomy
## 5348         1       5        169     5348 Old Testament Deuteronomy
## 5349         1       5        169     5349 Old Testament Deuteronomy
## 5350         1       5        169     5350 Old Testament Deuteronomy
## 5351         1       5        169     5351 Old Testament Deuteronomy
## 5352         1       5        169     5352 Old Testament Deuteronomy
## 5353         1       5        169     5353 Old Testament Deuteronomy
## 5354         1       5        169     5354 Old Testament Deuteronomy
## 5355         1       5        169     5355 Old Testament Deuteronomy
## 5356         1       5        169     5356 Old Testament Deuteronomy
## 5357         1       5        169     5357 Old Testament Deuteronomy
## 5358         1       5        169     5358 Old Testament Deuteronomy
## 5359         1       5        169     5359 Old Testament Deuteronomy
## 5360         1       5        169     5360 Old Testament Deuteronomy
## 5361         1       5        169     5361 Old Testament Deuteronomy
## 5362         1       5        169     5362 Old Testament Deuteronomy
## 5363         1       5        169     5363 Old Testament Deuteronomy
## 5364         1       5        169     5364 Old Testament Deuteronomy
## 5365         1       5        169     5365 Old Testament Deuteronomy
## 5366         1       5        170     5366 Old Testament Deuteronomy
## 5367         1       5        170     5367 Old Testament Deuteronomy
## 5368         1       5        170     5368 Old Testament Deuteronomy
## 5369         1       5        170     5369 Old Testament Deuteronomy
## 5370         1       5        170     5370 Old Testament Deuteronomy
## 5371         1       5        170     5371 Old Testament Deuteronomy
## 5372         1       5        170     5372 Old Testament Deuteronomy
## 5373         1       5        170     5373 Old Testament Deuteronomy
## 5374         1       5        170     5374 Old Testament Deuteronomy
## 5375         1       5        170     5375 Old Testament Deuteronomy
## 5376         1       5        170     5376 Old Testament Deuteronomy
## 5377         1       5        170     5377 Old Testament Deuteronomy
## 5378         1       5        170     5378 Old Testament Deuteronomy
## 5379         1       5        170     5379 Old Testament Deuteronomy
## 5380         1       5        170     5380 Old Testament Deuteronomy
## 5381         1       5        170     5381 Old Testament Deuteronomy
## 5382         1       5        170     5382 Old Testament Deuteronomy
## 5383         1       5        170     5383 Old Testament Deuteronomy
## 5384         1       5        170     5384 Old Testament Deuteronomy
## 5385         1       5        170     5385 Old Testament Deuteronomy
## 5386         1       5        171     5386 Old Testament Deuteronomy
## 5387         1       5        171     5387 Old Testament Deuteronomy
## 5388         1       5        171     5388 Old Testament Deuteronomy
## 5389         1       5        171     5389 Old Testament Deuteronomy
## 5390         1       5        171     5390 Old Testament Deuteronomy
## 5391         1       5        171     5391 Old Testament Deuteronomy
## 5392         1       5        171     5392 Old Testament Deuteronomy
## 5393         1       5        171     5393 Old Testament Deuteronomy
## 5394         1       5        171     5394 Old Testament Deuteronomy
## 5395         1       5        171     5395 Old Testament Deuteronomy
## 5396         1       5        171     5396 Old Testament Deuteronomy
## 5397         1       5        171     5397 Old Testament Deuteronomy
## 5398         1       5        171     5398 Old Testament Deuteronomy
## 5399         1       5        171     5399 Old Testament Deuteronomy
## 5400         1       5        171     5400 Old Testament Deuteronomy
## 5401         1       5        171     5401 Old Testament Deuteronomy
## 5402         1       5        171     5402 Old Testament Deuteronomy
## 5403         1       5        171     5403 Old Testament Deuteronomy
## 5404         1       5        171     5404 Old Testament Deuteronomy
## 5405         1       5        171     5405 Old Testament Deuteronomy
## 5406         1       5        171     5406 Old Testament Deuteronomy
## 5407         1       5        171     5407 Old Testament Deuteronomy
## 5408         1       5        172     5408 Old Testament Deuteronomy
## 5409         1       5        172     5409 Old Testament Deuteronomy
## 5410         1       5        172     5410 Old Testament Deuteronomy
## 5411         1       5        172     5411 Old Testament Deuteronomy
## 5412         1       5        172     5412 Old Testament Deuteronomy
## 5413         1       5        172     5413 Old Testament Deuteronomy
## 5414         1       5        172     5414 Old Testament Deuteronomy
## 5415         1       5        172     5415 Old Testament Deuteronomy
## 5416         1       5        172     5416 Old Testament Deuteronomy
## 5417         1       5        172     5417 Old Testament Deuteronomy
## 5418         1       5        172     5418 Old Testament Deuteronomy
## 5419         1       5        172     5419 Old Testament Deuteronomy
## 5420         1       5        172     5420 Old Testament Deuteronomy
## 5421         1       5        172     5421 Old Testament Deuteronomy
## 5422         1       5        172     5422 Old Testament Deuteronomy
## 5423         1       5        172     5423 Old Testament Deuteronomy
## 5424         1       5        172     5424 Old Testament Deuteronomy
## 5425         1       5        172     5425 Old Testament Deuteronomy
## 5426         1       5        172     5426 Old Testament Deuteronomy
## 5427         1       5        172     5427 Old Testament Deuteronomy
## 5428         1       5        172     5428 Old Testament Deuteronomy
## 5429         1       5        173     5429 Old Testament Deuteronomy
## 5430         1       5        173     5430 Old Testament Deuteronomy
## 5431         1       5        173     5431 Old Testament Deuteronomy
## 5432         1       5        173     5432 Old Testament Deuteronomy
## 5433         1       5        173     5433 Old Testament Deuteronomy
## 5434         1       5        173     5434 Old Testament Deuteronomy
## 5435         1       5        173     5435 Old Testament Deuteronomy
## 5436         1       5        173     5436 Old Testament Deuteronomy
## 5437         1       5        173     5437 Old Testament Deuteronomy
## 5438         1       5        173     5438 Old Testament Deuteronomy
## 5439         1       5        173     5439 Old Testament Deuteronomy
## 5440         1       5        173     5440 Old Testament Deuteronomy
## 5441         1       5        173     5441 Old Testament Deuteronomy
## 5442         1       5        173     5442 Old Testament Deuteronomy
## 5443         1       5        173     5443 Old Testament Deuteronomy
## 5444         1       5        173     5444 Old Testament Deuteronomy
## 5445         1       5        173     5445 Old Testament Deuteronomy
## 5446         1       5        173     5446 Old Testament Deuteronomy
## 5447         1       5        173     5447 Old Testament Deuteronomy
## 5448         1       5        173     5448 Old Testament Deuteronomy
## 5449         1       5        174     5449 Old Testament Deuteronomy
## 5450         1       5        174     5450 Old Testament Deuteronomy
## 5451         1       5        174     5451 Old Testament Deuteronomy
## 5452         1       5        174     5452 Old Testament Deuteronomy
## 5453         1       5        174     5453 Old Testament Deuteronomy
## 5454         1       5        174     5454 Old Testament Deuteronomy
## 5455         1       5        174     5455 Old Testament Deuteronomy
## 5456         1       5        174     5456 Old Testament Deuteronomy
## 5457         1       5        174     5457 Old Testament Deuteronomy
## 5458         1       5        174     5458 Old Testament Deuteronomy
## 5459         1       5        174     5459 Old Testament Deuteronomy
## 5460         1       5        174     5460 Old Testament Deuteronomy
## 5461         1       5        174     5461 Old Testament Deuteronomy
## 5462         1       5        174     5462 Old Testament Deuteronomy
## 5463         1       5        174     5463 Old Testament Deuteronomy
## 5464         1       5        174     5464 Old Testament Deuteronomy
## 5465         1       5        174     5465 Old Testament Deuteronomy
## 5466         1       5        174     5466 Old Testament Deuteronomy
## 5467         1       5        174     5467 Old Testament Deuteronomy
## 5468         1       5        174     5468 Old Testament Deuteronomy
## 5469         1       5        174     5469 Old Testament Deuteronomy
## 5470         1       5        174     5470 Old Testament Deuteronomy
## 5471         1       5        174     5471 Old Testament Deuteronomy
## 5472         1       5        175     5472 Old Testament Deuteronomy
## 5473         1       5        175     5473 Old Testament Deuteronomy
## 5474         1       5        175     5474 Old Testament Deuteronomy
## 5475         1       5        175     5475 Old Testament Deuteronomy
## 5476         1       5        175     5476 Old Testament Deuteronomy
## 5477         1       5        175     5477 Old Testament Deuteronomy
## 5478         1       5        175     5478 Old Testament Deuteronomy
## 5479         1       5        175     5479 Old Testament Deuteronomy
## 5480         1       5        175     5480 Old Testament Deuteronomy
## 5481         1       5        175     5481 Old Testament Deuteronomy
## 5482         1       5        175     5482 Old Testament Deuteronomy
## 5483         1       5        175     5483 Old Testament Deuteronomy
## 5484         1       5        175     5484 Old Testament Deuteronomy
## 5485         1       5        175     5485 Old Testament Deuteronomy
## 5486         1       5        175     5486 Old Testament Deuteronomy
## 5487         1       5        175     5487 Old Testament Deuteronomy
## 5488         1       5        175     5488 Old Testament Deuteronomy
## 5489         1       5        175     5489 Old Testament Deuteronomy
## 5490         1       5        175     5490 Old Testament Deuteronomy
## 5491         1       5        175     5491 Old Testament Deuteronomy
## 5492         1       5        175     5492 Old Testament Deuteronomy
## 5493         1       5        175     5493 Old Testament Deuteronomy
## 5494         1       5        175     5494 Old Testament Deuteronomy
## 5495         1       5        175     5495 Old Testament Deuteronomy
## 5496         1       5        175     5496 Old Testament Deuteronomy
## 5497         1       5        175     5497 Old Testament Deuteronomy
## 5498         1       5        175     5498 Old Testament Deuteronomy
## 5499         1       5        175     5499 Old Testament Deuteronomy
## 5500         1       5        175     5500 Old Testament Deuteronomy
## 5501         1       5        175     5501 Old Testament Deuteronomy
## 5502         1       5        176     5502 Old Testament Deuteronomy
## 5503         1       5        176     5503 Old Testament Deuteronomy
## 5504         1       5        176     5504 Old Testament Deuteronomy
## 5505         1       5        176     5505 Old Testament Deuteronomy
## 5506         1       5        176     5506 Old Testament Deuteronomy
## 5507         1       5        176     5507 Old Testament Deuteronomy
## 5508         1       5        176     5508 Old Testament Deuteronomy
## 5509         1       5        176     5509 Old Testament Deuteronomy
## 5510         1       5        176     5510 Old Testament Deuteronomy
## 5511         1       5        176     5511 Old Testament Deuteronomy
## 5512         1       5        176     5512 Old Testament Deuteronomy
## 5513         1       5        176     5513 Old Testament Deuteronomy
## 5514         1       5        176     5514 Old Testament Deuteronomy
## 5515         1       5        176     5515 Old Testament Deuteronomy
## 5516         1       5        176     5516 Old Testament Deuteronomy
## 5517         1       5        176     5517 Old Testament Deuteronomy
## 5518         1       5        176     5518 Old Testament Deuteronomy
## 5519         1       5        176     5519 Old Testament Deuteronomy
## 5520         1       5        176     5520 Old Testament Deuteronomy
## 5521         1       5        176     5521 Old Testament Deuteronomy
## 5522         1       5        176     5522 Old Testament Deuteronomy
## 5523         1       5        176     5523 Old Testament Deuteronomy
## 5524         1       5        176     5524 Old Testament Deuteronomy
## 5525         1       5        176     5525 Old Testament Deuteronomy
## 5526         1       5        176     5526 Old Testament Deuteronomy
## 5527         1       5        177     5527 Old Testament Deuteronomy
## 5528         1       5        177     5528 Old Testament Deuteronomy
## 5529         1       5        177     5529 Old Testament Deuteronomy
## 5530         1       5        177     5530 Old Testament Deuteronomy
## 5531         1       5        177     5531 Old Testament Deuteronomy
## 5532         1       5        177     5532 Old Testament Deuteronomy
## 5533         1       5        177     5533 Old Testament Deuteronomy
## 5534         1       5        177     5534 Old Testament Deuteronomy
## 5535         1       5        177     5535 Old Testament Deuteronomy
## 5536         1       5        177     5536 Old Testament Deuteronomy
## 5537         1       5        177     5537 Old Testament Deuteronomy
## 5538         1       5        177     5538 Old Testament Deuteronomy
## 5539         1       5        177     5539 Old Testament Deuteronomy
## 5540         1       5        177     5540 Old Testament Deuteronomy
## 5541         1       5        177     5541 Old Testament Deuteronomy
## 5542         1       5        177     5542 Old Testament Deuteronomy
## 5543         1       5        177     5543 Old Testament Deuteronomy
## 5544         1       5        177     5544 Old Testament Deuteronomy
## 5545         1       5        177     5545 Old Testament Deuteronomy
## 5546         1       5        177     5546 Old Testament Deuteronomy
## 5547         1       5        177     5547 Old Testament Deuteronomy
## 5548         1       5        177     5548 Old Testament Deuteronomy
## 5549         1       5        178     5549 Old Testament Deuteronomy
## 5550         1       5        178     5550 Old Testament Deuteronomy
## 5551         1       5        178     5551 Old Testament Deuteronomy
## 5552         1       5        178     5552 Old Testament Deuteronomy
## 5553         1       5        178     5553 Old Testament Deuteronomy
## 5554         1       5        178     5554 Old Testament Deuteronomy
## 5555         1       5        178     5555 Old Testament Deuteronomy
## 5556         1       5        178     5556 Old Testament Deuteronomy
## 5557         1       5        178     5557 Old Testament Deuteronomy
## 5558         1       5        178     5558 Old Testament Deuteronomy
## 5559         1       5        178     5559 Old Testament Deuteronomy
## 5560         1       5        178     5560 Old Testament Deuteronomy
## 5561         1       5        178     5561 Old Testament Deuteronomy
## 5562         1       5        178     5562 Old Testament Deuteronomy
## 5563         1       5        178     5563 Old Testament Deuteronomy
## 5564         1       5        178     5564 Old Testament Deuteronomy
## 5565         1       5        178     5565 Old Testament Deuteronomy
## 5566         1       5        178     5566 Old Testament Deuteronomy
## 5567         1       5        178     5567 Old Testament Deuteronomy
## 5568         1       5        179     5568 Old Testament Deuteronomy
## 5569         1       5        179     5569 Old Testament Deuteronomy
## 5570         1       5        179     5570 Old Testament Deuteronomy
## 5571         1       5        179     5571 Old Testament Deuteronomy
## 5572         1       5        179     5572 Old Testament Deuteronomy
## 5573         1       5        179     5573 Old Testament Deuteronomy
## 5574         1       5        179     5574 Old Testament Deuteronomy
## 5575         1       5        179     5575 Old Testament Deuteronomy
## 5576         1       5        179     5576 Old Testament Deuteronomy
## 5577         1       5        179     5577 Old Testament Deuteronomy
## 5578         1       5        179     5578 Old Testament Deuteronomy
## 5579         1       5        179     5579 Old Testament Deuteronomy
## 5580         1       5        179     5580 Old Testament Deuteronomy
## 5581         1       5        179     5581 Old Testament Deuteronomy
## 5582         1       5        179     5582 Old Testament Deuteronomy
## 5583         1       5        179     5583 Old Testament Deuteronomy
## 5584         1       5        179     5584 Old Testament Deuteronomy
## 5585         1       5        179     5585 Old Testament Deuteronomy
## 5586         1       5        179     5586 Old Testament Deuteronomy
## 5587         1       5        180     5587 Old Testament Deuteronomy
## 5588         1       5        180     5588 Old Testament Deuteronomy
## 5589         1       5        180     5589 Old Testament Deuteronomy
## 5590         1       5        180     5590 Old Testament Deuteronomy
## 5591         1       5        180     5591 Old Testament Deuteronomy
## 5592         1       5        180     5592 Old Testament Deuteronomy
## 5593         1       5        180     5593 Old Testament Deuteronomy
## 5594         1       5        180     5594 Old Testament Deuteronomy
## 5595         1       5        180     5595 Old Testament Deuteronomy
## 5596         1       5        180     5596 Old Testament Deuteronomy
## 5597         1       5        180     5597 Old Testament Deuteronomy
## 5598         1       5        180     5598 Old Testament Deuteronomy
## 5599         1       5        180     5599 Old Testament Deuteronomy
## 5600         1       5        180     5600 Old Testament Deuteronomy
## 5601         1       5        180     5601 Old Testament Deuteronomy
## 5602         1       5        180     5602 Old Testament Deuteronomy
## 5603         1       5        180     5603 Old Testament Deuteronomy
## 5604         1       5        180     5604 Old Testament Deuteronomy
## 5605         1       5        180     5605 Old Testament Deuteronomy
## 5606         1       5        180     5606 Old Testament Deuteronomy
## 5607         1       5        180     5607 Old Testament Deuteronomy
## 5608         1       5        180     5608 Old Testament Deuteronomy
## 5609         1       5        180     5609 Old Testament Deuteronomy
## 5610         1       5        180     5610 Old Testament Deuteronomy
## 5611         1       5        180     5611 Old Testament Deuteronomy
## 5612         1       5        180     5612 Old Testament Deuteronomy
## 5613         1       5        181     5613 Old Testament Deuteronomy
## 5614         1       5        181     5614 Old Testament Deuteronomy
## 5615         1       5        181     5615 Old Testament Deuteronomy
## 5616         1       5        181     5616 Old Testament Deuteronomy
## 5617         1       5        181     5617 Old Testament Deuteronomy
## 5618         1       5        181     5618 Old Testament Deuteronomy
## 5619         1       5        181     5619 Old Testament Deuteronomy
## 5620         1       5        181     5620 Old Testament Deuteronomy
## 5621         1       5        181     5621 Old Testament Deuteronomy
## 5622         1       5        181     5622 Old Testament Deuteronomy
## 5623         1       5        181     5623 Old Testament Deuteronomy
## 5624         1       5        181     5624 Old Testament Deuteronomy
## 5625         1       5        181     5625 Old Testament Deuteronomy
## 5626         1       5        181     5626 Old Testament Deuteronomy
## 5627         1       5        181     5627 Old Testament Deuteronomy
## 5628         1       5        181     5628 Old Testament Deuteronomy
## 5629         1       5        181     5629 Old Testament Deuteronomy
## 5630         1       5        181     5630 Old Testament Deuteronomy
## 5631         1       5        181     5631 Old Testament Deuteronomy
## 5632         1       5        181     5632 Old Testament Deuteronomy
## 5633         1       5        181     5633 Old Testament Deuteronomy
## 5634         1       5        181     5634 Old Testament Deuteronomy
## 5635         1       5        181     5635 Old Testament Deuteronomy
## 5636         1       5        181     5636 Old Testament Deuteronomy
## 5637         1       5        181     5637 Old Testament Deuteronomy
## 5638         1       5        181     5638 Old Testament Deuteronomy
## 5639         1       5        181     5639 Old Testament Deuteronomy
## 5640         1       5        181     5640 Old Testament Deuteronomy
## 5641         1       5        181     5641 Old Testament Deuteronomy
## 5642         1       5        181     5642 Old Testament Deuteronomy
## 5643         1       5        181     5643 Old Testament Deuteronomy
## 5644         1       5        181     5644 Old Testament Deuteronomy
## 5645         1       5        181     5645 Old Testament Deuteronomy
## 5646         1       5        181     5646 Old Testament Deuteronomy
## 5647         1       5        181     5647 Old Testament Deuteronomy
## 5648         1       5        181     5648 Old Testament Deuteronomy
## 5649         1       5        181     5649 Old Testament Deuteronomy
## 5650         1       5        181     5650 Old Testament Deuteronomy
## 5651         1       5        181     5651 Old Testament Deuteronomy
## 5652         1       5        181     5652 Old Testament Deuteronomy
## 5653         1       5        181     5653 Old Testament Deuteronomy
## 5654         1       5        181     5654 Old Testament Deuteronomy
## 5655         1       5        181     5655 Old Testament Deuteronomy
## 5656         1       5        181     5656 Old Testament Deuteronomy
## 5657         1       5        181     5657 Old Testament Deuteronomy
## 5658         1       5        181     5658 Old Testament Deuteronomy
## 5659         1       5        181     5659 Old Testament Deuteronomy
## 5660         1       5        181     5660 Old Testament Deuteronomy
## 5661         1       5        181     5661 Old Testament Deuteronomy
## 5662         1       5        181     5662 Old Testament Deuteronomy
## 5663         1       5        181     5663 Old Testament Deuteronomy
## 5664         1       5        181     5664 Old Testament Deuteronomy
## 5665         1       5        181     5665 Old Testament Deuteronomy
## 5666         1       5        181     5666 Old Testament Deuteronomy
## 5667         1       5        181     5667 Old Testament Deuteronomy
## 5668         1       5        181     5668 Old Testament Deuteronomy
## 5669         1       5        181     5669 Old Testament Deuteronomy
## 5670         1       5        181     5670 Old Testament Deuteronomy
## 5671         1       5        181     5671 Old Testament Deuteronomy
## 5672         1       5        181     5672 Old Testament Deuteronomy
## 5673         1       5        181     5673 Old Testament Deuteronomy
## 5674         1       5        181     5674 Old Testament Deuteronomy
## 5675         1       5        181     5675 Old Testament Deuteronomy
## 5676         1       5        181     5676 Old Testament Deuteronomy
## 5677         1       5        181     5677 Old Testament Deuteronomy
## 5678         1       5        181     5678 Old Testament Deuteronomy
## 5679         1       5        181     5679 Old Testament Deuteronomy
## 5680         1       5        181     5680 Old Testament Deuteronomy
## 5681         1       5        182     5681 Old Testament Deuteronomy
## 5682         1       5        182     5682 Old Testament Deuteronomy
## 5683         1       5        182     5683 Old Testament Deuteronomy
## 5684         1       5        182     5684 Old Testament Deuteronomy
## 5685         1       5        182     5685 Old Testament Deuteronomy
## 5686         1       5        182     5686 Old Testament Deuteronomy
## 5687         1       5        182     5687 Old Testament Deuteronomy
## 5688         1       5        182     5688 Old Testament Deuteronomy
## 5689         1       5        182     5689 Old Testament Deuteronomy
## 5690         1       5        182     5690 Old Testament Deuteronomy
## 5691         1       5        182     5691 Old Testament Deuteronomy
## 5692         1       5        182     5692 Old Testament Deuteronomy
## 5693         1       5        182     5693 Old Testament Deuteronomy
## 5694         1       5        182     5694 Old Testament Deuteronomy
## 5695         1       5        182     5695 Old Testament Deuteronomy
## 5696         1       5        182     5696 Old Testament Deuteronomy
## 5697         1       5        182     5697 Old Testament Deuteronomy
## 5698         1       5        182     5698 Old Testament Deuteronomy
## 5699         1       5        182     5699 Old Testament Deuteronomy
## 5700         1       5        182     5700 Old Testament Deuteronomy
## 5701         1       5        182     5701 Old Testament Deuteronomy
## 5702         1       5        182     5702 Old Testament Deuteronomy
## 5703         1       5        182     5703 Old Testament Deuteronomy
## 5704         1       5        182     5704 Old Testament Deuteronomy
## 5705         1       5        182     5705 Old Testament Deuteronomy
## 5706         1       5        182     5706 Old Testament Deuteronomy
## 5707         1       5        182     5707 Old Testament Deuteronomy
## 5708         1       5        182     5708 Old Testament Deuteronomy
## 5709         1       5        182     5709 Old Testament Deuteronomy
## 5710         1       5        183     5710 Old Testament Deuteronomy
## 5711         1       5        183     5711 Old Testament Deuteronomy
## 5712         1       5        183     5712 Old Testament Deuteronomy
## 5713         1       5        183     5713 Old Testament Deuteronomy
## 5714         1       5        183     5714 Old Testament Deuteronomy
## 5715         1       5        183     5715 Old Testament Deuteronomy
## 5716         1       5        183     5716 Old Testament Deuteronomy
## 5717         1       5        183     5717 Old Testament Deuteronomy
## 5718         1       5        183     5718 Old Testament Deuteronomy
## 5719         1       5        183     5719 Old Testament Deuteronomy
## 5720         1       5        183     5720 Old Testament Deuteronomy
## 5721         1       5        183     5721 Old Testament Deuteronomy
## 5722         1       5        183     5722 Old Testament Deuteronomy
## 5723         1       5        183     5723 Old Testament Deuteronomy
## 5724         1       5        183     5724 Old Testament Deuteronomy
## 5725         1       5        183     5725 Old Testament Deuteronomy
## 5726         1       5        183     5726 Old Testament Deuteronomy
## 5727         1       5        183     5727 Old Testament Deuteronomy
## 5728         1       5        183     5728 Old Testament Deuteronomy
## 5729         1       5        183     5729 Old Testament Deuteronomy
## 5730         1       5        184     5730 Old Testament Deuteronomy
## 5731         1       5        184     5731 Old Testament Deuteronomy
## 5732         1       5        184     5732 Old Testament Deuteronomy
## 5733         1       5        184     5733 Old Testament Deuteronomy
## 5734         1       5        184     5734 Old Testament Deuteronomy
## 5735         1       5        184     5735 Old Testament Deuteronomy
## 5736         1       5        184     5736 Old Testament Deuteronomy
## 5737         1       5        184     5737 Old Testament Deuteronomy
## 5738         1       5        184     5738 Old Testament Deuteronomy
## 5739         1       5        184     5739 Old Testament Deuteronomy
## 5740         1       5        184     5740 Old Testament Deuteronomy
## 5741         1       5        184     5741 Old Testament Deuteronomy
## 5742         1       5        184     5742 Old Testament Deuteronomy
## 5743         1       5        184     5743 Old Testament Deuteronomy
## 5744         1       5        184     5744 Old Testament Deuteronomy
## 5745         1       5        184     5745 Old Testament Deuteronomy
## 5746         1       5        184     5746 Old Testament Deuteronomy
## 5747         1       5        184     5747 Old Testament Deuteronomy
## 5748         1       5        184     5748 Old Testament Deuteronomy
## 5749         1       5        184     5749 Old Testament Deuteronomy
## 5750         1       5        184     5750 Old Testament Deuteronomy
## 5751         1       5        184     5751 Old Testament Deuteronomy
## 5752         1       5        184     5752 Old Testament Deuteronomy
## 5753         1       5        184     5753 Old Testament Deuteronomy
## 5754         1       5        184     5754 Old Testament Deuteronomy
## 5755         1       5        184     5755 Old Testament Deuteronomy
## 5756         1       5        184     5756 Old Testament Deuteronomy
## 5757         1       5        184     5757 Old Testament Deuteronomy
## 5758         1       5        184     5758 Old Testament Deuteronomy
## 5759         1       5        184     5759 Old Testament Deuteronomy
## 5760         1       5        185     5760 Old Testament Deuteronomy
## 5761         1       5        185     5761 Old Testament Deuteronomy
## 5762         1       5        185     5762 Old Testament Deuteronomy
## 5763         1       5        185     5763 Old Testament Deuteronomy
## 5764         1       5        185     5764 Old Testament Deuteronomy
## 5765         1       5        185     5765 Old Testament Deuteronomy
## 5766         1       5        185     5766 Old Testament Deuteronomy
## 5767         1       5        185     5767 Old Testament Deuteronomy
## 5768         1       5        185     5768 Old Testament Deuteronomy
## 5769         1       5        185     5769 Old Testament Deuteronomy
## 5770         1       5        185     5770 Old Testament Deuteronomy
## 5771         1       5        185     5771 Old Testament Deuteronomy
## 5772         1       5        185     5772 Old Testament Deuteronomy
## 5773         1       5        185     5773 Old Testament Deuteronomy
## 5774         1       5        185     5774 Old Testament Deuteronomy
## 5775         1       5        185     5775 Old Testament Deuteronomy
## 5776         1       5        185     5776 Old Testament Deuteronomy
## 5777         1       5        185     5777 Old Testament Deuteronomy
## 5778         1       5        185     5778 Old Testament Deuteronomy
## 5779         1       5        185     5779 Old Testament Deuteronomy
## 5780         1       5        185     5780 Old Testament Deuteronomy
## 5781         1       5        185     5781 Old Testament Deuteronomy
## 5782         1       5        185     5782 Old Testament Deuteronomy
## 5783         1       5        185     5783 Old Testament Deuteronomy
## 5784         1       5        185     5784 Old Testament Deuteronomy
## 5785         1       5        185     5785 Old Testament Deuteronomy
## 5786         1       5        185     5786 Old Testament Deuteronomy
## 5787         1       5        185     5787 Old Testament Deuteronomy
## 5788         1       5        185     5788 Old Testament Deuteronomy
## 5789         1       5        185     5789 Old Testament Deuteronomy
## 5790         1       5        185     5790 Old Testament Deuteronomy
## 5791         1       5        185     5791 Old Testament Deuteronomy
## 5792         1       5        185     5792 Old Testament Deuteronomy
## 5793         1       5        185     5793 Old Testament Deuteronomy
## 5794         1       5        185     5794 Old Testament Deuteronomy
## 5795         1       5        185     5795 Old Testament Deuteronomy
## 5796         1       5        185     5796 Old Testament Deuteronomy
## 5797         1       5        185     5797 Old Testament Deuteronomy
## 5798         1       5        185     5798 Old Testament Deuteronomy
## 5799         1       5        185     5799 Old Testament Deuteronomy
## 5800         1       5        185     5800 Old Testament Deuteronomy
## 5801         1       5        185     5801 Old Testament Deuteronomy
## 5802         1       5        185     5802 Old Testament Deuteronomy
## 5803         1       5        185     5803 Old Testament Deuteronomy
## 5804         1       5        185     5804 Old Testament Deuteronomy
## 5805         1       5        185     5805 Old Testament Deuteronomy
## 5806         1       5        185     5806 Old Testament Deuteronomy
## 5807         1       5        185     5807 Old Testament Deuteronomy
## 5808         1       5        185     5808 Old Testament Deuteronomy
## 5809         1       5        185     5809 Old Testament Deuteronomy
## 5810         1       5        185     5810 Old Testament Deuteronomy
## 5811         1       5        185     5811 Old Testament Deuteronomy
## 5812         1       5        186     5812 Old Testament Deuteronomy
## 5813         1       5        186     5813 Old Testament Deuteronomy
## 5814         1       5        186     5814 Old Testament Deuteronomy
## 5815         1       5        186     5815 Old Testament Deuteronomy
## 5816         1       5        186     5816 Old Testament Deuteronomy
## 5817         1       5        186     5817 Old Testament Deuteronomy
## 5818         1       5        186     5818 Old Testament Deuteronomy
## 5819         1       5        186     5819 Old Testament Deuteronomy
## 5820         1       5        186     5820 Old Testament Deuteronomy
## 5821         1       5        186     5821 Old Testament Deuteronomy
## 5822         1       5        186     5822 Old Testament Deuteronomy
## 5823         1       5        186     5823 Old Testament Deuteronomy
## 5824         1       5        186     5824 Old Testament Deuteronomy
## 5825         1       5        186     5825 Old Testament Deuteronomy
## 5826         1       5        186     5826 Old Testament Deuteronomy
## 5827         1       5        186     5827 Old Testament Deuteronomy
## 5828         1       5        186     5828 Old Testament Deuteronomy
## 5829         1       5        186     5829 Old Testament Deuteronomy
## 5830         1       5        186     5830 Old Testament Deuteronomy
## 5831         1       5        186     5831 Old Testament Deuteronomy
## 5832         1       5        186     5832 Old Testament Deuteronomy
## 5833         1       5        186     5833 Old Testament Deuteronomy
## 5834         1       5        186     5834 Old Testament Deuteronomy
## 5835         1       5        186     5835 Old Testament Deuteronomy
## 5836         1       5        186     5836 Old Testament Deuteronomy
## 5837         1       5        186     5837 Old Testament Deuteronomy
## 5838         1       5        186     5838 Old Testament Deuteronomy
## 5839         1       5        186     5839 Old Testament Deuteronomy
## 5840         1       5        186     5840 Old Testament Deuteronomy
## 5841         1       5        187     5841 Old Testament Deuteronomy
## 5842         1       5        187     5842 Old Testament Deuteronomy
## 5843         1       5        187     5843 Old Testament Deuteronomy
## 5844         1       5        187     5844 Old Testament Deuteronomy
## 5845         1       5        187     5845 Old Testament Deuteronomy
## 5846         1       5        187     5846 Old Testament Deuteronomy
## 5847         1       5        187     5847 Old Testament Deuteronomy
## 5848         1       5        187     5848 Old Testament Deuteronomy
## 5849         1       5        187     5849 Old Testament Deuteronomy
## 5850         1       5        187     5850 Old Testament Deuteronomy
## 5851         1       5        187     5851 Old Testament Deuteronomy
## 5852         1       5        187     5852 Old Testament Deuteronomy
## 5853         1       6        188     5853 Old Testament      Joshua
## 5854         1       6        188     5854 Old Testament      Joshua
## 5855         1       6        188     5855 Old Testament      Joshua
## 5856         1       6        188     5856 Old Testament      Joshua
## 5857         1       6        188     5857 Old Testament      Joshua
## 5858         1       6        188     5858 Old Testament      Joshua
## 5859         1       6        188     5859 Old Testament      Joshua
## 5860         1       6        188     5860 Old Testament      Joshua
## 5861         1       6        188     5861 Old Testament      Joshua
## 5862         1       6        188     5862 Old Testament      Joshua
## 5863         1       6        188     5863 Old Testament      Joshua
## 5864         1       6        188     5864 Old Testament      Joshua
## 5865         1       6        188     5865 Old Testament      Joshua
## 5866         1       6        188     5866 Old Testament      Joshua
## 5867         1       6        188     5867 Old Testament      Joshua
## 5868         1       6        188     5868 Old Testament      Joshua
## 5869         1       6        188     5869 Old Testament      Joshua
## 5870         1       6        188     5870 Old Testament      Joshua
## 5871         1       6        189     5871 Old Testament      Joshua
## 5872         1       6        189     5872 Old Testament      Joshua
## 5873         1       6        189     5873 Old Testament      Joshua
## 5874         1       6        189     5874 Old Testament      Joshua
## 5875         1       6        189     5875 Old Testament      Joshua
## 5876         1       6        189     5876 Old Testament      Joshua
## 5877         1       6        189     5877 Old Testament      Joshua
## 5878         1       6        189     5878 Old Testament      Joshua
## 5879         1       6        189     5879 Old Testament      Joshua
## 5880         1       6        189     5880 Old Testament      Joshua
## 5881         1       6        189     5881 Old Testament      Joshua
## 5882         1       6        189     5882 Old Testament      Joshua
##      volume_long_title                            book_long_title
## 1    The Old Testament     The First Book of Moses called Genesis
## 2    The Old Testament     The First Book of Moses called Genesis
## 3    The Old Testament     The First Book of Moses called Genesis
## 4    The Old Testament     The First Book of Moses called Genesis
## 5    The Old Testament     The First Book of Moses called Genesis
## 6    The Old Testament     The First Book of Moses called Genesis
## 7    The Old Testament     The First Book of Moses called Genesis
## 8    The Old Testament     The First Book of Moses called Genesis
## 9    The Old Testament     The First Book of Moses called Genesis
## 10   The Old Testament     The First Book of Moses called Genesis
## 11   The Old Testament     The First Book of Moses called Genesis
## 12   The Old Testament     The First Book of Moses called Genesis
## 13   The Old Testament     The First Book of Moses called Genesis
## 14   The Old Testament     The First Book of Moses called Genesis
## 15   The Old Testament     The First Book of Moses called Genesis
## 16   The Old Testament     The First Book of Moses called Genesis
## 17   The Old Testament     The First Book of Moses called Genesis
## 18   The Old Testament     The First Book of Moses called Genesis
## 19   The Old Testament     The First Book of Moses called Genesis
## 20   The Old Testament     The First Book of Moses called Genesis
## 21   The Old Testament     The First Book of Moses called Genesis
## 22   The Old Testament     The First Book of Moses called Genesis
## 23   The Old Testament     The First Book of Moses called Genesis
## 24   The Old Testament     The First Book of Moses called Genesis
## 25   The Old Testament     The First Book of Moses called Genesis
## 26   The Old Testament     The First Book of Moses called Genesis
## 27   The Old Testament     The First Book of Moses called Genesis
## 28   The Old Testament     The First Book of Moses called Genesis
## 29   The Old Testament     The First Book of Moses called Genesis
## 30   The Old Testament     The First Book of Moses called Genesis
## 31   The Old Testament     The First Book of Moses called Genesis
## 32   The Old Testament     The First Book of Moses called Genesis
## 33   The Old Testament     The First Book of Moses called Genesis
## 34   The Old Testament     The First Book of Moses called Genesis
## 35   The Old Testament     The First Book of Moses called Genesis
## 36   The Old Testament     The First Book of Moses called Genesis
## 37   The Old Testament     The First Book of Moses called Genesis
## 38   The Old Testament     The First Book of Moses called Genesis
## 39   The Old Testament     The First Book of Moses called Genesis
## 40   The Old Testament     The First Book of Moses called Genesis
## 41   The Old Testament     The First Book of Moses called Genesis
## 42   The Old Testament     The First Book of Moses called Genesis
## 43   The Old Testament     The First Book of Moses called Genesis
## 44   The Old Testament     The First Book of Moses called Genesis
## 45   The Old Testament     The First Book of Moses called Genesis
## 46   The Old Testament     The First Book of Moses called Genesis
## 47   The Old Testament     The First Book of Moses called Genesis
## 48   The Old Testament     The First Book of Moses called Genesis
## 49   The Old Testament     The First Book of Moses called Genesis
## 50   The Old Testament     The First Book of Moses called Genesis
## 51   The Old Testament     The First Book of Moses called Genesis
## 52   The Old Testament     The First Book of Moses called Genesis
## 53   The Old Testament     The First Book of Moses called Genesis
## 54   The Old Testament     The First Book of Moses called Genesis
## 55   The Old Testament     The First Book of Moses called Genesis
## 56   The Old Testament     The First Book of Moses called Genesis
## 57   The Old Testament     The First Book of Moses called Genesis
## 58   The Old Testament     The First Book of Moses called Genesis
## 59   The Old Testament     The First Book of Moses called Genesis
## 60   The Old Testament     The First Book of Moses called Genesis
## 61   The Old Testament     The First Book of Moses called Genesis
## 62   The Old Testament     The First Book of Moses called Genesis
## 63   The Old Testament     The First Book of Moses called Genesis
## 64   The Old Testament     The First Book of Moses called Genesis
## 65   The Old Testament     The First Book of Moses called Genesis
## 66   The Old Testament     The First Book of Moses called Genesis
## 67   The Old Testament     The First Book of Moses called Genesis
## 68   The Old Testament     The First Book of Moses called Genesis
## 69   The Old Testament     The First Book of Moses called Genesis
## 70   The Old Testament     The First Book of Moses called Genesis
## 71   The Old Testament     The First Book of Moses called Genesis
## 72   The Old Testament     The First Book of Moses called Genesis
## 73   The Old Testament     The First Book of Moses called Genesis
## 74   The Old Testament     The First Book of Moses called Genesis
## 75   The Old Testament     The First Book of Moses called Genesis
## 76   The Old Testament     The First Book of Moses called Genesis
## 77   The Old Testament     The First Book of Moses called Genesis
## 78   The Old Testament     The First Book of Moses called Genesis
## 79   The Old Testament     The First Book of Moses called Genesis
## 80   The Old Testament     The First Book of Moses called Genesis
## 81   The Old Testament     The First Book of Moses called Genesis
## 82   The Old Testament     The First Book of Moses called Genesis
## 83   The Old Testament     The First Book of Moses called Genesis
## 84   The Old Testament     The First Book of Moses called Genesis
## 85   The Old Testament     The First Book of Moses called Genesis
## 86   The Old Testament     The First Book of Moses called Genesis
## 87   The Old Testament     The First Book of Moses called Genesis
## 88   The Old Testament     The First Book of Moses called Genesis
## 89   The Old Testament     The First Book of Moses called Genesis
## 90   The Old Testament     The First Book of Moses called Genesis
## 91   The Old Testament     The First Book of Moses called Genesis
## 92   The Old Testament     The First Book of Moses called Genesis
## 93   The Old Testament     The First Book of Moses called Genesis
## 94   The Old Testament     The First Book of Moses called Genesis
## 95   The Old Testament     The First Book of Moses called Genesis
## 96   The Old Testament     The First Book of Moses called Genesis
## 97   The Old Testament     The First Book of Moses called Genesis
## 98   The Old Testament     The First Book of Moses called Genesis
## 99   The Old Testament     The First Book of Moses called Genesis
## 100  The Old Testament     The First Book of Moses called Genesis
## 101  The Old Testament     The First Book of Moses called Genesis
## 102  The Old Testament     The First Book of Moses called Genesis
## 103  The Old Testament     The First Book of Moses called Genesis
## 104  The Old Testament     The First Book of Moses called Genesis
## 105  The Old Testament     The First Book of Moses called Genesis
## 106  The Old Testament     The First Book of Moses called Genesis
## 107  The Old Testament     The First Book of Moses called Genesis
## 108  The Old Testament     The First Book of Moses called Genesis
## 109  The Old Testament     The First Book of Moses called Genesis
## 110  The Old Testament     The First Book of Moses called Genesis
## 111  The Old Testament     The First Book of Moses called Genesis
## 112  The Old Testament     The First Book of Moses called Genesis
## 113  The Old Testament     The First Book of Moses called Genesis
## 114  The Old Testament     The First Book of Moses called Genesis
## 115  The Old Testament     The First Book of Moses called Genesis
## 116  The Old Testament     The First Book of Moses called Genesis
## 117  The Old Testament     The First Book of Moses called Genesis
## 118  The Old Testament     The First Book of Moses called Genesis
## 119  The Old Testament     The First Book of Moses called Genesis
## 120  The Old Testament     The First Book of Moses called Genesis
## 121  The Old Testament     The First Book of Moses called Genesis
## 122  The Old Testament     The First Book of Moses called Genesis
## 123  The Old Testament     The First Book of Moses called Genesis
## 124  The Old Testament     The First Book of Moses called Genesis
## 125  The Old Testament     The First Book of Moses called Genesis
## 126  The Old Testament     The First Book of Moses called Genesis
## 127  The Old Testament     The First Book of Moses called Genesis
## 128  The Old Testament     The First Book of Moses called Genesis
## 129  The Old Testament     The First Book of Moses called Genesis
## 130  The Old Testament     The First Book of Moses called Genesis
## 131  The Old Testament     The First Book of Moses called Genesis
## 132  The Old Testament     The First Book of Moses called Genesis
## 133  The Old Testament     The First Book of Moses called Genesis
## 134  The Old Testament     The First Book of Moses called Genesis
## 135  The Old Testament     The First Book of Moses called Genesis
## 136  The Old Testament     The First Book of Moses called Genesis
## 137  The Old Testament     The First Book of Moses called Genesis
## 138  The Old Testament     The First Book of Moses called Genesis
## 139  The Old Testament     The First Book of Moses called Genesis
## 140  The Old Testament     The First Book of Moses called Genesis
## 141  The Old Testament     The First Book of Moses called Genesis
## 142  The Old Testament     The First Book of Moses called Genesis
## 143  The Old Testament     The First Book of Moses called Genesis
## 144  The Old Testament     The First Book of Moses called Genesis
## 145  The Old Testament     The First Book of Moses called Genesis
## 146  The Old Testament     The First Book of Moses called Genesis
## 147  The Old Testament     The First Book of Moses called Genesis
## 148  The Old Testament     The First Book of Moses called Genesis
## 149  The Old Testament     The First Book of Moses called Genesis
## 150  The Old Testament     The First Book of Moses called Genesis
## 151  The Old Testament     The First Book of Moses called Genesis
## 152  The Old Testament     The First Book of Moses called Genesis
## 153  The Old Testament     The First Book of Moses called Genesis
## 154  The Old Testament     The First Book of Moses called Genesis
## 155  The Old Testament     The First Book of Moses called Genesis
## 156  The Old Testament     The First Book of Moses called Genesis
## 157  The Old Testament     The First Book of Moses called Genesis
## 158  The Old Testament     The First Book of Moses called Genesis
## 159  The Old Testament     The First Book of Moses called Genesis
## 160  The Old Testament     The First Book of Moses called Genesis
## 161  The Old Testament     The First Book of Moses called Genesis
## 162  The Old Testament     The First Book of Moses called Genesis
## 163  The Old Testament     The First Book of Moses called Genesis
## 164  The Old Testament     The First Book of Moses called Genesis
## 165  The Old Testament     The First Book of Moses called Genesis
## 166  The Old Testament     The First Book of Moses called Genesis
## 167  The Old Testament     The First Book of Moses called Genesis
## 168  The Old Testament     The First Book of Moses called Genesis
## 169  The Old Testament     The First Book of Moses called Genesis
## 170  The Old Testament     The First Book of Moses called Genesis
## 171  The Old Testament     The First Book of Moses called Genesis
## 172  The Old Testament     The First Book of Moses called Genesis
## 173  The Old Testament     The First Book of Moses called Genesis
## 174  The Old Testament     The First Book of Moses called Genesis
## 175  The Old Testament     The First Book of Moses called Genesis
## 176  The Old Testament     The First Book of Moses called Genesis
## 177  The Old Testament     The First Book of Moses called Genesis
## 178  The Old Testament     The First Book of Moses called Genesis
## 179  The Old Testament     The First Book of Moses called Genesis
## 180  The Old Testament     The First Book of Moses called Genesis
## 181  The Old Testament     The First Book of Moses called Genesis
## 182  The Old Testament     The First Book of Moses called Genesis
## 183  The Old Testament     The First Book of Moses called Genesis
## 184  The Old Testament     The First Book of Moses called Genesis
## 185  The Old Testament     The First Book of Moses called Genesis
## 186  The Old Testament     The First Book of Moses called Genesis
## 187  The Old Testament     The First Book of Moses called Genesis
## 188  The Old Testament     The First Book of Moses called Genesis
## 189  The Old Testament     The First Book of Moses called Genesis
## 190  The Old Testament     The First Book of Moses called Genesis
## 191  The Old Testament     The First Book of Moses called Genesis
## 192  The Old Testament     The First Book of Moses called Genesis
## 193  The Old Testament     The First Book of Moses called Genesis
## 194  The Old Testament     The First Book of Moses called Genesis
## 195  The Old Testament     The First Book of Moses called Genesis
## 196  The Old Testament     The First Book of Moses called Genesis
## 197  The Old Testament     The First Book of Moses called Genesis
## 198  The Old Testament     The First Book of Moses called Genesis
## 199  The Old Testament     The First Book of Moses called Genesis
## 200  The Old Testament     The First Book of Moses called Genesis
## 201  The Old Testament     The First Book of Moses called Genesis
## 202  The Old Testament     The First Book of Moses called Genesis
## 203  The Old Testament     The First Book of Moses called Genesis
## 204  The Old Testament     The First Book of Moses called Genesis
## 205  The Old Testament     The First Book of Moses called Genesis
## 206  The Old Testament     The First Book of Moses called Genesis
## 207  The Old Testament     The First Book of Moses called Genesis
## 208  The Old Testament     The First Book of Moses called Genesis
## 209  The Old Testament     The First Book of Moses called Genesis
## 210  The Old Testament     The First Book of Moses called Genesis
## 211  The Old Testament     The First Book of Moses called Genesis
## 212  The Old Testament     The First Book of Moses called Genesis
## 213  The Old Testament     The First Book of Moses called Genesis
## 214  The Old Testament     The First Book of Moses called Genesis
## 215  The Old Testament     The First Book of Moses called Genesis
## 216  The Old Testament     The First Book of Moses called Genesis
## 217  The Old Testament     The First Book of Moses called Genesis
## 218  The Old Testament     The First Book of Moses called Genesis
## 219  The Old Testament     The First Book of Moses called Genesis
## 220  The Old Testament     The First Book of Moses called Genesis
## 221  The Old Testament     The First Book of Moses called Genesis
## 222  The Old Testament     The First Book of Moses called Genesis
## 223  The Old Testament     The First Book of Moses called Genesis
## 224  The Old Testament     The First Book of Moses called Genesis
## 225  The Old Testament     The First Book of Moses called Genesis
## 226  The Old Testament     The First Book of Moses called Genesis
## 227  The Old Testament     The First Book of Moses called Genesis
## 228  The Old Testament     The First Book of Moses called Genesis
## 229  The Old Testament     The First Book of Moses called Genesis
## 230  The Old Testament     The First Book of Moses called Genesis
## 231  The Old Testament     The First Book of Moses called Genesis
## 232  The Old Testament     The First Book of Moses called Genesis
## 233  The Old Testament     The First Book of Moses called Genesis
## 234  The Old Testament     The First Book of Moses called Genesis
## 235  The Old Testament     The First Book of Moses called Genesis
## 236  The Old Testament     The First Book of Moses called Genesis
## 237  The Old Testament     The First Book of Moses called Genesis
## 238  The Old Testament     The First Book of Moses called Genesis
## 239  The Old Testament     The First Book of Moses called Genesis
## 240  The Old Testament     The First Book of Moses called Genesis
## 241  The Old Testament     The First Book of Moses called Genesis
## 242  The Old Testament     The First Book of Moses called Genesis
## 243  The Old Testament     The First Book of Moses called Genesis
## 244  The Old Testament     The First Book of Moses called Genesis
## 245  The Old Testament     The First Book of Moses called Genesis
## 246  The Old Testament     The First Book of Moses called Genesis
## 247  The Old Testament     The First Book of Moses called Genesis
## 248  The Old Testament     The First Book of Moses called Genesis
## 249  The Old Testament     The First Book of Moses called Genesis
## 250  The Old Testament     The First Book of Moses called Genesis
## 251  The Old Testament     The First Book of Moses called Genesis
## 252  The Old Testament     The First Book of Moses called Genesis
## 253  The Old Testament     The First Book of Moses called Genesis
## 254  The Old Testament     The First Book of Moses called Genesis
## 255  The Old Testament     The First Book of Moses called Genesis
## 256  The Old Testament     The First Book of Moses called Genesis
## 257  The Old Testament     The First Book of Moses called Genesis
## 258  The Old Testament     The First Book of Moses called Genesis
## 259  The Old Testament     The First Book of Moses called Genesis
## 260  The Old Testament     The First Book of Moses called Genesis
## 261  The Old Testament     The First Book of Moses called Genesis
## 262  The Old Testament     The First Book of Moses called Genesis
## 263  The Old Testament     The First Book of Moses called Genesis
## 264  The Old Testament     The First Book of Moses called Genesis
## 265  The Old Testament     The First Book of Moses called Genesis
## 266  The Old Testament     The First Book of Moses called Genesis
## 267  The Old Testament     The First Book of Moses called Genesis
## 268  The Old Testament     The First Book of Moses called Genesis
## 269  The Old Testament     The First Book of Moses called Genesis
## 270  The Old Testament     The First Book of Moses called Genesis
## 271  The Old Testament     The First Book of Moses called Genesis
## 272  The Old Testament     The First Book of Moses called Genesis
## 273  The Old Testament     The First Book of Moses called Genesis
## 274  The Old Testament     The First Book of Moses called Genesis
## 275  The Old Testament     The First Book of Moses called Genesis
## 276  The Old Testament     The First Book of Moses called Genesis
## 277  The Old Testament     The First Book of Moses called Genesis
## 278  The Old Testament     The First Book of Moses called Genesis
## 279  The Old Testament     The First Book of Moses called Genesis
## 280  The Old Testament     The First Book of Moses called Genesis
## 281  The Old Testament     The First Book of Moses called Genesis
## 282  The Old Testament     The First Book of Moses called Genesis
## 283  The Old Testament     The First Book of Moses called Genesis
## 284  The Old Testament     The First Book of Moses called Genesis
## 285  The Old Testament     The First Book of Moses called Genesis
## 286  The Old Testament     The First Book of Moses called Genesis
## 287  The Old Testament     The First Book of Moses called Genesis
## 288  The Old Testament     The First Book of Moses called Genesis
## 289  The Old Testament     The First Book of Moses called Genesis
## 290  The Old Testament     The First Book of Moses called Genesis
## 291  The Old Testament     The First Book of Moses called Genesis
## 292  The Old Testament     The First Book of Moses called Genesis
## 293  The Old Testament     The First Book of Moses called Genesis
## 294  The Old Testament     The First Book of Moses called Genesis
## 295  The Old Testament     The First Book of Moses called Genesis
## 296  The Old Testament     The First Book of Moses called Genesis
## 297  The Old Testament     The First Book of Moses called Genesis
## 298  The Old Testament     The First Book of Moses called Genesis
## 299  The Old Testament     The First Book of Moses called Genesis
## 300  The Old Testament     The First Book of Moses called Genesis
## 301  The Old Testament     The First Book of Moses called Genesis
## 302  The Old Testament     The First Book of Moses called Genesis
## 303  The Old Testament     The First Book of Moses called Genesis
## 304  The Old Testament     The First Book of Moses called Genesis
## 305  The Old Testament     The First Book of Moses called Genesis
## 306  The Old Testament     The First Book of Moses called Genesis
## 307  The Old Testament     The First Book of Moses called Genesis
## 308  The Old Testament     The First Book of Moses called Genesis
## 309  The Old Testament     The First Book of Moses called Genesis
## 310  The Old Testament     The First Book of Moses called Genesis
## 311  The Old Testament     The First Book of Moses called Genesis
## 312  The Old Testament     The First Book of Moses called Genesis
## 313  The Old Testament     The First Book of Moses called Genesis
## 314  The Old Testament     The First Book of Moses called Genesis
## 315  The Old Testament     The First Book of Moses called Genesis
## 316  The Old Testament     The First Book of Moses called Genesis
## 317  The Old Testament     The First Book of Moses called Genesis
## 318  The Old Testament     The First Book of Moses called Genesis
## 319  The Old Testament     The First Book of Moses called Genesis
## 320  The Old Testament     The First Book of Moses called Genesis
## 321  The Old Testament     The First Book of Moses called Genesis
## 322  The Old Testament     The First Book of Moses called Genesis
## 323  The Old Testament     The First Book of Moses called Genesis
## 324  The Old Testament     The First Book of Moses called Genesis
## 325  The Old Testament     The First Book of Moses called Genesis
## 326  The Old Testament     The First Book of Moses called Genesis
## 327  The Old Testament     The First Book of Moses called Genesis
## 328  The Old Testament     The First Book of Moses called Genesis
## 329  The Old Testament     The First Book of Moses called Genesis
## 330  The Old Testament     The First Book of Moses called Genesis
## 331  The Old Testament     The First Book of Moses called Genesis
## 332  The Old Testament     The First Book of Moses called Genesis
## 333  The Old Testament     The First Book of Moses called Genesis
## 334  The Old Testament     The First Book of Moses called Genesis
## 335  The Old Testament     The First Book of Moses called Genesis
## 336  The Old Testament     The First Book of Moses called Genesis
## 337  The Old Testament     The First Book of Moses called Genesis
## 338  The Old Testament     The First Book of Moses called Genesis
## 339  The Old Testament     The First Book of Moses called Genesis
## 340  The Old Testament     The First Book of Moses called Genesis
## 341  The Old Testament     The First Book of Moses called Genesis
## 342  The Old Testament     The First Book of Moses called Genesis
## 343  The Old Testament     The First Book of Moses called Genesis
## 344  The Old Testament     The First Book of Moses called Genesis
## 345  The Old Testament     The First Book of Moses called Genesis
## 346  The Old Testament     The First Book of Moses called Genesis
## 347  The Old Testament     The First Book of Moses called Genesis
## 348  The Old Testament     The First Book of Moses called Genesis
## 349  The Old Testament     The First Book of Moses called Genesis
## 350  The Old Testament     The First Book of Moses called Genesis
## 351  The Old Testament     The First Book of Moses called Genesis
## 352  The Old Testament     The First Book of Moses called Genesis
## 353  The Old Testament     The First Book of Moses called Genesis
## 354  The Old Testament     The First Book of Moses called Genesis
## 355  The Old Testament     The First Book of Moses called Genesis
## 356  The Old Testament     The First Book of Moses called Genesis
## 357  The Old Testament     The First Book of Moses called Genesis
## 358  The Old Testament     The First Book of Moses called Genesis
## 359  The Old Testament     The First Book of Moses called Genesis
## 360  The Old Testament     The First Book of Moses called Genesis
## 361  The Old Testament     The First Book of Moses called Genesis
## 362  The Old Testament     The First Book of Moses called Genesis
## 363  The Old Testament     The First Book of Moses called Genesis
## 364  The Old Testament     The First Book of Moses called Genesis
## 365  The Old Testament     The First Book of Moses called Genesis
## 366  The Old Testament     The First Book of Moses called Genesis
## 367  The Old Testament     The First Book of Moses called Genesis
## 368  The Old Testament     The First Book of Moses called Genesis
## 369  The Old Testament     The First Book of Moses called Genesis
## 370  The Old Testament     The First Book of Moses called Genesis
## 371  The Old Testament     The First Book of Moses called Genesis
## 372  The Old Testament     The First Book of Moses called Genesis
## 373  The Old Testament     The First Book of Moses called Genesis
## 374  The Old Testament     The First Book of Moses called Genesis
## 375  The Old Testament     The First Book of Moses called Genesis
## 376  The Old Testament     The First Book of Moses called Genesis
## 377  The Old Testament     The First Book of Moses called Genesis
## 378  The Old Testament     The First Book of Moses called Genesis
## 379  The Old Testament     The First Book of Moses called Genesis
## 380  The Old Testament     The First Book of Moses called Genesis
## 381  The Old Testament     The First Book of Moses called Genesis
## 382  The Old Testament     The First Book of Moses called Genesis
## 383  The Old Testament     The First Book of Moses called Genesis
## 384  The Old Testament     The First Book of Moses called Genesis
## 385  The Old Testament     The First Book of Moses called Genesis
## 386  The Old Testament     The First Book of Moses called Genesis
## 387  The Old Testament     The First Book of Moses called Genesis
## 388  The Old Testament     The First Book of Moses called Genesis
## 389  The Old Testament     The First Book of Moses called Genesis
## 390  The Old Testament     The First Book of Moses called Genesis
## 391  The Old Testament     The First Book of Moses called Genesis
## 392  The Old Testament     The First Book of Moses called Genesis
## 393  The Old Testament     The First Book of Moses called Genesis
## 394  The Old Testament     The First Book of Moses called Genesis
## 395  The Old Testament     The First Book of Moses called Genesis
## 396  The Old Testament     The First Book of Moses called Genesis
## 397  The Old Testament     The First Book of Moses called Genesis
## 398  The Old Testament     The First Book of Moses called Genesis
## 399  The Old Testament     The First Book of Moses called Genesis
## 400  The Old Testament     The First Book of Moses called Genesis
## 401  The Old Testament     The First Book of Moses called Genesis
## 402  The Old Testament     The First Book of Moses called Genesis
## 403  The Old Testament     The First Book of Moses called Genesis
## 404  The Old Testament     The First Book of Moses called Genesis
## 405  The Old Testament     The First Book of Moses called Genesis
## 406  The Old Testament     The First Book of Moses called Genesis
## 407  The Old Testament     The First Book of Moses called Genesis
## 408  The Old Testament     The First Book of Moses called Genesis
## 409  The Old Testament     The First Book of Moses called Genesis
## 410  The Old Testament     The First Book of Moses called Genesis
## 411  The Old Testament     The First Book of Moses called Genesis
## 412  The Old Testament     The First Book of Moses called Genesis
## 413  The Old Testament     The First Book of Moses called Genesis
## 414  The Old Testament     The First Book of Moses called Genesis
## 415  The Old Testament     The First Book of Moses called Genesis
## 416  The Old Testament     The First Book of Moses called Genesis
## 417  The Old Testament     The First Book of Moses called Genesis
## 418  The Old Testament     The First Book of Moses called Genesis
## 419  The Old Testament     The First Book of Moses called Genesis
## 420  The Old Testament     The First Book of Moses called Genesis
## 421  The Old Testament     The First Book of Moses called Genesis
## 422  The Old Testament     The First Book of Moses called Genesis
## 423  The Old Testament     The First Book of Moses called Genesis
## 424  The Old Testament     The First Book of Moses called Genesis
## 425  The Old Testament     The First Book of Moses called Genesis
## 426  The Old Testament     The First Book of Moses called Genesis
## 427  The Old Testament     The First Book of Moses called Genesis
## 428  The Old Testament     The First Book of Moses called Genesis
## 429  The Old Testament     The First Book of Moses called Genesis
## 430  The Old Testament     The First Book of Moses called Genesis
## 431  The Old Testament     The First Book of Moses called Genesis
## 432  The Old Testament     The First Book of Moses called Genesis
## 433  The Old Testament     The First Book of Moses called Genesis
## 434  The Old Testament     The First Book of Moses called Genesis
## 435  The Old Testament     The First Book of Moses called Genesis
## 436  The Old Testament     The First Book of Moses called Genesis
## 437  The Old Testament     The First Book of Moses called Genesis
## 438  The Old Testament     The First Book of Moses called Genesis
## 439  The Old Testament     The First Book of Moses called Genesis
## 440  The Old Testament     The First Book of Moses called Genesis
## 441  The Old Testament     The First Book of Moses called Genesis
## 442  The Old Testament     The First Book of Moses called Genesis
## 443  The Old Testament     The First Book of Moses called Genesis
## 444  The Old Testament     The First Book of Moses called Genesis
## 445  The Old Testament     The First Book of Moses called Genesis
## 446  The Old Testament     The First Book of Moses called Genesis
## 447  The Old Testament     The First Book of Moses called Genesis
## 448  The Old Testament     The First Book of Moses called Genesis
## 449  The Old Testament     The First Book of Moses called Genesis
## 450  The Old Testament     The First Book of Moses called Genesis
## 451  The Old Testament     The First Book of Moses called Genesis
## 452  The Old Testament     The First Book of Moses called Genesis
## 453  The Old Testament     The First Book of Moses called Genesis
## 454  The Old Testament     The First Book of Moses called Genesis
## 455  The Old Testament     The First Book of Moses called Genesis
## 456  The Old Testament     The First Book of Moses called Genesis
## 457  The Old Testament     The First Book of Moses called Genesis
## 458  The Old Testament     The First Book of Moses called Genesis
## 459  The Old Testament     The First Book of Moses called Genesis
## 460  The Old Testament     The First Book of Moses called Genesis
## 461  The Old Testament     The First Book of Moses called Genesis
## 462  The Old Testament     The First Book of Moses called Genesis
## 463  The Old Testament     The First Book of Moses called Genesis
## 464  The Old Testament     The First Book of Moses called Genesis
## 465  The Old Testament     The First Book of Moses called Genesis
## 466  The Old Testament     The First Book of Moses called Genesis
## 467  The Old Testament     The First Book of Moses called Genesis
## 468  The Old Testament     The First Book of Moses called Genesis
## 469  The Old Testament     The First Book of Moses called Genesis
## 470  The Old Testament     The First Book of Moses called Genesis
## 471  The Old Testament     The First Book of Moses called Genesis
## 472  The Old Testament     The First Book of Moses called Genesis
## 473  The Old Testament     The First Book of Moses called Genesis
## 474  The Old Testament     The First Book of Moses called Genesis
## 475  The Old Testament     The First Book of Moses called Genesis
## 476  The Old Testament     The First Book of Moses called Genesis
## 477  The Old Testament     The First Book of Moses called Genesis
## 478  The Old Testament     The First Book of Moses called Genesis
## 479  The Old Testament     The First Book of Moses called Genesis
## 480  The Old Testament     The First Book of Moses called Genesis
## 481  The Old Testament     The First Book of Moses called Genesis
## 482  The Old Testament     The First Book of Moses called Genesis
## 483  The Old Testament     The First Book of Moses called Genesis
## 484  The Old Testament     The First Book of Moses called Genesis
## 485  The Old Testament     The First Book of Moses called Genesis
## 486  The Old Testament     The First Book of Moses called Genesis
## 487  The Old Testament     The First Book of Moses called Genesis
## 488  The Old Testament     The First Book of Moses called Genesis
## 489  The Old Testament     The First Book of Moses called Genesis
## 490  The Old Testament     The First Book of Moses called Genesis
## 491  The Old Testament     The First Book of Moses called Genesis
## 492  The Old Testament     The First Book of Moses called Genesis
## 493  The Old Testament     The First Book of Moses called Genesis
## 494  The Old Testament     The First Book of Moses called Genesis
## 495  The Old Testament     The First Book of Moses called Genesis
## 496  The Old Testament     The First Book of Moses called Genesis
## 497  The Old Testament     The First Book of Moses called Genesis
## 498  The Old Testament     The First Book of Moses called Genesis
## 499  The Old Testament     The First Book of Moses called Genesis
## 500  The Old Testament     The First Book of Moses called Genesis
## 501  The Old Testament     The First Book of Moses called Genesis
## 502  The Old Testament     The First Book of Moses called Genesis
## 503  The Old Testament     The First Book of Moses called Genesis
## 504  The Old Testament     The First Book of Moses called Genesis
## 505  The Old Testament     The First Book of Moses called Genesis
## 506  The Old Testament     The First Book of Moses called Genesis
## 507  The Old Testament     The First Book of Moses called Genesis
## 508  The Old Testament     The First Book of Moses called Genesis
## 509  The Old Testament     The First Book of Moses called Genesis
## 510  The Old Testament     The First Book of Moses called Genesis
## 511  The Old Testament     The First Book of Moses called Genesis
## 512  The Old Testament     The First Book of Moses called Genesis
## 513  The Old Testament     The First Book of Moses called Genesis
## 514  The Old Testament     The First Book of Moses called Genesis
## 515  The Old Testament     The First Book of Moses called Genesis
## 516  The Old Testament     The First Book of Moses called Genesis
## 517  The Old Testament     The First Book of Moses called Genesis
## 518  The Old Testament     The First Book of Moses called Genesis
## 519  The Old Testament     The First Book of Moses called Genesis
## 520  The Old Testament     The First Book of Moses called Genesis
## 521  The Old Testament     The First Book of Moses called Genesis
## 522  The Old Testament     The First Book of Moses called Genesis
## 523  The Old Testament     The First Book of Moses called Genesis
## 524  The Old Testament     The First Book of Moses called Genesis
## 525  The Old Testament     The First Book of Moses called Genesis
## 526  The Old Testament     The First Book of Moses called Genesis
## 527  The Old Testament     The First Book of Moses called Genesis
## 528  The Old Testament     The First Book of Moses called Genesis
## 529  The Old Testament     The First Book of Moses called Genesis
## 530  The Old Testament     The First Book of Moses called Genesis
## 531  The Old Testament     The First Book of Moses called Genesis
## 532  The Old Testament     The First Book of Moses called Genesis
## 533  The Old Testament     The First Book of Moses called Genesis
## 534  The Old Testament     The First Book of Moses called Genesis
## 535  The Old Testament     The First Book of Moses called Genesis
## 536  The Old Testament     The First Book of Moses called Genesis
## 537  The Old Testament     The First Book of Moses called Genesis
## 538  The Old Testament     The First Book of Moses called Genesis
## 539  The Old Testament     The First Book of Moses called Genesis
## 540  The Old Testament     The First Book of Moses called Genesis
## 541  The Old Testament     The First Book of Moses called Genesis
## 542  The Old Testament     The First Book of Moses called Genesis
## 543  The Old Testament     The First Book of Moses called Genesis
## 544  The Old Testament     The First Book of Moses called Genesis
## 545  The Old Testament     The First Book of Moses called Genesis
## 546  The Old Testament     The First Book of Moses called Genesis
## 547  The Old Testament     The First Book of Moses called Genesis
## 548  The Old Testament     The First Book of Moses called Genesis
## 549  The Old Testament     The First Book of Moses called Genesis
## 550  The Old Testament     The First Book of Moses called Genesis
## 551  The Old Testament     The First Book of Moses called Genesis
## 552  The Old Testament     The First Book of Moses called Genesis
## 553  The Old Testament     The First Book of Moses called Genesis
## 554  The Old Testament     The First Book of Moses called Genesis
## 555  The Old Testament     The First Book of Moses called Genesis
## 556  The Old Testament     The First Book of Moses called Genesis
## 557  The Old Testament     The First Book of Moses called Genesis
## 558  The Old Testament     The First Book of Moses called Genesis
## 559  The Old Testament     The First Book of Moses called Genesis
## 560  The Old Testament     The First Book of Moses called Genesis
## 561  The Old Testament     The First Book of Moses called Genesis
## 562  The Old Testament     The First Book of Moses called Genesis
## 563  The Old Testament     The First Book of Moses called Genesis
## 564  The Old Testament     The First Book of Moses called Genesis
## 565  The Old Testament     The First Book of Moses called Genesis
## 566  The Old Testament     The First Book of Moses called Genesis
## 567  The Old Testament     The First Book of Moses called Genesis
## 568  The Old Testament     The First Book of Moses called Genesis
## 569  The Old Testament     The First Book of Moses called Genesis
## 570  The Old Testament     The First Book of Moses called Genesis
## 571  The Old Testament     The First Book of Moses called Genesis
## 572  The Old Testament     The First Book of Moses called Genesis
## 573  The Old Testament     The First Book of Moses called Genesis
## 574  The Old Testament     The First Book of Moses called Genesis
## 575  The Old Testament     The First Book of Moses called Genesis
## 576  The Old Testament     The First Book of Moses called Genesis
## 577  The Old Testament     The First Book of Moses called Genesis
## 578  The Old Testament     The First Book of Moses called Genesis
## 579  The Old Testament     The First Book of Moses called Genesis
## 580  The Old Testament     The First Book of Moses called Genesis
## 581  The Old Testament     The First Book of Moses called Genesis
## 582  The Old Testament     The First Book of Moses called Genesis
## 583  The Old Testament     The First Book of Moses called Genesis
## 584  The Old Testament     The First Book of Moses called Genesis
## 585  The Old Testament     The First Book of Moses called Genesis
## 586  The Old Testament     The First Book of Moses called Genesis
## 587  The Old Testament     The First Book of Moses called Genesis
## 588  The Old Testament     The First Book of Moses called Genesis
## 589  The Old Testament     The First Book of Moses called Genesis
## 590  The Old Testament     The First Book of Moses called Genesis
## 591  The Old Testament     The First Book of Moses called Genesis
## 592  The Old Testament     The First Book of Moses called Genesis
## 593  The Old Testament     The First Book of Moses called Genesis
## 594  The Old Testament     The First Book of Moses called Genesis
## 595  The Old Testament     The First Book of Moses called Genesis
## 596  The Old Testament     The First Book of Moses called Genesis
## 597  The Old Testament     The First Book of Moses called Genesis
## 598  The Old Testament     The First Book of Moses called Genesis
## 599  The Old Testament     The First Book of Moses called Genesis
## 600  The Old Testament     The First Book of Moses called Genesis
## 601  The Old Testament     The First Book of Moses called Genesis
## 602  The Old Testament     The First Book of Moses called Genesis
## 603  The Old Testament     The First Book of Moses called Genesis
## 604  The Old Testament     The First Book of Moses called Genesis
## 605  The Old Testament     The First Book of Moses called Genesis
## 606  The Old Testament     The First Book of Moses called Genesis
## 607  The Old Testament     The First Book of Moses called Genesis
## 608  The Old Testament     The First Book of Moses called Genesis
## 609  The Old Testament     The First Book of Moses called Genesis
## 610  The Old Testament     The First Book of Moses called Genesis
## 611  The Old Testament     The First Book of Moses called Genesis
## 612  The Old Testament     The First Book of Moses called Genesis
## 613  The Old Testament     The First Book of Moses called Genesis
## 614  The Old Testament     The First Book of Moses called Genesis
## 615  The Old Testament     The First Book of Moses called Genesis
## 616  The Old Testament     The First Book of Moses called Genesis
## 617  The Old Testament     The First Book of Moses called Genesis
## 618  The Old Testament     The First Book of Moses called Genesis
## 619  The Old Testament     The First Book of Moses called Genesis
## 620  The Old Testament     The First Book of Moses called Genesis
## 621  The Old Testament     The First Book of Moses called Genesis
## 622  The Old Testament     The First Book of Moses called Genesis
## 623  The Old Testament     The First Book of Moses called Genesis
## 624  The Old Testament     The First Book of Moses called Genesis
## 625  The Old Testament     The First Book of Moses called Genesis
## 626  The Old Testament     The First Book of Moses called Genesis
## 627  The Old Testament     The First Book of Moses called Genesis
## 628  The Old Testament     The First Book of Moses called Genesis
## 629  The Old Testament     The First Book of Moses called Genesis
## 630  The Old Testament     The First Book of Moses called Genesis
## 631  The Old Testament     The First Book of Moses called Genesis
## 632  The Old Testament     The First Book of Moses called Genesis
## 633  The Old Testament     The First Book of Moses called Genesis
## 634  The Old Testament     The First Book of Moses called Genesis
## 635  The Old Testament     The First Book of Moses called Genesis
## 636  The Old Testament     The First Book of Moses called Genesis
## 637  The Old Testament     The First Book of Moses called Genesis
## 638  The Old Testament     The First Book of Moses called Genesis
## 639  The Old Testament     The First Book of Moses called Genesis
## 640  The Old Testament     The First Book of Moses called Genesis
## 641  The Old Testament     The First Book of Moses called Genesis
## 642  The Old Testament     The First Book of Moses called Genesis
## 643  The Old Testament     The First Book of Moses called Genesis
## 644  The Old Testament     The First Book of Moses called Genesis
## 645  The Old Testament     The First Book of Moses called Genesis
## 646  The Old Testament     The First Book of Moses called Genesis
## 647  The Old Testament     The First Book of Moses called Genesis
## 648  The Old Testament     The First Book of Moses called Genesis
## 649  The Old Testament     The First Book of Moses called Genesis
## 650  The Old Testament     The First Book of Moses called Genesis
## 651  The Old Testament     The First Book of Moses called Genesis
## 652  The Old Testament     The First Book of Moses called Genesis
## 653  The Old Testament     The First Book of Moses called Genesis
## 654  The Old Testament     The First Book of Moses called Genesis
## 655  The Old Testament     The First Book of Moses called Genesis
## 656  The Old Testament     The First Book of Moses called Genesis
## 657  The Old Testament     The First Book of Moses called Genesis
## 658  The Old Testament     The First Book of Moses called Genesis
## 659  The Old Testament     The First Book of Moses called Genesis
## 660  The Old Testament     The First Book of Moses called Genesis
## 661  The Old Testament     The First Book of Moses called Genesis
## 662  The Old Testament     The First Book of Moses called Genesis
## 663  The Old Testament     The First Book of Moses called Genesis
## 664  The Old Testament     The First Book of Moses called Genesis
## 665  The Old Testament     The First Book of Moses called Genesis
## 666  The Old Testament     The First Book of Moses called Genesis
## 667  The Old Testament     The First Book of Moses called Genesis
## 668  The Old Testament     The First Book of Moses called Genesis
## 669  The Old Testament     The First Book of Moses called Genesis
## 670  The Old Testament     The First Book of Moses called Genesis
## 671  The Old Testament     The First Book of Moses called Genesis
## 672  The Old Testament     The First Book of Moses called Genesis
## 673  The Old Testament     The First Book of Moses called Genesis
## 674  The Old Testament     The First Book of Moses called Genesis
## 675  The Old Testament     The First Book of Moses called Genesis
## 676  The Old Testament     The First Book of Moses called Genesis
## 677  The Old Testament     The First Book of Moses called Genesis
## 678  The Old Testament     The First Book of Moses called Genesis
## 679  The Old Testament     The First Book of Moses called Genesis
## 680  The Old Testament     The First Book of Moses called Genesis
## 681  The Old Testament     The First Book of Moses called Genesis
## 682  The Old Testament     The First Book of Moses called Genesis
## 683  The Old Testament     The First Book of Moses called Genesis
## 684  The Old Testament     The First Book of Moses called Genesis
## 685  The Old Testament     The First Book of Moses called Genesis
## 686  The Old Testament     The First Book of Moses called Genesis
## 687  The Old Testament     The First Book of Moses called Genesis
## 688  The Old Testament     The First Book of Moses called Genesis
## 689  The Old Testament     The First Book of Moses called Genesis
## 690  The Old Testament     The First Book of Moses called Genesis
## 691  The Old Testament     The First Book of Moses called Genesis
## 692  The Old Testament     The First Book of Moses called Genesis
## 693  The Old Testament     The First Book of Moses called Genesis
## 694  The Old Testament     The First Book of Moses called Genesis
## 695  The Old Testament     The First Book of Moses called Genesis
## 696  The Old Testament     The First Book of Moses called Genesis
## 697  The Old Testament     The First Book of Moses called Genesis
## 698  The Old Testament     The First Book of Moses called Genesis
## 699  The Old Testament     The First Book of Moses called Genesis
## 700  The Old Testament     The First Book of Moses called Genesis
## 701  The Old Testament     The First Book of Moses called Genesis
## 702  The Old Testament     The First Book of Moses called Genesis
## 703  The Old Testament     The First Book of Moses called Genesis
## 704  The Old Testament     The First Book of Moses called Genesis
## 705  The Old Testament     The First Book of Moses called Genesis
## 706  The Old Testament     The First Book of Moses called Genesis
## 707  The Old Testament     The First Book of Moses called Genesis
## 708  The Old Testament     The First Book of Moses called Genesis
## 709  The Old Testament     The First Book of Moses called Genesis
## 710  The Old Testament     The First Book of Moses called Genesis
## 711  The Old Testament     The First Book of Moses called Genesis
## 712  The Old Testament     The First Book of Moses called Genesis
## 713  The Old Testament     The First Book of Moses called Genesis
## 714  The Old Testament     The First Book of Moses called Genesis
## 715  The Old Testament     The First Book of Moses called Genesis
## 716  The Old Testament     The First Book of Moses called Genesis
## 717  The Old Testament     The First Book of Moses called Genesis
## 718  The Old Testament     The First Book of Moses called Genesis
## 719  The Old Testament     The First Book of Moses called Genesis
## 720  The Old Testament     The First Book of Moses called Genesis
## 721  The Old Testament     The First Book of Moses called Genesis
## 722  The Old Testament     The First Book of Moses called Genesis
## 723  The Old Testament     The First Book of Moses called Genesis
## 724  The Old Testament     The First Book of Moses called Genesis
## 725  The Old Testament     The First Book of Moses called Genesis
## 726  The Old Testament     The First Book of Moses called Genesis
## 727  The Old Testament     The First Book of Moses called Genesis
## 728  The Old Testament     The First Book of Moses called Genesis
## 729  The Old Testament     The First Book of Moses called Genesis
## 730  The Old Testament     The First Book of Moses called Genesis
## 731  The Old Testament     The First Book of Moses called Genesis
## 732  The Old Testament     The First Book of Moses called Genesis
## 733  The Old Testament     The First Book of Moses called Genesis
## 734  The Old Testament     The First Book of Moses called Genesis
## 735  The Old Testament     The First Book of Moses called Genesis
## 736  The Old Testament     The First Book of Moses called Genesis
## 737  The Old Testament     The First Book of Moses called Genesis
## 738  The Old Testament     The First Book of Moses called Genesis
## 739  The Old Testament     The First Book of Moses called Genesis
## 740  The Old Testament     The First Book of Moses called Genesis
## 741  The Old Testament     The First Book of Moses called Genesis
## 742  The Old Testament     The First Book of Moses called Genesis
## 743  The Old Testament     The First Book of Moses called Genesis
## 744  The Old Testament     The First Book of Moses called Genesis
## 745  The Old Testament     The First Book of Moses called Genesis
## 746  The Old Testament     The First Book of Moses called Genesis
## 747  The Old Testament     The First Book of Moses called Genesis
## 748  The Old Testament     The First Book of Moses called Genesis
## 749  The Old Testament     The First Book of Moses called Genesis
## 750  The Old Testament     The First Book of Moses called Genesis
## 751  The Old Testament     The First Book of Moses called Genesis
## 752  The Old Testament     The First Book of Moses called Genesis
## 753  The Old Testament     The First Book of Moses called Genesis
## 754  The Old Testament     The First Book of Moses called Genesis
## 755  The Old Testament     The First Book of Moses called Genesis
## 756  The Old Testament     The First Book of Moses called Genesis
## 757  The Old Testament     The First Book of Moses called Genesis
## 758  The Old Testament     The First Book of Moses called Genesis
## 759  The Old Testament     The First Book of Moses called Genesis
## 760  The Old Testament     The First Book of Moses called Genesis
## 761  The Old Testament     The First Book of Moses called Genesis
## 762  The Old Testament     The First Book of Moses called Genesis
## 763  The Old Testament     The First Book of Moses called Genesis
## 764  The Old Testament     The First Book of Moses called Genesis
## 765  The Old Testament     The First Book of Moses called Genesis
## 766  The Old Testament     The First Book of Moses called Genesis
## 767  The Old Testament     The First Book of Moses called Genesis
## 768  The Old Testament     The First Book of Moses called Genesis
## 769  The Old Testament     The First Book of Moses called Genesis
## 770  The Old Testament     The First Book of Moses called Genesis
## 771  The Old Testament     The First Book of Moses called Genesis
## 772  The Old Testament     The First Book of Moses called Genesis
## 773  The Old Testament     The First Book of Moses called Genesis
## 774  The Old Testament     The First Book of Moses called Genesis
## 775  The Old Testament     The First Book of Moses called Genesis
## 776  The Old Testament     The First Book of Moses called Genesis
## 777  The Old Testament     The First Book of Moses called Genesis
## 778  The Old Testament     The First Book of Moses called Genesis
## 779  The Old Testament     The First Book of Moses called Genesis
## 780  The Old Testament     The First Book of Moses called Genesis
## 781  The Old Testament     The First Book of Moses called Genesis
## 782  The Old Testament     The First Book of Moses called Genesis
## 783  The Old Testament     The First Book of Moses called Genesis
## 784  The Old Testament     The First Book of Moses called Genesis
## 785  The Old Testament     The First Book of Moses called Genesis
## 786  The Old Testament     The First Book of Moses called Genesis
## 787  The Old Testament     The First Book of Moses called Genesis
## 788  The Old Testament     The First Book of Moses called Genesis
## 789  The Old Testament     The First Book of Moses called Genesis
## 790  The Old Testament     The First Book of Moses called Genesis
## 791  The Old Testament     The First Book of Moses called Genesis
## 792  The Old Testament     The First Book of Moses called Genesis
## 793  The Old Testament     The First Book of Moses called Genesis
## 794  The Old Testament     The First Book of Moses called Genesis
## 795  The Old Testament     The First Book of Moses called Genesis
## 796  The Old Testament     The First Book of Moses called Genesis
## 797  The Old Testament     The First Book of Moses called Genesis
## 798  The Old Testament     The First Book of Moses called Genesis
## 799  The Old Testament     The First Book of Moses called Genesis
## 800  The Old Testament     The First Book of Moses called Genesis
## 801  The Old Testament     The First Book of Moses called Genesis
## 802  The Old Testament     The First Book of Moses called Genesis
## 803  The Old Testament     The First Book of Moses called Genesis
## 804  The Old Testament     The First Book of Moses called Genesis
## 805  The Old Testament     The First Book of Moses called Genesis
## 806  The Old Testament     The First Book of Moses called Genesis
## 807  The Old Testament     The First Book of Moses called Genesis
## 808  The Old Testament     The First Book of Moses called Genesis
## 809  The Old Testament     The First Book of Moses called Genesis
## 810  The Old Testament     The First Book of Moses called Genesis
## 811  The Old Testament     The First Book of Moses called Genesis
## 812  The Old Testament     The First Book of Moses called Genesis
## 813  The Old Testament     The First Book of Moses called Genesis
## 814  The Old Testament     The First Book of Moses called Genesis
## 815  The Old Testament     The First Book of Moses called Genesis
## 816  The Old Testament     The First Book of Moses called Genesis
## 817  The Old Testament     The First Book of Moses called Genesis
## 818  The Old Testament     The First Book of Moses called Genesis
## 819  The Old Testament     The First Book of Moses called Genesis
## 820  The Old Testament     The First Book of Moses called Genesis
## 821  The Old Testament     The First Book of Moses called Genesis
## 822  The Old Testament     The First Book of Moses called Genesis
## 823  The Old Testament     The First Book of Moses called Genesis
## 824  The Old Testament     The First Book of Moses called Genesis
## 825  The Old Testament     The First Book of Moses called Genesis
## 826  The Old Testament     The First Book of Moses called Genesis
## 827  The Old Testament     The First Book of Moses called Genesis
## 828  The Old Testament     The First Book of Moses called Genesis
## 829  The Old Testament     The First Book of Moses called Genesis
## 830  The Old Testament     The First Book of Moses called Genesis
## 831  The Old Testament     The First Book of Moses called Genesis
## 832  The Old Testament     The First Book of Moses called Genesis
## 833  The Old Testament     The First Book of Moses called Genesis
## 834  The Old Testament     The First Book of Moses called Genesis
## 835  The Old Testament     The First Book of Moses called Genesis
## 836  The Old Testament     The First Book of Moses called Genesis
## 837  The Old Testament     The First Book of Moses called Genesis
## 838  The Old Testament     The First Book of Moses called Genesis
## 839  The Old Testament     The First Book of Moses called Genesis
## 840  The Old Testament     The First Book of Moses called Genesis
## 841  The Old Testament     The First Book of Moses called Genesis
## 842  The Old Testament     The First Book of Moses called Genesis
## 843  The Old Testament     The First Book of Moses called Genesis
## 844  The Old Testament     The First Book of Moses called Genesis
## 845  The Old Testament     The First Book of Moses called Genesis
## 846  The Old Testament     The First Book of Moses called Genesis
## 847  The Old Testament     The First Book of Moses called Genesis
## 848  The Old Testament     The First Book of Moses called Genesis
## 849  The Old Testament     The First Book of Moses called Genesis
## 850  The Old Testament     The First Book of Moses called Genesis
## 851  The Old Testament     The First Book of Moses called Genesis
## 852  The Old Testament     The First Book of Moses called Genesis
## 853  The Old Testament     The First Book of Moses called Genesis
## 854  The Old Testament     The First Book of Moses called Genesis
## 855  The Old Testament     The First Book of Moses called Genesis
## 856  The Old Testament     The First Book of Moses called Genesis
## 857  The Old Testament     The First Book of Moses called Genesis
## 858  The Old Testament     The First Book of Moses called Genesis
## 859  The Old Testament     The First Book of Moses called Genesis
## 860  The Old Testament     The First Book of Moses called Genesis
## 861  The Old Testament     The First Book of Moses called Genesis
## 862  The Old Testament     The First Book of Moses called Genesis
## 863  The Old Testament     The First Book of Moses called Genesis
## 864  The Old Testament     The First Book of Moses called Genesis
## 865  The Old Testament     The First Book of Moses called Genesis
## 866  The Old Testament     The First Book of Moses called Genesis
## 867  The Old Testament     The First Book of Moses called Genesis
## 868  The Old Testament     The First Book of Moses called Genesis
## 869  The Old Testament     The First Book of Moses called Genesis
## 870  The Old Testament     The First Book of Moses called Genesis
## 871  The Old Testament     The First Book of Moses called Genesis
## 872  The Old Testament     The First Book of Moses called Genesis
## 873  The Old Testament     The First Book of Moses called Genesis
## 874  The Old Testament     The First Book of Moses called Genesis
## 875  The Old Testament     The First Book of Moses called Genesis
## 876  The Old Testament     The First Book of Moses called Genesis
## 877  The Old Testament     The First Book of Moses called Genesis
## 878  The Old Testament     The First Book of Moses called Genesis
## 879  The Old Testament     The First Book of Moses called Genesis
## 880  The Old Testament     The First Book of Moses called Genesis
## 881  The Old Testament     The First Book of Moses called Genesis
## 882  The Old Testament     The First Book of Moses called Genesis
## 883  The Old Testament     The First Book of Moses called Genesis
## 884  The Old Testament     The First Book of Moses called Genesis
## 885  The Old Testament     The First Book of Moses called Genesis
## 886  The Old Testament     The First Book of Moses called Genesis
## 887  The Old Testament     The First Book of Moses called Genesis
## 888  The Old Testament     The First Book of Moses called Genesis
## 889  The Old Testament     The First Book of Moses called Genesis
## 890  The Old Testament     The First Book of Moses called Genesis
## 891  The Old Testament     The First Book of Moses called Genesis
## 892  The Old Testament     The First Book of Moses called Genesis
## 893  The Old Testament     The First Book of Moses called Genesis
## 894  The Old Testament     The First Book of Moses called Genesis
## 895  The Old Testament     The First Book of Moses called Genesis
## 896  The Old Testament     The First Book of Moses called Genesis
## 897  The Old Testament     The First Book of Moses called Genesis
## 898  The Old Testament     The First Book of Moses called Genesis
## 899  The Old Testament     The First Book of Moses called Genesis
## 900  The Old Testament     The First Book of Moses called Genesis
## 901  The Old Testament     The First Book of Moses called Genesis
## 902  The Old Testament     The First Book of Moses called Genesis
## 903  The Old Testament     The First Book of Moses called Genesis
## 904  The Old Testament     The First Book of Moses called Genesis
## 905  The Old Testament     The First Book of Moses called Genesis
## 906  The Old Testament     The First Book of Moses called Genesis
## 907  The Old Testament     The First Book of Moses called Genesis
## 908  The Old Testament     The First Book of Moses called Genesis
## 909  The Old Testament     The First Book of Moses called Genesis
## 910  The Old Testament     The First Book of Moses called Genesis
## 911  The Old Testament     The First Book of Moses called Genesis
## 912  The Old Testament     The First Book of Moses called Genesis
## 913  The Old Testament     The First Book of Moses called Genesis
## 914  The Old Testament     The First Book of Moses called Genesis
## 915  The Old Testament     The First Book of Moses called Genesis
## 916  The Old Testament     The First Book of Moses called Genesis
## 917  The Old Testament     The First Book of Moses called Genesis
## 918  The Old Testament     The First Book of Moses called Genesis
## 919  The Old Testament     The First Book of Moses called Genesis
## 920  The Old Testament     The First Book of Moses called Genesis
## 921  The Old Testament     The First Book of Moses called Genesis
## 922  The Old Testament     The First Book of Moses called Genesis
## 923  The Old Testament     The First Book of Moses called Genesis
## 924  The Old Testament     The First Book of Moses called Genesis
## 925  The Old Testament     The First Book of Moses called Genesis
## 926  The Old Testament     The First Book of Moses called Genesis
## 927  The Old Testament     The First Book of Moses called Genesis
## 928  The Old Testament     The First Book of Moses called Genesis
## 929  The Old Testament     The First Book of Moses called Genesis
## 930  The Old Testament     The First Book of Moses called Genesis
## 931  The Old Testament     The First Book of Moses called Genesis
## 932  The Old Testament     The First Book of Moses called Genesis
## 933  The Old Testament     The First Book of Moses called Genesis
## 934  The Old Testament     The First Book of Moses called Genesis
## 935  The Old Testament     The First Book of Moses called Genesis
## 936  The Old Testament     The First Book of Moses called Genesis
## 937  The Old Testament     The First Book of Moses called Genesis
## 938  The Old Testament     The First Book of Moses called Genesis
## 939  The Old Testament     The First Book of Moses called Genesis
## 940  The Old Testament     The First Book of Moses called Genesis
## 941  The Old Testament     The First Book of Moses called Genesis
## 942  The Old Testament     The First Book of Moses called Genesis
## 943  The Old Testament     The First Book of Moses called Genesis
## 944  The Old Testament     The First Book of Moses called Genesis
## 945  The Old Testament     The First Book of Moses called Genesis
## 946  The Old Testament     The First Book of Moses called Genesis
## 947  The Old Testament     The First Book of Moses called Genesis
## 948  The Old Testament     The First Book of Moses called Genesis
## 949  The Old Testament     The First Book of Moses called Genesis
## 950  The Old Testament     The First Book of Moses called Genesis
## 951  The Old Testament     The First Book of Moses called Genesis
## 952  The Old Testament     The First Book of Moses called Genesis
## 953  The Old Testament     The First Book of Moses called Genesis
## 954  The Old Testament     The First Book of Moses called Genesis
## 955  The Old Testament     The First Book of Moses called Genesis
## 956  The Old Testament     The First Book of Moses called Genesis
## 957  The Old Testament     The First Book of Moses called Genesis
## 958  The Old Testament     The First Book of Moses called Genesis
## 959  The Old Testament     The First Book of Moses called Genesis
## 960  The Old Testament     The First Book of Moses called Genesis
## 961  The Old Testament     The First Book of Moses called Genesis
## 962  The Old Testament     The First Book of Moses called Genesis
## 963  The Old Testament     The First Book of Moses called Genesis
## 964  The Old Testament     The First Book of Moses called Genesis
## 965  The Old Testament     The First Book of Moses called Genesis
## 966  The Old Testament     The First Book of Moses called Genesis
## 967  The Old Testament     The First Book of Moses called Genesis
## 968  The Old Testament     The First Book of Moses called Genesis
## 969  The Old Testament     The First Book of Moses called Genesis
## 970  The Old Testament     The First Book of Moses called Genesis
## 971  The Old Testament     The First Book of Moses called Genesis
## 972  The Old Testament     The First Book of Moses called Genesis
## 973  The Old Testament     The First Book of Moses called Genesis
## 974  The Old Testament     The First Book of Moses called Genesis
## 975  The Old Testament     The First Book of Moses called Genesis
## 976  The Old Testament     The First Book of Moses called Genesis
## 977  The Old Testament     The First Book of Moses called Genesis
## 978  The Old Testament     The First Book of Moses called Genesis
## 979  The Old Testament     The First Book of Moses called Genesis
## 980  The Old Testament     The First Book of Moses called Genesis
## 981  The Old Testament     The First Book of Moses called Genesis
## 982  The Old Testament     The First Book of Moses called Genesis
## 983  The Old Testament     The First Book of Moses called Genesis
## 984  The Old Testament     The First Book of Moses called Genesis
## 985  The Old Testament     The First Book of Moses called Genesis
## 986  The Old Testament     The First Book of Moses called Genesis
## 987  The Old Testament     The First Book of Moses called Genesis
## 988  The Old Testament     The First Book of Moses called Genesis
## 989  The Old Testament     The First Book of Moses called Genesis
## 990  The Old Testament     The First Book of Moses called Genesis
## 991  The Old Testament     The First Book of Moses called Genesis
## 992  The Old Testament     The First Book of Moses called Genesis
## 993  The Old Testament     The First Book of Moses called Genesis
## 994  The Old Testament     The First Book of Moses called Genesis
## 995  The Old Testament     The First Book of Moses called Genesis
## 996  The Old Testament     The First Book of Moses called Genesis
## 997  The Old Testament     The First Book of Moses called Genesis
## 998  The Old Testament     The First Book of Moses called Genesis
## 999  The Old Testament     The First Book of Moses called Genesis
## 1000 The Old Testament     The First Book of Moses called Genesis
## 1001 The Old Testament     The First Book of Moses called Genesis
## 1002 The Old Testament     The First Book of Moses called Genesis
## 1003 The Old Testament     The First Book of Moses called Genesis
## 1004 The Old Testament     The First Book of Moses called Genesis
## 1005 The Old Testament     The First Book of Moses called Genesis
## 1006 The Old Testament     The First Book of Moses called Genesis
## 1007 The Old Testament     The First Book of Moses called Genesis
## 1008 The Old Testament     The First Book of Moses called Genesis
## 1009 The Old Testament     The First Book of Moses called Genesis
## 1010 The Old Testament     The First Book of Moses called Genesis
## 1011 The Old Testament     The First Book of Moses called Genesis
## 1012 The Old Testament     The First Book of Moses called Genesis
## 1013 The Old Testament     The First Book of Moses called Genesis
## 1014 The Old Testament     The First Book of Moses called Genesis
## 1015 The Old Testament     The First Book of Moses called Genesis
## 1016 The Old Testament     The First Book of Moses called Genesis
## 1017 The Old Testament     The First Book of Moses called Genesis
## 1018 The Old Testament     The First Book of Moses called Genesis
## 1019 The Old Testament     The First Book of Moses called Genesis
## 1020 The Old Testament     The First Book of Moses called Genesis
## 1021 The Old Testament     The First Book of Moses called Genesis
## 1022 The Old Testament     The First Book of Moses called Genesis
## 1023 The Old Testament     The First Book of Moses called Genesis
## 1024 The Old Testament     The First Book of Moses called Genesis
## 1025 The Old Testament     The First Book of Moses called Genesis
## 1026 The Old Testament     The First Book of Moses called Genesis
## 1027 The Old Testament     The First Book of Moses called Genesis
## 1028 The Old Testament     The First Book of Moses called Genesis
## 1029 The Old Testament     The First Book of Moses called Genesis
## 1030 The Old Testament     The First Book of Moses called Genesis
## 1031 The Old Testament     The First Book of Moses called Genesis
## 1032 The Old Testament     The First Book of Moses called Genesis
## 1033 The Old Testament     The First Book of Moses called Genesis
## 1034 The Old Testament     The First Book of Moses called Genesis
## 1035 The Old Testament     The First Book of Moses called Genesis
## 1036 The Old Testament     The First Book of Moses called Genesis
## 1037 The Old Testament     The First Book of Moses called Genesis
## 1038 The Old Testament     The First Book of Moses called Genesis
## 1039 The Old Testament     The First Book of Moses called Genesis
## 1040 The Old Testament     The First Book of Moses called Genesis
## 1041 The Old Testament     The First Book of Moses called Genesis
## 1042 The Old Testament     The First Book of Moses called Genesis
## 1043 The Old Testament     The First Book of Moses called Genesis
## 1044 The Old Testament     The First Book of Moses called Genesis
## 1045 The Old Testament     The First Book of Moses called Genesis
## 1046 The Old Testament     The First Book of Moses called Genesis
## 1047 The Old Testament     The First Book of Moses called Genesis
## 1048 The Old Testament     The First Book of Moses called Genesis
## 1049 The Old Testament     The First Book of Moses called Genesis
## 1050 The Old Testament     The First Book of Moses called Genesis
## 1051 The Old Testament     The First Book of Moses called Genesis
## 1052 The Old Testament     The First Book of Moses called Genesis
## 1053 The Old Testament     The First Book of Moses called Genesis
## 1054 The Old Testament     The First Book of Moses called Genesis
## 1055 The Old Testament     The First Book of Moses called Genesis
## 1056 The Old Testament     The First Book of Moses called Genesis
## 1057 The Old Testament     The First Book of Moses called Genesis
## 1058 The Old Testament     The First Book of Moses called Genesis
## 1059 The Old Testament     The First Book of Moses called Genesis
## 1060 The Old Testament     The First Book of Moses called Genesis
## 1061 The Old Testament     The First Book of Moses called Genesis
## 1062 The Old Testament     The First Book of Moses called Genesis
## 1063 The Old Testament     The First Book of Moses called Genesis
## 1064 The Old Testament     The First Book of Moses called Genesis
## 1065 The Old Testament     The First Book of Moses called Genesis
## 1066 The Old Testament     The First Book of Moses called Genesis
## 1067 The Old Testament     The First Book of Moses called Genesis
## 1068 The Old Testament     The First Book of Moses called Genesis
## 1069 The Old Testament     The First Book of Moses called Genesis
## 1070 The Old Testament     The First Book of Moses called Genesis
## 1071 The Old Testament     The First Book of Moses called Genesis
## 1072 The Old Testament     The First Book of Moses called Genesis
## 1073 The Old Testament     The First Book of Moses called Genesis
## 1074 The Old Testament     The First Book of Moses called Genesis
## 1075 The Old Testament     The First Book of Moses called Genesis
## 1076 The Old Testament     The First Book of Moses called Genesis
## 1077 The Old Testament     The First Book of Moses called Genesis
## 1078 The Old Testament     The First Book of Moses called Genesis
## 1079 The Old Testament     The First Book of Moses called Genesis
## 1080 The Old Testament     The First Book of Moses called Genesis
## 1081 The Old Testament     The First Book of Moses called Genesis
## 1082 The Old Testament     The First Book of Moses called Genesis
## 1083 The Old Testament     The First Book of Moses called Genesis
## 1084 The Old Testament     The First Book of Moses called Genesis
## 1085 The Old Testament     The First Book of Moses called Genesis
## 1086 The Old Testament     The First Book of Moses called Genesis
## 1087 The Old Testament     The First Book of Moses called Genesis
## 1088 The Old Testament     The First Book of Moses called Genesis
## 1089 The Old Testament     The First Book of Moses called Genesis
## 1090 The Old Testament     The First Book of Moses called Genesis
## 1091 The Old Testament     The First Book of Moses called Genesis
## 1092 The Old Testament     The First Book of Moses called Genesis
## 1093 The Old Testament     The First Book of Moses called Genesis
## 1094 The Old Testament     The First Book of Moses called Genesis
## 1095 The Old Testament     The First Book of Moses called Genesis
## 1096 The Old Testament     The First Book of Moses called Genesis
## 1097 The Old Testament     The First Book of Moses called Genesis
## 1098 The Old Testament     The First Book of Moses called Genesis
## 1099 The Old Testament     The First Book of Moses called Genesis
## 1100 The Old Testament     The First Book of Moses called Genesis
## 1101 The Old Testament     The First Book of Moses called Genesis
## 1102 The Old Testament     The First Book of Moses called Genesis
## 1103 The Old Testament     The First Book of Moses called Genesis
## 1104 The Old Testament     The First Book of Moses called Genesis
## 1105 The Old Testament     The First Book of Moses called Genesis
## 1106 The Old Testament     The First Book of Moses called Genesis
## 1107 The Old Testament     The First Book of Moses called Genesis
## 1108 The Old Testament     The First Book of Moses called Genesis
## 1109 The Old Testament     The First Book of Moses called Genesis
## 1110 The Old Testament     The First Book of Moses called Genesis
## 1111 The Old Testament     The First Book of Moses called Genesis
## 1112 The Old Testament     The First Book of Moses called Genesis
## 1113 The Old Testament     The First Book of Moses called Genesis
## 1114 The Old Testament     The First Book of Moses called Genesis
## 1115 The Old Testament     The First Book of Moses called Genesis
## 1116 The Old Testament     The First Book of Moses called Genesis
## 1117 The Old Testament     The First Book of Moses called Genesis
## 1118 The Old Testament     The First Book of Moses called Genesis
## 1119 The Old Testament     The First Book of Moses called Genesis
## 1120 The Old Testament     The First Book of Moses called Genesis
## 1121 The Old Testament     The First Book of Moses called Genesis
## 1122 The Old Testament     The First Book of Moses called Genesis
## 1123 The Old Testament     The First Book of Moses called Genesis
## 1124 The Old Testament     The First Book of Moses called Genesis
## 1125 The Old Testament     The First Book of Moses called Genesis
## 1126 The Old Testament     The First Book of Moses called Genesis
## 1127 The Old Testament     The First Book of Moses called Genesis
## 1128 The Old Testament     The First Book of Moses called Genesis
## 1129 The Old Testament     The First Book of Moses called Genesis
## 1130 The Old Testament     The First Book of Moses called Genesis
## 1131 The Old Testament     The First Book of Moses called Genesis
## 1132 The Old Testament     The First Book of Moses called Genesis
## 1133 The Old Testament     The First Book of Moses called Genesis
## 1134 The Old Testament     The First Book of Moses called Genesis
## 1135 The Old Testament     The First Book of Moses called Genesis
## 1136 The Old Testament     The First Book of Moses called Genesis
## 1137 The Old Testament     The First Book of Moses called Genesis
## 1138 The Old Testament     The First Book of Moses called Genesis
## 1139 The Old Testament     The First Book of Moses called Genesis
## 1140 The Old Testament     The First Book of Moses called Genesis
## 1141 The Old Testament     The First Book of Moses called Genesis
## 1142 The Old Testament     The First Book of Moses called Genesis
## 1143 The Old Testament     The First Book of Moses called Genesis
## 1144 The Old Testament     The First Book of Moses called Genesis
## 1145 The Old Testament     The First Book of Moses called Genesis
## 1146 The Old Testament     The First Book of Moses called Genesis
## 1147 The Old Testament     The First Book of Moses called Genesis
## 1148 The Old Testament     The First Book of Moses called Genesis
## 1149 The Old Testament     The First Book of Moses called Genesis
## 1150 The Old Testament     The First Book of Moses called Genesis
## 1151 The Old Testament     The First Book of Moses called Genesis
## 1152 The Old Testament     The First Book of Moses called Genesis
## 1153 The Old Testament     The First Book of Moses called Genesis
## 1154 The Old Testament     The First Book of Moses called Genesis
## 1155 The Old Testament     The First Book of Moses called Genesis
## 1156 The Old Testament     The First Book of Moses called Genesis
## 1157 The Old Testament     The First Book of Moses called Genesis
## 1158 The Old Testament     The First Book of Moses called Genesis
## 1159 The Old Testament     The First Book of Moses called Genesis
## 1160 The Old Testament     The First Book of Moses called Genesis
## 1161 The Old Testament     The First Book of Moses called Genesis
## 1162 The Old Testament     The First Book of Moses called Genesis
## 1163 The Old Testament     The First Book of Moses called Genesis
## 1164 The Old Testament     The First Book of Moses called Genesis
## 1165 The Old Testament     The First Book of Moses called Genesis
## 1166 The Old Testament     The First Book of Moses called Genesis
## 1167 The Old Testament     The First Book of Moses called Genesis
## 1168 The Old Testament     The First Book of Moses called Genesis
## 1169 The Old Testament     The First Book of Moses called Genesis
## 1170 The Old Testament     The First Book of Moses called Genesis
## 1171 The Old Testament     The First Book of Moses called Genesis
## 1172 The Old Testament     The First Book of Moses called Genesis
## 1173 The Old Testament     The First Book of Moses called Genesis
## 1174 The Old Testament     The First Book of Moses called Genesis
## 1175 The Old Testament     The First Book of Moses called Genesis
## 1176 The Old Testament     The First Book of Moses called Genesis
## 1177 The Old Testament     The First Book of Moses called Genesis
## 1178 The Old Testament     The First Book of Moses called Genesis
## 1179 The Old Testament     The First Book of Moses called Genesis
## 1180 The Old Testament     The First Book of Moses called Genesis
## 1181 The Old Testament     The First Book of Moses called Genesis
## 1182 The Old Testament     The First Book of Moses called Genesis
## 1183 The Old Testament     The First Book of Moses called Genesis
## 1184 The Old Testament     The First Book of Moses called Genesis
## 1185 The Old Testament     The First Book of Moses called Genesis
## 1186 The Old Testament     The First Book of Moses called Genesis
## 1187 The Old Testament     The First Book of Moses called Genesis
## 1188 The Old Testament     The First Book of Moses called Genesis
## 1189 The Old Testament     The First Book of Moses called Genesis
## 1190 The Old Testament     The First Book of Moses called Genesis
## 1191 The Old Testament     The First Book of Moses called Genesis
## 1192 The Old Testament     The First Book of Moses called Genesis
## 1193 The Old Testament     The First Book of Moses called Genesis
## 1194 The Old Testament     The First Book of Moses called Genesis
## 1195 The Old Testament     The First Book of Moses called Genesis
## 1196 The Old Testament     The First Book of Moses called Genesis
## 1197 The Old Testament     The First Book of Moses called Genesis
## 1198 The Old Testament     The First Book of Moses called Genesis
## 1199 The Old Testament     The First Book of Moses called Genesis
## 1200 The Old Testament     The First Book of Moses called Genesis
## 1201 The Old Testament     The First Book of Moses called Genesis
## 1202 The Old Testament     The First Book of Moses called Genesis
## 1203 The Old Testament     The First Book of Moses called Genesis
## 1204 The Old Testament     The First Book of Moses called Genesis
## 1205 The Old Testament     The First Book of Moses called Genesis
## 1206 The Old Testament     The First Book of Moses called Genesis
## 1207 The Old Testament     The First Book of Moses called Genesis
## 1208 The Old Testament     The First Book of Moses called Genesis
## 1209 The Old Testament     The First Book of Moses called Genesis
## 1210 The Old Testament     The First Book of Moses called Genesis
## 1211 The Old Testament     The First Book of Moses called Genesis
## 1212 The Old Testament     The First Book of Moses called Genesis
## 1213 The Old Testament     The First Book of Moses called Genesis
## 1214 The Old Testament     The First Book of Moses called Genesis
## 1215 The Old Testament     The First Book of Moses called Genesis
## 1216 The Old Testament     The First Book of Moses called Genesis
## 1217 The Old Testament     The First Book of Moses called Genesis
## 1218 The Old Testament     The First Book of Moses called Genesis
## 1219 The Old Testament     The First Book of Moses called Genesis
## 1220 The Old Testament     The First Book of Moses called Genesis
## 1221 The Old Testament     The First Book of Moses called Genesis
## 1222 The Old Testament     The First Book of Moses called Genesis
## 1223 The Old Testament     The First Book of Moses called Genesis
## 1224 The Old Testament     The First Book of Moses called Genesis
## 1225 The Old Testament     The First Book of Moses called Genesis
## 1226 The Old Testament     The First Book of Moses called Genesis
## 1227 The Old Testament     The First Book of Moses called Genesis
## 1228 The Old Testament     The First Book of Moses called Genesis
## 1229 The Old Testament     The First Book of Moses called Genesis
## 1230 The Old Testament     The First Book of Moses called Genesis
## 1231 The Old Testament     The First Book of Moses called Genesis
## 1232 The Old Testament     The First Book of Moses called Genesis
## 1233 The Old Testament     The First Book of Moses called Genesis
## 1234 The Old Testament     The First Book of Moses called Genesis
## 1235 The Old Testament     The First Book of Moses called Genesis
## 1236 The Old Testament     The First Book of Moses called Genesis
## 1237 The Old Testament     The First Book of Moses called Genesis
## 1238 The Old Testament     The First Book of Moses called Genesis
## 1239 The Old Testament     The First Book of Moses called Genesis
## 1240 The Old Testament     The First Book of Moses called Genesis
## 1241 The Old Testament     The First Book of Moses called Genesis
## 1242 The Old Testament     The First Book of Moses called Genesis
## 1243 The Old Testament     The First Book of Moses called Genesis
## 1244 The Old Testament     The First Book of Moses called Genesis
## 1245 The Old Testament     The First Book of Moses called Genesis
## 1246 The Old Testament     The First Book of Moses called Genesis
## 1247 The Old Testament     The First Book of Moses called Genesis
## 1248 The Old Testament     The First Book of Moses called Genesis
## 1249 The Old Testament     The First Book of Moses called Genesis
## 1250 The Old Testament     The First Book of Moses called Genesis
## 1251 The Old Testament     The First Book of Moses called Genesis
## 1252 The Old Testament     The First Book of Moses called Genesis
## 1253 The Old Testament     The First Book of Moses called Genesis
## 1254 The Old Testament     The First Book of Moses called Genesis
## 1255 The Old Testament     The First Book of Moses called Genesis
## 1256 The Old Testament     The First Book of Moses called Genesis
## 1257 The Old Testament     The First Book of Moses called Genesis
## 1258 The Old Testament     The First Book of Moses called Genesis
## 1259 The Old Testament     The First Book of Moses called Genesis
## 1260 The Old Testament     The First Book of Moses called Genesis
## 1261 The Old Testament     The First Book of Moses called Genesis
## 1262 The Old Testament     The First Book of Moses called Genesis
## 1263 The Old Testament     The First Book of Moses called Genesis
## 1264 The Old Testament     The First Book of Moses called Genesis
## 1265 The Old Testament     The First Book of Moses called Genesis
## 1266 The Old Testament     The First Book of Moses called Genesis
## 1267 The Old Testament     The First Book of Moses called Genesis
## 1268 The Old Testament     The First Book of Moses called Genesis
## 1269 The Old Testament     The First Book of Moses called Genesis
## 1270 The Old Testament     The First Book of Moses called Genesis
## 1271 The Old Testament     The First Book of Moses called Genesis
## 1272 The Old Testament     The First Book of Moses called Genesis
## 1273 The Old Testament     The First Book of Moses called Genesis
## 1274 The Old Testament     The First Book of Moses called Genesis
## 1275 The Old Testament     The First Book of Moses called Genesis
## 1276 The Old Testament     The First Book of Moses called Genesis
## 1277 The Old Testament     The First Book of Moses called Genesis
## 1278 The Old Testament     The First Book of Moses called Genesis
## 1279 The Old Testament     The First Book of Moses called Genesis
## 1280 The Old Testament     The First Book of Moses called Genesis
## 1281 The Old Testament     The First Book of Moses called Genesis
## 1282 The Old Testament     The First Book of Moses called Genesis
## 1283 The Old Testament     The First Book of Moses called Genesis
## 1284 The Old Testament     The First Book of Moses called Genesis
## 1285 The Old Testament     The First Book of Moses called Genesis
## 1286 The Old Testament     The First Book of Moses called Genesis
## 1287 The Old Testament     The First Book of Moses called Genesis
## 1288 The Old Testament     The First Book of Moses called Genesis
## 1289 The Old Testament     The First Book of Moses called Genesis
## 1290 The Old Testament     The First Book of Moses called Genesis
## 1291 The Old Testament     The First Book of Moses called Genesis
## 1292 The Old Testament     The First Book of Moses called Genesis
## 1293 The Old Testament     The First Book of Moses called Genesis
## 1294 The Old Testament     The First Book of Moses called Genesis
## 1295 The Old Testament     The First Book of Moses called Genesis
## 1296 The Old Testament     The First Book of Moses called Genesis
## 1297 The Old Testament     The First Book of Moses called Genesis
## 1298 The Old Testament     The First Book of Moses called Genesis
## 1299 The Old Testament     The First Book of Moses called Genesis
## 1300 The Old Testament     The First Book of Moses called Genesis
## 1301 The Old Testament     The First Book of Moses called Genesis
## 1302 The Old Testament     The First Book of Moses called Genesis
## 1303 The Old Testament     The First Book of Moses called Genesis
## 1304 The Old Testament     The First Book of Moses called Genesis
## 1305 The Old Testament     The First Book of Moses called Genesis
## 1306 The Old Testament     The First Book of Moses called Genesis
## 1307 The Old Testament     The First Book of Moses called Genesis
## 1308 The Old Testament     The First Book of Moses called Genesis
## 1309 The Old Testament     The First Book of Moses called Genesis
## 1310 The Old Testament     The First Book of Moses called Genesis
## 1311 The Old Testament     The First Book of Moses called Genesis
## 1312 The Old Testament     The First Book of Moses called Genesis
## 1313 The Old Testament     The First Book of Moses called Genesis
## 1314 The Old Testament     The First Book of Moses called Genesis
## 1315 The Old Testament     The First Book of Moses called Genesis
## 1316 The Old Testament     The First Book of Moses called Genesis
## 1317 The Old Testament     The First Book of Moses called Genesis
## 1318 The Old Testament     The First Book of Moses called Genesis
## 1319 The Old Testament     The First Book of Moses called Genesis
## 1320 The Old Testament     The First Book of Moses called Genesis
## 1321 The Old Testament     The First Book of Moses called Genesis
## 1322 The Old Testament     The First Book of Moses called Genesis
## 1323 The Old Testament     The First Book of Moses called Genesis
## 1324 The Old Testament     The First Book of Moses called Genesis
## 1325 The Old Testament     The First Book of Moses called Genesis
## 1326 The Old Testament     The First Book of Moses called Genesis
## 1327 The Old Testament     The First Book of Moses called Genesis
## 1328 The Old Testament     The First Book of Moses called Genesis
## 1329 The Old Testament     The First Book of Moses called Genesis
## 1330 The Old Testament     The First Book of Moses called Genesis
## 1331 The Old Testament     The First Book of Moses called Genesis
## 1332 The Old Testament     The First Book of Moses called Genesis
## 1333 The Old Testament     The First Book of Moses called Genesis
## 1334 The Old Testament     The First Book of Moses called Genesis
## 1335 The Old Testament     The First Book of Moses called Genesis
## 1336 The Old Testament     The First Book of Moses called Genesis
## 1337 The Old Testament     The First Book of Moses called Genesis
## 1338 The Old Testament     The First Book of Moses called Genesis
## 1339 The Old Testament     The First Book of Moses called Genesis
## 1340 The Old Testament     The First Book of Moses called Genesis
## 1341 The Old Testament     The First Book of Moses called Genesis
## 1342 The Old Testament     The First Book of Moses called Genesis
## 1343 The Old Testament     The First Book of Moses called Genesis
## 1344 The Old Testament     The First Book of Moses called Genesis
## 1345 The Old Testament     The First Book of Moses called Genesis
## 1346 The Old Testament     The First Book of Moses called Genesis
## 1347 The Old Testament     The First Book of Moses called Genesis
## 1348 The Old Testament     The First Book of Moses called Genesis
## 1349 The Old Testament     The First Book of Moses called Genesis
## 1350 The Old Testament     The First Book of Moses called Genesis
## 1351 The Old Testament     The First Book of Moses called Genesis
## 1352 The Old Testament     The First Book of Moses called Genesis
## 1353 The Old Testament     The First Book of Moses called Genesis
## 1354 The Old Testament     The First Book of Moses called Genesis
## 1355 The Old Testament     The First Book of Moses called Genesis
## 1356 The Old Testament     The First Book of Moses called Genesis
## 1357 The Old Testament     The First Book of Moses called Genesis
## 1358 The Old Testament     The First Book of Moses called Genesis
## 1359 The Old Testament     The First Book of Moses called Genesis
## 1360 The Old Testament     The First Book of Moses called Genesis
## 1361 The Old Testament     The First Book of Moses called Genesis
## 1362 The Old Testament     The First Book of Moses called Genesis
## 1363 The Old Testament     The First Book of Moses called Genesis
## 1364 The Old Testament     The First Book of Moses called Genesis
## 1365 The Old Testament     The First Book of Moses called Genesis
## 1366 The Old Testament     The First Book of Moses called Genesis
## 1367 The Old Testament     The First Book of Moses called Genesis
## 1368 The Old Testament     The First Book of Moses called Genesis
## 1369 The Old Testament     The First Book of Moses called Genesis
## 1370 The Old Testament     The First Book of Moses called Genesis
## 1371 The Old Testament     The First Book of Moses called Genesis
## 1372 The Old Testament     The First Book of Moses called Genesis
## 1373 The Old Testament     The First Book of Moses called Genesis
## 1374 The Old Testament     The First Book of Moses called Genesis
## 1375 The Old Testament     The First Book of Moses called Genesis
## 1376 The Old Testament     The First Book of Moses called Genesis
## 1377 The Old Testament     The First Book of Moses called Genesis
## 1378 The Old Testament     The First Book of Moses called Genesis
## 1379 The Old Testament     The First Book of Moses called Genesis
## 1380 The Old Testament     The First Book of Moses called Genesis
## 1381 The Old Testament     The First Book of Moses called Genesis
## 1382 The Old Testament     The First Book of Moses called Genesis
## 1383 The Old Testament     The First Book of Moses called Genesis
## 1384 The Old Testament     The First Book of Moses called Genesis
## 1385 The Old Testament     The First Book of Moses called Genesis
## 1386 The Old Testament     The First Book of Moses called Genesis
## 1387 The Old Testament     The First Book of Moses called Genesis
## 1388 The Old Testament     The First Book of Moses called Genesis
## 1389 The Old Testament     The First Book of Moses called Genesis
## 1390 The Old Testament     The First Book of Moses called Genesis
## 1391 The Old Testament     The First Book of Moses called Genesis
## 1392 The Old Testament     The First Book of Moses called Genesis
## 1393 The Old Testament     The First Book of Moses called Genesis
## 1394 The Old Testament     The First Book of Moses called Genesis
## 1395 The Old Testament     The First Book of Moses called Genesis
## 1396 The Old Testament     The First Book of Moses called Genesis
## 1397 The Old Testament     The First Book of Moses called Genesis
## 1398 The Old Testament     The First Book of Moses called Genesis
## 1399 The Old Testament     The First Book of Moses called Genesis
## 1400 The Old Testament     The First Book of Moses called Genesis
## 1401 The Old Testament     The First Book of Moses called Genesis
## 1402 The Old Testament     The First Book of Moses called Genesis
## 1403 The Old Testament     The First Book of Moses called Genesis
## 1404 The Old Testament     The First Book of Moses called Genesis
## 1405 The Old Testament     The First Book of Moses called Genesis
## 1406 The Old Testament     The First Book of Moses called Genesis
## 1407 The Old Testament     The First Book of Moses called Genesis
## 1408 The Old Testament     The First Book of Moses called Genesis
## 1409 The Old Testament     The First Book of Moses called Genesis
## 1410 The Old Testament     The First Book of Moses called Genesis
## 1411 The Old Testament     The First Book of Moses called Genesis
## 1412 The Old Testament     The First Book of Moses called Genesis
## 1413 The Old Testament     The First Book of Moses called Genesis
## 1414 The Old Testament     The First Book of Moses called Genesis
## 1415 The Old Testament     The First Book of Moses called Genesis
## 1416 The Old Testament     The First Book of Moses called Genesis
## 1417 The Old Testament     The First Book of Moses called Genesis
## 1418 The Old Testament     The First Book of Moses called Genesis
## 1419 The Old Testament     The First Book of Moses called Genesis
## 1420 The Old Testament     The First Book of Moses called Genesis
## 1421 The Old Testament     The First Book of Moses called Genesis
## 1422 The Old Testament     The First Book of Moses called Genesis
## 1423 The Old Testament     The First Book of Moses called Genesis
## 1424 The Old Testament     The First Book of Moses called Genesis
## 1425 The Old Testament     The First Book of Moses called Genesis
## 1426 The Old Testament     The First Book of Moses called Genesis
## 1427 The Old Testament     The First Book of Moses called Genesis
## 1428 The Old Testament     The First Book of Moses called Genesis
## 1429 The Old Testament     The First Book of Moses called Genesis
## 1430 The Old Testament     The First Book of Moses called Genesis
## 1431 The Old Testament     The First Book of Moses called Genesis
## 1432 The Old Testament     The First Book of Moses called Genesis
## 1433 The Old Testament     The First Book of Moses called Genesis
## 1434 The Old Testament     The First Book of Moses called Genesis
## 1435 The Old Testament     The First Book of Moses called Genesis
## 1436 The Old Testament     The First Book of Moses called Genesis
## 1437 The Old Testament     The First Book of Moses called Genesis
## 1438 The Old Testament     The First Book of Moses called Genesis
## 1439 The Old Testament     The First Book of Moses called Genesis
## 1440 The Old Testament     The First Book of Moses called Genesis
## 1441 The Old Testament     The First Book of Moses called Genesis
## 1442 The Old Testament     The First Book of Moses called Genesis
## 1443 The Old Testament     The First Book of Moses called Genesis
## 1444 The Old Testament     The First Book of Moses called Genesis
## 1445 The Old Testament     The First Book of Moses called Genesis
## 1446 The Old Testament     The First Book of Moses called Genesis
## 1447 The Old Testament     The First Book of Moses called Genesis
## 1448 The Old Testament     The First Book of Moses called Genesis
## 1449 The Old Testament     The First Book of Moses called Genesis
## 1450 The Old Testament     The First Book of Moses called Genesis
## 1451 The Old Testament     The First Book of Moses called Genesis
## 1452 The Old Testament     The First Book of Moses called Genesis
## 1453 The Old Testament     The First Book of Moses called Genesis
## 1454 The Old Testament     The First Book of Moses called Genesis
## 1455 The Old Testament     The First Book of Moses called Genesis
## 1456 The Old Testament     The First Book of Moses called Genesis
## 1457 The Old Testament     The First Book of Moses called Genesis
## 1458 The Old Testament     The First Book of Moses called Genesis
## 1459 The Old Testament     The First Book of Moses called Genesis
## 1460 The Old Testament     The First Book of Moses called Genesis
## 1461 The Old Testament     The First Book of Moses called Genesis
## 1462 The Old Testament     The First Book of Moses called Genesis
## 1463 The Old Testament     The First Book of Moses called Genesis
## 1464 The Old Testament     The First Book of Moses called Genesis
## 1465 The Old Testament     The First Book of Moses called Genesis
## 1466 The Old Testament     The First Book of Moses called Genesis
## 1467 The Old Testament     The First Book of Moses called Genesis
## 1468 The Old Testament     The First Book of Moses called Genesis
## 1469 The Old Testament     The First Book of Moses called Genesis
## 1470 The Old Testament     The First Book of Moses called Genesis
## 1471 The Old Testament     The First Book of Moses called Genesis
## 1472 The Old Testament     The First Book of Moses called Genesis
## 1473 The Old Testament     The First Book of Moses called Genesis
## 1474 The Old Testament     The First Book of Moses called Genesis
## 1475 The Old Testament     The First Book of Moses called Genesis
## 1476 The Old Testament     The First Book of Moses called Genesis
## 1477 The Old Testament     The First Book of Moses called Genesis
## 1478 The Old Testament     The First Book of Moses called Genesis
## 1479 The Old Testament     The First Book of Moses called Genesis
## 1480 The Old Testament     The First Book of Moses called Genesis
## 1481 The Old Testament     The First Book of Moses called Genesis
## 1482 The Old Testament     The First Book of Moses called Genesis
## 1483 The Old Testament     The First Book of Moses called Genesis
## 1484 The Old Testament     The First Book of Moses called Genesis
## 1485 The Old Testament     The First Book of Moses called Genesis
## 1486 The Old Testament     The First Book of Moses called Genesis
## 1487 The Old Testament     The First Book of Moses called Genesis
## 1488 The Old Testament     The First Book of Moses called Genesis
## 1489 The Old Testament     The First Book of Moses called Genesis
## 1490 The Old Testament     The First Book of Moses called Genesis
## 1491 The Old Testament     The First Book of Moses called Genesis
## 1492 The Old Testament     The First Book of Moses called Genesis
## 1493 The Old Testament     The First Book of Moses called Genesis
## 1494 The Old Testament     The First Book of Moses called Genesis
## 1495 The Old Testament     The First Book of Moses called Genesis
## 1496 The Old Testament     The First Book of Moses called Genesis
## 1497 The Old Testament     The First Book of Moses called Genesis
## 1498 The Old Testament     The First Book of Moses called Genesis
## 1499 The Old Testament     The First Book of Moses called Genesis
## 1500 The Old Testament     The First Book of Moses called Genesis
## 1501 The Old Testament     The First Book of Moses called Genesis
## 1502 The Old Testament     The First Book of Moses called Genesis
## 1503 The Old Testament     The First Book of Moses called Genesis
## 1504 The Old Testament     The First Book of Moses called Genesis
## 1505 The Old Testament     The First Book of Moses called Genesis
## 1506 The Old Testament     The First Book of Moses called Genesis
## 1507 The Old Testament     The First Book of Moses called Genesis
## 1508 The Old Testament     The First Book of Moses called Genesis
## 1509 The Old Testament     The First Book of Moses called Genesis
## 1510 The Old Testament     The First Book of Moses called Genesis
## 1511 The Old Testament     The First Book of Moses called Genesis
## 1512 The Old Testament     The First Book of Moses called Genesis
## 1513 The Old Testament     The First Book of Moses called Genesis
## 1514 The Old Testament     The First Book of Moses called Genesis
## 1515 The Old Testament     The First Book of Moses called Genesis
## 1516 The Old Testament     The First Book of Moses called Genesis
## 1517 The Old Testament     The First Book of Moses called Genesis
## 1518 The Old Testament     The First Book of Moses called Genesis
## 1519 The Old Testament     The First Book of Moses called Genesis
## 1520 The Old Testament     The First Book of Moses called Genesis
## 1521 The Old Testament     The First Book of Moses called Genesis
## 1522 The Old Testament     The First Book of Moses called Genesis
## 1523 The Old Testament     The First Book of Moses called Genesis
## 1524 The Old Testament     The First Book of Moses called Genesis
## 1525 The Old Testament     The First Book of Moses called Genesis
## 1526 The Old Testament     The First Book of Moses called Genesis
## 1527 The Old Testament     The First Book of Moses called Genesis
## 1528 The Old Testament     The First Book of Moses called Genesis
## 1529 The Old Testament     The First Book of Moses called Genesis
## 1530 The Old Testament     The First Book of Moses called Genesis
## 1531 The Old Testament     The First Book of Moses called Genesis
## 1532 The Old Testament     The First Book of Moses called Genesis
## 1533 The Old Testament     The First Book of Moses called Genesis
## 1534 The Old Testament     The Second Book of Moses called Exodus
## 1535 The Old Testament     The Second Book of Moses called Exodus
## 1536 The Old Testament     The Second Book of Moses called Exodus
## 1537 The Old Testament     The Second Book of Moses called Exodus
## 1538 The Old Testament     The Second Book of Moses called Exodus
## 1539 The Old Testament     The Second Book of Moses called Exodus
## 1540 The Old Testament     The Second Book of Moses called Exodus
## 1541 The Old Testament     The Second Book of Moses called Exodus
## 1542 The Old Testament     The Second Book of Moses called Exodus
## 1543 The Old Testament     The Second Book of Moses called Exodus
## 1544 The Old Testament     The Second Book of Moses called Exodus
## 1545 The Old Testament     The Second Book of Moses called Exodus
## 1546 The Old Testament     The Second Book of Moses called Exodus
## 1547 The Old Testament     The Second Book of Moses called Exodus
## 1548 The Old Testament     The Second Book of Moses called Exodus
## 1549 The Old Testament     The Second Book of Moses called Exodus
## 1550 The Old Testament     The Second Book of Moses called Exodus
## 1551 The Old Testament     The Second Book of Moses called Exodus
## 1552 The Old Testament     The Second Book of Moses called Exodus
## 1553 The Old Testament     The Second Book of Moses called Exodus
## 1554 The Old Testament     The Second Book of Moses called Exodus
## 1555 The Old Testament     The Second Book of Moses called Exodus
## 1556 The Old Testament     The Second Book of Moses called Exodus
## 1557 The Old Testament     The Second Book of Moses called Exodus
## 1558 The Old Testament     The Second Book of Moses called Exodus
## 1559 The Old Testament     The Second Book of Moses called Exodus
## 1560 The Old Testament     The Second Book of Moses called Exodus
## 1561 The Old Testament     The Second Book of Moses called Exodus
## 1562 The Old Testament     The Second Book of Moses called Exodus
## 1563 The Old Testament     The Second Book of Moses called Exodus
## 1564 The Old Testament     The Second Book of Moses called Exodus
## 1565 The Old Testament     The Second Book of Moses called Exodus
## 1566 The Old Testament     The Second Book of Moses called Exodus
## 1567 The Old Testament     The Second Book of Moses called Exodus
## 1568 The Old Testament     The Second Book of Moses called Exodus
## 1569 The Old Testament     The Second Book of Moses called Exodus
## 1570 The Old Testament     The Second Book of Moses called Exodus
## 1571 The Old Testament     The Second Book of Moses called Exodus
## 1572 The Old Testament     The Second Book of Moses called Exodus
## 1573 The Old Testament     The Second Book of Moses called Exodus
## 1574 The Old Testament     The Second Book of Moses called Exodus
## 1575 The Old Testament     The Second Book of Moses called Exodus
## 1576 The Old Testament     The Second Book of Moses called Exodus
## 1577 The Old Testament     The Second Book of Moses called Exodus
## 1578 The Old Testament     The Second Book of Moses called Exodus
## 1579 The Old Testament     The Second Book of Moses called Exodus
## 1580 The Old Testament     The Second Book of Moses called Exodus
## 1581 The Old Testament     The Second Book of Moses called Exodus
## 1582 The Old Testament     The Second Book of Moses called Exodus
## 1583 The Old Testament     The Second Book of Moses called Exodus
## 1584 The Old Testament     The Second Book of Moses called Exodus
## 1585 The Old Testament     The Second Book of Moses called Exodus
## 1586 The Old Testament     The Second Book of Moses called Exodus
## 1587 The Old Testament     The Second Book of Moses called Exodus
## 1588 The Old Testament     The Second Book of Moses called Exodus
## 1589 The Old Testament     The Second Book of Moses called Exodus
## 1590 The Old Testament     The Second Book of Moses called Exodus
## 1591 The Old Testament     The Second Book of Moses called Exodus
## 1592 The Old Testament     The Second Book of Moses called Exodus
## 1593 The Old Testament     The Second Book of Moses called Exodus
## 1594 The Old Testament     The Second Book of Moses called Exodus
## 1595 The Old Testament     The Second Book of Moses called Exodus
## 1596 The Old Testament     The Second Book of Moses called Exodus
## 1597 The Old Testament     The Second Book of Moses called Exodus
## 1598 The Old Testament     The Second Book of Moses called Exodus
## 1599 The Old Testament     The Second Book of Moses called Exodus
## 1600 The Old Testament     The Second Book of Moses called Exodus
## 1601 The Old Testament     The Second Book of Moses called Exodus
## 1602 The Old Testament     The Second Book of Moses called Exodus
## 1603 The Old Testament     The Second Book of Moses called Exodus
## 1604 The Old Testament     The Second Book of Moses called Exodus
## 1605 The Old Testament     The Second Book of Moses called Exodus
## 1606 The Old Testament     The Second Book of Moses called Exodus
## 1607 The Old Testament     The Second Book of Moses called Exodus
## 1608 The Old Testament     The Second Book of Moses called Exodus
## 1609 The Old Testament     The Second Book of Moses called Exodus
## 1610 The Old Testament     The Second Book of Moses called Exodus
## 1611 The Old Testament     The Second Book of Moses called Exodus
## 1612 The Old Testament     The Second Book of Moses called Exodus
## 1613 The Old Testament     The Second Book of Moses called Exodus
## 1614 The Old Testament     The Second Book of Moses called Exodus
## 1615 The Old Testament     The Second Book of Moses called Exodus
## 1616 The Old Testament     The Second Book of Moses called Exodus
## 1617 The Old Testament     The Second Book of Moses called Exodus
## 1618 The Old Testament     The Second Book of Moses called Exodus
## 1619 The Old Testament     The Second Book of Moses called Exodus
## 1620 The Old Testament     The Second Book of Moses called Exodus
## 1621 The Old Testament     The Second Book of Moses called Exodus
## 1622 The Old Testament     The Second Book of Moses called Exodus
## 1623 The Old Testament     The Second Book of Moses called Exodus
## 1624 The Old Testament     The Second Book of Moses called Exodus
## 1625 The Old Testament     The Second Book of Moses called Exodus
## 1626 The Old Testament     The Second Book of Moses called Exodus
## 1627 The Old Testament     The Second Book of Moses called Exodus
## 1628 The Old Testament     The Second Book of Moses called Exodus
## 1629 The Old Testament     The Second Book of Moses called Exodus
## 1630 The Old Testament     The Second Book of Moses called Exodus
## 1631 The Old Testament     The Second Book of Moses called Exodus
## 1632 The Old Testament     The Second Book of Moses called Exodus
## 1633 The Old Testament     The Second Book of Moses called Exodus
## 1634 The Old Testament     The Second Book of Moses called Exodus
## 1635 The Old Testament     The Second Book of Moses called Exodus
## 1636 The Old Testament     The Second Book of Moses called Exodus
## 1637 The Old Testament     The Second Book of Moses called Exodus
## 1638 The Old Testament     The Second Book of Moses called Exodus
## 1639 The Old Testament     The Second Book of Moses called Exodus
## 1640 The Old Testament     The Second Book of Moses called Exodus
## 1641 The Old Testament     The Second Book of Moses called Exodus
## 1642 The Old Testament     The Second Book of Moses called Exodus
## 1643 The Old Testament     The Second Book of Moses called Exodus
## 1644 The Old Testament     The Second Book of Moses called Exodus
## 1645 The Old Testament     The Second Book of Moses called Exodus
## 1646 The Old Testament     The Second Book of Moses called Exodus
## 1647 The Old Testament     The Second Book of Moses called Exodus
## 1648 The Old Testament     The Second Book of Moses called Exodus
## 1649 The Old Testament     The Second Book of Moses called Exodus
## 1650 The Old Testament     The Second Book of Moses called Exodus
## 1651 The Old Testament     The Second Book of Moses called Exodus
## 1652 The Old Testament     The Second Book of Moses called Exodus
## 1653 The Old Testament     The Second Book of Moses called Exodus
## 1654 The Old Testament     The Second Book of Moses called Exodus
## 1655 The Old Testament     The Second Book of Moses called Exodus
## 1656 The Old Testament     The Second Book of Moses called Exodus
## 1657 The Old Testament     The Second Book of Moses called Exodus
## 1658 The Old Testament     The Second Book of Moses called Exodus
## 1659 The Old Testament     The Second Book of Moses called Exodus
## 1660 The Old Testament     The Second Book of Moses called Exodus
## 1661 The Old Testament     The Second Book of Moses called Exodus
## 1662 The Old Testament     The Second Book of Moses called Exodus
## 1663 The Old Testament     The Second Book of Moses called Exodus
## 1664 The Old Testament     The Second Book of Moses called Exodus
## 1665 The Old Testament     The Second Book of Moses called Exodus
## 1666 The Old Testament     The Second Book of Moses called Exodus
## 1667 The Old Testament     The Second Book of Moses called Exodus
## 1668 The Old Testament     The Second Book of Moses called Exodus
## 1669 The Old Testament     The Second Book of Moses called Exodus
## 1670 The Old Testament     The Second Book of Moses called Exodus
## 1671 The Old Testament     The Second Book of Moses called Exodus
## 1672 The Old Testament     The Second Book of Moses called Exodus
## 1673 The Old Testament     The Second Book of Moses called Exodus
## 1674 The Old Testament     The Second Book of Moses called Exodus
## 1675 The Old Testament     The Second Book of Moses called Exodus
## 1676 The Old Testament     The Second Book of Moses called Exodus
## 1677 The Old Testament     The Second Book of Moses called Exodus
## 1678 The Old Testament     The Second Book of Moses called Exodus
## 1679 The Old Testament     The Second Book of Moses called Exodus
## 1680 The Old Testament     The Second Book of Moses called Exodus
## 1681 The Old Testament     The Second Book of Moses called Exodus
## 1682 The Old Testament     The Second Book of Moses called Exodus
## 1683 The Old Testament     The Second Book of Moses called Exodus
## 1684 The Old Testament     The Second Book of Moses called Exodus
## 1685 The Old Testament     The Second Book of Moses called Exodus
## 1686 The Old Testament     The Second Book of Moses called Exodus
## 1687 The Old Testament     The Second Book of Moses called Exodus
## 1688 The Old Testament     The Second Book of Moses called Exodus
## 1689 The Old Testament     The Second Book of Moses called Exodus
## 1690 The Old Testament     The Second Book of Moses called Exodus
## 1691 The Old Testament     The Second Book of Moses called Exodus
## 1692 The Old Testament     The Second Book of Moses called Exodus
## 1693 The Old Testament     The Second Book of Moses called Exodus
## 1694 The Old Testament     The Second Book of Moses called Exodus
## 1695 The Old Testament     The Second Book of Moses called Exodus
## 1696 The Old Testament     The Second Book of Moses called Exodus
## 1697 The Old Testament     The Second Book of Moses called Exodus
## 1698 The Old Testament     The Second Book of Moses called Exodus
## 1699 The Old Testament     The Second Book of Moses called Exodus
## 1700 The Old Testament     The Second Book of Moses called Exodus
## 1701 The Old Testament     The Second Book of Moses called Exodus
## 1702 The Old Testament     The Second Book of Moses called Exodus
## 1703 The Old Testament     The Second Book of Moses called Exodus
## 1704 The Old Testament     The Second Book of Moses called Exodus
## 1705 The Old Testament     The Second Book of Moses called Exodus
## 1706 The Old Testament     The Second Book of Moses called Exodus
## 1707 The Old Testament     The Second Book of Moses called Exodus
## 1708 The Old Testament     The Second Book of Moses called Exodus
## 1709 The Old Testament     The Second Book of Moses called Exodus
## 1710 The Old Testament     The Second Book of Moses called Exodus
## 1711 The Old Testament     The Second Book of Moses called Exodus
## 1712 The Old Testament     The Second Book of Moses called Exodus
## 1713 The Old Testament     The Second Book of Moses called Exodus
## 1714 The Old Testament     The Second Book of Moses called Exodus
## 1715 The Old Testament     The Second Book of Moses called Exodus
## 1716 The Old Testament     The Second Book of Moses called Exodus
## 1717 The Old Testament     The Second Book of Moses called Exodus
## 1718 The Old Testament     The Second Book of Moses called Exodus
## 1719 The Old Testament     The Second Book of Moses called Exodus
## 1720 The Old Testament     The Second Book of Moses called Exodus
## 1721 The Old Testament     The Second Book of Moses called Exodus
## 1722 The Old Testament     The Second Book of Moses called Exodus
## 1723 The Old Testament     The Second Book of Moses called Exodus
## 1724 The Old Testament     The Second Book of Moses called Exodus
## 1725 The Old Testament     The Second Book of Moses called Exodus
## 1726 The Old Testament     The Second Book of Moses called Exodus
## 1727 The Old Testament     The Second Book of Moses called Exodus
## 1728 The Old Testament     The Second Book of Moses called Exodus
## 1729 The Old Testament     The Second Book of Moses called Exodus
## 1730 The Old Testament     The Second Book of Moses called Exodus
## 1731 The Old Testament     The Second Book of Moses called Exodus
## 1732 The Old Testament     The Second Book of Moses called Exodus
## 1733 The Old Testament     The Second Book of Moses called Exodus
## 1734 The Old Testament     The Second Book of Moses called Exodus
## 1735 The Old Testament     The Second Book of Moses called Exodus
## 1736 The Old Testament     The Second Book of Moses called Exodus
## 1737 The Old Testament     The Second Book of Moses called Exodus
## 1738 The Old Testament     The Second Book of Moses called Exodus
## 1739 The Old Testament     The Second Book of Moses called Exodus
## 1740 The Old Testament     The Second Book of Moses called Exodus
## 1741 The Old Testament     The Second Book of Moses called Exodus
## 1742 The Old Testament     The Second Book of Moses called Exodus
## 1743 The Old Testament     The Second Book of Moses called Exodus
## 1744 The Old Testament     The Second Book of Moses called Exodus
## 1745 The Old Testament     The Second Book of Moses called Exodus
## 1746 The Old Testament     The Second Book of Moses called Exodus
## 1747 The Old Testament     The Second Book of Moses called Exodus
## 1748 The Old Testament     The Second Book of Moses called Exodus
## 1749 The Old Testament     The Second Book of Moses called Exodus
## 1750 The Old Testament     The Second Book of Moses called Exodus
## 1751 The Old Testament     The Second Book of Moses called Exodus
## 1752 The Old Testament     The Second Book of Moses called Exodus
## 1753 The Old Testament     The Second Book of Moses called Exodus
## 1754 The Old Testament     The Second Book of Moses called Exodus
## 1755 The Old Testament     The Second Book of Moses called Exodus
## 1756 The Old Testament     The Second Book of Moses called Exodus
## 1757 The Old Testament     The Second Book of Moses called Exodus
## 1758 The Old Testament     The Second Book of Moses called Exodus
## 1759 The Old Testament     The Second Book of Moses called Exodus
## 1760 The Old Testament     The Second Book of Moses called Exodus
## 1761 The Old Testament     The Second Book of Moses called Exodus
## 1762 The Old Testament     The Second Book of Moses called Exodus
## 1763 The Old Testament     The Second Book of Moses called Exodus
## 1764 The Old Testament     The Second Book of Moses called Exodus
## 1765 The Old Testament     The Second Book of Moses called Exodus
## 1766 The Old Testament     The Second Book of Moses called Exodus
## 1767 The Old Testament     The Second Book of Moses called Exodus
## 1768 The Old Testament     The Second Book of Moses called Exodus
## 1769 The Old Testament     The Second Book of Moses called Exodus
## 1770 The Old Testament     The Second Book of Moses called Exodus
## 1771 The Old Testament     The Second Book of Moses called Exodus
## 1772 The Old Testament     The Second Book of Moses called Exodus
## 1773 The Old Testament     The Second Book of Moses called Exodus
## 1774 The Old Testament     The Second Book of Moses called Exodus
## 1775 The Old Testament     The Second Book of Moses called Exodus
## 1776 The Old Testament     The Second Book of Moses called Exodus
## 1777 The Old Testament     The Second Book of Moses called Exodus
## 1778 The Old Testament     The Second Book of Moses called Exodus
## 1779 The Old Testament     The Second Book of Moses called Exodus
## 1780 The Old Testament     The Second Book of Moses called Exodus
## 1781 The Old Testament     The Second Book of Moses called Exodus
## 1782 The Old Testament     The Second Book of Moses called Exodus
## 1783 The Old Testament     The Second Book of Moses called Exodus
## 1784 The Old Testament     The Second Book of Moses called Exodus
## 1785 The Old Testament     The Second Book of Moses called Exodus
## 1786 The Old Testament     The Second Book of Moses called Exodus
## 1787 The Old Testament     The Second Book of Moses called Exodus
## 1788 The Old Testament     The Second Book of Moses called Exodus
## 1789 The Old Testament     The Second Book of Moses called Exodus
## 1790 The Old Testament     The Second Book of Moses called Exodus
## 1791 The Old Testament     The Second Book of Moses called Exodus
## 1792 The Old Testament     The Second Book of Moses called Exodus
## 1793 The Old Testament     The Second Book of Moses called Exodus
## 1794 The Old Testament     The Second Book of Moses called Exodus
## 1795 The Old Testament     The Second Book of Moses called Exodus
## 1796 The Old Testament     The Second Book of Moses called Exodus
## 1797 The Old Testament     The Second Book of Moses called Exodus
## 1798 The Old Testament     The Second Book of Moses called Exodus
## 1799 The Old Testament     The Second Book of Moses called Exodus
## 1800 The Old Testament     The Second Book of Moses called Exodus
## 1801 The Old Testament     The Second Book of Moses called Exodus
## 1802 The Old Testament     The Second Book of Moses called Exodus
## 1803 The Old Testament     The Second Book of Moses called Exodus
## 1804 The Old Testament     The Second Book of Moses called Exodus
## 1805 The Old Testament     The Second Book of Moses called Exodus
## 1806 The Old Testament     The Second Book of Moses called Exodus
## 1807 The Old Testament     The Second Book of Moses called Exodus
## 1808 The Old Testament     The Second Book of Moses called Exodus
## 1809 The Old Testament     The Second Book of Moses called Exodus
## 1810 The Old Testament     The Second Book of Moses called Exodus
## 1811 The Old Testament     The Second Book of Moses called Exodus
## 1812 The Old Testament     The Second Book of Moses called Exodus
## 1813 The Old Testament     The Second Book of Moses called Exodus
## 1814 The Old Testament     The Second Book of Moses called Exodus
## 1815 The Old Testament     The Second Book of Moses called Exodus
## 1816 The Old Testament     The Second Book of Moses called Exodus
## 1817 The Old Testament     The Second Book of Moses called Exodus
## 1818 The Old Testament     The Second Book of Moses called Exodus
## 1819 The Old Testament     The Second Book of Moses called Exodus
## 1820 The Old Testament     The Second Book of Moses called Exodus
## 1821 The Old Testament     The Second Book of Moses called Exodus
## 1822 The Old Testament     The Second Book of Moses called Exodus
## 1823 The Old Testament     The Second Book of Moses called Exodus
## 1824 The Old Testament     The Second Book of Moses called Exodus
## 1825 The Old Testament     The Second Book of Moses called Exodus
## 1826 The Old Testament     The Second Book of Moses called Exodus
## 1827 The Old Testament     The Second Book of Moses called Exodus
## 1828 The Old Testament     The Second Book of Moses called Exodus
## 1829 The Old Testament     The Second Book of Moses called Exodus
## 1830 The Old Testament     The Second Book of Moses called Exodus
## 1831 The Old Testament     The Second Book of Moses called Exodus
## 1832 The Old Testament     The Second Book of Moses called Exodus
## 1833 The Old Testament     The Second Book of Moses called Exodus
## 1834 The Old Testament     The Second Book of Moses called Exodus
## 1835 The Old Testament     The Second Book of Moses called Exodus
## 1836 The Old Testament     The Second Book of Moses called Exodus
## 1837 The Old Testament     The Second Book of Moses called Exodus
## 1838 The Old Testament     The Second Book of Moses called Exodus
## 1839 The Old Testament     The Second Book of Moses called Exodus
## 1840 The Old Testament     The Second Book of Moses called Exodus
## 1841 The Old Testament     The Second Book of Moses called Exodus
## 1842 The Old Testament     The Second Book of Moses called Exodus
## 1843 The Old Testament     The Second Book of Moses called Exodus
## 1844 The Old Testament     The Second Book of Moses called Exodus
## 1845 The Old Testament     The Second Book of Moses called Exodus
## 1846 The Old Testament     The Second Book of Moses called Exodus
## 1847 The Old Testament     The Second Book of Moses called Exodus
## 1848 The Old Testament     The Second Book of Moses called Exodus
## 1849 The Old Testament     The Second Book of Moses called Exodus
## 1850 The Old Testament     The Second Book of Moses called Exodus
## 1851 The Old Testament     The Second Book of Moses called Exodus
## 1852 The Old Testament     The Second Book of Moses called Exodus
## 1853 The Old Testament     The Second Book of Moses called Exodus
## 1854 The Old Testament     The Second Book of Moses called Exodus
## 1855 The Old Testament     The Second Book of Moses called Exodus
## 1856 The Old Testament     The Second Book of Moses called Exodus
## 1857 The Old Testament     The Second Book of Moses called Exodus
## 1858 The Old Testament     The Second Book of Moses called Exodus
## 1859 The Old Testament     The Second Book of Moses called Exodus
## 1860 The Old Testament     The Second Book of Moses called Exodus
## 1861 The Old Testament     The Second Book of Moses called Exodus
## 1862 The Old Testament     The Second Book of Moses called Exodus
## 1863 The Old Testament     The Second Book of Moses called Exodus
## 1864 The Old Testament     The Second Book of Moses called Exodus
## 1865 The Old Testament     The Second Book of Moses called Exodus
## 1866 The Old Testament     The Second Book of Moses called Exodus
## 1867 The Old Testament     The Second Book of Moses called Exodus
## 1868 The Old Testament     The Second Book of Moses called Exodus
## 1869 The Old Testament     The Second Book of Moses called Exodus
## 1870 The Old Testament     The Second Book of Moses called Exodus
## 1871 The Old Testament     The Second Book of Moses called Exodus
## 1872 The Old Testament     The Second Book of Moses called Exodus
## 1873 The Old Testament     The Second Book of Moses called Exodus
## 1874 The Old Testament     The Second Book of Moses called Exodus
## 1875 The Old Testament     The Second Book of Moses called Exodus
## 1876 The Old Testament     The Second Book of Moses called Exodus
## 1877 The Old Testament     The Second Book of Moses called Exodus
## 1878 The Old Testament     The Second Book of Moses called Exodus
## 1879 The Old Testament     The Second Book of Moses called Exodus
## 1880 The Old Testament     The Second Book of Moses called Exodus
## 1881 The Old Testament     The Second Book of Moses called Exodus
## 1882 The Old Testament     The Second Book of Moses called Exodus
## 1883 The Old Testament     The Second Book of Moses called Exodus
## 1884 The Old Testament     The Second Book of Moses called Exodus
## 1885 The Old Testament     The Second Book of Moses called Exodus
## 1886 The Old Testament     The Second Book of Moses called Exodus
## 1887 The Old Testament     The Second Book of Moses called Exodus
## 1888 The Old Testament     The Second Book of Moses called Exodus
## 1889 The Old Testament     The Second Book of Moses called Exodus
## 1890 The Old Testament     The Second Book of Moses called Exodus
## 1891 The Old Testament     The Second Book of Moses called Exodus
## 1892 The Old Testament     The Second Book of Moses called Exodus
## 1893 The Old Testament     The Second Book of Moses called Exodus
## 1894 The Old Testament     The Second Book of Moses called Exodus
## 1895 The Old Testament     The Second Book of Moses called Exodus
## 1896 The Old Testament     The Second Book of Moses called Exodus
## 1897 The Old Testament     The Second Book of Moses called Exodus
## 1898 The Old Testament     The Second Book of Moses called Exodus
## 1899 The Old Testament     The Second Book of Moses called Exodus
## 1900 The Old Testament     The Second Book of Moses called Exodus
## 1901 The Old Testament     The Second Book of Moses called Exodus
## 1902 The Old Testament     The Second Book of Moses called Exodus
## 1903 The Old Testament     The Second Book of Moses called Exodus
## 1904 The Old Testament     The Second Book of Moses called Exodus
## 1905 The Old Testament     The Second Book of Moses called Exodus
## 1906 The Old Testament     The Second Book of Moses called Exodus
## 1907 The Old Testament     The Second Book of Moses called Exodus
## 1908 The Old Testament     The Second Book of Moses called Exodus
## 1909 The Old Testament     The Second Book of Moses called Exodus
## 1910 The Old Testament     The Second Book of Moses called Exodus
## 1911 The Old Testament     The Second Book of Moses called Exodus
## 1912 The Old Testament     The Second Book of Moses called Exodus
## 1913 The Old Testament     The Second Book of Moses called Exodus
## 1914 The Old Testament     The Second Book of Moses called Exodus
## 1915 The Old Testament     The Second Book of Moses called Exodus
## 1916 The Old Testament     The Second Book of Moses called Exodus
## 1917 The Old Testament     The Second Book of Moses called Exodus
## 1918 The Old Testament     The Second Book of Moses called Exodus
## 1919 The Old Testament     The Second Book of Moses called Exodus
## 1920 The Old Testament     The Second Book of Moses called Exodus
## 1921 The Old Testament     The Second Book of Moses called Exodus
## 1922 The Old Testament     The Second Book of Moses called Exodus
## 1923 The Old Testament     The Second Book of Moses called Exodus
## 1924 The Old Testament     The Second Book of Moses called Exodus
## 1925 The Old Testament     The Second Book of Moses called Exodus
## 1926 The Old Testament     The Second Book of Moses called Exodus
## 1927 The Old Testament     The Second Book of Moses called Exodus
## 1928 The Old Testament     The Second Book of Moses called Exodus
## 1929 The Old Testament     The Second Book of Moses called Exodus
## 1930 The Old Testament     The Second Book of Moses called Exodus
## 1931 The Old Testament     The Second Book of Moses called Exodus
## 1932 The Old Testament     The Second Book of Moses called Exodus
## 1933 The Old Testament     The Second Book of Moses called Exodus
## 1934 The Old Testament     The Second Book of Moses called Exodus
## 1935 The Old Testament     The Second Book of Moses called Exodus
## 1936 The Old Testament     The Second Book of Moses called Exodus
## 1937 The Old Testament     The Second Book of Moses called Exodus
## 1938 The Old Testament     The Second Book of Moses called Exodus
## 1939 The Old Testament     The Second Book of Moses called Exodus
## 1940 The Old Testament     The Second Book of Moses called Exodus
## 1941 The Old Testament     The Second Book of Moses called Exodus
## 1942 The Old Testament     The Second Book of Moses called Exodus
## 1943 The Old Testament     The Second Book of Moses called Exodus
## 1944 The Old Testament     The Second Book of Moses called Exodus
## 1945 The Old Testament     The Second Book of Moses called Exodus
## 1946 The Old Testament     The Second Book of Moses called Exodus
## 1947 The Old Testament     The Second Book of Moses called Exodus
## 1948 The Old Testament     The Second Book of Moses called Exodus
## 1949 The Old Testament     The Second Book of Moses called Exodus
## 1950 The Old Testament     The Second Book of Moses called Exodus
## 1951 The Old Testament     The Second Book of Moses called Exodus
## 1952 The Old Testament     The Second Book of Moses called Exodus
## 1953 The Old Testament     The Second Book of Moses called Exodus
## 1954 The Old Testament     The Second Book of Moses called Exodus
## 1955 The Old Testament     The Second Book of Moses called Exodus
## 1956 The Old Testament     The Second Book of Moses called Exodus
## 1957 The Old Testament     The Second Book of Moses called Exodus
## 1958 The Old Testament     The Second Book of Moses called Exodus
## 1959 The Old Testament     The Second Book of Moses called Exodus
## 1960 The Old Testament     The Second Book of Moses called Exodus
## 1961 The Old Testament     The Second Book of Moses called Exodus
## 1962 The Old Testament     The Second Book of Moses called Exodus
## 1963 The Old Testament     The Second Book of Moses called Exodus
## 1964 The Old Testament     The Second Book of Moses called Exodus
## 1965 The Old Testament     The Second Book of Moses called Exodus
## 1966 The Old Testament     The Second Book of Moses called Exodus
## 1967 The Old Testament     The Second Book of Moses called Exodus
## 1968 The Old Testament     The Second Book of Moses called Exodus
## 1969 The Old Testament     The Second Book of Moses called Exodus
## 1970 The Old Testament     The Second Book of Moses called Exodus
## 1971 The Old Testament     The Second Book of Moses called Exodus
## 1972 The Old Testament     The Second Book of Moses called Exodus
## 1973 The Old Testament     The Second Book of Moses called Exodus
## 1974 The Old Testament     The Second Book of Moses called Exodus
## 1975 The Old Testament     The Second Book of Moses called Exodus
## 1976 The Old Testament     The Second Book of Moses called Exodus
## 1977 The Old Testament     The Second Book of Moses called Exodus
## 1978 The Old Testament     The Second Book of Moses called Exodus
## 1979 The Old Testament     The Second Book of Moses called Exodus
## 1980 The Old Testament     The Second Book of Moses called Exodus
## 1981 The Old Testament     The Second Book of Moses called Exodus
## 1982 The Old Testament     The Second Book of Moses called Exodus
## 1983 The Old Testament     The Second Book of Moses called Exodus
## 1984 The Old Testament     The Second Book of Moses called Exodus
## 1985 The Old Testament     The Second Book of Moses called Exodus
## 1986 The Old Testament     The Second Book of Moses called Exodus
## 1987 The Old Testament     The Second Book of Moses called Exodus
## 1988 The Old Testament     The Second Book of Moses called Exodus
## 1989 The Old Testament     The Second Book of Moses called Exodus
## 1990 The Old Testament     The Second Book of Moses called Exodus
## 1991 The Old Testament     The Second Book of Moses called Exodus
## 1992 The Old Testament     The Second Book of Moses called Exodus
## 1993 The Old Testament     The Second Book of Moses called Exodus
## 1994 The Old Testament     The Second Book of Moses called Exodus
## 1995 The Old Testament     The Second Book of Moses called Exodus
## 1996 The Old Testament     The Second Book of Moses called Exodus
## 1997 The Old Testament     The Second Book of Moses called Exodus
## 1998 The Old Testament     The Second Book of Moses called Exodus
## 1999 The Old Testament     The Second Book of Moses called Exodus
## 2000 The Old Testament     The Second Book of Moses called Exodus
## 2001 The Old Testament     The Second Book of Moses called Exodus
## 2002 The Old Testament     The Second Book of Moses called Exodus
## 2003 The Old Testament     The Second Book of Moses called Exodus
## 2004 The Old Testament     The Second Book of Moses called Exodus
## 2005 The Old Testament     The Second Book of Moses called Exodus
## 2006 The Old Testament     The Second Book of Moses called Exodus
## 2007 The Old Testament     The Second Book of Moses called Exodus
## 2008 The Old Testament     The Second Book of Moses called Exodus
## 2009 The Old Testament     The Second Book of Moses called Exodus
## 2010 The Old Testament     The Second Book of Moses called Exodus
## 2011 The Old Testament     The Second Book of Moses called Exodus
## 2012 The Old Testament     The Second Book of Moses called Exodus
## 2013 The Old Testament     The Second Book of Moses called Exodus
## 2014 The Old Testament     The Second Book of Moses called Exodus
## 2015 The Old Testament     The Second Book of Moses called Exodus
## 2016 The Old Testament     The Second Book of Moses called Exodus
## 2017 The Old Testament     The Second Book of Moses called Exodus
## 2018 The Old Testament     The Second Book of Moses called Exodus
## 2019 The Old Testament     The Second Book of Moses called Exodus
## 2020 The Old Testament     The Second Book of Moses called Exodus
## 2021 The Old Testament     The Second Book of Moses called Exodus
## 2022 The Old Testament     The Second Book of Moses called Exodus
## 2023 The Old Testament     The Second Book of Moses called Exodus
## 2024 The Old Testament     The Second Book of Moses called Exodus
## 2025 The Old Testament     The Second Book of Moses called Exodus
## 2026 The Old Testament     The Second Book of Moses called Exodus
## 2027 The Old Testament     The Second Book of Moses called Exodus
## 2028 The Old Testament     The Second Book of Moses called Exodus
## 2029 The Old Testament     The Second Book of Moses called Exodus
## 2030 The Old Testament     The Second Book of Moses called Exodus
## 2031 The Old Testament     The Second Book of Moses called Exodus
## 2032 The Old Testament     The Second Book of Moses called Exodus
## 2033 The Old Testament     The Second Book of Moses called Exodus
## 2034 The Old Testament     The Second Book of Moses called Exodus
## 2035 The Old Testament     The Second Book of Moses called Exodus
## 2036 The Old Testament     The Second Book of Moses called Exodus
## 2037 The Old Testament     The Second Book of Moses called Exodus
## 2038 The Old Testament     The Second Book of Moses called Exodus
## 2039 The Old Testament     The Second Book of Moses called Exodus
## 2040 The Old Testament     The Second Book of Moses called Exodus
## 2041 The Old Testament     The Second Book of Moses called Exodus
## 2042 The Old Testament     The Second Book of Moses called Exodus
## 2043 The Old Testament     The Second Book of Moses called Exodus
## 2044 The Old Testament     The Second Book of Moses called Exodus
## 2045 The Old Testament     The Second Book of Moses called Exodus
## 2046 The Old Testament     The Second Book of Moses called Exodus
## 2047 The Old Testament     The Second Book of Moses called Exodus
## 2048 The Old Testament     The Second Book of Moses called Exodus
## 2049 The Old Testament     The Second Book of Moses called Exodus
## 2050 The Old Testament     The Second Book of Moses called Exodus
## 2051 The Old Testament     The Second Book of Moses called Exodus
## 2052 The Old Testament     The Second Book of Moses called Exodus
## 2053 The Old Testament     The Second Book of Moses called Exodus
## 2054 The Old Testament     The Second Book of Moses called Exodus
## 2055 The Old Testament     The Second Book of Moses called Exodus
## 2056 The Old Testament     The Second Book of Moses called Exodus
## 2057 The Old Testament     The Second Book of Moses called Exodus
## 2058 The Old Testament     The Second Book of Moses called Exodus
## 2059 The Old Testament     The Second Book of Moses called Exodus
## 2060 The Old Testament     The Second Book of Moses called Exodus
## 2061 The Old Testament     The Second Book of Moses called Exodus
## 2062 The Old Testament     The Second Book of Moses called Exodus
## 2063 The Old Testament     The Second Book of Moses called Exodus
## 2064 The Old Testament     The Second Book of Moses called Exodus
## 2065 The Old Testament     The Second Book of Moses called Exodus
## 2066 The Old Testament     The Second Book of Moses called Exodus
## 2067 The Old Testament     The Second Book of Moses called Exodus
## 2068 The Old Testament     The Second Book of Moses called Exodus
## 2069 The Old Testament     The Second Book of Moses called Exodus
## 2070 The Old Testament     The Second Book of Moses called Exodus
## 2071 The Old Testament     The Second Book of Moses called Exodus
## 2072 The Old Testament     The Second Book of Moses called Exodus
## 2073 The Old Testament     The Second Book of Moses called Exodus
## 2074 The Old Testament     The Second Book of Moses called Exodus
## 2075 The Old Testament     The Second Book of Moses called Exodus
## 2076 The Old Testament     The Second Book of Moses called Exodus
## 2077 The Old Testament     The Second Book of Moses called Exodus
## 2078 The Old Testament     The Second Book of Moses called Exodus
## 2079 The Old Testament     The Second Book of Moses called Exodus
## 2080 The Old Testament     The Second Book of Moses called Exodus
## 2081 The Old Testament     The Second Book of Moses called Exodus
## 2082 The Old Testament     The Second Book of Moses called Exodus
## 2083 The Old Testament     The Second Book of Moses called Exodus
## 2084 The Old Testament     The Second Book of Moses called Exodus
## 2085 The Old Testament     The Second Book of Moses called Exodus
## 2086 The Old Testament     The Second Book of Moses called Exodus
## 2087 The Old Testament     The Second Book of Moses called Exodus
## 2088 The Old Testament     The Second Book of Moses called Exodus
## 2089 The Old Testament     The Second Book of Moses called Exodus
## 2090 The Old Testament     The Second Book of Moses called Exodus
## 2091 The Old Testament     The Second Book of Moses called Exodus
## 2092 The Old Testament     The Second Book of Moses called Exodus
## 2093 The Old Testament     The Second Book of Moses called Exodus
## 2094 The Old Testament     The Second Book of Moses called Exodus
## 2095 The Old Testament     The Second Book of Moses called Exodus
## 2096 The Old Testament     The Second Book of Moses called Exodus
## 2097 The Old Testament     The Second Book of Moses called Exodus
## 2098 The Old Testament     The Second Book of Moses called Exodus
## 2099 The Old Testament     The Second Book of Moses called Exodus
## 2100 The Old Testament     The Second Book of Moses called Exodus
## 2101 The Old Testament     The Second Book of Moses called Exodus
## 2102 The Old Testament     The Second Book of Moses called Exodus
## 2103 The Old Testament     The Second Book of Moses called Exodus
## 2104 The Old Testament     The Second Book of Moses called Exodus
## 2105 The Old Testament     The Second Book of Moses called Exodus
## 2106 The Old Testament     The Second Book of Moses called Exodus
## 2107 The Old Testament     The Second Book of Moses called Exodus
## 2108 The Old Testament     The Second Book of Moses called Exodus
## 2109 The Old Testament     The Second Book of Moses called Exodus
## 2110 The Old Testament     The Second Book of Moses called Exodus
## 2111 The Old Testament     The Second Book of Moses called Exodus
## 2112 The Old Testament     The Second Book of Moses called Exodus
## 2113 The Old Testament     The Second Book of Moses called Exodus
## 2114 The Old Testament     The Second Book of Moses called Exodus
## 2115 The Old Testament     The Second Book of Moses called Exodus
## 2116 The Old Testament     The Second Book of Moses called Exodus
## 2117 The Old Testament     The Second Book of Moses called Exodus
## 2118 The Old Testament     The Second Book of Moses called Exodus
## 2119 The Old Testament     The Second Book of Moses called Exodus
## 2120 The Old Testament     The Second Book of Moses called Exodus
## 2121 The Old Testament     The Second Book of Moses called Exodus
## 2122 The Old Testament     The Second Book of Moses called Exodus
## 2123 The Old Testament     The Second Book of Moses called Exodus
## 2124 The Old Testament     The Second Book of Moses called Exodus
## 2125 The Old Testament     The Second Book of Moses called Exodus
## 2126 The Old Testament     The Second Book of Moses called Exodus
## 2127 The Old Testament     The Second Book of Moses called Exodus
## 2128 The Old Testament     The Second Book of Moses called Exodus
## 2129 The Old Testament     The Second Book of Moses called Exodus
## 2130 The Old Testament     The Second Book of Moses called Exodus
## 2131 The Old Testament     The Second Book of Moses called Exodus
## 2132 The Old Testament     The Second Book of Moses called Exodus
## 2133 The Old Testament     The Second Book of Moses called Exodus
## 2134 The Old Testament     The Second Book of Moses called Exodus
## 2135 The Old Testament     The Second Book of Moses called Exodus
## 2136 The Old Testament     The Second Book of Moses called Exodus
## 2137 The Old Testament     The Second Book of Moses called Exodus
## 2138 The Old Testament     The Second Book of Moses called Exodus
## 2139 The Old Testament     The Second Book of Moses called Exodus
## 2140 The Old Testament     The Second Book of Moses called Exodus
## 2141 The Old Testament     The Second Book of Moses called Exodus
## 2142 The Old Testament     The Second Book of Moses called Exodus
## 2143 The Old Testament     The Second Book of Moses called Exodus
## 2144 The Old Testament     The Second Book of Moses called Exodus
## 2145 The Old Testament     The Second Book of Moses called Exodus
## 2146 The Old Testament     The Second Book of Moses called Exodus
## 2147 The Old Testament     The Second Book of Moses called Exodus
## 2148 The Old Testament     The Second Book of Moses called Exodus
## 2149 The Old Testament     The Second Book of Moses called Exodus
## 2150 The Old Testament     The Second Book of Moses called Exodus
## 2151 The Old Testament     The Second Book of Moses called Exodus
## 2152 The Old Testament     The Second Book of Moses called Exodus
## 2153 The Old Testament     The Second Book of Moses called Exodus
## 2154 The Old Testament     The Second Book of Moses called Exodus
## 2155 The Old Testament     The Second Book of Moses called Exodus
## 2156 The Old Testament     The Second Book of Moses called Exodus
## 2157 The Old Testament     The Second Book of Moses called Exodus
## 2158 The Old Testament     The Second Book of Moses called Exodus
## 2159 The Old Testament     The Second Book of Moses called Exodus
## 2160 The Old Testament     The Second Book of Moses called Exodus
## 2161 The Old Testament     The Second Book of Moses called Exodus
## 2162 The Old Testament     The Second Book of Moses called Exodus
## 2163 The Old Testament     The Second Book of Moses called Exodus
## 2164 The Old Testament     The Second Book of Moses called Exodus
## 2165 The Old Testament     The Second Book of Moses called Exodus
## 2166 The Old Testament     The Second Book of Moses called Exodus
## 2167 The Old Testament     The Second Book of Moses called Exodus
## 2168 The Old Testament     The Second Book of Moses called Exodus
## 2169 The Old Testament     The Second Book of Moses called Exodus
## 2170 The Old Testament     The Second Book of Moses called Exodus
## 2171 The Old Testament     The Second Book of Moses called Exodus
## 2172 The Old Testament     The Second Book of Moses called Exodus
## 2173 The Old Testament     The Second Book of Moses called Exodus
## 2174 The Old Testament     The Second Book of Moses called Exodus
## 2175 The Old Testament     The Second Book of Moses called Exodus
## 2176 The Old Testament     The Second Book of Moses called Exodus
## 2177 The Old Testament     The Second Book of Moses called Exodus
## 2178 The Old Testament     The Second Book of Moses called Exodus
## 2179 The Old Testament     The Second Book of Moses called Exodus
## 2180 The Old Testament     The Second Book of Moses called Exodus
## 2181 The Old Testament     The Second Book of Moses called Exodus
## 2182 The Old Testament     The Second Book of Moses called Exodus
## 2183 The Old Testament     The Second Book of Moses called Exodus
## 2184 The Old Testament     The Second Book of Moses called Exodus
## 2185 The Old Testament     The Second Book of Moses called Exodus
## 2186 The Old Testament     The Second Book of Moses called Exodus
## 2187 The Old Testament     The Second Book of Moses called Exodus
## 2188 The Old Testament     The Second Book of Moses called Exodus
## 2189 The Old Testament     The Second Book of Moses called Exodus
## 2190 The Old Testament     The Second Book of Moses called Exodus
## 2191 The Old Testament     The Second Book of Moses called Exodus
## 2192 The Old Testament     The Second Book of Moses called Exodus
## 2193 The Old Testament     The Second Book of Moses called Exodus
## 2194 The Old Testament     The Second Book of Moses called Exodus
## 2195 The Old Testament     The Second Book of Moses called Exodus
## 2196 The Old Testament     The Second Book of Moses called Exodus
## 2197 The Old Testament     The Second Book of Moses called Exodus
## 2198 The Old Testament     The Second Book of Moses called Exodus
## 2199 The Old Testament     The Second Book of Moses called Exodus
## 2200 The Old Testament     The Second Book of Moses called Exodus
## 2201 The Old Testament     The Second Book of Moses called Exodus
## 2202 The Old Testament     The Second Book of Moses called Exodus
## 2203 The Old Testament     The Second Book of Moses called Exodus
## 2204 The Old Testament     The Second Book of Moses called Exodus
## 2205 The Old Testament     The Second Book of Moses called Exodus
## 2206 The Old Testament     The Second Book of Moses called Exodus
## 2207 The Old Testament     The Second Book of Moses called Exodus
## 2208 The Old Testament     The Second Book of Moses called Exodus
## 2209 The Old Testament     The Second Book of Moses called Exodus
## 2210 The Old Testament     The Second Book of Moses called Exodus
## 2211 The Old Testament     The Second Book of Moses called Exodus
## 2212 The Old Testament     The Second Book of Moses called Exodus
## 2213 The Old Testament     The Second Book of Moses called Exodus
## 2214 The Old Testament     The Second Book of Moses called Exodus
## 2215 The Old Testament     The Second Book of Moses called Exodus
## 2216 The Old Testament     The Second Book of Moses called Exodus
## 2217 The Old Testament     The Second Book of Moses called Exodus
## 2218 The Old Testament     The Second Book of Moses called Exodus
## 2219 The Old Testament     The Second Book of Moses called Exodus
## 2220 The Old Testament     The Second Book of Moses called Exodus
## 2221 The Old Testament     The Second Book of Moses called Exodus
## 2222 The Old Testament     The Second Book of Moses called Exodus
## 2223 The Old Testament     The Second Book of Moses called Exodus
## 2224 The Old Testament     The Second Book of Moses called Exodus
## 2225 The Old Testament     The Second Book of Moses called Exodus
## 2226 The Old Testament     The Second Book of Moses called Exodus
## 2227 The Old Testament     The Second Book of Moses called Exodus
## 2228 The Old Testament     The Second Book of Moses called Exodus
## 2229 The Old Testament     The Second Book of Moses called Exodus
## 2230 The Old Testament     The Second Book of Moses called Exodus
## 2231 The Old Testament     The Second Book of Moses called Exodus
## 2232 The Old Testament     The Second Book of Moses called Exodus
## 2233 The Old Testament     The Second Book of Moses called Exodus
## 2234 The Old Testament     The Second Book of Moses called Exodus
## 2235 The Old Testament     The Second Book of Moses called Exodus
## 2236 The Old Testament     The Second Book of Moses called Exodus
## 2237 The Old Testament     The Second Book of Moses called Exodus
## 2238 The Old Testament     The Second Book of Moses called Exodus
## 2239 The Old Testament     The Second Book of Moses called Exodus
## 2240 The Old Testament     The Second Book of Moses called Exodus
## 2241 The Old Testament     The Second Book of Moses called Exodus
## 2242 The Old Testament     The Second Book of Moses called Exodus
## 2243 The Old Testament     The Second Book of Moses called Exodus
## 2244 The Old Testament     The Second Book of Moses called Exodus
## 2245 The Old Testament     The Second Book of Moses called Exodus
## 2246 The Old Testament     The Second Book of Moses called Exodus
## 2247 The Old Testament     The Second Book of Moses called Exodus
## 2248 The Old Testament     The Second Book of Moses called Exodus
## 2249 The Old Testament     The Second Book of Moses called Exodus
## 2250 The Old Testament     The Second Book of Moses called Exodus
## 2251 The Old Testament     The Second Book of Moses called Exodus
## 2252 The Old Testament     The Second Book of Moses called Exodus
## 2253 The Old Testament     The Second Book of Moses called Exodus
## 2254 The Old Testament     The Second Book of Moses called Exodus
## 2255 The Old Testament     The Second Book of Moses called Exodus
## 2256 The Old Testament     The Second Book of Moses called Exodus
## 2257 The Old Testament     The Second Book of Moses called Exodus
## 2258 The Old Testament     The Second Book of Moses called Exodus
## 2259 The Old Testament     The Second Book of Moses called Exodus
## 2260 The Old Testament     The Second Book of Moses called Exodus
## 2261 The Old Testament     The Second Book of Moses called Exodus
## 2262 The Old Testament     The Second Book of Moses called Exodus
## 2263 The Old Testament     The Second Book of Moses called Exodus
## 2264 The Old Testament     The Second Book of Moses called Exodus
## 2265 The Old Testament     The Second Book of Moses called Exodus
## 2266 The Old Testament     The Second Book of Moses called Exodus
## 2267 The Old Testament     The Second Book of Moses called Exodus
## 2268 The Old Testament     The Second Book of Moses called Exodus
## 2269 The Old Testament     The Second Book of Moses called Exodus
## 2270 The Old Testament     The Second Book of Moses called Exodus
## 2271 The Old Testament     The Second Book of Moses called Exodus
## 2272 The Old Testament     The Second Book of Moses called Exodus
## 2273 The Old Testament     The Second Book of Moses called Exodus
## 2274 The Old Testament     The Second Book of Moses called Exodus
## 2275 The Old Testament     The Second Book of Moses called Exodus
## 2276 The Old Testament     The Second Book of Moses called Exodus
## 2277 The Old Testament     The Second Book of Moses called Exodus
## 2278 The Old Testament     The Second Book of Moses called Exodus
## 2279 The Old Testament     The Second Book of Moses called Exodus
## 2280 The Old Testament     The Second Book of Moses called Exodus
## 2281 The Old Testament     The Second Book of Moses called Exodus
## 2282 The Old Testament     The Second Book of Moses called Exodus
## 2283 The Old Testament     The Second Book of Moses called Exodus
## 2284 The Old Testament     The Second Book of Moses called Exodus
## 2285 The Old Testament     The Second Book of Moses called Exodus
## 2286 The Old Testament     The Second Book of Moses called Exodus
## 2287 The Old Testament     The Second Book of Moses called Exodus
## 2288 The Old Testament     The Second Book of Moses called Exodus
## 2289 The Old Testament     The Second Book of Moses called Exodus
## 2290 The Old Testament     The Second Book of Moses called Exodus
## 2291 The Old Testament     The Second Book of Moses called Exodus
## 2292 The Old Testament     The Second Book of Moses called Exodus
## 2293 The Old Testament     The Second Book of Moses called Exodus
## 2294 The Old Testament     The Second Book of Moses called Exodus
## 2295 The Old Testament     The Second Book of Moses called Exodus
## 2296 The Old Testament     The Second Book of Moses called Exodus
## 2297 The Old Testament     The Second Book of Moses called Exodus
## 2298 The Old Testament     The Second Book of Moses called Exodus
## 2299 The Old Testament     The Second Book of Moses called Exodus
## 2300 The Old Testament     The Second Book of Moses called Exodus
## 2301 The Old Testament     The Second Book of Moses called Exodus
## 2302 The Old Testament     The Second Book of Moses called Exodus
## 2303 The Old Testament     The Second Book of Moses called Exodus
## 2304 The Old Testament     The Second Book of Moses called Exodus
## 2305 The Old Testament     The Second Book of Moses called Exodus
## 2306 The Old Testament     The Second Book of Moses called Exodus
## 2307 The Old Testament     The Second Book of Moses called Exodus
## 2308 The Old Testament     The Second Book of Moses called Exodus
## 2309 The Old Testament     The Second Book of Moses called Exodus
## 2310 The Old Testament     The Second Book of Moses called Exodus
## 2311 The Old Testament     The Second Book of Moses called Exodus
## 2312 The Old Testament     The Second Book of Moses called Exodus
## 2313 The Old Testament     The Second Book of Moses called Exodus
## 2314 The Old Testament     The Second Book of Moses called Exodus
## 2315 The Old Testament     The Second Book of Moses called Exodus
## 2316 The Old Testament     The Second Book of Moses called Exodus
## 2317 The Old Testament     The Second Book of Moses called Exodus
## 2318 The Old Testament     The Second Book of Moses called Exodus
## 2319 The Old Testament     The Second Book of Moses called Exodus
## 2320 The Old Testament     The Second Book of Moses called Exodus
## 2321 The Old Testament     The Second Book of Moses called Exodus
## 2322 The Old Testament     The Second Book of Moses called Exodus
## 2323 The Old Testament     The Second Book of Moses called Exodus
## 2324 The Old Testament     The Second Book of Moses called Exodus
## 2325 The Old Testament     The Second Book of Moses called Exodus
## 2326 The Old Testament     The Second Book of Moses called Exodus
## 2327 The Old Testament     The Second Book of Moses called Exodus
## 2328 The Old Testament     The Second Book of Moses called Exodus
## 2329 The Old Testament     The Second Book of Moses called Exodus
## 2330 The Old Testament     The Second Book of Moses called Exodus
## 2331 The Old Testament     The Second Book of Moses called Exodus
## 2332 The Old Testament     The Second Book of Moses called Exodus
## 2333 The Old Testament     The Second Book of Moses called Exodus
## 2334 The Old Testament     The Second Book of Moses called Exodus
## 2335 The Old Testament     The Second Book of Moses called Exodus
## 2336 The Old Testament     The Second Book of Moses called Exodus
## 2337 The Old Testament     The Second Book of Moses called Exodus
## 2338 The Old Testament     The Second Book of Moses called Exodus
## 2339 The Old Testament     The Second Book of Moses called Exodus
## 2340 The Old Testament     The Second Book of Moses called Exodus
## 2341 The Old Testament     The Second Book of Moses called Exodus
## 2342 The Old Testament     The Second Book of Moses called Exodus
## 2343 The Old Testament     The Second Book of Moses called Exodus
## 2344 The Old Testament     The Second Book of Moses called Exodus
## 2345 The Old Testament     The Second Book of Moses called Exodus
## 2346 The Old Testament     The Second Book of Moses called Exodus
## 2347 The Old Testament     The Second Book of Moses called Exodus
## 2348 The Old Testament     The Second Book of Moses called Exodus
## 2349 The Old Testament     The Second Book of Moses called Exodus
## 2350 The Old Testament     The Second Book of Moses called Exodus
## 2351 The Old Testament     The Second Book of Moses called Exodus
## 2352 The Old Testament     The Second Book of Moses called Exodus
## 2353 The Old Testament     The Second Book of Moses called Exodus
## 2354 The Old Testament     The Second Book of Moses called Exodus
## 2355 The Old Testament     The Second Book of Moses called Exodus
## 2356 The Old Testament     The Second Book of Moses called Exodus
## 2357 The Old Testament     The Second Book of Moses called Exodus
## 2358 The Old Testament     The Second Book of Moses called Exodus
## 2359 The Old Testament     The Second Book of Moses called Exodus
## 2360 The Old Testament     The Second Book of Moses called Exodus
## 2361 The Old Testament     The Second Book of Moses called Exodus
## 2362 The Old Testament     The Second Book of Moses called Exodus
## 2363 The Old Testament     The Second Book of Moses called Exodus
## 2364 The Old Testament     The Second Book of Moses called Exodus
## 2365 The Old Testament     The Second Book of Moses called Exodus
## 2366 The Old Testament     The Second Book of Moses called Exodus
## 2367 The Old Testament     The Second Book of Moses called Exodus
## 2368 The Old Testament     The Second Book of Moses called Exodus
## 2369 The Old Testament     The Second Book of Moses called Exodus
## 2370 The Old Testament     The Second Book of Moses called Exodus
## 2371 The Old Testament     The Second Book of Moses called Exodus
## 2372 The Old Testament     The Second Book of Moses called Exodus
## 2373 The Old Testament     The Second Book of Moses called Exodus
## 2374 The Old Testament     The Second Book of Moses called Exodus
## 2375 The Old Testament     The Second Book of Moses called Exodus
## 2376 The Old Testament     The Second Book of Moses called Exodus
## 2377 The Old Testament     The Second Book of Moses called Exodus
## 2378 The Old Testament     The Second Book of Moses called Exodus
## 2379 The Old Testament     The Second Book of Moses called Exodus
## 2380 The Old Testament     The Second Book of Moses called Exodus
## 2381 The Old Testament     The Second Book of Moses called Exodus
## 2382 The Old Testament     The Second Book of Moses called Exodus
## 2383 The Old Testament     The Second Book of Moses called Exodus
## 2384 The Old Testament     The Second Book of Moses called Exodus
## 2385 The Old Testament     The Second Book of Moses called Exodus
## 2386 The Old Testament     The Second Book of Moses called Exodus
## 2387 The Old Testament     The Second Book of Moses called Exodus
## 2388 The Old Testament     The Second Book of Moses called Exodus
## 2389 The Old Testament     The Second Book of Moses called Exodus
## 2390 The Old Testament     The Second Book of Moses called Exodus
## 2391 The Old Testament     The Second Book of Moses called Exodus
## 2392 The Old Testament     The Second Book of Moses called Exodus
## 2393 The Old Testament     The Second Book of Moses called Exodus
## 2394 The Old Testament     The Second Book of Moses called Exodus
## 2395 The Old Testament     The Second Book of Moses called Exodus
## 2396 The Old Testament     The Second Book of Moses called Exodus
## 2397 The Old Testament     The Second Book of Moses called Exodus
## 2398 The Old Testament     The Second Book of Moses called Exodus
## 2399 The Old Testament     The Second Book of Moses called Exodus
## 2400 The Old Testament     The Second Book of Moses called Exodus
## 2401 The Old Testament     The Second Book of Moses called Exodus
## 2402 The Old Testament     The Second Book of Moses called Exodus
## 2403 The Old Testament     The Second Book of Moses called Exodus
## 2404 The Old Testament     The Second Book of Moses called Exodus
## 2405 The Old Testament     The Second Book of Moses called Exodus
## 2406 The Old Testament     The Second Book of Moses called Exodus
## 2407 The Old Testament     The Second Book of Moses called Exodus
## 2408 The Old Testament     The Second Book of Moses called Exodus
## 2409 The Old Testament     The Second Book of Moses called Exodus
## 2410 The Old Testament     The Second Book of Moses called Exodus
## 2411 The Old Testament     The Second Book of Moses called Exodus
## 2412 The Old Testament     The Second Book of Moses called Exodus
## 2413 The Old Testament     The Second Book of Moses called Exodus
## 2414 The Old Testament     The Second Book of Moses called Exodus
## 2415 The Old Testament     The Second Book of Moses called Exodus
## 2416 The Old Testament     The Second Book of Moses called Exodus
## 2417 The Old Testament     The Second Book of Moses called Exodus
## 2418 The Old Testament     The Second Book of Moses called Exodus
## 2419 The Old Testament     The Second Book of Moses called Exodus
## 2420 The Old Testament     The Second Book of Moses called Exodus
## 2421 The Old Testament     The Second Book of Moses called Exodus
## 2422 The Old Testament     The Second Book of Moses called Exodus
## 2423 The Old Testament     The Second Book of Moses called Exodus
## 2424 The Old Testament     The Second Book of Moses called Exodus
## 2425 The Old Testament     The Second Book of Moses called Exodus
## 2426 The Old Testament     The Second Book of Moses called Exodus
## 2427 The Old Testament     The Second Book of Moses called Exodus
## 2428 The Old Testament     The Second Book of Moses called Exodus
## 2429 The Old Testament     The Second Book of Moses called Exodus
## 2430 The Old Testament     The Second Book of Moses called Exodus
## 2431 The Old Testament     The Second Book of Moses called Exodus
## 2432 The Old Testament     The Second Book of Moses called Exodus
## 2433 The Old Testament     The Second Book of Moses called Exodus
## 2434 The Old Testament     The Second Book of Moses called Exodus
## 2435 The Old Testament     The Second Book of Moses called Exodus
## 2436 The Old Testament     The Second Book of Moses called Exodus
## 2437 The Old Testament     The Second Book of Moses called Exodus
## 2438 The Old Testament     The Second Book of Moses called Exodus
## 2439 The Old Testament     The Second Book of Moses called Exodus
## 2440 The Old Testament     The Second Book of Moses called Exodus
## 2441 The Old Testament     The Second Book of Moses called Exodus
## 2442 The Old Testament     The Second Book of Moses called Exodus
## 2443 The Old Testament     The Second Book of Moses called Exodus
## 2444 The Old Testament     The Second Book of Moses called Exodus
## 2445 The Old Testament     The Second Book of Moses called Exodus
## 2446 The Old Testament     The Second Book of Moses called Exodus
## 2447 The Old Testament     The Second Book of Moses called Exodus
## 2448 The Old Testament     The Second Book of Moses called Exodus
## 2449 The Old Testament     The Second Book of Moses called Exodus
## 2450 The Old Testament     The Second Book of Moses called Exodus
## 2451 The Old Testament     The Second Book of Moses called Exodus
## 2452 The Old Testament     The Second Book of Moses called Exodus
## 2453 The Old Testament     The Second Book of Moses called Exodus
## 2454 The Old Testament     The Second Book of Moses called Exodus
## 2455 The Old Testament     The Second Book of Moses called Exodus
## 2456 The Old Testament     The Second Book of Moses called Exodus
## 2457 The Old Testament     The Second Book of Moses called Exodus
## 2458 The Old Testament     The Second Book of Moses called Exodus
## 2459 The Old Testament     The Second Book of Moses called Exodus
## 2460 The Old Testament     The Second Book of Moses called Exodus
## 2461 The Old Testament     The Second Book of Moses called Exodus
## 2462 The Old Testament     The Second Book of Moses called Exodus
## 2463 The Old Testament     The Second Book of Moses called Exodus
## 2464 The Old Testament     The Second Book of Moses called Exodus
## 2465 The Old Testament     The Second Book of Moses called Exodus
## 2466 The Old Testament     The Second Book of Moses called Exodus
## 2467 The Old Testament     The Second Book of Moses called Exodus
## 2468 The Old Testament     The Second Book of Moses called Exodus
## 2469 The Old Testament     The Second Book of Moses called Exodus
## 2470 The Old Testament     The Second Book of Moses called Exodus
## 2471 The Old Testament     The Second Book of Moses called Exodus
## 2472 The Old Testament     The Second Book of Moses called Exodus
## 2473 The Old Testament     The Second Book of Moses called Exodus
## 2474 The Old Testament     The Second Book of Moses called Exodus
## 2475 The Old Testament     The Second Book of Moses called Exodus
## 2476 The Old Testament     The Second Book of Moses called Exodus
## 2477 The Old Testament     The Second Book of Moses called Exodus
## 2478 The Old Testament     The Second Book of Moses called Exodus
## 2479 The Old Testament     The Second Book of Moses called Exodus
## 2480 The Old Testament     The Second Book of Moses called Exodus
## 2481 The Old Testament     The Second Book of Moses called Exodus
## 2482 The Old Testament     The Second Book of Moses called Exodus
## 2483 The Old Testament     The Second Book of Moses called Exodus
## 2484 The Old Testament     The Second Book of Moses called Exodus
## 2485 The Old Testament     The Second Book of Moses called Exodus
## 2486 The Old Testament     The Second Book of Moses called Exodus
## 2487 The Old Testament     The Second Book of Moses called Exodus
## 2488 The Old Testament     The Second Book of Moses called Exodus
## 2489 The Old Testament     The Second Book of Moses called Exodus
## 2490 The Old Testament     The Second Book of Moses called Exodus
## 2491 The Old Testament     The Second Book of Moses called Exodus
## 2492 The Old Testament     The Second Book of Moses called Exodus
## 2493 The Old Testament     The Second Book of Moses called Exodus
## 2494 The Old Testament     The Second Book of Moses called Exodus
## 2495 The Old Testament     The Second Book of Moses called Exodus
## 2496 The Old Testament     The Second Book of Moses called Exodus
## 2497 The Old Testament     The Second Book of Moses called Exodus
## 2498 The Old Testament     The Second Book of Moses called Exodus
## 2499 The Old Testament     The Second Book of Moses called Exodus
## 2500 The Old Testament     The Second Book of Moses called Exodus
## 2501 The Old Testament     The Second Book of Moses called Exodus
## 2502 The Old Testament     The Second Book of Moses called Exodus
## 2503 The Old Testament     The Second Book of Moses called Exodus
## 2504 The Old Testament     The Second Book of Moses called Exodus
## 2505 The Old Testament     The Second Book of Moses called Exodus
## 2506 The Old Testament     The Second Book of Moses called Exodus
## 2507 The Old Testament     The Second Book of Moses called Exodus
## 2508 The Old Testament     The Second Book of Moses called Exodus
## 2509 The Old Testament     The Second Book of Moses called Exodus
## 2510 The Old Testament     The Second Book of Moses called Exodus
## 2511 The Old Testament     The Second Book of Moses called Exodus
## 2512 The Old Testament     The Second Book of Moses called Exodus
## 2513 The Old Testament     The Second Book of Moses called Exodus
## 2514 The Old Testament     The Second Book of Moses called Exodus
## 2515 The Old Testament     The Second Book of Moses called Exodus
## 2516 The Old Testament     The Second Book of Moses called Exodus
## 2517 The Old Testament     The Second Book of Moses called Exodus
## 2518 The Old Testament     The Second Book of Moses called Exodus
## 2519 The Old Testament     The Second Book of Moses called Exodus
## 2520 The Old Testament     The Second Book of Moses called Exodus
## 2521 The Old Testament     The Second Book of Moses called Exodus
## 2522 The Old Testament     The Second Book of Moses called Exodus
## 2523 The Old Testament     The Second Book of Moses called Exodus
## 2524 The Old Testament     The Second Book of Moses called Exodus
## 2525 The Old Testament     The Second Book of Moses called Exodus
## 2526 The Old Testament     The Second Book of Moses called Exodus
## 2527 The Old Testament     The Second Book of Moses called Exodus
## 2528 The Old Testament     The Second Book of Moses called Exodus
## 2529 The Old Testament     The Second Book of Moses called Exodus
## 2530 The Old Testament     The Second Book of Moses called Exodus
## 2531 The Old Testament     The Second Book of Moses called Exodus
## 2532 The Old Testament     The Second Book of Moses called Exodus
## 2533 The Old Testament     The Second Book of Moses called Exodus
## 2534 The Old Testament     The Second Book of Moses called Exodus
## 2535 The Old Testament     The Second Book of Moses called Exodus
## 2536 The Old Testament     The Second Book of Moses called Exodus
## 2537 The Old Testament     The Second Book of Moses called Exodus
## 2538 The Old Testament     The Second Book of Moses called Exodus
## 2539 The Old Testament     The Second Book of Moses called Exodus
## 2540 The Old Testament     The Second Book of Moses called Exodus
## 2541 The Old Testament     The Second Book of Moses called Exodus
## 2542 The Old Testament     The Second Book of Moses called Exodus
## 2543 The Old Testament     The Second Book of Moses called Exodus
## 2544 The Old Testament     The Second Book of Moses called Exodus
## 2545 The Old Testament     The Second Book of Moses called Exodus
## 2546 The Old Testament     The Second Book of Moses called Exodus
## 2547 The Old Testament     The Second Book of Moses called Exodus
## 2548 The Old Testament     The Second Book of Moses called Exodus
## 2549 The Old Testament     The Second Book of Moses called Exodus
## 2550 The Old Testament     The Second Book of Moses called Exodus
## 2551 The Old Testament     The Second Book of Moses called Exodus
## 2552 The Old Testament     The Second Book of Moses called Exodus
## 2553 The Old Testament     The Second Book of Moses called Exodus
## 2554 The Old Testament     The Second Book of Moses called Exodus
## 2555 The Old Testament     The Second Book of Moses called Exodus
## 2556 The Old Testament     The Second Book of Moses called Exodus
## 2557 The Old Testament     The Second Book of Moses called Exodus
## 2558 The Old Testament     The Second Book of Moses called Exodus
## 2559 The Old Testament     The Second Book of Moses called Exodus
## 2560 The Old Testament     The Second Book of Moses called Exodus
## 2561 The Old Testament     The Second Book of Moses called Exodus
## 2562 The Old Testament     The Second Book of Moses called Exodus
## 2563 The Old Testament     The Second Book of Moses called Exodus
## 2564 The Old Testament     The Second Book of Moses called Exodus
## 2565 The Old Testament     The Second Book of Moses called Exodus
## 2566 The Old Testament     The Second Book of Moses called Exodus
## 2567 The Old Testament     The Second Book of Moses called Exodus
## 2568 The Old Testament     The Second Book of Moses called Exodus
## 2569 The Old Testament     The Second Book of Moses called Exodus
## 2570 The Old Testament     The Second Book of Moses called Exodus
## 2571 The Old Testament     The Second Book of Moses called Exodus
## 2572 The Old Testament     The Second Book of Moses called Exodus
## 2573 The Old Testament     The Second Book of Moses called Exodus
## 2574 The Old Testament     The Second Book of Moses called Exodus
## 2575 The Old Testament     The Second Book of Moses called Exodus
## 2576 The Old Testament     The Second Book of Moses called Exodus
## 2577 The Old Testament     The Second Book of Moses called Exodus
## 2578 The Old Testament     The Second Book of Moses called Exodus
## 2579 The Old Testament     The Second Book of Moses called Exodus
## 2580 The Old Testament     The Second Book of Moses called Exodus
## 2581 The Old Testament     The Second Book of Moses called Exodus
## 2582 The Old Testament     The Second Book of Moses called Exodus
## 2583 The Old Testament     The Second Book of Moses called Exodus
## 2584 The Old Testament     The Second Book of Moses called Exodus
## 2585 The Old Testament     The Second Book of Moses called Exodus
## 2586 The Old Testament     The Second Book of Moses called Exodus
## 2587 The Old Testament     The Second Book of Moses called Exodus
## 2588 The Old Testament     The Second Book of Moses called Exodus
## 2589 The Old Testament     The Second Book of Moses called Exodus
## 2590 The Old Testament     The Second Book of Moses called Exodus
## 2591 The Old Testament     The Second Book of Moses called Exodus
## 2592 The Old Testament     The Second Book of Moses called Exodus
## 2593 The Old Testament     The Second Book of Moses called Exodus
## 2594 The Old Testament     The Second Book of Moses called Exodus
## 2595 The Old Testament     The Second Book of Moses called Exodus
## 2596 The Old Testament     The Second Book of Moses called Exodus
## 2597 The Old Testament     The Second Book of Moses called Exodus
## 2598 The Old Testament     The Second Book of Moses called Exodus
## 2599 The Old Testament     The Second Book of Moses called Exodus
## 2600 The Old Testament     The Second Book of Moses called Exodus
## 2601 The Old Testament     The Second Book of Moses called Exodus
## 2602 The Old Testament     The Second Book of Moses called Exodus
## 2603 The Old Testament     The Second Book of Moses called Exodus
## 2604 The Old Testament     The Second Book of Moses called Exodus
## 2605 The Old Testament     The Second Book of Moses called Exodus
## 2606 The Old Testament     The Second Book of Moses called Exodus
## 2607 The Old Testament     The Second Book of Moses called Exodus
## 2608 The Old Testament     The Second Book of Moses called Exodus
## 2609 The Old Testament     The Second Book of Moses called Exodus
## 2610 The Old Testament     The Second Book of Moses called Exodus
## 2611 The Old Testament     The Second Book of Moses called Exodus
## 2612 The Old Testament     The Second Book of Moses called Exodus
## 2613 The Old Testament     The Second Book of Moses called Exodus
## 2614 The Old Testament     The Second Book of Moses called Exodus
## 2615 The Old Testament     The Second Book of Moses called Exodus
## 2616 The Old Testament     The Second Book of Moses called Exodus
## 2617 The Old Testament     The Second Book of Moses called Exodus
## 2618 The Old Testament     The Second Book of Moses called Exodus
## 2619 The Old Testament     The Second Book of Moses called Exodus
## 2620 The Old Testament     The Second Book of Moses called Exodus
## 2621 The Old Testament     The Second Book of Moses called Exodus
## 2622 The Old Testament     The Second Book of Moses called Exodus
## 2623 The Old Testament     The Second Book of Moses called Exodus
## 2624 The Old Testament     The Second Book of Moses called Exodus
## 2625 The Old Testament     The Second Book of Moses called Exodus
## 2626 The Old Testament     The Second Book of Moses called Exodus
## 2627 The Old Testament     The Second Book of Moses called Exodus
## 2628 The Old Testament     The Second Book of Moses called Exodus
## 2629 The Old Testament     The Second Book of Moses called Exodus
## 2630 The Old Testament     The Second Book of Moses called Exodus
## 2631 The Old Testament     The Second Book of Moses called Exodus
## 2632 The Old Testament     The Second Book of Moses called Exodus
## 2633 The Old Testament     The Second Book of Moses called Exodus
## 2634 The Old Testament     The Second Book of Moses called Exodus
## 2635 The Old Testament     The Second Book of Moses called Exodus
## 2636 The Old Testament     The Second Book of Moses called Exodus
## 2637 The Old Testament     The Second Book of Moses called Exodus
## 2638 The Old Testament     The Second Book of Moses called Exodus
## 2639 The Old Testament     The Second Book of Moses called Exodus
## 2640 The Old Testament     The Second Book of Moses called Exodus
## 2641 The Old Testament     The Second Book of Moses called Exodus
## 2642 The Old Testament     The Second Book of Moses called Exodus
## 2643 The Old Testament     The Second Book of Moses called Exodus
## 2644 The Old Testament     The Second Book of Moses called Exodus
## 2645 The Old Testament     The Second Book of Moses called Exodus
## 2646 The Old Testament     The Second Book of Moses called Exodus
## 2647 The Old Testament     The Second Book of Moses called Exodus
## 2648 The Old Testament     The Second Book of Moses called Exodus
## 2649 The Old Testament     The Second Book of Moses called Exodus
## 2650 The Old Testament     The Second Book of Moses called Exodus
## 2651 The Old Testament     The Second Book of Moses called Exodus
## 2652 The Old Testament     The Second Book of Moses called Exodus
## 2653 The Old Testament     The Second Book of Moses called Exodus
## 2654 The Old Testament     The Second Book of Moses called Exodus
## 2655 The Old Testament     The Second Book of Moses called Exodus
## 2656 The Old Testament     The Second Book of Moses called Exodus
## 2657 The Old Testament     The Second Book of Moses called Exodus
## 2658 The Old Testament     The Second Book of Moses called Exodus
## 2659 The Old Testament     The Second Book of Moses called Exodus
## 2660 The Old Testament     The Second Book of Moses called Exodus
## 2661 The Old Testament     The Second Book of Moses called Exodus
## 2662 The Old Testament     The Second Book of Moses called Exodus
## 2663 The Old Testament     The Second Book of Moses called Exodus
## 2664 The Old Testament     The Second Book of Moses called Exodus
## 2665 The Old Testament     The Second Book of Moses called Exodus
## 2666 The Old Testament     The Second Book of Moses called Exodus
## 2667 The Old Testament     The Second Book of Moses called Exodus
## 2668 The Old Testament     The Second Book of Moses called Exodus
## 2669 The Old Testament     The Second Book of Moses called Exodus
## 2670 The Old Testament     The Second Book of Moses called Exodus
## 2671 The Old Testament     The Second Book of Moses called Exodus
## 2672 The Old Testament     The Second Book of Moses called Exodus
## 2673 The Old Testament     The Second Book of Moses called Exodus
## 2674 The Old Testament     The Second Book of Moses called Exodus
## 2675 The Old Testament     The Second Book of Moses called Exodus
## 2676 The Old Testament     The Second Book of Moses called Exodus
## 2677 The Old Testament     The Second Book of Moses called Exodus
## 2678 The Old Testament     The Second Book of Moses called Exodus
## 2679 The Old Testament     The Second Book of Moses called Exodus
## 2680 The Old Testament     The Second Book of Moses called Exodus
## 2681 The Old Testament     The Second Book of Moses called Exodus
## 2682 The Old Testament     The Second Book of Moses called Exodus
## 2683 The Old Testament     The Second Book of Moses called Exodus
## 2684 The Old Testament     The Second Book of Moses called Exodus
## 2685 The Old Testament     The Second Book of Moses called Exodus
## 2686 The Old Testament     The Second Book of Moses called Exodus
## 2687 The Old Testament     The Second Book of Moses called Exodus
## 2688 The Old Testament     The Second Book of Moses called Exodus
## 2689 The Old Testament     The Second Book of Moses called Exodus
## 2690 The Old Testament     The Second Book of Moses called Exodus
## 2691 The Old Testament     The Second Book of Moses called Exodus
## 2692 The Old Testament     The Second Book of Moses called Exodus
## 2693 The Old Testament     The Second Book of Moses called Exodus
## 2694 The Old Testament     The Second Book of Moses called Exodus
## 2695 The Old Testament     The Second Book of Moses called Exodus
## 2696 The Old Testament     The Second Book of Moses called Exodus
## 2697 The Old Testament     The Second Book of Moses called Exodus
## 2698 The Old Testament     The Second Book of Moses called Exodus
## 2699 The Old Testament     The Second Book of Moses called Exodus
## 2700 The Old Testament     The Second Book of Moses called Exodus
## 2701 The Old Testament     The Second Book of Moses called Exodus
## 2702 The Old Testament     The Second Book of Moses called Exodus
## 2703 The Old Testament     The Second Book of Moses called Exodus
## 2704 The Old Testament     The Second Book of Moses called Exodus
## 2705 The Old Testament     The Second Book of Moses called Exodus
## 2706 The Old Testament     The Second Book of Moses called Exodus
## 2707 The Old Testament     The Second Book of Moses called Exodus
## 2708 The Old Testament     The Second Book of Moses called Exodus
## 2709 The Old Testament     The Second Book of Moses called Exodus
## 2710 The Old Testament     The Second Book of Moses called Exodus
## 2711 The Old Testament     The Second Book of Moses called Exodus
## 2712 The Old Testament     The Second Book of Moses called Exodus
## 2713 The Old Testament     The Second Book of Moses called Exodus
## 2714 The Old Testament     The Second Book of Moses called Exodus
## 2715 The Old Testament     The Second Book of Moses called Exodus
## 2716 The Old Testament     The Second Book of Moses called Exodus
## 2717 The Old Testament     The Second Book of Moses called Exodus
## 2718 The Old Testament     The Second Book of Moses called Exodus
## 2719 The Old Testament     The Second Book of Moses called Exodus
## 2720 The Old Testament     The Second Book of Moses called Exodus
## 2721 The Old Testament     The Second Book of Moses called Exodus
## 2722 The Old Testament     The Second Book of Moses called Exodus
## 2723 The Old Testament     The Second Book of Moses called Exodus
## 2724 The Old Testament     The Second Book of Moses called Exodus
## 2725 The Old Testament     The Second Book of Moses called Exodus
## 2726 The Old Testament     The Second Book of Moses called Exodus
## 2727 The Old Testament     The Second Book of Moses called Exodus
## 2728 The Old Testament     The Second Book of Moses called Exodus
## 2729 The Old Testament     The Second Book of Moses called Exodus
## 2730 The Old Testament     The Second Book of Moses called Exodus
## 2731 The Old Testament     The Second Book of Moses called Exodus
## 2732 The Old Testament     The Second Book of Moses called Exodus
## 2733 The Old Testament     The Second Book of Moses called Exodus
## 2734 The Old Testament     The Second Book of Moses called Exodus
## 2735 The Old Testament     The Second Book of Moses called Exodus
## 2736 The Old Testament     The Second Book of Moses called Exodus
## 2737 The Old Testament     The Second Book of Moses called Exodus
## 2738 The Old Testament     The Second Book of Moses called Exodus
## 2739 The Old Testament     The Second Book of Moses called Exodus
## 2740 The Old Testament     The Second Book of Moses called Exodus
## 2741 The Old Testament     The Second Book of Moses called Exodus
## 2742 The Old Testament     The Second Book of Moses called Exodus
## 2743 The Old Testament     The Second Book of Moses called Exodus
## 2744 The Old Testament     The Second Book of Moses called Exodus
## 2745 The Old Testament     The Second Book of Moses called Exodus
## 2746 The Old Testament     The Second Book of Moses called Exodus
## 2747 The Old Testament   The Third Book of Moses called Leviticus
## 2748 The Old Testament   The Third Book of Moses called Leviticus
## 2749 The Old Testament   The Third Book of Moses called Leviticus
## 2750 The Old Testament   The Third Book of Moses called Leviticus
## 2751 The Old Testament   The Third Book of Moses called Leviticus
## 2752 The Old Testament   The Third Book of Moses called Leviticus
## 2753 The Old Testament   The Third Book of Moses called Leviticus
## 2754 The Old Testament   The Third Book of Moses called Leviticus
## 2755 The Old Testament   The Third Book of Moses called Leviticus
## 2756 The Old Testament   The Third Book of Moses called Leviticus
## 2757 The Old Testament   The Third Book of Moses called Leviticus
## 2758 The Old Testament   The Third Book of Moses called Leviticus
## 2759 The Old Testament   The Third Book of Moses called Leviticus
## 2760 The Old Testament   The Third Book of Moses called Leviticus
## 2761 The Old Testament   The Third Book of Moses called Leviticus
## 2762 The Old Testament   The Third Book of Moses called Leviticus
## 2763 The Old Testament   The Third Book of Moses called Leviticus
## 2764 The Old Testament   The Third Book of Moses called Leviticus
## 2765 The Old Testament   The Third Book of Moses called Leviticus
## 2766 The Old Testament   The Third Book of Moses called Leviticus
## 2767 The Old Testament   The Third Book of Moses called Leviticus
## 2768 The Old Testament   The Third Book of Moses called Leviticus
## 2769 The Old Testament   The Third Book of Moses called Leviticus
## 2770 The Old Testament   The Third Book of Moses called Leviticus
## 2771 The Old Testament   The Third Book of Moses called Leviticus
## 2772 The Old Testament   The Third Book of Moses called Leviticus
## 2773 The Old Testament   The Third Book of Moses called Leviticus
## 2774 The Old Testament   The Third Book of Moses called Leviticus
## 2775 The Old Testament   The Third Book of Moses called Leviticus
## 2776 The Old Testament   The Third Book of Moses called Leviticus
## 2777 The Old Testament   The Third Book of Moses called Leviticus
## 2778 The Old Testament   The Third Book of Moses called Leviticus
## 2779 The Old Testament   The Third Book of Moses called Leviticus
## 2780 The Old Testament   The Third Book of Moses called Leviticus
## 2781 The Old Testament   The Third Book of Moses called Leviticus
## 2782 The Old Testament   The Third Book of Moses called Leviticus
## 2783 The Old Testament   The Third Book of Moses called Leviticus
## 2784 The Old Testament   The Third Book of Moses called Leviticus
## 2785 The Old Testament   The Third Book of Moses called Leviticus
## 2786 The Old Testament   The Third Book of Moses called Leviticus
## 2787 The Old Testament   The Third Book of Moses called Leviticus
## 2788 The Old Testament   The Third Book of Moses called Leviticus
## 2789 The Old Testament   The Third Book of Moses called Leviticus
## 2790 The Old Testament   The Third Book of Moses called Leviticus
## 2791 The Old Testament   The Third Book of Moses called Leviticus
## 2792 The Old Testament   The Third Book of Moses called Leviticus
## 2793 The Old Testament   The Third Book of Moses called Leviticus
## 2794 The Old Testament   The Third Book of Moses called Leviticus
## 2795 The Old Testament   The Third Book of Moses called Leviticus
## 2796 The Old Testament   The Third Book of Moses called Leviticus
## 2797 The Old Testament   The Third Book of Moses called Leviticus
## 2798 The Old Testament   The Third Book of Moses called Leviticus
## 2799 The Old Testament   The Third Book of Moses called Leviticus
## 2800 The Old Testament   The Third Book of Moses called Leviticus
## 2801 The Old Testament   The Third Book of Moses called Leviticus
## 2802 The Old Testament   The Third Book of Moses called Leviticus
## 2803 The Old Testament   The Third Book of Moses called Leviticus
## 2804 The Old Testament   The Third Book of Moses called Leviticus
## 2805 The Old Testament   The Third Book of Moses called Leviticus
## 2806 The Old Testament   The Third Book of Moses called Leviticus
## 2807 The Old Testament   The Third Book of Moses called Leviticus
## 2808 The Old Testament   The Third Book of Moses called Leviticus
## 2809 The Old Testament   The Third Book of Moses called Leviticus
## 2810 The Old Testament   The Third Book of Moses called Leviticus
## 2811 The Old Testament   The Third Book of Moses called Leviticus
## 2812 The Old Testament   The Third Book of Moses called Leviticus
## 2813 The Old Testament   The Third Book of Moses called Leviticus
## 2814 The Old Testament   The Third Book of Moses called Leviticus
## 2815 The Old Testament   The Third Book of Moses called Leviticus
## 2816 The Old Testament   The Third Book of Moses called Leviticus
## 2817 The Old Testament   The Third Book of Moses called Leviticus
## 2818 The Old Testament   The Third Book of Moses called Leviticus
## 2819 The Old Testament   The Third Book of Moses called Leviticus
## 2820 The Old Testament   The Third Book of Moses called Leviticus
## 2821 The Old Testament   The Third Book of Moses called Leviticus
## 2822 The Old Testament   The Third Book of Moses called Leviticus
## 2823 The Old Testament   The Third Book of Moses called Leviticus
## 2824 The Old Testament   The Third Book of Moses called Leviticus
## 2825 The Old Testament   The Third Book of Moses called Leviticus
## 2826 The Old Testament   The Third Book of Moses called Leviticus
## 2827 The Old Testament   The Third Book of Moses called Leviticus
## 2828 The Old Testament   The Third Book of Moses called Leviticus
## 2829 The Old Testament   The Third Book of Moses called Leviticus
## 2830 The Old Testament   The Third Book of Moses called Leviticus
## 2831 The Old Testament   The Third Book of Moses called Leviticus
## 2832 The Old Testament   The Third Book of Moses called Leviticus
## 2833 The Old Testament   The Third Book of Moses called Leviticus
## 2834 The Old Testament   The Third Book of Moses called Leviticus
## 2835 The Old Testament   The Third Book of Moses called Leviticus
## 2836 The Old Testament   The Third Book of Moses called Leviticus
## 2837 The Old Testament   The Third Book of Moses called Leviticus
## 2838 The Old Testament   The Third Book of Moses called Leviticus
## 2839 The Old Testament   The Third Book of Moses called Leviticus
## 2840 The Old Testament   The Third Book of Moses called Leviticus
## 2841 The Old Testament   The Third Book of Moses called Leviticus
## 2842 The Old Testament   The Third Book of Moses called Leviticus
## 2843 The Old Testament   The Third Book of Moses called Leviticus
## 2844 The Old Testament   The Third Book of Moses called Leviticus
## 2845 The Old Testament   The Third Book of Moses called Leviticus
## 2846 The Old Testament   The Third Book of Moses called Leviticus
## 2847 The Old Testament   The Third Book of Moses called Leviticus
## 2848 The Old Testament   The Third Book of Moses called Leviticus
## 2849 The Old Testament   The Third Book of Moses called Leviticus
## 2850 The Old Testament   The Third Book of Moses called Leviticus
## 2851 The Old Testament   The Third Book of Moses called Leviticus
## 2852 The Old Testament   The Third Book of Moses called Leviticus
## 2853 The Old Testament   The Third Book of Moses called Leviticus
## 2854 The Old Testament   The Third Book of Moses called Leviticus
## 2855 The Old Testament   The Third Book of Moses called Leviticus
## 2856 The Old Testament   The Third Book of Moses called Leviticus
## 2857 The Old Testament   The Third Book of Moses called Leviticus
## 2858 The Old Testament   The Third Book of Moses called Leviticus
## 2859 The Old Testament   The Third Book of Moses called Leviticus
## 2860 The Old Testament   The Third Book of Moses called Leviticus
## 2861 The Old Testament   The Third Book of Moses called Leviticus
## 2862 The Old Testament   The Third Book of Moses called Leviticus
## 2863 The Old Testament   The Third Book of Moses called Leviticus
## 2864 The Old Testament   The Third Book of Moses called Leviticus
## 2865 The Old Testament   The Third Book of Moses called Leviticus
## 2866 The Old Testament   The Third Book of Moses called Leviticus
## 2867 The Old Testament   The Third Book of Moses called Leviticus
## 2868 The Old Testament   The Third Book of Moses called Leviticus
## 2869 The Old Testament   The Third Book of Moses called Leviticus
## 2870 The Old Testament   The Third Book of Moses called Leviticus
## 2871 The Old Testament   The Third Book of Moses called Leviticus
## 2872 The Old Testament   The Third Book of Moses called Leviticus
## 2873 The Old Testament   The Third Book of Moses called Leviticus
## 2874 The Old Testament   The Third Book of Moses called Leviticus
## 2875 The Old Testament   The Third Book of Moses called Leviticus
## 2876 The Old Testament   The Third Book of Moses called Leviticus
## 2877 The Old Testament   The Third Book of Moses called Leviticus
## 2878 The Old Testament   The Third Book of Moses called Leviticus
## 2879 The Old Testament   The Third Book of Moses called Leviticus
## 2880 The Old Testament   The Third Book of Moses called Leviticus
## 2881 The Old Testament   The Third Book of Moses called Leviticus
## 2882 The Old Testament   The Third Book of Moses called Leviticus
## 2883 The Old Testament   The Third Book of Moses called Leviticus
## 2884 The Old Testament   The Third Book of Moses called Leviticus
## 2885 The Old Testament   The Third Book of Moses called Leviticus
## 2886 The Old Testament   The Third Book of Moses called Leviticus
## 2887 The Old Testament   The Third Book of Moses called Leviticus
## 2888 The Old Testament   The Third Book of Moses called Leviticus
## 2889 The Old Testament   The Third Book of Moses called Leviticus
## 2890 The Old Testament   The Third Book of Moses called Leviticus
## 2891 The Old Testament   The Third Book of Moses called Leviticus
## 2892 The Old Testament   The Third Book of Moses called Leviticus
## 2893 The Old Testament   The Third Book of Moses called Leviticus
## 2894 The Old Testament   The Third Book of Moses called Leviticus
## 2895 The Old Testament   The Third Book of Moses called Leviticus
## 2896 The Old Testament   The Third Book of Moses called Leviticus
## 2897 The Old Testament   The Third Book of Moses called Leviticus
## 2898 The Old Testament   The Third Book of Moses called Leviticus
## 2899 The Old Testament   The Third Book of Moses called Leviticus
## 2900 The Old Testament   The Third Book of Moses called Leviticus
## 2901 The Old Testament   The Third Book of Moses called Leviticus
## 2902 The Old Testament   The Third Book of Moses called Leviticus
## 2903 The Old Testament   The Third Book of Moses called Leviticus
## 2904 The Old Testament   The Third Book of Moses called Leviticus
## 2905 The Old Testament   The Third Book of Moses called Leviticus
## 2906 The Old Testament   The Third Book of Moses called Leviticus
## 2907 The Old Testament   The Third Book of Moses called Leviticus
## 2908 The Old Testament   The Third Book of Moses called Leviticus
## 2909 The Old Testament   The Third Book of Moses called Leviticus
## 2910 The Old Testament   The Third Book of Moses called Leviticus
## 2911 The Old Testament   The Third Book of Moses called Leviticus
## 2912 The Old Testament   The Third Book of Moses called Leviticus
## 2913 The Old Testament   The Third Book of Moses called Leviticus
## 2914 The Old Testament   The Third Book of Moses called Leviticus
## 2915 The Old Testament   The Third Book of Moses called Leviticus
## 2916 The Old Testament   The Third Book of Moses called Leviticus
## 2917 The Old Testament   The Third Book of Moses called Leviticus
## 2918 The Old Testament   The Third Book of Moses called Leviticus
## 2919 The Old Testament   The Third Book of Moses called Leviticus
## 2920 The Old Testament   The Third Book of Moses called Leviticus
## 2921 The Old Testament   The Third Book of Moses called Leviticus
## 2922 The Old Testament   The Third Book of Moses called Leviticus
## 2923 The Old Testament   The Third Book of Moses called Leviticus
## 2924 The Old Testament   The Third Book of Moses called Leviticus
## 2925 The Old Testament   The Third Book of Moses called Leviticus
## 2926 The Old Testament   The Third Book of Moses called Leviticus
## 2927 The Old Testament   The Third Book of Moses called Leviticus
## 2928 The Old Testament   The Third Book of Moses called Leviticus
## 2929 The Old Testament   The Third Book of Moses called Leviticus
## 2930 The Old Testament   The Third Book of Moses called Leviticus
## 2931 The Old Testament   The Third Book of Moses called Leviticus
## 2932 The Old Testament   The Third Book of Moses called Leviticus
## 2933 The Old Testament   The Third Book of Moses called Leviticus
## 2934 The Old Testament   The Third Book of Moses called Leviticus
## 2935 The Old Testament   The Third Book of Moses called Leviticus
## 2936 The Old Testament   The Third Book of Moses called Leviticus
## 2937 The Old Testament   The Third Book of Moses called Leviticus
## 2938 The Old Testament   The Third Book of Moses called Leviticus
## 2939 The Old Testament   The Third Book of Moses called Leviticus
## 2940 The Old Testament   The Third Book of Moses called Leviticus
## 2941 The Old Testament   The Third Book of Moses called Leviticus
## 2942 The Old Testament   The Third Book of Moses called Leviticus
## 2943 The Old Testament   The Third Book of Moses called Leviticus
## 2944 The Old Testament   The Third Book of Moses called Leviticus
## 2945 The Old Testament   The Third Book of Moses called Leviticus
## 2946 The Old Testament   The Third Book of Moses called Leviticus
## 2947 The Old Testament   The Third Book of Moses called Leviticus
## 2948 The Old Testament   The Third Book of Moses called Leviticus
## 2949 The Old Testament   The Third Book of Moses called Leviticus
## 2950 The Old Testament   The Third Book of Moses called Leviticus
## 2951 The Old Testament   The Third Book of Moses called Leviticus
## 2952 The Old Testament   The Third Book of Moses called Leviticus
## 2953 The Old Testament   The Third Book of Moses called Leviticus
## 2954 The Old Testament   The Third Book of Moses called Leviticus
## 2955 The Old Testament   The Third Book of Moses called Leviticus
## 2956 The Old Testament   The Third Book of Moses called Leviticus
## 2957 The Old Testament   The Third Book of Moses called Leviticus
## 2958 The Old Testament   The Third Book of Moses called Leviticus
## 2959 The Old Testament   The Third Book of Moses called Leviticus
## 2960 The Old Testament   The Third Book of Moses called Leviticus
## 2961 The Old Testament   The Third Book of Moses called Leviticus
## 2962 The Old Testament   The Third Book of Moses called Leviticus
## 2963 The Old Testament   The Third Book of Moses called Leviticus
## 2964 The Old Testament   The Third Book of Moses called Leviticus
## 2965 The Old Testament   The Third Book of Moses called Leviticus
## 2966 The Old Testament   The Third Book of Moses called Leviticus
## 2967 The Old Testament   The Third Book of Moses called Leviticus
## 2968 The Old Testament   The Third Book of Moses called Leviticus
## 2969 The Old Testament   The Third Book of Moses called Leviticus
## 2970 The Old Testament   The Third Book of Moses called Leviticus
## 2971 The Old Testament   The Third Book of Moses called Leviticus
## 2972 The Old Testament   The Third Book of Moses called Leviticus
## 2973 The Old Testament   The Third Book of Moses called Leviticus
## 2974 The Old Testament   The Third Book of Moses called Leviticus
## 2975 The Old Testament   The Third Book of Moses called Leviticus
## 2976 The Old Testament   The Third Book of Moses called Leviticus
## 2977 The Old Testament   The Third Book of Moses called Leviticus
## 2978 The Old Testament   The Third Book of Moses called Leviticus
## 2979 The Old Testament   The Third Book of Moses called Leviticus
## 2980 The Old Testament   The Third Book of Moses called Leviticus
## 2981 The Old Testament   The Third Book of Moses called Leviticus
## 2982 The Old Testament   The Third Book of Moses called Leviticus
## 2983 The Old Testament   The Third Book of Moses called Leviticus
## 2984 The Old Testament   The Third Book of Moses called Leviticus
## 2985 The Old Testament   The Third Book of Moses called Leviticus
## 2986 The Old Testament   The Third Book of Moses called Leviticus
## 2987 The Old Testament   The Third Book of Moses called Leviticus
## 2988 The Old Testament   The Third Book of Moses called Leviticus
## 2989 The Old Testament   The Third Book of Moses called Leviticus
## 2990 The Old Testament   The Third Book of Moses called Leviticus
## 2991 The Old Testament   The Third Book of Moses called Leviticus
## 2992 The Old Testament   The Third Book of Moses called Leviticus
## 2993 The Old Testament   The Third Book of Moses called Leviticus
## 2994 The Old Testament   The Third Book of Moses called Leviticus
## 2995 The Old Testament   The Third Book of Moses called Leviticus
## 2996 The Old Testament   The Third Book of Moses called Leviticus
## 2997 The Old Testament   The Third Book of Moses called Leviticus
## 2998 The Old Testament   The Third Book of Moses called Leviticus
## 2999 The Old Testament   The Third Book of Moses called Leviticus
## 3000 The Old Testament   The Third Book of Moses called Leviticus
## 3001 The Old Testament   The Third Book of Moses called Leviticus
## 3002 The Old Testament   The Third Book of Moses called Leviticus
## 3003 The Old Testament   The Third Book of Moses called Leviticus
## 3004 The Old Testament   The Third Book of Moses called Leviticus
## 3005 The Old Testament   The Third Book of Moses called Leviticus
## 3006 The Old Testament   The Third Book of Moses called Leviticus
## 3007 The Old Testament   The Third Book of Moses called Leviticus
## 3008 The Old Testament   The Third Book of Moses called Leviticus
## 3009 The Old Testament   The Third Book of Moses called Leviticus
## 3010 The Old Testament   The Third Book of Moses called Leviticus
## 3011 The Old Testament   The Third Book of Moses called Leviticus
## 3012 The Old Testament   The Third Book of Moses called Leviticus
## 3013 The Old Testament   The Third Book of Moses called Leviticus
## 3014 The Old Testament   The Third Book of Moses called Leviticus
## 3015 The Old Testament   The Third Book of Moses called Leviticus
## 3016 The Old Testament   The Third Book of Moses called Leviticus
## 3017 The Old Testament   The Third Book of Moses called Leviticus
## 3018 The Old Testament   The Third Book of Moses called Leviticus
## 3019 The Old Testament   The Third Book of Moses called Leviticus
## 3020 The Old Testament   The Third Book of Moses called Leviticus
## 3021 The Old Testament   The Third Book of Moses called Leviticus
## 3022 The Old Testament   The Third Book of Moses called Leviticus
## 3023 The Old Testament   The Third Book of Moses called Leviticus
## 3024 The Old Testament   The Third Book of Moses called Leviticus
## 3025 The Old Testament   The Third Book of Moses called Leviticus
## 3026 The Old Testament   The Third Book of Moses called Leviticus
## 3027 The Old Testament   The Third Book of Moses called Leviticus
## 3028 The Old Testament   The Third Book of Moses called Leviticus
## 3029 The Old Testament   The Third Book of Moses called Leviticus
## 3030 The Old Testament   The Third Book of Moses called Leviticus
## 3031 The Old Testament   The Third Book of Moses called Leviticus
## 3032 The Old Testament   The Third Book of Moses called Leviticus
## 3033 The Old Testament   The Third Book of Moses called Leviticus
## 3034 The Old Testament   The Third Book of Moses called Leviticus
## 3035 The Old Testament   The Third Book of Moses called Leviticus
## 3036 The Old Testament   The Third Book of Moses called Leviticus
## 3037 The Old Testament   The Third Book of Moses called Leviticus
## 3038 The Old Testament   The Third Book of Moses called Leviticus
## 3039 The Old Testament   The Third Book of Moses called Leviticus
## 3040 The Old Testament   The Third Book of Moses called Leviticus
## 3041 The Old Testament   The Third Book of Moses called Leviticus
## 3042 The Old Testament   The Third Book of Moses called Leviticus
## 3043 The Old Testament   The Third Book of Moses called Leviticus
## 3044 The Old Testament   The Third Book of Moses called Leviticus
## 3045 The Old Testament   The Third Book of Moses called Leviticus
## 3046 The Old Testament   The Third Book of Moses called Leviticus
## 3047 The Old Testament   The Third Book of Moses called Leviticus
## 3048 The Old Testament   The Third Book of Moses called Leviticus
## 3049 The Old Testament   The Third Book of Moses called Leviticus
## 3050 The Old Testament   The Third Book of Moses called Leviticus
## 3051 The Old Testament   The Third Book of Moses called Leviticus
## 3052 The Old Testament   The Third Book of Moses called Leviticus
## 3053 The Old Testament   The Third Book of Moses called Leviticus
## 3054 The Old Testament   The Third Book of Moses called Leviticus
## 3055 The Old Testament   The Third Book of Moses called Leviticus
## 3056 The Old Testament   The Third Book of Moses called Leviticus
## 3057 The Old Testament   The Third Book of Moses called Leviticus
## 3058 The Old Testament   The Third Book of Moses called Leviticus
## 3059 The Old Testament   The Third Book of Moses called Leviticus
## 3060 The Old Testament   The Third Book of Moses called Leviticus
## 3061 The Old Testament   The Third Book of Moses called Leviticus
## 3062 The Old Testament   The Third Book of Moses called Leviticus
## 3063 The Old Testament   The Third Book of Moses called Leviticus
## 3064 The Old Testament   The Third Book of Moses called Leviticus
## 3065 The Old Testament   The Third Book of Moses called Leviticus
## 3066 The Old Testament   The Third Book of Moses called Leviticus
## 3067 The Old Testament   The Third Book of Moses called Leviticus
## 3068 The Old Testament   The Third Book of Moses called Leviticus
## 3069 The Old Testament   The Third Book of Moses called Leviticus
## 3070 The Old Testament   The Third Book of Moses called Leviticus
## 3071 The Old Testament   The Third Book of Moses called Leviticus
## 3072 The Old Testament   The Third Book of Moses called Leviticus
## 3073 The Old Testament   The Third Book of Moses called Leviticus
## 3074 The Old Testament   The Third Book of Moses called Leviticus
## 3075 The Old Testament   The Third Book of Moses called Leviticus
## 3076 The Old Testament   The Third Book of Moses called Leviticus
## 3077 The Old Testament   The Third Book of Moses called Leviticus
## 3078 The Old Testament   The Third Book of Moses called Leviticus
## 3079 The Old Testament   The Third Book of Moses called Leviticus
## 3080 The Old Testament   The Third Book of Moses called Leviticus
## 3081 The Old Testament   The Third Book of Moses called Leviticus
## 3082 The Old Testament   The Third Book of Moses called Leviticus
## 3083 The Old Testament   The Third Book of Moses called Leviticus
## 3084 The Old Testament   The Third Book of Moses called Leviticus
## 3085 The Old Testament   The Third Book of Moses called Leviticus
## 3086 The Old Testament   The Third Book of Moses called Leviticus
## 3087 The Old Testament   The Third Book of Moses called Leviticus
## 3088 The Old Testament   The Third Book of Moses called Leviticus
## 3089 The Old Testament   The Third Book of Moses called Leviticus
## 3090 The Old Testament   The Third Book of Moses called Leviticus
## 3091 The Old Testament   The Third Book of Moses called Leviticus
## 3092 The Old Testament   The Third Book of Moses called Leviticus
## 3093 The Old Testament   The Third Book of Moses called Leviticus
## 3094 The Old Testament   The Third Book of Moses called Leviticus
## 3095 The Old Testament   The Third Book of Moses called Leviticus
## 3096 The Old Testament   The Third Book of Moses called Leviticus
## 3097 The Old Testament   The Third Book of Moses called Leviticus
## 3098 The Old Testament   The Third Book of Moses called Leviticus
## 3099 The Old Testament   The Third Book of Moses called Leviticus
## 3100 The Old Testament   The Third Book of Moses called Leviticus
## 3101 The Old Testament   The Third Book of Moses called Leviticus
## 3102 The Old Testament   The Third Book of Moses called Leviticus
## 3103 The Old Testament   The Third Book of Moses called Leviticus
## 3104 The Old Testament   The Third Book of Moses called Leviticus
## 3105 The Old Testament   The Third Book of Moses called Leviticus
## 3106 The Old Testament   The Third Book of Moses called Leviticus
## 3107 The Old Testament   The Third Book of Moses called Leviticus
## 3108 The Old Testament   The Third Book of Moses called Leviticus
## 3109 The Old Testament   The Third Book of Moses called Leviticus
## 3110 The Old Testament   The Third Book of Moses called Leviticus
## 3111 The Old Testament   The Third Book of Moses called Leviticus
## 3112 The Old Testament   The Third Book of Moses called Leviticus
## 3113 The Old Testament   The Third Book of Moses called Leviticus
## 3114 The Old Testament   The Third Book of Moses called Leviticus
## 3115 The Old Testament   The Third Book of Moses called Leviticus
## 3116 The Old Testament   The Third Book of Moses called Leviticus
## 3117 The Old Testament   The Third Book of Moses called Leviticus
## 3118 The Old Testament   The Third Book of Moses called Leviticus
## 3119 The Old Testament   The Third Book of Moses called Leviticus
## 3120 The Old Testament   The Third Book of Moses called Leviticus
## 3121 The Old Testament   The Third Book of Moses called Leviticus
## 3122 The Old Testament   The Third Book of Moses called Leviticus
## 3123 The Old Testament   The Third Book of Moses called Leviticus
## 3124 The Old Testament   The Third Book of Moses called Leviticus
## 3125 The Old Testament   The Third Book of Moses called Leviticus
## 3126 The Old Testament   The Third Book of Moses called Leviticus
## 3127 The Old Testament   The Third Book of Moses called Leviticus
## 3128 The Old Testament   The Third Book of Moses called Leviticus
## 3129 The Old Testament   The Third Book of Moses called Leviticus
## 3130 The Old Testament   The Third Book of Moses called Leviticus
## 3131 The Old Testament   The Third Book of Moses called Leviticus
## 3132 The Old Testament   The Third Book of Moses called Leviticus
## 3133 The Old Testament   The Third Book of Moses called Leviticus
## 3134 The Old Testament   The Third Book of Moses called Leviticus
## 3135 The Old Testament   The Third Book of Moses called Leviticus
## 3136 The Old Testament   The Third Book of Moses called Leviticus
## 3137 The Old Testament   The Third Book of Moses called Leviticus
## 3138 The Old Testament   The Third Book of Moses called Leviticus
## 3139 The Old Testament   The Third Book of Moses called Leviticus
## 3140 The Old Testament   The Third Book of Moses called Leviticus
## 3141 The Old Testament   The Third Book of Moses called Leviticus
## 3142 The Old Testament   The Third Book of Moses called Leviticus
## 3143 The Old Testament   The Third Book of Moses called Leviticus
## 3144 The Old Testament   The Third Book of Moses called Leviticus
## 3145 The Old Testament   The Third Book of Moses called Leviticus
## 3146 The Old Testament   The Third Book of Moses called Leviticus
## 3147 The Old Testament   The Third Book of Moses called Leviticus
## 3148 The Old Testament   The Third Book of Moses called Leviticus
## 3149 The Old Testament   The Third Book of Moses called Leviticus
## 3150 The Old Testament   The Third Book of Moses called Leviticus
## 3151 The Old Testament   The Third Book of Moses called Leviticus
## 3152 The Old Testament   The Third Book of Moses called Leviticus
## 3153 The Old Testament   The Third Book of Moses called Leviticus
## 3154 The Old Testament   The Third Book of Moses called Leviticus
## 3155 The Old Testament   The Third Book of Moses called Leviticus
## 3156 The Old Testament   The Third Book of Moses called Leviticus
## 3157 The Old Testament   The Third Book of Moses called Leviticus
## 3158 The Old Testament   The Third Book of Moses called Leviticus
## 3159 The Old Testament   The Third Book of Moses called Leviticus
## 3160 The Old Testament   The Third Book of Moses called Leviticus
## 3161 The Old Testament   The Third Book of Moses called Leviticus
## 3162 The Old Testament   The Third Book of Moses called Leviticus
## 3163 The Old Testament   The Third Book of Moses called Leviticus
## 3164 The Old Testament   The Third Book of Moses called Leviticus
## 3165 The Old Testament   The Third Book of Moses called Leviticus
## 3166 The Old Testament   The Third Book of Moses called Leviticus
## 3167 The Old Testament   The Third Book of Moses called Leviticus
## 3168 The Old Testament   The Third Book of Moses called Leviticus
## 3169 The Old Testament   The Third Book of Moses called Leviticus
## 3170 The Old Testament   The Third Book of Moses called Leviticus
## 3171 The Old Testament   The Third Book of Moses called Leviticus
## 3172 The Old Testament   The Third Book of Moses called Leviticus
## 3173 The Old Testament   The Third Book of Moses called Leviticus
## 3174 The Old Testament   The Third Book of Moses called Leviticus
## 3175 The Old Testament   The Third Book of Moses called Leviticus
## 3176 The Old Testament   The Third Book of Moses called Leviticus
## 3177 The Old Testament   The Third Book of Moses called Leviticus
## 3178 The Old Testament   The Third Book of Moses called Leviticus
## 3179 The Old Testament   The Third Book of Moses called Leviticus
## 3180 The Old Testament   The Third Book of Moses called Leviticus
## 3181 The Old Testament   The Third Book of Moses called Leviticus
## 3182 The Old Testament   The Third Book of Moses called Leviticus
## 3183 The Old Testament   The Third Book of Moses called Leviticus
## 3184 The Old Testament   The Third Book of Moses called Leviticus
## 3185 The Old Testament   The Third Book of Moses called Leviticus
## 3186 The Old Testament   The Third Book of Moses called Leviticus
## 3187 The Old Testament   The Third Book of Moses called Leviticus
## 3188 The Old Testament   The Third Book of Moses called Leviticus
## 3189 The Old Testament   The Third Book of Moses called Leviticus
## 3190 The Old Testament   The Third Book of Moses called Leviticus
## 3191 The Old Testament   The Third Book of Moses called Leviticus
## 3192 The Old Testament   The Third Book of Moses called Leviticus
## 3193 The Old Testament   The Third Book of Moses called Leviticus
## 3194 The Old Testament   The Third Book of Moses called Leviticus
## 3195 The Old Testament   The Third Book of Moses called Leviticus
## 3196 The Old Testament   The Third Book of Moses called Leviticus
## 3197 The Old Testament   The Third Book of Moses called Leviticus
## 3198 The Old Testament   The Third Book of Moses called Leviticus
## 3199 The Old Testament   The Third Book of Moses called Leviticus
## 3200 The Old Testament   The Third Book of Moses called Leviticus
## 3201 The Old Testament   The Third Book of Moses called Leviticus
## 3202 The Old Testament   The Third Book of Moses called Leviticus
## 3203 The Old Testament   The Third Book of Moses called Leviticus
## 3204 The Old Testament   The Third Book of Moses called Leviticus
## 3205 The Old Testament   The Third Book of Moses called Leviticus
## 3206 The Old Testament   The Third Book of Moses called Leviticus
## 3207 The Old Testament   The Third Book of Moses called Leviticus
## 3208 The Old Testament   The Third Book of Moses called Leviticus
## 3209 The Old Testament   The Third Book of Moses called Leviticus
## 3210 The Old Testament   The Third Book of Moses called Leviticus
## 3211 The Old Testament   The Third Book of Moses called Leviticus
## 3212 The Old Testament   The Third Book of Moses called Leviticus
## 3213 The Old Testament   The Third Book of Moses called Leviticus
## 3214 The Old Testament   The Third Book of Moses called Leviticus
## 3215 The Old Testament   The Third Book of Moses called Leviticus
## 3216 The Old Testament   The Third Book of Moses called Leviticus
## 3217 The Old Testament   The Third Book of Moses called Leviticus
## 3218 The Old Testament   The Third Book of Moses called Leviticus
## 3219 The Old Testament   The Third Book of Moses called Leviticus
## 3220 The Old Testament   The Third Book of Moses called Leviticus
## 3221 The Old Testament   The Third Book of Moses called Leviticus
## 3222 The Old Testament   The Third Book of Moses called Leviticus
## 3223 The Old Testament   The Third Book of Moses called Leviticus
## 3224 The Old Testament   The Third Book of Moses called Leviticus
## 3225 The Old Testament   The Third Book of Moses called Leviticus
## 3226 The Old Testament   The Third Book of Moses called Leviticus
## 3227 The Old Testament   The Third Book of Moses called Leviticus
## 3228 The Old Testament   The Third Book of Moses called Leviticus
## 3229 The Old Testament   The Third Book of Moses called Leviticus
## 3230 The Old Testament   The Third Book of Moses called Leviticus
## 3231 The Old Testament   The Third Book of Moses called Leviticus
## 3232 The Old Testament   The Third Book of Moses called Leviticus
## 3233 The Old Testament   The Third Book of Moses called Leviticus
## 3234 The Old Testament   The Third Book of Moses called Leviticus
## 3235 The Old Testament   The Third Book of Moses called Leviticus
## 3236 The Old Testament   The Third Book of Moses called Leviticus
## 3237 The Old Testament   The Third Book of Moses called Leviticus
## 3238 The Old Testament   The Third Book of Moses called Leviticus
## 3239 The Old Testament   The Third Book of Moses called Leviticus
## 3240 The Old Testament   The Third Book of Moses called Leviticus
## 3241 The Old Testament   The Third Book of Moses called Leviticus
## 3242 The Old Testament   The Third Book of Moses called Leviticus
## 3243 The Old Testament   The Third Book of Moses called Leviticus
## 3244 The Old Testament   The Third Book of Moses called Leviticus
## 3245 The Old Testament   The Third Book of Moses called Leviticus
## 3246 The Old Testament   The Third Book of Moses called Leviticus
## 3247 The Old Testament   The Third Book of Moses called Leviticus
## 3248 The Old Testament   The Third Book of Moses called Leviticus
## 3249 The Old Testament   The Third Book of Moses called Leviticus
## 3250 The Old Testament   The Third Book of Moses called Leviticus
## 3251 The Old Testament   The Third Book of Moses called Leviticus
## 3252 The Old Testament   The Third Book of Moses called Leviticus
## 3253 The Old Testament   The Third Book of Moses called Leviticus
## 3254 The Old Testament   The Third Book of Moses called Leviticus
## 3255 The Old Testament   The Third Book of Moses called Leviticus
## 3256 The Old Testament   The Third Book of Moses called Leviticus
## 3257 The Old Testament   The Third Book of Moses called Leviticus
## 3258 The Old Testament   The Third Book of Moses called Leviticus
## 3259 The Old Testament   The Third Book of Moses called Leviticus
## 3260 The Old Testament   The Third Book of Moses called Leviticus
## 3261 The Old Testament   The Third Book of Moses called Leviticus
## 3262 The Old Testament   The Third Book of Moses called Leviticus
## 3263 The Old Testament   The Third Book of Moses called Leviticus
## 3264 The Old Testament   The Third Book of Moses called Leviticus
## 3265 The Old Testament   The Third Book of Moses called Leviticus
## 3266 The Old Testament   The Third Book of Moses called Leviticus
## 3267 The Old Testament   The Third Book of Moses called Leviticus
## 3268 The Old Testament   The Third Book of Moses called Leviticus
## 3269 The Old Testament   The Third Book of Moses called Leviticus
## 3270 The Old Testament   The Third Book of Moses called Leviticus
## 3271 The Old Testament   The Third Book of Moses called Leviticus
## 3272 The Old Testament   The Third Book of Moses called Leviticus
## 3273 The Old Testament   The Third Book of Moses called Leviticus
## 3274 The Old Testament   The Third Book of Moses called Leviticus
## 3275 The Old Testament   The Third Book of Moses called Leviticus
## 3276 The Old Testament   The Third Book of Moses called Leviticus
## 3277 The Old Testament   The Third Book of Moses called Leviticus
## 3278 The Old Testament   The Third Book of Moses called Leviticus
## 3279 The Old Testament   The Third Book of Moses called Leviticus
## 3280 The Old Testament   The Third Book of Moses called Leviticus
## 3281 The Old Testament   The Third Book of Moses called Leviticus
## 3282 The Old Testament   The Third Book of Moses called Leviticus
## 3283 The Old Testament   The Third Book of Moses called Leviticus
## 3284 The Old Testament   The Third Book of Moses called Leviticus
## 3285 The Old Testament   The Third Book of Moses called Leviticus
## 3286 The Old Testament   The Third Book of Moses called Leviticus
## 3287 The Old Testament   The Third Book of Moses called Leviticus
## 3288 The Old Testament   The Third Book of Moses called Leviticus
## 3289 The Old Testament   The Third Book of Moses called Leviticus
## 3290 The Old Testament   The Third Book of Moses called Leviticus
## 3291 The Old Testament   The Third Book of Moses called Leviticus
## 3292 The Old Testament   The Third Book of Moses called Leviticus
## 3293 The Old Testament   The Third Book of Moses called Leviticus
## 3294 The Old Testament   The Third Book of Moses called Leviticus
## 3295 The Old Testament   The Third Book of Moses called Leviticus
## 3296 The Old Testament   The Third Book of Moses called Leviticus
## 3297 The Old Testament   The Third Book of Moses called Leviticus
## 3298 The Old Testament   The Third Book of Moses called Leviticus
## 3299 The Old Testament   The Third Book of Moses called Leviticus
## 3300 The Old Testament   The Third Book of Moses called Leviticus
## 3301 The Old Testament   The Third Book of Moses called Leviticus
## 3302 The Old Testament   The Third Book of Moses called Leviticus
## 3303 The Old Testament   The Third Book of Moses called Leviticus
## 3304 The Old Testament   The Third Book of Moses called Leviticus
## 3305 The Old Testament   The Third Book of Moses called Leviticus
## 3306 The Old Testament   The Third Book of Moses called Leviticus
## 3307 The Old Testament   The Third Book of Moses called Leviticus
## 3308 The Old Testament   The Third Book of Moses called Leviticus
## 3309 The Old Testament   The Third Book of Moses called Leviticus
## 3310 The Old Testament   The Third Book of Moses called Leviticus
## 3311 The Old Testament   The Third Book of Moses called Leviticus
## 3312 The Old Testament   The Third Book of Moses called Leviticus
## 3313 The Old Testament   The Third Book of Moses called Leviticus
## 3314 The Old Testament   The Third Book of Moses called Leviticus
## 3315 The Old Testament   The Third Book of Moses called Leviticus
## 3316 The Old Testament   The Third Book of Moses called Leviticus
## 3317 The Old Testament   The Third Book of Moses called Leviticus
## 3318 The Old Testament   The Third Book of Moses called Leviticus
## 3319 The Old Testament   The Third Book of Moses called Leviticus
## 3320 The Old Testament   The Third Book of Moses called Leviticus
## 3321 The Old Testament   The Third Book of Moses called Leviticus
## 3322 The Old Testament   The Third Book of Moses called Leviticus
## 3323 The Old Testament   The Third Book of Moses called Leviticus
## 3324 The Old Testament   The Third Book of Moses called Leviticus
## 3325 The Old Testament   The Third Book of Moses called Leviticus
## 3326 The Old Testament   The Third Book of Moses called Leviticus
## 3327 The Old Testament   The Third Book of Moses called Leviticus
## 3328 The Old Testament   The Third Book of Moses called Leviticus
## 3329 The Old Testament   The Third Book of Moses called Leviticus
## 3330 The Old Testament   The Third Book of Moses called Leviticus
## 3331 The Old Testament   The Third Book of Moses called Leviticus
## 3332 The Old Testament   The Third Book of Moses called Leviticus
## 3333 The Old Testament   The Third Book of Moses called Leviticus
## 3334 The Old Testament   The Third Book of Moses called Leviticus
## 3335 The Old Testament   The Third Book of Moses called Leviticus
## 3336 The Old Testament   The Third Book of Moses called Leviticus
## 3337 The Old Testament   The Third Book of Moses called Leviticus
## 3338 The Old Testament   The Third Book of Moses called Leviticus
## 3339 The Old Testament   The Third Book of Moses called Leviticus
## 3340 The Old Testament   The Third Book of Moses called Leviticus
## 3341 The Old Testament   The Third Book of Moses called Leviticus
## 3342 The Old Testament   The Third Book of Moses called Leviticus
## 3343 The Old Testament   The Third Book of Moses called Leviticus
## 3344 The Old Testament   The Third Book of Moses called Leviticus
## 3345 The Old Testament   The Third Book of Moses called Leviticus
## 3346 The Old Testament   The Third Book of Moses called Leviticus
## 3347 The Old Testament   The Third Book of Moses called Leviticus
## 3348 The Old Testament   The Third Book of Moses called Leviticus
## 3349 The Old Testament   The Third Book of Moses called Leviticus
## 3350 The Old Testament   The Third Book of Moses called Leviticus
## 3351 The Old Testament   The Third Book of Moses called Leviticus
## 3352 The Old Testament   The Third Book of Moses called Leviticus
## 3353 The Old Testament   The Third Book of Moses called Leviticus
## 3354 The Old Testament   The Third Book of Moses called Leviticus
## 3355 The Old Testament   The Third Book of Moses called Leviticus
## 3356 The Old Testament   The Third Book of Moses called Leviticus
## 3357 The Old Testament   The Third Book of Moses called Leviticus
## 3358 The Old Testament   The Third Book of Moses called Leviticus
## 3359 The Old Testament   The Third Book of Moses called Leviticus
## 3360 The Old Testament   The Third Book of Moses called Leviticus
## 3361 The Old Testament   The Third Book of Moses called Leviticus
## 3362 The Old Testament   The Third Book of Moses called Leviticus
## 3363 The Old Testament   The Third Book of Moses called Leviticus
## 3364 The Old Testament   The Third Book of Moses called Leviticus
## 3365 The Old Testament   The Third Book of Moses called Leviticus
## 3366 The Old Testament   The Third Book of Moses called Leviticus
## 3367 The Old Testament   The Third Book of Moses called Leviticus
## 3368 The Old Testament   The Third Book of Moses called Leviticus
## 3369 The Old Testament   The Third Book of Moses called Leviticus
## 3370 The Old Testament   The Third Book of Moses called Leviticus
## 3371 The Old Testament   The Third Book of Moses called Leviticus
## 3372 The Old Testament   The Third Book of Moses called Leviticus
## 3373 The Old Testament   The Third Book of Moses called Leviticus
## 3374 The Old Testament   The Third Book of Moses called Leviticus
## 3375 The Old Testament   The Third Book of Moses called Leviticus
## 3376 The Old Testament   The Third Book of Moses called Leviticus
## 3377 The Old Testament   The Third Book of Moses called Leviticus
## 3378 The Old Testament   The Third Book of Moses called Leviticus
## 3379 The Old Testament   The Third Book of Moses called Leviticus
## 3380 The Old Testament   The Third Book of Moses called Leviticus
## 3381 The Old Testament   The Third Book of Moses called Leviticus
## 3382 The Old Testament   The Third Book of Moses called Leviticus
## 3383 The Old Testament   The Third Book of Moses called Leviticus
## 3384 The Old Testament   The Third Book of Moses called Leviticus
## 3385 The Old Testament   The Third Book of Moses called Leviticus
## 3386 The Old Testament   The Third Book of Moses called Leviticus
## 3387 The Old Testament   The Third Book of Moses called Leviticus
## 3388 The Old Testament   The Third Book of Moses called Leviticus
## 3389 The Old Testament   The Third Book of Moses called Leviticus
## 3390 The Old Testament   The Third Book of Moses called Leviticus
## 3391 The Old Testament   The Third Book of Moses called Leviticus
## 3392 The Old Testament   The Third Book of Moses called Leviticus
## 3393 The Old Testament   The Third Book of Moses called Leviticus
## 3394 The Old Testament   The Third Book of Moses called Leviticus
## 3395 The Old Testament   The Third Book of Moses called Leviticus
## 3396 The Old Testament   The Third Book of Moses called Leviticus
## 3397 The Old Testament   The Third Book of Moses called Leviticus
## 3398 The Old Testament   The Third Book of Moses called Leviticus
## 3399 The Old Testament   The Third Book of Moses called Leviticus
## 3400 The Old Testament   The Third Book of Moses called Leviticus
## 3401 The Old Testament   The Third Book of Moses called Leviticus
## 3402 The Old Testament   The Third Book of Moses called Leviticus
## 3403 The Old Testament   The Third Book of Moses called Leviticus
## 3404 The Old Testament   The Third Book of Moses called Leviticus
## 3405 The Old Testament   The Third Book of Moses called Leviticus
## 3406 The Old Testament   The Third Book of Moses called Leviticus
## 3407 The Old Testament   The Third Book of Moses called Leviticus
## 3408 The Old Testament   The Third Book of Moses called Leviticus
## 3409 The Old Testament   The Third Book of Moses called Leviticus
## 3410 The Old Testament   The Third Book of Moses called Leviticus
## 3411 The Old Testament   The Third Book of Moses called Leviticus
## 3412 The Old Testament   The Third Book of Moses called Leviticus
## 3413 The Old Testament   The Third Book of Moses called Leviticus
## 3414 The Old Testament   The Third Book of Moses called Leviticus
## 3415 The Old Testament   The Third Book of Moses called Leviticus
## 3416 The Old Testament   The Third Book of Moses called Leviticus
## 3417 The Old Testament   The Third Book of Moses called Leviticus
## 3418 The Old Testament   The Third Book of Moses called Leviticus
## 3419 The Old Testament   The Third Book of Moses called Leviticus
## 3420 The Old Testament   The Third Book of Moses called Leviticus
## 3421 The Old Testament   The Third Book of Moses called Leviticus
## 3422 The Old Testament   The Third Book of Moses called Leviticus
## 3423 The Old Testament   The Third Book of Moses called Leviticus
## 3424 The Old Testament   The Third Book of Moses called Leviticus
## 3425 The Old Testament   The Third Book of Moses called Leviticus
## 3426 The Old Testament   The Third Book of Moses called Leviticus
## 3427 The Old Testament   The Third Book of Moses called Leviticus
## 3428 The Old Testament   The Third Book of Moses called Leviticus
## 3429 The Old Testament   The Third Book of Moses called Leviticus
## 3430 The Old Testament   The Third Book of Moses called Leviticus
## 3431 The Old Testament   The Third Book of Moses called Leviticus
## 3432 The Old Testament   The Third Book of Moses called Leviticus
## 3433 The Old Testament   The Third Book of Moses called Leviticus
## 3434 The Old Testament   The Third Book of Moses called Leviticus
## 3435 The Old Testament   The Third Book of Moses called Leviticus
## 3436 The Old Testament   The Third Book of Moses called Leviticus
## 3437 The Old Testament   The Third Book of Moses called Leviticus
## 3438 The Old Testament   The Third Book of Moses called Leviticus
## 3439 The Old Testament   The Third Book of Moses called Leviticus
## 3440 The Old Testament   The Third Book of Moses called Leviticus
## 3441 The Old Testament   The Third Book of Moses called Leviticus
## 3442 The Old Testament   The Third Book of Moses called Leviticus
## 3443 The Old Testament   The Third Book of Moses called Leviticus
## 3444 The Old Testament   The Third Book of Moses called Leviticus
## 3445 The Old Testament   The Third Book of Moses called Leviticus
## 3446 The Old Testament   The Third Book of Moses called Leviticus
## 3447 The Old Testament   The Third Book of Moses called Leviticus
## 3448 The Old Testament   The Third Book of Moses called Leviticus
## 3449 The Old Testament   The Third Book of Moses called Leviticus
## 3450 The Old Testament   The Third Book of Moses called Leviticus
## 3451 The Old Testament   The Third Book of Moses called Leviticus
## 3452 The Old Testament   The Third Book of Moses called Leviticus
## 3453 The Old Testament   The Third Book of Moses called Leviticus
## 3454 The Old Testament   The Third Book of Moses called Leviticus
## 3455 The Old Testament   The Third Book of Moses called Leviticus
## 3456 The Old Testament   The Third Book of Moses called Leviticus
## 3457 The Old Testament   The Third Book of Moses called Leviticus
## 3458 The Old Testament   The Third Book of Moses called Leviticus
## 3459 The Old Testament   The Third Book of Moses called Leviticus
## 3460 The Old Testament   The Third Book of Moses called Leviticus
## 3461 The Old Testament   The Third Book of Moses called Leviticus
## 3462 The Old Testament   The Third Book of Moses called Leviticus
## 3463 The Old Testament   The Third Book of Moses called Leviticus
## 3464 The Old Testament   The Third Book of Moses called Leviticus
## 3465 The Old Testament   The Third Book of Moses called Leviticus
## 3466 The Old Testament   The Third Book of Moses called Leviticus
## 3467 The Old Testament   The Third Book of Moses called Leviticus
## 3468 The Old Testament   The Third Book of Moses called Leviticus
## 3469 The Old Testament   The Third Book of Moses called Leviticus
## 3470 The Old Testament   The Third Book of Moses called Leviticus
## 3471 The Old Testament   The Third Book of Moses called Leviticus
## 3472 The Old Testament   The Third Book of Moses called Leviticus
## 3473 The Old Testament   The Third Book of Moses called Leviticus
## 3474 The Old Testament   The Third Book of Moses called Leviticus
## 3475 The Old Testament   The Third Book of Moses called Leviticus
## 3476 The Old Testament   The Third Book of Moses called Leviticus
## 3477 The Old Testament   The Third Book of Moses called Leviticus
## 3478 The Old Testament   The Third Book of Moses called Leviticus
## 3479 The Old Testament   The Third Book of Moses called Leviticus
## 3480 The Old Testament   The Third Book of Moses called Leviticus
## 3481 The Old Testament   The Third Book of Moses called Leviticus
## 3482 The Old Testament   The Third Book of Moses called Leviticus
## 3483 The Old Testament   The Third Book of Moses called Leviticus
## 3484 The Old Testament   The Third Book of Moses called Leviticus
## 3485 The Old Testament   The Third Book of Moses called Leviticus
## 3486 The Old Testament   The Third Book of Moses called Leviticus
## 3487 The Old Testament   The Third Book of Moses called Leviticus
## 3488 The Old Testament   The Third Book of Moses called Leviticus
## 3489 The Old Testament   The Third Book of Moses called Leviticus
## 3490 The Old Testament   The Third Book of Moses called Leviticus
## 3491 The Old Testament   The Third Book of Moses called Leviticus
## 3492 The Old Testament   The Third Book of Moses called Leviticus
## 3493 The Old Testament   The Third Book of Moses called Leviticus
## 3494 The Old Testament   The Third Book of Moses called Leviticus
## 3495 The Old Testament   The Third Book of Moses called Leviticus
## 3496 The Old Testament   The Third Book of Moses called Leviticus
## 3497 The Old Testament   The Third Book of Moses called Leviticus
## 3498 The Old Testament   The Third Book of Moses called Leviticus
## 3499 The Old Testament   The Third Book of Moses called Leviticus
## 3500 The Old Testament   The Third Book of Moses called Leviticus
## 3501 The Old Testament   The Third Book of Moses called Leviticus
## 3502 The Old Testament   The Third Book of Moses called Leviticus
## 3503 The Old Testament   The Third Book of Moses called Leviticus
## 3504 The Old Testament   The Third Book of Moses called Leviticus
## 3505 The Old Testament   The Third Book of Moses called Leviticus
## 3506 The Old Testament   The Third Book of Moses called Leviticus
## 3507 The Old Testament   The Third Book of Moses called Leviticus
## 3508 The Old Testament   The Third Book of Moses called Leviticus
## 3509 The Old Testament   The Third Book of Moses called Leviticus
## 3510 The Old Testament   The Third Book of Moses called Leviticus
## 3511 The Old Testament   The Third Book of Moses called Leviticus
## 3512 The Old Testament   The Third Book of Moses called Leviticus
## 3513 The Old Testament   The Third Book of Moses called Leviticus
## 3514 The Old Testament   The Third Book of Moses called Leviticus
## 3515 The Old Testament   The Third Book of Moses called Leviticus
## 3516 The Old Testament   The Third Book of Moses called Leviticus
## 3517 The Old Testament   The Third Book of Moses called Leviticus
## 3518 The Old Testament   The Third Book of Moses called Leviticus
## 3519 The Old Testament   The Third Book of Moses called Leviticus
## 3520 The Old Testament   The Third Book of Moses called Leviticus
## 3521 The Old Testament   The Third Book of Moses called Leviticus
## 3522 The Old Testament   The Third Book of Moses called Leviticus
## 3523 The Old Testament   The Third Book of Moses called Leviticus
## 3524 The Old Testament   The Third Book of Moses called Leviticus
## 3525 The Old Testament   The Third Book of Moses called Leviticus
## 3526 The Old Testament   The Third Book of Moses called Leviticus
## 3527 The Old Testament   The Third Book of Moses called Leviticus
## 3528 The Old Testament   The Third Book of Moses called Leviticus
## 3529 The Old Testament   The Third Book of Moses called Leviticus
## 3530 The Old Testament   The Third Book of Moses called Leviticus
## 3531 The Old Testament   The Third Book of Moses called Leviticus
## 3532 The Old Testament   The Third Book of Moses called Leviticus
## 3533 The Old Testament   The Third Book of Moses called Leviticus
## 3534 The Old Testament   The Third Book of Moses called Leviticus
## 3535 The Old Testament   The Third Book of Moses called Leviticus
## 3536 The Old Testament   The Third Book of Moses called Leviticus
## 3537 The Old Testament   The Third Book of Moses called Leviticus
## 3538 The Old Testament   The Third Book of Moses called Leviticus
## 3539 The Old Testament   The Third Book of Moses called Leviticus
## 3540 The Old Testament   The Third Book of Moses called Leviticus
## 3541 The Old Testament   The Third Book of Moses called Leviticus
## 3542 The Old Testament   The Third Book of Moses called Leviticus
## 3543 The Old Testament   The Third Book of Moses called Leviticus
## 3544 The Old Testament   The Third Book of Moses called Leviticus
## 3545 The Old Testament   The Third Book of Moses called Leviticus
## 3546 The Old Testament   The Third Book of Moses called Leviticus
## 3547 The Old Testament   The Third Book of Moses called Leviticus
## 3548 The Old Testament   The Third Book of Moses called Leviticus
## 3549 The Old Testament   The Third Book of Moses called Leviticus
## 3550 The Old Testament   The Third Book of Moses called Leviticus
## 3551 The Old Testament   The Third Book of Moses called Leviticus
## 3552 The Old Testament   The Third Book of Moses called Leviticus
## 3553 The Old Testament   The Third Book of Moses called Leviticus
## 3554 The Old Testament   The Third Book of Moses called Leviticus
## 3555 The Old Testament   The Third Book of Moses called Leviticus
## 3556 The Old Testament   The Third Book of Moses called Leviticus
## 3557 The Old Testament   The Third Book of Moses called Leviticus
## 3558 The Old Testament   The Third Book of Moses called Leviticus
## 3559 The Old Testament   The Third Book of Moses called Leviticus
## 3560 The Old Testament   The Third Book of Moses called Leviticus
## 3561 The Old Testament   The Third Book of Moses called Leviticus
## 3562 The Old Testament   The Third Book of Moses called Leviticus
## 3563 The Old Testament   The Third Book of Moses called Leviticus
## 3564 The Old Testament   The Third Book of Moses called Leviticus
## 3565 The Old Testament   The Third Book of Moses called Leviticus
## 3566 The Old Testament   The Third Book of Moses called Leviticus
## 3567 The Old Testament   The Third Book of Moses called Leviticus
## 3568 The Old Testament   The Third Book of Moses called Leviticus
## 3569 The Old Testament   The Third Book of Moses called Leviticus
## 3570 The Old Testament   The Third Book of Moses called Leviticus
## 3571 The Old Testament   The Third Book of Moses called Leviticus
## 3572 The Old Testament   The Third Book of Moses called Leviticus
## 3573 The Old Testament   The Third Book of Moses called Leviticus
## 3574 The Old Testament   The Third Book of Moses called Leviticus
## 3575 The Old Testament   The Third Book of Moses called Leviticus
## 3576 The Old Testament   The Third Book of Moses called Leviticus
## 3577 The Old Testament   The Third Book of Moses called Leviticus
## 3578 The Old Testament   The Third Book of Moses called Leviticus
## 3579 The Old Testament   The Third Book of Moses called Leviticus
## 3580 The Old Testament   The Third Book of Moses called Leviticus
## 3581 The Old Testament   The Third Book of Moses called Leviticus
## 3582 The Old Testament   The Third Book of Moses called Leviticus
## 3583 The Old Testament   The Third Book of Moses called Leviticus
## 3584 The Old Testament   The Third Book of Moses called Leviticus
## 3585 The Old Testament   The Third Book of Moses called Leviticus
## 3586 The Old Testament   The Third Book of Moses called Leviticus
## 3587 The Old Testament   The Third Book of Moses called Leviticus
## 3588 The Old Testament   The Third Book of Moses called Leviticus
## 3589 The Old Testament   The Third Book of Moses called Leviticus
## 3590 The Old Testament   The Third Book of Moses called Leviticus
## 3591 The Old Testament   The Third Book of Moses called Leviticus
## 3592 The Old Testament   The Third Book of Moses called Leviticus
## 3593 The Old Testament   The Third Book of Moses called Leviticus
## 3594 The Old Testament   The Third Book of Moses called Leviticus
## 3595 The Old Testament   The Third Book of Moses called Leviticus
## 3596 The Old Testament   The Third Book of Moses called Leviticus
## 3597 The Old Testament   The Third Book of Moses called Leviticus
## 3598 The Old Testament   The Third Book of Moses called Leviticus
## 3599 The Old Testament   The Third Book of Moses called Leviticus
## 3600 The Old Testament   The Third Book of Moses called Leviticus
## 3601 The Old Testament   The Third Book of Moses called Leviticus
## 3602 The Old Testament   The Third Book of Moses called Leviticus
## 3603 The Old Testament   The Third Book of Moses called Leviticus
## 3604 The Old Testament   The Third Book of Moses called Leviticus
## 3605 The Old Testament   The Third Book of Moses called Leviticus
## 3606 The Old Testament    The Fourth Book of Moses called Numbers
## 3607 The Old Testament    The Fourth Book of Moses called Numbers
## 3608 The Old Testament    The Fourth Book of Moses called Numbers
## 3609 The Old Testament    The Fourth Book of Moses called Numbers
## 3610 The Old Testament    The Fourth Book of Moses called Numbers
## 3611 The Old Testament    The Fourth Book of Moses called Numbers
## 3612 The Old Testament    The Fourth Book of Moses called Numbers
## 3613 The Old Testament    The Fourth Book of Moses called Numbers
## 3614 The Old Testament    The Fourth Book of Moses called Numbers
## 3615 The Old Testament    The Fourth Book of Moses called Numbers
## 3616 The Old Testament    The Fourth Book of Moses called Numbers
## 3617 The Old Testament    The Fourth Book of Moses called Numbers
## 3618 The Old Testament    The Fourth Book of Moses called Numbers
## 3619 The Old Testament    The Fourth Book of Moses called Numbers
## 3620 The Old Testament    The Fourth Book of Moses called Numbers
## 3621 The Old Testament    The Fourth Book of Moses called Numbers
## 3622 The Old Testament    The Fourth Book of Moses called Numbers
## 3623 The Old Testament    The Fourth Book of Moses called Numbers
## 3624 The Old Testament    The Fourth Book of Moses called Numbers
## 3625 The Old Testament    The Fourth Book of Moses called Numbers
## 3626 The Old Testament    The Fourth Book of Moses called Numbers
## 3627 The Old Testament    The Fourth Book of Moses called Numbers
## 3628 The Old Testament    The Fourth Book of Moses called Numbers
## 3629 The Old Testament    The Fourth Book of Moses called Numbers
## 3630 The Old Testament    The Fourth Book of Moses called Numbers
## 3631 The Old Testament    The Fourth Book of Moses called Numbers
## 3632 The Old Testament    The Fourth Book of Moses called Numbers
## 3633 The Old Testament    The Fourth Book of Moses called Numbers
## 3634 The Old Testament    The Fourth Book of Moses called Numbers
## 3635 The Old Testament    The Fourth Book of Moses called Numbers
## 3636 The Old Testament    The Fourth Book of Moses called Numbers
## 3637 The Old Testament    The Fourth Book of Moses called Numbers
## 3638 The Old Testament    The Fourth Book of Moses called Numbers
## 3639 The Old Testament    The Fourth Book of Moses called Numbers
## 3640 The Old Testament    The Fourth Book of Moses called Numbers
## 3641 The Old Testament    The Fourth Book of Moses called Numbers
## 3642 The Old Testament    The Fourth Book of Moses called Numbers
## 3643 The Old Testament    The Fourth Book of Moses called Numbers
## 3644 The Old Testament    The Fourth Book of Moses called Numbers
## 3645 The Old Testament    The Fourth Book of Moses called Numbers
## 3646 The Old Testament    The Fourth Book of Moses called Numbers
## 3647 The Old Testament    The Fourth Book of Moses called Numbers
## 3648 The Old Testament    The Fourth Book of Moses called Numbers
## 3649 The Old Testament    The Fourth Book of Moses called Numbers
## 3650 The Old Testament    The Fourth Book of Moses called Numbers
## 3651 The Old Testament    The Fourth Book of Moses called Numbers
## 3652 The Old Testament    The Fourth Book of Moses called Numbers
## 3653 The Old Testament    The Fourth Book of Moses called Numbers
## 3654 The Old Testament    The Fourth Book of Moses called Numbers
## 3655 The Old Testament    The Fourth Book of Moses called Numbers
## 3656 The Old Testament    The Fourth Book of Moses called Numbers
## 3657 The Old Testament    The Fourth Book of Moses called Numbers
## 3658 The Old Testament    The Fourth Book of Moses called Numbers
## 3659 The Old Testament    The Fourth Book of Moses called Numbers
## 3660 The Old Testament    The Fourth Book of Moses called Numbers
## 3661 The Old Testament    The Fourth Book of Moses called Numbers
## 3662 The Old Testament    The Fourth Book of Moses called Numbers
## 3663 The Old Testament    The Fourth Book of Moses called Numbers
## 3664 The Old Testament    The Fourth Book of Moses called Numbers
## 3665 The Old Testament    The Fourth Book of Moses called Numbers
## 3666 The Old Testament    The Fourth Book of Moses called Numbers
## 3667 The Old Testament    The Fourth Book of Moses called Numbers
## 3668 The Old Testament    The Fourth Book of Moses called Numbers
## 3669 The Old Testament    The Fourth Book of Moses called Numbers
## 3670 The Old Testament    The Fourth Book of Moses called Numbers
## 3671 The Old Testament    The Fourth Book of Moses called Numbers
## 3672 The Old Testament    The Fourth Book of Moses called Numbers
## 3673 The Old Testament    The Fourth Book of Moses called Numbers
## 3674 The Old Testament    The Fourth Book of Moses called Numbers
## 3675 The Old Testament    The Fourth Book of Moses called Numbers
## 3676 The Old Testament    The Fourth Book of Moses called Numbers
## 3677 The Old Testament    The Fourth Book of Moses called Numbers
## 3678 The Old Testament    The Fourth Book of Moses called Numbers
## 3679 The Old Testament    The Fourth Book of Moses called Numbers
## 3680 The Old Testament    The Fourth Book of Moses called Numbers
## 3681 The Old Testament    The Fourth Book of Moses called Numbers
## 3682 The Old Testament    The Fourth Book of Moses called Numbers
## 3683 The Old Testament    The Fourth Book of Moses called Numbers
## 3684 The Old Testament    The Fourth Book of Moses called Numbers
## 3685 The Old Testament    The Fourth Book of Moses called Numbers
## 3686 The Old Testament    The Fourth Book of Moses called Numbers
## 3687 The Old Testament    The Fourth Book of Moses called Numbers
## 3688 The Old Testament    The Fourth Book of Moses called Numbers
## 3689 The Old Testament    The Fourth Book of Moses called Numbers
## 3690 The Old Testament    The Fourth Book of Moses called Numbers
## 3691 The Old Testament    The Fourth Book of Moses called Numbers
## 3692 The Old Testament    The Fourth Book of Moses called Numbers
## 3693 The Old Testament    The Fourth Book of Moses called Numbers
## 3694 The Old Testament    The Fourth Book of Moses called Numbers
## 3695 The Old Testament    The Fourth Book of Moses called Numbers
## 3696 The Old Testament    The Fourth Book of Moses called Numbers
## 3697 The Old Testament    The Fourth Book of Moses called Numbers
## 3698 The Old Testament    The Fourth Book of Moses called Numbers
## 3699 The Old Testament    The Fourth Book of Moses called Numbers
## 3700 The Old Testament    The Fourth Book of Moses called Numbers
## 3701 The Old Testament    The Fourth Book of Moses called Numbers
## 3702 The Old Testament    The Fourth Book of Moses called Numbers
## 3703 The Old Testament    The Fourth Book of Moses called Numbers
## 3704 The Old Testament    The Fourth Book of Moses called Numbers
## 3705 The Old Testament    The Fourth Book of Moses called Numbers
## 3706 The Old Testament    The Fourth Book of Moses called Numbers
## 3707 The Old Testament    The Fourth Book of Moses called Numbers
## 3708 The Old Testament    The Fourth Book of Moses called Numbers
## 3709 The Old Testament    The Fourth Book of Moses called Numbers
## 3710 The Old Testament    The Fourth Book of Moses called Numbers
## 3711 The Old Testament    The Fourth Book of Moses called Numbers
## 3712 The Old Testament    The Fourth Book of Moses called Numbers
## 3713 The Old Testament    The Fourth Book of Moses called Numbers
## 3714 The Old Testament    The Fourth Book of Moses called Numbers
## 3715 The Old Testament    The Fourth Book of Moses called Numbers
## 3716 The Old Testament    The Fourth Book of Moses called Numbers
## 3717 The Old Testament    The Fourth Book of Moses called Numbers
## 3718 The Old Testament    The Fourth Book of Moses called Numbers
## 3719 The Old Testament    The Fourth Book of Moses called Numbers
## 3720 The Old Testament    The Fourth Book of Moses called Numbers
## 3721 The Old Testament    The Fourth Book of Moses called Numbers
## 3722 The Old Testament    The Fourth Book of Moses called Numbers
## 3723 The Old Testament    The Fourth Book of Moses called Numbers
## 3724 The Old Testament    The Fourth Book of Moses called Numbers
## 3725 The Old Testament    The Fourth Book of Moses called Numbers
## 3726 The Old Testament    The Fourth Book of Moses called Numbers
## 3727 The Old Testament    The Fourth Book of Moses called Numbers
## 3728 The Old Testament    The Fourth Book of Moses called Numbers
## 3729 The Old Testament    The Fourth Book of Moses called Numbers
## 3730 The Old Testament    The Fourth Book of Moses called Numbers
## 3731 The Old Testament    The Fourth Book of Moses called Numbers
## 3732 The Old Testament    The Fourth Book of Moses called Numbers
## 3733 The Old Testament    The Fourth Book of Moses called Numbers
## 3734 The Old Testament    The Fourth Book of Moses called Numbers
## 3735 The Old Testament    The Fourth Book of Moses called Numbers
## 3736 The Old Testament    The Fourth Book of Moses called Numbers
## 3737 The Old Testament    The Fourth Book of Moses called Numbers
## 3738 The Old Testament    The Fourth Book of Moses called Numbers
## 3739 The Old Testament    The Fourth Book of Moses called Numbers
## 3740 The Old Testament    The Fourth Book of Moses called Numbers
## 3741 The Old Testament    The Fourth Book of Moses called Numbers
## 3742 The Old Testament    The Fourth Book of Moses called Numbers
## 3743 The Old Testament    The Fourth Book of Moses called Numbers
## 3744 The Old Testament    The Fourth Book of Moses called Numbers
## 3745 The Old Testament    The Fourth Book of Moses called Numbers
## 3746 The Old Testament    The Fourth Book of Moses called Numbers
## 3747 The Old Testament    The Fourth Book of Moses called Numbers
## 3748 The Old Testament    The Fourth Book of Moses called Numbers
## 3749 The Old Testament    The Fourth Book of Moses called Numbers
## 3750 The Old Testament    The Fourth Book of Moses called Numbers
## 3751 The Old Testament    The Fourth Book of Moses called Numbers
## 3752 The Old Testament    The Fourth Book of Moses called Numbers
## 3753 The Old Testament    The Fourth Book of Moses called Numbers
## 3754 The Old Testament    The Fourth Book of Moses called Numbers
## 3755 The Old Testament    The Fourth Book of Moses called Numbers
## 3756 The Old Testament    The Fourth Book of Moses called Numbers
## 3757 The Old Testament    The Fourth Book of Moses called Numbers
## 3758 The Old Testament    The Fourth Book of Moses called Numbers
## 3759 The Old Testament    The Fourth Book of Moses called Numbers
## 3760 The Old Testament    The Fourth Book of Moses called Numbers
## 3761 The Old Testament    The Fourth Book of Moses called Numbers
## 3762 The Old Testament    The Fourth Book of Moses called Numbers
## 3763 The Old Testament    The Fourth Book of Moses called Numbers
## 3764 The Old Testament    The Fourth Book of Moses called Numbers
## 3765 The Old Testament    The Fourth Book of Moses called Numbers
## 3766 The Old Testament    The Fourth Book of Moses called Numbers
## 3767 The Old Testament    The Fourth Book of Moses called Numbers
## 3768 The Old Testament    The Fourth Book of Moses called Numbers
## 3769 The Old Testament    The Fourth Book of Moses called Numbers
## 3770 The Old Testament    The Fourth Book of Moses called Numbers
## 3771 The Old Testament    The Fourth Book of Moses called Numbers
## 3772 The Old Testament    The Fourth Book of Moses called Numbers
## 3773 The Old Testament    The Fourth Book of Moses called Numbers
## 3774 The Old Testament    The Fourth Book of Moses called Numbers
## 3775 The Old Testament    The Fourth Book of Moses called Numbers
## 3776 The Old Testament    The Fourth Book of Moses called Numbers
## 3777 The Old Testament    The Fourth Book of Moses called Numbers
## 3778 The Old Testament    The Fourth Book of Moses called Numbers
## 3779 The Old Testament    The Fourth Book of Moses called Numbers
## 3780 The Old Testament    The Fourth Book of Moses called Numbers
## 3781 The Old Testament    The Fourth Book of Moses called Numbers
## 3782 The Old Testament    The Fourth Book of Moses called Numbers
## 3783 The Old Testament    The Fourth Book of Moses called Numbers
## 3784 The Old Testament    The Fourth Book of Moses called Numbers
## 3785 The Old Testament    The Fourth Book of Moses called Numbers
## 3786 The Old Testament    The Fourth Book of Moses called Numbers
## 3787 The Old Testament    The Fourth Book of Moses called Numbers
## 3788 The Old Testament    The Fourth Book of Moses called Numbers
## 3789 The Old Testament    The Fourth Book of Moses called Numbers
## 3790 The Old Testament    The Fourth Book of Moses called Numbers
## 3791 The Old Testament    The Fourth Book of Moses called Numbers
## 3792 The Old Testament    The Fourth Book of Moses called Numbers
## 3793 The Old Testament    The Fourth Book of Moses called Numbers
## 3794 The Old Testament    The Fourth Book of Moses called Numbers
## 3795 The Old Testament    The Fourth Book of Moses called Numbers
## 3796 The Old Testament    The Fourth Book of Moses called Numbers
## 3797 The Old Testament    The Fourth Book of Moses called Numbers
## 3798 The Old Testament    The Fourth Book of Moses called Numbers
## 3799 The Old Testament    The Fourth Book of Moses called Numbers
## 3800 The Old Testament    The Fourth Book of Moses called Numbers
## 3801 The Old Testament    The Fourth Book of Moses called Numbers
## 3802 The Old Testament    The Fourth Book of Moses called Numbers
## 3803 The Old Testament    The Fourth Book of Moses called Numbers
## 3804 The Old Testament    The Fourth Book of Moses called Numbers
## 3805 The Old Testament    The Fourth Book of Moses called Numbers
## 3806 The Old Testament    The Fourth Book of Moses called Numbers
## 3807 The Old Testament    The Fourth Book of Moses called Numbers
## 3808 The Old Testament    The Fourth Book of Moses called Numbers
## 3809 The Old Testament    The Fourth Book of Moses called Numbers
## 3810 The Old Testament    The Fourth Book of Moses called Numbers
## 3811 The Old Testament    The Fourth Book of Moses called Numbers
## 3812 The Old Testament    The Fourth Book of Moses called Numbers
## 3813 The Old Testament    The Fourth Book of Moses called Numbers
## 3814 The Old Testament    The Fourth Book of Moses called Numbers
## 3815 The Old Testament    The Fourth Book of Moses called Numbers
## 3816 The Old Testament    The Fourth Book of Moses called Numbers
## 3817 The Old Testament    The Fourth Book of Moses called Numbers
## 3818 The Old Testament    The Fourth Book of Moses called Numbers
## 3819 The Old Testament    The Fourth Book of Moses called Numbers
## 3820 The Old Testament    The Fourth Book of Moses called Numbers
## 3821 The Old Testament    The Fourth Book of Moses called Numbers
## 3822 The Old Testament    The Fourth Book of Moses called Numbers
## 3823 The Old Testament    The Fourth Book of Moses called Numbers
## 3824 The Old Testament    The Fourth Book of Moses called Numbers
## 3825 The Old Testament    The Fourth Book of Moses called Numbers
## 3826 The Old Testament    The Fourth Book of Moses called Numbers
## 3827 The Old Testament    The Fourth Book of Moses called Numbers
## 3828 The Old Testament    The Fourth Book of Moses called Numbers
## 3829 The Old Testament    The Fourth Book of Moses called Numbers
## 3830 The Old Testament    The Fourth Book of Moses called Numbers
## 3831 The Old Testament    The Fourth Book of Moses called Numbers
## 3832 The Old Testament    The Fourth Book of Moses called Numbers
## 3833 The Old Testament    The Fourth Book of Moses called Numbers
## 3834 The Old Testament    The Fourth Book of Moses called Numbers
## 3835 The Old Testament    The Fourth Book of Moses called Numbers
## 3836 The Old Testament    The Fourth Book of Moses called Numbers
## 3837 The Old Testament    The Fourth Book of Moses called Numbers
## 3838 The Old Testament    The Fourth Book of Moses called Numbers
## 3839 The Old Testament    The Fourth Book of Moses called Numbers
## 3840 The Old Testament    The Fourth Book of Moses called Numbers
## 3841 The Old Testament    The Fourth Book of Moses called Numbers
## 3842 The Old Testament    The Fourth Book of Moses called Numbers
## 3843 The Old Testament    The Fourth Book of Moses called Numbers
## 3844 The Old Testament    The Fourth Book of Moses called Numbers
## 3845 The Old Testament    The Fourth Book of Moses called Numbers
## 3846 The Old Testament    The Fourth Book of Moses called Numbers
## 3847 The Old Testament    The Fourth Book of Moses called Numbers
## 3848 The Old Testament    The Fourth Book of Moses called Numbers
## 3849 The Old Testament    The Fourth Book of Moses called Numbers
## 3850 The Old Testament    The Fourth Book of Moses called Numbers
## 3851 The Old Testament    The Fourth Book of Moses called Numbers
## 3852 The Old Testament    The Fourth Book of Moses called Numbers
## 3853 The Old Testament    The Fourth Book of Moses called Numbers
## 3854 The Old Testament    The Fourth Book of Moses called Numbers
## 3855 The Old Testament    The Fourth Book of Moses called Numbers
## 3856 The Old Testament    The Fourth Book of Moses called Numbers
## 3857 The Old Testament    The Fourth Book of Moses called Numbers
## 3858 The Old Testament    The Fourth Book of Moses called Numbers
## 3859 The Old Testament    The Fourth Book of Moses called Numbers
## 3860 The Old Testament    The Fourth Book of Moses called Numbers
## 3861 The Old Testament    The Fourth Book of Moses called Numbers
## 3862 The Old Testament    The Fourth Book of Moses called Numbers
## 3863 The Old Testament    The Fourth Book of Moses called Numbers
## 3864 The Old Testament    The Fourth Book of Moses called Numbers
## 3865 The Old Testament    The Fourth Book of Moses called Numbers
## 3866 The Old Testament    The Fourth Book of Moses called Numbers
## 3867 The Old Testament    The Fourth Book of Moses called Numbers
## 3868 The Old Testament    The Fourth Book of Moses called Numbers
## 3869 The Old Testament    The Fourth Book of Moses called Numbers
## 3870 The Old Testament    The Fourth Book of Moses called Numbers
## 3871 The Old Testament    The Fourth Book of Moses called Numbers
## 3872 The Old Testament    The Fourth Book of Moses called Numbers
## 3873 The Old Testament    The Fourth Book of Moses called Numbers
## 3874 The Old Testament    The Fourth Book of Moses called Numbers
## 3875 The Old Testament    The Fourth Book of Moses called Numbers
## 3876 The Old Testament    The Fourth Book of Moses called Numbers
## 3877 The Old Testament    The Fourth Book of Moses called Numbers
## 3878 The Old Testament    The Fourth Book of Moses called Numbers
## 3879 The Old Testament    The Fourth Book of Moses called Numbers
## 3880 The Old Testament    The Fourth Book of Moses called Numbers
## 3881 The Old Testament    The Fourth Book of Moses called Numbers
## 3882 The Old Testament    The Fourth Book of Moses called Numbers
## 3883 The Old Testament    The Fourth Book of Moses called Numbers
## 3884 The Old Testament    The Fourth Book of Moses called Numbers
## 3885 The Old Testament    The Fourth Book of Moses called Numbers
## 3886 The Old Testament    The Fourth Book of Moses called Numbers
## 3887 The Old Testament    The Fourth Book of Moses called Numbers
## 3888 The Old Testament    The Fourth Book of Moses called Numbers
## 3889 The Old Testament    The Fourth Book of Moses called Numbers
## 3890 The Old Testament    The Fourth Book of Moses called Numbers
## 3891 The Old Testament    The Fourth Book of Moses called Numbers
## 3892 The Old Testament    The Fourth Book of Moses called Numbers
## 3893 The Old Testament    The Fourth Book of Moses called Numbers
## 3894 The Old Testament    The Fourth Book of Moses called Numbers
## 3895 The Old Testament    The Fourth Book of Moses called Numbers
## 3896 The Old Testament    The Fourth Book of Moses called Numbers
## 3897 The Old Testament    The Fourth Book of Moses called Numbers
## 3898 The Old Testament    The Fourth Book of Moses called Numbers
## 3899 The Old Testament    The Fourth Book of Moses called Numbers
## 3900 The Old Testament    The Fourth Book of Moses called Numbers
## 3901 The Old Testament    The Fourth Book of Moses called Numbers
## 3902 The Old Testament    The Fourth Book of Moses called Numbers
## 3903 The Old Testament    The Fourth Book of Moses called Numbers
## 3904 The Old Testament    The Fourth Book of Moses called Numbers
## 3905 The Old Testament    The Fourth Book of Moses called Numbers
## 3906 The Old Testament    The Fourth Book of Moses called Numbers
## 3907 The Old Testament    The Fourth Book of Moses called Numbers
## 3908 The Old Testament    The Fourth Book of Moses called Numbers
## 3909 The Old Testament    The Fourth Book of Moses called Numbers
## 3910 The Old Testament    The Fourth Book of Moses called Numbers
## 3911 The Old Testament    The Fourth Book of Moses called Numbers
## 3912 The Old Testament    The Fourth Book of Moses called Numbers
## 3913 The Old Testament    The Fourth Book of Moses called Numbers
## 3914 The Old Testament    The Fourth Book of Moses called Numbers
## 3915 The Old Testament    The Fourth Book of Moses called Numbers
## 3916 The Old Testament    The Fourth Book of Moses called Numbers
## 3917 The Old Testament    The Fourth Book of Moses called Numbers
## 3918 The Old Testament    The Fourth Book of Moses called Numbers
## 3919 The Old Testament    The Fourth Book of Moses called Numbers
## 3920 The Old Testament    The Fourth Book of Moses called Numbers
## 3921 The Old Testament    The Fourth Book of Moses called Numbers
## 3922 The Old Testament    The Fourth Book of Moses called Numbers
## 3923 The Old Testament    The Fourth Book of Moses called Numbers
## 3924 The Old Testament    The Fourth Book of Moses called Numbers
## 3925 The Old Testament    The Fourth Book of Moses called Numbers
## 3926 The Old Testament    The Fourth Book of Moses called Numbers
## 3927 The Old Testament    The Fourth Book of Moses called Numbers
## 3928 The Old Testament    The Fourth Book of Moses called Numbers
## 3929 The Old Testament    The Fourth Book of Moses called Numbers
## 3930 The Old Testament    The Fourth Book of Moses called Numbers
## 3931 The Old Testament    The Fourth Book of Moses called Numbers
## 3932 The Old Testament    The Fourth Book of Moses called Numbers
## 3933 The Old Testament    The Fourth Book of Moses called Numbers
## 3934 The Old Testament    The Fourth Book of Moses called Numbers
## 3935 The Old Testament    The Fourth Book of Moses called Numbers
## 3936 The Old Testament    The Fourth Book of Moses called Numbers
## 3937 The Old Testament    The Fourth Book of Moses called Numbers
## 3938 The Old Testament    The Fourth Book of Moses called Numbers
## 3939 The Old Testament    The Fourth Book of Moses called Numbers
## 3940 The Old Testament    The Fourth Book of Moses called Numbers
## 3941 The Old Testament    The Fourth Book of Moses called Numbers
## 3942 The Old Testament    The Fourth Book of Moses called Numbers
## 3943 The Old Testament    The Fourth Book of Moses called Numbers
## 3944 The Old Testament    The Fourth Book of Moses called Numbers
## 3945 The Old Testament    The Fourth Book of Moses called Numbers
## 3946 The Old Testament    The Fourth Book of Moses called Numbers
## 3947 The Old Testament    The Fourth Book of Moses called Numbers
## 3948 The Old Testament    The Fourth Book of Moses called Numbers
## 3949 The Old Testament    The Fourth Book of Moses called Numbers
## 3950 The Old Testament    The Fourth Book of Moses called Numbers
## 3951 The Old Testament    The Fourth Book of Moses called Numbers
## 3952 The Old Testament    The Fourth Book of Moses called Numbers
## 3953 The Old Testament    The Fourth Book of Moses called Numbers
## 3954 The Old Testament    The Fourth Book of Moses called Numbers
## 3955 The Old Testament    The Fourth Book of Moses called Numbers
## 3956 The Old Testament    The Fourth Book of Moses called Numbers
## 3957 The Old Testament    The Fourth Book of Moses called Numbers
## 3958 The Old Testament    The Fourth Book of Moses called Numbers
## 3959 The Old Testament    The Fourth Book of Moses called Numbers
## 3960 The Old Testament    The Fourth Book of Moses called Numbers
## 3961 The Old Testament    The Fourth Book of Moses called Numbers
## 3962 The Old Testament    The Fourth Book of Moses called Numbers
## 3963 The Old Testament    The Fourth Book of Moses called Numbers
## 3964 The Old Testament    The Fourth Book of Moses called Numbers
## 3965 The Old Testament    The Fourth Book of Moses called Numbers
## 3966 The Old Testament    The Fourth Book of Moses called Numbers
## 3967 The Old Testament    The Fourth Book of Moses called Numbers
## 3968 The Old Testament    The Fourth Book of Moses called Numbers
## 3969 The Old Testament    The Fourth Book of Moses called Numbers
## 3970 The Old Testament    The Fourth Book of Moses called Numbers
## 3971 The Old Testament    The Fourth Book of Moses called Numbers
## 3972 The Old Testament    The Fourth Book of Moses called Numbers
## 3973 The Old Testament    The Fourth Book of Moses called Numbers
## 3974 The Old Testament    The Fourth Book of Moses called Numbers
## 3975 The Old Testament    The Fourth Book of Moses called Numbers
## 3976 The Old Testament    The Fourth Book of Moses called Numbers
## 3977 The Old Testament    The Fourth Book of Moses called Numbers
## 3978 The Old Testament    The Fourth Book of Moses called Numbers
## 3979 The Old Testament    The Fourth Book of Moses called Numbers
## 3980 The Old Testament    The Fourth Book of Moses called Numbers
## 3981 The Old Testament    The Fourth Book of Moses called Numbers
## 3982 The Old Testament    The Fourth Book of Moses called Numbers
## 3983 The Old Testament    The Fourth Book of Moses called Numbers
## 3984 The Old Testament    The Fourth Book of Moses called Numbers
## 3985 The Old Testament    The Fourth Book of Moses called Numbers
## 3986 The Old Testament    The Fourth Book of Moses called Numbers
## 3987 The Old Testament    The Fourth Book of Moses called Numbers
## 3988 The Old Testament    The Fourth Book of Moses called Numbers
## 3989 The Old Testament    The Fourth Book of Moses called Numbers
## 3990 The Old Testament    The Fourth Book of Moses called Numbers
## 3991 The Old Testament    The Fourth Book of Moses called Numbers
## 3992 The Old Testament    The Fourth Book of Moses called Numbers
## 3993 The Old Testament    The Fourth Book of Moses called Numbers
## 3994 The Old Testament    The Fourth Book of Moses called Numbers
## 3995 The Old Testament    The Fourth Book of Moses called Numbers
## 3996 The Old Testament    The Fourth Book of Moses called Numbers
## 3997 The Old Testament    The Fourth Book of Moses called Numbers
## 3998 The Old Testament    The Fourth Book of Moses called Numbers
## 3999 The Old Testament    The Fourth Book of Moses called Numbers
## 4000 The Old Testament    The Fourth Book of Moses called Numbers
## 4001 The Old Testament    The Fourth Book of Moses called Numbers
## 4002 The Old Testament    The Fourth Book of Moses called Numbers
## 4003 The Old Testament    The Fourth Book of Moses called Numbers
## 4004 The Old Testament    The Fourth Book of Moses called Numbers
## 4005 The Old Testament    The Fourth Book of Moses called Numbers
## 4006 The Old Testament    The Fourth Book of Moses called Numbers
## 4007 The Old Testament    The Fourth Book of Moses called Numbers
## 4008 The Old Testament    The Fourth Book of Moses called Numbers
## 4009 The Old Testament    The Fourth Book of Moses called Numbers
## 4010 The Old Testament    The Fourth Book of Moses called Numbers
## 4011 The Old Testament    The Fourth Book of Moses called Numbers
## 4012 The Old Testament    The Fourth Book of Moses called Numbers
## 4013 The Old Testament    The Fourth Book of Moses called Numbers
## 4014 The Old Testament    The Fourth Book of Moses called Numbers
## 4015 The Old Testament    The Fourth Book of Moses called Numbers
## 4016 The Old Testament    The Fourth Book of Moses called Numbers
## 4017 The Old Testament    The Fourth Book of Moses called Numbers
## 4018 The Old Testament    The Fourth Book of Moses called Numbers
## 4019 The Old Testament    The Fourth Book of Moses called Numbers
## 4020 The Old Testament    The Fourth Book of Moses called Numbers
## 4021 The Old Testament    The Fourth Book of Moses called Numbers
## 4022 The Old Testament    The Fourth Book of Moses called Numbers
## 4023 The Old Testament    The Fourth Book of Moses called Numbers
## 4024 The Old Testament    The Fourth Book of Moses called Numbers
## 4025 The Old Testament    The Fourth Book of Moses called Numbers
## 4026 The Old Testament    The Fourth Book of Moses called Numbers
## 4027 The Old Testament    The Fourth Book of Moses called Numbers
## 4028 The Old Testament    The Fourth Book of Moses called Numbers
## 4029 The Old Testament    The Fourth Book of Moses called Numbers
## 4030 The Old Testament    The Fourth Book of Moses called Numbers
## 4031 The Old Testament    The Fourth Book of Moses called Numbers
## 4032 The Old Testament    The Fourth Book of Moses called Numbers
## 4033 The Old Testament    The Fourth Book of Moses called Numbers
## 4034 The Old Testament    The Fourth Book of Moses called Numbers
## 4035 The Old Testament    The Fourth Book of Moses called Numbers
## 4036 The Old Testament    The Fourth Book of Moses called Numbers
## 4037 The Old Testament    The Fourth Book of Moses called Numbers
## 4038 The Old Testament    The Fourth Book of Moses called Numbers
## 4039 The Old Testament    The Fourth Book of Moses called Numbers
## 4040 The Old Testament    The Fourth Book of Moses called Numbers
## 4041 The Old Testament    The Fourth Book of Moses called Numbers
## 4042 The Old Testament    The Fourth Book of Moses called Numbers
## 4043 The Old Testament    The Fourth Book of Moses called Numbers
## 4044 The Old Testament    The Fourth Book of Moses called Numbers
## 4045 The Old Testament    The Fourth Book of Moses called Numbers
## 4046 The Old Testament    The Fourth Book of Moses called Numbers
## 4047 The Old Testament    The Fourth Book of Moses called Numbers
## 4048 The Old Testament    The Fourth Book of Moses called Numbers
## 4049 The Old Testament    The Fourth Book of Moses called Numbers
## 4050 The Old Testament    The Fourth Book of Moses called Numbers
## 4051 The Old Testament    The Fourth Book of Moses called Numbers
## 4052 The Old Testament    The Fourth Book of Moses called Numbers
## 4053 The Old Testament    The Fourth Book of Moses called Numbers
## 4054 The Old Testament    The Fourth Book of Moses called Numbers
## 4055 The Old Testament    The Fourth Book of Moses called Numbers
## 4056 The Old Testament    The Fourth Book of Moses called Numbers
## 4057 The Old Testament    The Fourth Book of Moses called Numbers
## 4058 The Old Testament    The Fourth Book of Moses called Numbers
## 4059 The Old Testament    The Fourth Book of Moses called Numbers
## 4060 The Old Testament    The Fourth Book of Moses called Numbers
## 4061 The Old Testament    The Fourth Book of Moses called Numbers
## 4062 The Old Testament    The Fourth Book of Moses called Numbers
## 4063 The Old Testament    The Fourth Book of Moses called Numbers
## 4064 The Old Testament    The Fourth Book of Moses called Numbers
## 4065 The Old Testament    The Fourth Book of Moses called Numbers
## 4066 The Old Testament    The Fourth Book of Moses called Numbers
## 4067 The Old Testament    The Fourth Book of Moses called Numbers
## 4068 The Old Testament    The Fourth Book of Moses called Numbers
## 4069 The Old Testament    The Fourth Book of Moses called Numbers
## 4070 The Old Testament    The Fourth Book of Moses called Numbers
## 4071 The Old Testament    The Fourth Book of Moses called Numbers
## 4072 The Old Testament    The Fourth Book of Moses called Numbers
## 4073 The Old Testament    The Fourth Book of Moses called Numbers
## 4074 The Old Testament    The Fourth Book of Moses called Numbers
## 4075 The Old Testament    The Fourth Book of Moses called Numbers
## 4076 The Old Testament    The Fourth Book of Moses called Numbers
## 4077 The Old Testament    The Fourth Book of Moses called Numbers
## 4078 The Old Testament    The Fourth Book of Moses called Numbers
## 4079 The Old Testament    The Fourth Book of Moses called Numbers
## 4080 The Old Testament    The Fourth Book of Moses called Numbers
## 4081 The Old Testament    The Fourth Book of Moses called Numbers
## 4082 The Old Testament    The Fourth Book of Moses called Numbers
## 4083 The Old Testament    The Fourth Book of Moses called Numbers
## 4084 The Old Testament    The Fourth Book of Moses called Numbers
## 4085 The Old Testament    The Fourth Book of Moses called Numbers
## 4086 The Old Testament    The Fourth Book of Moses called Numbers
## 4087 The Old Testament    The Fourth Book of Moses called Numbers
## 4088 The Old Testament    The Fourth Book of Moses called Numbers
## 4089 The Old Testament    The Fourth Book of Moses called Numbers
## 4090 The Old Testament    The Fourth Book of Moses called Numbers
## 4091 The Old Testament    The Fourth Book of Moses called Numbers
## 4092 The Old Testament    The Fourth Book of Moses called Numbers
## 4093 The Old Testament    The Fourth Book of Moses called Numbers
## 4094 The Old Testament    The Fourth Book of Moses called Numbers
## 4095 The Old Testament    The Fourth Book of Moses called Numbers
## 4096 The Old Testament    The Fourth Book of Moses called Numbers
## 4097 The Old Testament    The Fourth Book of Moses called Numbers
## 4098 The Old Testament    The Fourth Book of Moses called Numbers
## 4099 The Old Testament    The Fourth Book of Moses called Numbers
## 4100 The Old Testament    The Fourth Book of Moses called Numbers
## 4101 The Old Testament    The Fourth Book of Moses called Numbers
## 4102 The Old Testament    The Fourth Book of Moses called Numbers
## 4103 The Old Testament    The Fourth Book of Moses called Numbers
## 4104 The Old Testament    The Fourth Book of Moses called Numbers
## 4105 The Old Testament    The Fourth Book of Moses called Numbers
## 4106 The Old Testament    The Fourth Book of Moses called Numbers
## 4107 The Old Testament    The Fourth Book of Moses called Numbers
## 4108 The Old Testament    The Fourth Book of Moses called Numbers
## 4109 The Old Testament    The Fourth Book of Moses called Numbers
## 4110 The Old Testament    The Fourth Book of Moses called Numbers
## 4111 The Old Testament    The Fourth Book of Moses called Numbers
## 4112 The Old Testament    The Fourth Book of Moses called Numbers
## 4113 The Old Testament    The Fourth Book of Moses called Numbers
## 4114 The Old Testament    The Fourth Book of Moses called Numbers
## 4115 The Old Testament    The Fourth Book of Moses called Numbers
## 4116 The Old Testament    The Fourth Book of Moses called Numbers
## 4117 The Old Testament    The Fourth Book of Moses called Numbers
## 4118 The Old Testament    The Fourth Book of Moses called Numbers
## 4119 The Old Testament    The Fourth Book of Moses called Numbers
## 4120 The Old Testament    The Fourth Book of Moses called Numbers
## 4121 The Old Testament    The Fourth Book of Moses called Numbers
## 4122 The Old Testament    The Fourth Book of Moses called Numbers
## 4123 The Old Testament    The Fourth Book of Moses called Numbers
## 4124 The Old Testament    The Fourth Book of Moses called Numbers
## 4125 The Old Testament    The Fourth Book of Moses called Numbers
## 4126 The Old Testament    The Fourth Book of Moses called Numbers
## 4127 The Old Testament    The Fourth Book of Moses called Numbers
## 4128 The Old Testament    The Fourth Book of Moses called Numbers
## 4129 The Old Testament    The Fourth Book of Moses called Numbers
## 4130 The Old Testament    The Fourth Book of Moses called Numbers
## 4131 The Old Testament    The Fourth Book of Moses called Numbers
## 4132 The Old Testament    The Fourth Book of Moses called Numbers
## 4133 The Old Testament    The Fourth Book of Moses called Numbers
## 4134 The Old Testament    The Fourth Book of Moses called Numbers
## 4135 The Old Testament    The Fourth Book of Moses called Numbers
## 4136 The Old Testament    The Fourth Book of Moses called Numbers
## 4137 The Old Testament    The Fourth Book of Moses called Numbers
## 4138 The Old Testament    The Fourth Book of Moses called Numbers
## 4139 The Old Testament    The Fourth Book of Moses called Numbers
## 4140 The Old Testament    The Fourth Book of Moses called Numbers
## 4141 The Old Testament    The Fourth Book of Moses called Numbers
## 4142 The Old Testament    The Fourth Book of Moses called Numbers
## 4143 The Old Testament    The Fourth Book of Moses called Numbers
## 4144 The Old Testament    The Fourth Book of Moses called Numbers
## 4145 The Old Testament    The Fourth Book of Moses called Numbers
## 4146 The Old Testament    The Fourth Book of Moses called Numbers
## 4147 The Old Testament    The Fourth Book of Moses called Numbers
## 4148 The Old Testament    The Fourth Book of Moses called Numbers
## 4149 The Old Testament    The Fourth Book of Moses called Numbers
## 4150 The Old Testament    The Fourth Book of Moses called Numbers
## 4151 The Old Testament    The Fourth Book of Moses called Numbers
## 4152 The Old Testament    The Fourth Book of Moses called Numbers
## 4153 The Old Testament    The Fourth Book of Moses called Numbers
## 4154 The Old Testament    The Fourth Book of Moses called Numbers
## 4155 The Old Testament    The Fourth Book of Moses called Numbers
## 4156 The Old Testament    The Fourth Book of Moses called Numbers
## 4157 The Old Testament    The Fourth Book of Moses called Numbers
## 4158 The Old Testament    The Fourth Book of Moses called Numbers
## 4159 The Old Testament    The Fourth Book of Moses called Numbers
## 4160 The Old Testament    The Fourth Book of Moses called Numbers
## 4161 The Old Testament    The Fourth Book of Moses called Numbers
## 4162 The Old Testament    The Fourth Book of Moses called Numbers
## 4163 The Old Testament    The Fourth Book of Moses called Numbers
## 4164 The Old Testament    The Fourth Book of Moses called Numbers
## 4165 The Old Testament    The Fourth Book of Moses called Numbers
## 4166 The Old Testament    The Fourth Book of Moses called Numbers
## 4167 The Old Testament    The Fourth Book of Moses called Numbers
## 4168 The Old Testament    The Fourth Book of Moses called Numbers
## 4169 The Old Testament    The Fourth Book of Moses called Numbers
## 4170 The Old Testament    The Fourth Book of Moses called Numbers
## 4171 The Old Testament    The Fourth Book of Moses called Numbers
## 4172 The Old Testament    The Fourth Book of Moses called Numbers
## 4173 The Old Testament    The Fourth Book of Moses called Numbers
## 4174 The Old Testament    The Fourth Book of Moses called Numbers
## 4175 The Old Testament    The Fourth Book of Moses called Numbers
## 4176 The Old Testament    The Fourth Book of Moses called Numbers
## 4177 The Old Testament    The Fourth Book of Moses called Numbers
## 4178 The Old Testament    The Fourth Book of Moses called Numbers
## 4179 The Old Testament    The Fourth Book of Moses called Numbers
## 4180 The Old Testament    The Fourth Book of Moses called Numbers
## 4181 The Old Testament    The Fourth Book of Moses called Numbers
## 4182 The Old Testament    The Fourth Book of Moses called Numbers
## 4183 The Old Testament    The Fourth Book of Moses called Numbers
## 4184 The Old Testament    The Fourth Book of Moses called Numbers
## 4185 The Old Testament    The Fourth Book of Moses called Numbers
## 4186 The Old Testament    The Fourth Book of Moses called Numbers
## 4187 The Old Testament    The Fourth Book of Moses called Numbers
## 4188 The Old Testament    The Fourth Book of Moses called Numbers
## 4189 The Old Testament    The Fourth Book of Moses called Numbers
## 4190 The Old Testament    The Fourth Book of Moses called Numbers
## 4191 The Old Testament    The Fourth Book of Moses called Numbers
## 4192 The Old Testament    The Fourth Book of Moses called Numbers
## 4193 The Old Testament    The Fourth Book of Moses called Numbers
## 4194 The Old Testament    The Fourth Book of Moses called Numbers
## 4195 The Old Testament    The Fourth Book of Moses called Numbers
## 4196 The Old Testament    The Fourth Book of Moses called Numbers
## 4197 The Old Testament    The Fourth Book of Moses called Numbers
## 4198 The Old Testament    The Fourth Book of Moses called Numbers
## 4199 The Old Testament    The Fourth Book of Moses called Numbers
## 4200 The Old Testament    The Fourth Book of Moses called Numbers
## 4201 The Old Testament    The Fourth Book of Moses called Numbers
## 4202 The Old Testament    The Fourth Book of Moses called Numbers
## 4203 The Old Testament    The Fourth Book of Moses called Numbers
## 4204 The Old Testament    The Fourth Book of Moses called Numbers
## 4205 The Old Testament    The Fourth Book of Moses called Numbers
## 4206 The Old Testament    The Fourth Book of Moses called Numbers
## 4207 The Old Testament    The Fourth Book of Moses called Numbers
## 4208 The Old Testament    The Fourth Book of Moses called Numbers
## 4209 The Old Testament    The Fourth Book of Moses called Numbers
## 4210 The Old Testament    The Fourth Book of Moses called Numbers
## 4211 The Old Testament    The Fourth Book of Moses called Numbers
## 4212 The Old Testament    The Fourth Book of Moses called Numbers
## 4213 The Old Testament    The Fourth Book of Moses called Numbers
## 4214 The Old Testament    The Fourth Book of Moses called Numbers
## 4215 The Old Testament    The Fourth Book of Moses called Numbers
## 4216 The Old Testament    The Fourth Book of Moses called Numbers
## 4217 The Old Testament    The Fourth Book of Moses called Numbers
## 4218 The Old Testament    The Fourth Book of Moses called Numbers
## 4219 The Old Testament    The Fourth Book of Moses called Numbers
## 4220 The Old Testament    The Fourth Book of Moses called Numbers
## 4221 The Old Testament    The Fourth Book of Moses called Numbers
## 4222 The Old Testament    The Fourth Book of Moses called Numbers
## 4223 The Old Testament    The Fourth Book of Moses called Numbers
## 4224 The Old Testament    The Fourth Book of Moses called Numbers
## 4225 The Old Testament    The Fourth Book of Moses called Numbers
## 4226 The Old Testament    The Fourth Book of Moses called Numbers
## 4227 The Old Testament    The Fourth Book of Moses called Numbers
## 4228 The Old Testament    The Fourth Book of Moses called Numbers
## 4229 The Old Testament    The Fourth Book of Moses called Numbers
## 4230 The Old Testament    The Fourth Book of Moses called Numbers
## 4231 The Old Testament    The Fourth Book of Moses called Numbers
## 4232 The Old Testament    The Fourth Book of Moses called Numbers
## 4233 The Old Testament    The Fourth Book of Moses called Numbers
## 4234 The Old Testament    The Fourth Book of Moses called Numbers
## 4235 The Old Testament    The Fourth Book of Moses called Numbers
## 4236 The Old Testament    The Fourth Book of Moses called Numbers
## 4237 The Old Testament    The Fourth Book of Moses called Numbers
## 4238 The Old Testament    The Fourth Book of Moses called Numbers
## 4239 The Old Testament    The Fourth Book of Moses called Numbers
## 4240 The Old Testament    The Fourth Book of Moses called Numbers
## 4241 The Old Testament    The Fourth Book of Moses called Numbers
## 4242 The Old Testament    The Fourth Book of Moses called Numbers
## 4243 The Old Testament    The Fourth Book of Moses called Numbers
## 4244 The Old Testament    The Fourth Book of Moses called Numbers
## 4245 The Old Testament    The Fourth Book of Moses called Numbers
## 4246 The Old Testament    The Fourth Book of Moses called Numbers
## 4247 The Old Testament    The Fourth Book of Moses called Numbers
## 4248 The Old Testament    The Fourth Book of Moses called Numbers
## 4249 The Old Testament    The Fourth Book of Moses called Numbers
## 4250 The Old Testament    The Fourth Book of Moses called Numbers
## 4251 The Old Testament    The Fourth Book of Moses called Numbers
## 4252 The Old Testament    The Fourth Book of Moses called Numbers
## 4253 The Old Testament    The Fourth Book of Moses called Numbers
## 4254 The Old Testament    The Fourth Book of Moses called Numbers
## 4255 The Old Testament    The Fourth Book of Moses called Numbers
## 4256 The Old Testament    The Fourth Book of Moses called Numbers
## 4257 The Old Testament    The Fourth Book of Moses called Numbers
## 4258 The Old Testament    The Fourth Book of Moses called Numbers
## 4259 The Old Testament    The Fourth Book of Moses called Numbers
## 4260 The Old Testament    The Fourth Book of Moses called Numbers
## 4261 The Old Testament    The Fourth Book of Moses called Numbers
## 4262 The Old Testament    The Fourth Book of Moses called Numbers
## 4263 The Old Testament    The Fourth Book of Moses called Numbers
## 4264 The Old Testament    The Fourth Book of Moses called Numbers
## 4265 The Old Testament    The Fourth Book of Moses called Numbers
## 4266 The Old Testament    The Fourth Book of Moses called Numbers
## 4267 The Old Testament    The Fourth Book of Moses called Numbers
## 4268 The Old Testament    The Fourth Book of Moses called Numbers
## 4269 The Old Testament    The Fourth Book of Moses called Numbers
## 4270 The Old Testament    The Fourth Book of Moses called Numbers
## 4271 The Old Testament    The Fourth Book of Moses called Numbers
## 4272 The Old Testament    The Fourth Book of Moses called Numbers
## 4273 The Old Testament    The Fourth Book of Moses called Numbers
## 4274 The Old Testament    The Fourth Book of Moses called Numbers
## 4275 The Old Testament    The Fourth Book of Moses called Numbers
## 4276 The Old Testament    The Fourth Book of Moses called Numbers
## 4277 The Old Testament    The Fourth Book of Moses called Numbers
## 4278 The Old Testament    The Fourth Book of Moses called Numbers
## 4279 The Old Testament    The Fourth Book of Moses called Numbers
## 4280 The Old Testament    The Fourth Book of Moses called Numbers
## 4281 The Old Testament    The Fourth Book of Moses called Numbers
## 4282 The Old Testament    The Fourth Book of Moses called Numbers
## 4283 The Old Testament    The Fourth Book of Moses called Numbers
## 4284 The Old Testament    The Fourth Book of Moses called Numbers
## 4285 The Old Testament    The Fourth Book of Moses called Numbers
## 4286 The Old Testament    The Fourth Book of Moses called Numbers
## 4287 The Old Testament    The Fourth Book of Moses called Numbers
## 4288 The Old Testament    The Fourth Book of Moses called Numbers
## 4289 The Old Testament    The Fourth Book of Moses called Numbers
## 4290 The Old Testament    The Fourth Book of Moses called Numbers
## 4291 The Old Testament    The Fourth Book of Moses called Numbers
## 4292 The Old Testament    The Fourth Book of Moses called Numbers
## 4293 The Old Testament    The Fourth Book of Moses called Numbers
## 4294 The Old Testament    The Fourth Book of Moses called Numbers
## 4295 The Old Testament    The Fourth Book of Moses called Numbers
## 4296 The Old Testament    The Fourth Book of Moses called Numbers
## 4297 The Old Testament    The Fourth Book of Moses called Numbers
## 4298 The Old Testament    The Fourth Book of Moses called Numbers
## 4299 The Old Testament    The Fourth Book of Moses called Numbers
## 4300 The Old Testament    The Fourth Book of Moses called Numbers
## 4301 The Old Testament    The Fourth Book of Moses called Numbers
## 4302 The Old Testament    The Fourth Book of Moses called Numbers
## 4303 The Old Testament    The Fourth Book of Moses called Numbers
## 4304 The Old Testament    The Fourth Book of Moses called Numbers
## 4305 The Old Testament    The Fourth Book of Moses called Numbers
## 4306 The Old Testament    The Fourth Book of Moses called Numbers
## 4307 The Old Testament    The Fourth Book of Moses called Numbers
## 4308 The Old Testament    The Fourth Book of Moses called Numbers
## 4309 The Old Testament    The Fourth Book of Moses called Numbers
## 4310 The Old Testament    The Fourth Book of Moses called Numbers
## 4311 The Old Testament    The Fourth Book of Moses called Numbers
## 4312 The Old Testament    The Fourth Book of Moses called Numbers
## 4313 The Old Testament    The Fourth Book of Moses called Numbers
## 4314 The Old Testament    The Fourth Book of Moses called Numbers
## 4315 The Old Testament    The Fourth Book of Moses called Numbers
## 4316 The Old Testament    The Fourth Book of Moses called Numbers
## 4317 The Old Testament    The Fourth Book of Moses called Numbers
## 4318 The Old Testament    The Fourth Book of Moses called Numbers
## 4319 The Old Testament    The Fourth Book of Moses called Numbers
## 4320 The Old Testament    The Fourth Book of Moses called Numbers
## 4321 The Old Testament    The Fourth Book of Moses called Numbers
## 4322 The Old Testament    The Fourth Book of Moses called Numbers
## 4323 The Old Testament    The Fourth Book of Moses called Numbers
## 4324 The Old Testament    The Fourth Book of Moses called Numbers
## 4325 The Old Testament    The Fourth Book of Moses called Numbers
## 4326 The Old Testament    The Fourth Book of Moses called Numbers
## 4327 The Old Testament    The Fourth Book of Moses called Numbers
## 4328 The Old Testament    The Fourth Book of Moses called Numbers
## 4329 The Old Testament    The Fourth Book of Moses called Numbers
## 4330 The Old Testament    The Fourth Book of Moses called Numbers
## 4331 The Old Testament    The Fourth Book of Moses called Numbers
## 4332 The Old Testament    The Fourth Book of Moses called Numbers
## 4333 The Old Testament    The Fourth Book of Moses called Numbers
## 4334 The Old Testament    The Fourth Book of Moses called Numbers
## 4335 The Old Testament    The Fourth Book of Moses called Numbers
## 4336 The Old Testament    The Fourth Book of Moses called Numbers
## 4337 The Old Testament    The Fourth Book of Moses called Numbers
## 4338 The Old Testament    The Fourth Book of Moses called Numbers
## 4339 The Old Testament    The Fourth Book of Moses called Numbers
## 4340 The Old Testament    The Fourth Book of Moses called Numbers
## 4341 The Old Testament    The Fourth Book of Moses called Numbers
## 4342 The Old Testament    The Fourth Book of Moses called Numbers
## 4343 The Old Testament    The Fourth Book of Moses called Numbers
## 4344 The Old Testament    The Fourth Book of Moses called Numbers
## 4345 The Old Testament    The Fourth Book of Moses called Numbers
## 4346 The Old Testament    The Fourth Book of Moses called Numbers
## 4347 The Old Testament    The Fourth Book of Moses called Numbers
## 4348 The Old Testament    The Fourth Book of Moses called Numbers
## 4349 The Old Testament    The Fourth Book of Moses called Numbers
## 4350 The Old Testament    The Fourth Book of Moses called Numbers
## 4351 The Old Testament    The Fourth Book of Moses called Numbers
## 4352 The Old Testament    The Fourth Book of Moses called Numbers
## 4353 The Old Testament    The Fourth Book of Moses called Numbers
## 4354 The Old Testament    The Fourth Book of Moses called Numbers
## 4355 The Old Testament    The Fourth Book of Moses called Numbers
## 4356 The Old Testament    The Fourth Book of Moses called Numbers
## 4357 The Old Testament    The Fourth Book of Moses called Numbers
## 4358 The Old Testament    The Fourth Book of Moses called Numbers
## 4359 The Old Testament    The Fourth Book of Moses called Numbers
## 4360 The Old Testament    The Fourth Book of Moses called Numbers
## 4361 The Old Testament    The Fourth Book of Moses called Numbers
## 4362 The Old Testament    The Fourth Book of Moses called Numbers
## 4363 The Old Testament    The Fourth Book of Moses called Numbers
## 4364 The Old Testament    The Fourth Book of Moses called Numbers
## 4365 The Old Testament    The Fourth Book of Moses called Numbers
## 4366 The Old Testament    The Fourth Book of Moses called Numbers
## 4367 The Old Testament    The Fourth Book of Moses called Numbers
## 4368 The Old Testament    The Fourth Book of Moses called Numbers
## 4369 The Old Testament    The Fourth Book of Moses called Numbers
## 4370 The Old Testament    The Fourth Book of Moses called Numbers
## 4371 The Old Testament    The Fourth Book of Moses called Numbers
## 4372 The Old Testament    The Fourth Book of Moses called Numbers
## 4373 The Old Testament    The Fourth Book of Moses called Numbers
## 4374 The Old Testament    The Fourth Book of Moses called Numbers
## 4375 The Old Testament    The Fourth Book of Moses called Numbers
## 4376 The Old Testament    The Fourth Book of Moses called Numbers
## 4377 The Old Testament    The Fourth Book of Moses called Numbers
## 4378 The Old Testament    The Fourth Book of Moses called Numbers
## 4379 The Old Testament    The Fourth Book of Moses called Numbers
## 4380 The Old Testament    The Fourth Book of Moses called Numbers
## 4381 The Old Testament    The Fourth Book of Moses called Numbers
## 4382 The Old Testament    The Fourth Book of Moses called Numbers
## 4383 The Old Testament    The Fourth Book of Moses called Numbers
## 4384 The Old Testament    The Fourth Book of Moses called Numbers
## 4385 The Old Testament    The Fourth Book of Moses called Numbers
## 4386 The Old Testament    The Fourth Book of Moses called Numbers
## 4387 The Old Testament    The Fourth Book of Moses called Numbers
## 4388 The Old Testament    The Fourth Book of Moses called Numbers
## 4389 The Old Testament    The Fourth Book of Moses called Numbers
## 4390 The Old Testament    The Fourth Book of Moses called Numbers
## 4391 The Old Testament    The Fourth Book of Moses called Numbers
## 4392 The Old Testament    The Fourth Book of Moses called Numbers
## 4393 The Old Testament    The Fourth Book of Moses called Numbers
## 4394 The Old Testament    The Fourth Book of Moses called Numbers
## 4395 The Old Testament    The Fourth Book of Moses called Numbers
## 4396 The Old Testament    The Fourth Book of Moses called Numbers
## 4397 The Old Testament    The Fourth Book of Moses called Numbers
## 4398 The Old Testament    The Fourth Book of Moses called Numbers
## 4399 The Old Testament    The Fourth Book of Moses called Numbers
## 4400 The Old Testament    The Fourth Book of Moses called Numbers
## 4401 The Old Testament    The Fourth Book of Moses called Numbers
## 4402 The Old Testament    The Fourth Book of Moses called Numbers
## 4403 The Old Testament    The Fourth Book of Moses called Numbers
## 4404 The Old Testament    The Fourth Book of Moses called Numbers
## 4405 The Old Testament    The Fourth Book of Moses called Numbers
## 4406 The Old Testament    The Fourth Book of Moses called Numbers
## 4407 The Old Testament    The Fourth Book of Moses called Numbers
## 4408 The Old Testament    The Fourth Book of Moses called Numbers
## 4409 The Old Testament    The Fourth Book of Moses called Numbers
## 4410 The Old Testament    The Fourth Book of Moses called Numbers
## 4411 The Old Testament    The Fourth Book of Moses called Numbers
## 4412 The Old Testament    The Fourth Book of Moses called Numbers
## 4413 The Old Testament    The Fourth Book of Moses called Numbers
## 4414 The Old Testament    The Fourth Book of Moses called Numbers
## 4415 The Old Testament    The Fourth Book of Moses called Numbers
## 4416 The Old Testament    The Fourth Book of Moses called Numbers
## 4417 The Old Testament    The Fourth Book of Moses called Numbers
## 4418 The Old Testament    The Fourth Book of Moses called Numbers
## 4419 The Old Testament    The Fourth Book of Moses called Numbers
## 4420 The Old Testament    The Fourth Book of Moses called Numbers
## 4421 The Old Testament    The Fourth Book of Moses called Numbers
## 4422 The Old Testament    The Fourth Book of Moses called Numbers
## 4423 The Old Testament    The Fourth Book of Moses called Numbers
## 4424 The Old Testament    The Fourth Book of Moses called Numbers
## 4425 The Old Testament    The Fourth Book of Moses called Numbers
## 4426 The Old Testament    The Fourth Book of Moses called Numbers
## 4427 The Old Testament    The Fourth Book of Moses called Numbers
## 4428 The Old Testament    The Fourth Book of Moses called Numbers
## 4429 The Old Testament    The Fourth Book of Moses called Numbers
## 4430 The Old Testament    The Fourth Book of Moses called Numbers
## 4431 The Old Testament    The Fourth Book of Moses called Numbers
## 4432 The Old Testament    The Fourth Book of Moses called Numbers
## 4433 The Old Testament    The Fourth Book of Moses called Numbers
## 4434 The Old Testament    The Fourth Book of Moses called Numbers
## 4435 The Old Testament    The Fourth Book of Moses called Numbers
## 4436 The Old Testament    The Fourth Book of Moses called Numbers
## 4437 The Old Testament    The Fourth Book of Moses called Numbers
## 4438 The Old Testament    The Fourth Book of Moses called Numbers
## 4439 The Old Testament    The Fourth Book of Moses called Numbers
## 4440 The Old Testament    The Fourth Book of Moses called Numbers
## 4441 The Old Testament    The Fourth Book of Moses called Numbers
## 4442 The Old Testament    The Fourth Book of Moses called Numbers
## 4443 The Old Testament    The Fourth Book of Moses called Numbers
## 4444 The Old Testament    The Fourth Book of Moses called Numbers
## 4445 The Old Testament    The Fourth Book of Moses called Numbers
## 4446 The Old Testament    The Fourth Book of Moses called Numbers
## 4447 The Old Testament    The Fourth Book of Moses called Numbers
## 4448 The Old Testament    The Fourth Book of Moses called Numbers
## 4449 The Old Testament    The Fourth Book of Moses called Numbers
## 4450 The Old Testament    The Fourth Book of Moses called Numbers
## 4451 The Old Testament    The Fourth Book of Moses called Numbers
## 4452 The Old Testament    The Fourth Book of Moses called Numbers
## 4453 The Old Testament    The Fourth Book of Moses called Numbers
## 4454 The Old Testament    The Fourth Book of Moses called Numbers
## 4455 The Old Testament    The Fourth Book of Moses called Numbers
## 4456 The Old Testament    The Fourth Book of Moses called Numbers
## 4457 The Old Testament    The Fourth Book of Moses called Numbers
## 4458 The Old Testament    The Fourth Book of Moses called Numbers
## 4459 The Old Testament    The Fourth Book of Moses called Numbers
## 4460 The Old Testament    The Fourth Book of Moses called Numbers
## 4461 The Old Testament    The Fourth Book of Moses called Numbers
## 4462 The Old Testament    The Fourth Book of Moses called Numbers
## 4463 The Old Testament    The Fourth Book of Moses called Numbers
## 4464 The Old Testament    The Fourth Book of Moses called Numbers
## 4465 The Old Testament    The Fourth Book of Moses called Numbers
## 4466 The Old Testament    The Fourth Book of Moses called Numbers
## 4467 The Old Testament    The Fourth Book of Moses called Numbers
## 4468 The Old Testament    The Fourth Book of Moses called Numbers
## 4469 The Old Testament    The Fourth Book of Moses called Numbers
## 4470 The Old Testament    The Fourth Book of Moses called Numbers
## 4471 The Old Testament    The Fourth Book of Moses called Numbers
## 4472 The Old Testament    The Fourth Book of Moses called Numbers
## 4473 The Old Testament    The Fourth Book of Moses called Numbers
## 4474 The Old Testament    The Fourth Book of Moses called Numbers
## 4475 The Old Testament    The Fourth Book of Moses called Numbers
## 4476 The Old Testament    The Fourth Book of Moses called Numbers
## 4477 The Old Testament    The Fourth Book of Moses called Numbers
## 4478 The Old Testament    The Fourth Book of Moses called Numbers
## 4479 The Old Testament    The Fourth Book of Moses called Numbers
## 4480 The Old Testament    The Fourth Book of Moses called Numbers
## 4481 The Old Testament    The Fourth Book of Moses called Numbers
## 4482 The Old Testament    The Fourth Book of Moses called Numbers
## 4483 The Old Testament    The Fourth Book of Moses called Numbers
## 4484 The Old Testament    The Fourth Book of Moses called Numbers
## 4485 The Old Testament    The Fourth Book of Moses called Numbers
## 4486 The Old Testament    The Fourth Book of Moses called Numbers
## 4487 The Old Testament    The Fourth Book of Moses called Numbers
## 4488 The Old Testament    The Fourth Book of Moses called Numbers
## 4489 The Old Testament    The Fourth Book of Moses called Numbers
## 4490 The Old Testament    The Fourth Book of Moses called Numbers
## 4491 The Old Testament    The Fourth Book of Moses called Numbers
## 4492 The Old Testament    The Fourth Book of Moses called Numbers
## 4493 The Old Testament    The Fourth Book of Moses called Numbers
## 4494 The Old Testament    The Fourth Book of Moses called Numbers
## 4495 The Old Testament    The Fourth Book of Moses called Numbers
## 4496 The Old Testament    The Fourth Book of Moses called Numbers
## 4497 The Old Testament    The Fourth Book of Moses called Numbers
## 4498 The Old Testament    The Fourth Book of Moses called Numbers
## 4499 The Old Testament    The Fourth Book of Moses called Numbers
## 4500 The Old Testament    The Fourth Book of Moses called Numbers
## 4501 The Old Testament    The Fourth Book of Moses called Numbers
## 4502 The Old Testament    The Fourth Book of Moses called Numbers
## 4503 The Old Testament    The Fourth Book of Moses called Numbers
## 4504 The Old Testament    The Fourth Book of Moses called Numbers
## 4505 The Old Testament    The Fourth Book of Moses called Numbers
## 4506 The Old Testament    The Fourth Book of Moses called Numbers
## 4507 The Old Testament    The Fourth Book of Moses called Numbers
## 4508 The Old Testament    The Fourth Book of Moses called Numbers
## 4509 The Old Testament    The Fourth Book of Moses called Numbers
## 4510 The Old Testament    The Fourth Book of Moses called Numbers
## 4511 The Old Testament    The Fourth Book of Moses called Numbers
## 4512 The Old Testament    The Fourth Book of Moses called Numbers
## 4513 The Old Testament    The Fourth Book of Moses called Numbers
## 4514 The Old Testament    The Fourth Book of Moses called Numbers
## 4515 The Old Testament    The Fourth Book of Moses called Numbers
## 4516 The Old Testament    The Fourth Book of Moses called Numbers
## 4517 The Old Testament    The Fourth Book of Moses called Numbers
## 4518 The Old Testament    The Fourth Book of Moses called Numbers
## 4519 The Old Testament    The Fourth Book of Moses called Numbers
## 4520 The Old Testament    The Fourth Book of Moses called Numbers
## 4521 The Old Testament    The Fourth Book of Moses called Numbers
## 4522 The Old Testament    The Fourth Book of Moses called Numbers
## 4523 The Old Testament    The Fourth Book of Moses called Numbers
## 4524 The Old Testament    The Fourth Book of Moses called Numbers
## 4525 The Old Testament    The Fourth Book of Moses called Numbers
## 4526 The Old Testament    The Fourth Book of Moses called Numbers
## 4527 The Old Testament    The Fourth Book of Moses called Numbers
## 4528 The Old Testament    The Fourth Book of Moses called Numbers
## 4529 The Old Testament    The Fourth Book of Moses called Numbers
## 4530 The Old Testament    The Fourth Book of Moses called Numbers
## 4531 The Old Testament    The Fourth Book of Moses called Numbers
## 4532 The Old Testament    The Fourth Book of Moses called Numbers
## 4533 The Old Testament    The Fourth Book of Moses called Numbers
## 4534 The Old Testament    The Fourth Book of Moses called Numbers
## 4535 The Old Testament    The Fourth Book of Moses called Numbers
## 4536 The Old Testament    The Fourth Book of Moses called Numbers
## 4537 The Old Testament    The Fourth Book of Moses called Numbers
## 4538 The Old Testament    The Fourth Book of Moses called Numbers
## 4539 The Old Testament    The Fourth Book of Moses called Numbers
## 4540 The Old Testament    The Fourth Book of Moses called Numbers
## 4541 The Old Testament    The Fourth Book of Moses called Numbers
## 4542 The Old Testament    The Fourth Book of Moses called Numbers
## 4543 The Old Testament    The Fourth Book of Moses called Numbers
## 4544 The Old Testament    The Fourth Book of Moses called Numbers
## 4545 The Old Testament    The Fourth Book of Moses called Numbers
## 4546 The Old Testament    The Fourth Book of Moses called Numbers
## 4547 The Old Testament    The Fourth Book of Moses called Numbers
## 4548 The Old Testament    The Fourth Book of Moses called Numbers
## 4549 The Old Testament    The Fourth Book of Moses called Numbers
## 4550 The Old Testament    The Fourth Book of Moses called Numbers
## 4551 The Old Testament    The Fourth Book of Moses called Numbers
## 4552 The Old Testament    The Fourth Book of Moses called Numbers
## 4553 The Old Testament    The Fourth Book of Moses called Numbers
## 4554 The Old Testament    The Fourth Book of Moses called Numbers
## 4555 The Old Testament    The Fourth Book of Moses called Numbers
## 4556 The Old Testament    The Fourth Book of Moses called Numbers
## 4557 The Old Testament    The Fourth Book of Moses called Numbers
## 4558 The Old Testament    The Fourth Book of Moses called Numbers
## 4559 The Old Testament    The Fourth Book of Moses called Numbers
## 4560 The Old Testament    The Fourth Book of Moses called Numbers
## 4561 The Old Testament    The Fourth Book of Moses called Numbers
## 4562 The Old Testament    The Fourth Book of Moses called Numbers
## 4563 The Old Testament    The Fourth Book of Moses called Numbers
## 4564 The Old Testament    The Fourth Book of Moses called Numbers
## 4565 The Old Testament    The Fourth Book of Moses called Numbers
## 4566 The Old Testament    The Fourth Book of Moses called Numbers
## 4567 The Old Testament    The Fourth Book of Moses called Numbers
## 4568 The Old Testament    The Fourth Book of Moses called Numbers
## 4569 The Old Testament    The Fourth Book of Moses called Numbers
## 4570 The Old Testament    The Fourth Book of Moses called Numbers
## 4571 The Old Testament    The Fourth Book of Moses called Numbers
## 4572 The Old Testament    The Fourth Book of Moses called Numbers
## 4573 The Old Testament    The Fourth Book of Moses called Numbers
## 4574 The Old Testament    The Fourth Book of Moses called Numbers
## 4575 The Old Testament    The Fourth Book of Moses called Numbers
## 4576 The Old Testament    The Fourth Book of Moses called Numbers
## 4577 The Old Testament    The Fourth Book of Moses called Numbers
## 4578 The Old Testament    The Fourth Book of Moses called Numbers
## 4579 The Old Testament    The Fourth Book of Moses called Numbers
## 4580 The Old Testament    The Fourth Book of Moses called Numbers
## 4581 The Old Testament    The Fourth Book of Moses called Numbers
## 4582 The Old Testament    The Fourth Book of Moses called Numbers
## 4583 The Old Testament    The Fourth Book of Moses called Numbers
## 4584 The Old Testament    The Fourth Book of Moses called Numbers
## 4585 The Old Testament    The Fourth Book of Moses called Numbers
## 4586 The Old Testament    The Fourth Book of Moses called Numbers
## 4587 The Old Testament    The Fourth Book of Moses called Numbers
## 4588 The Old Testament    The Fourth Book of Moses called Numbers
## 4589 The Old Testament    The Fourth Book of Moses called Numbers
## 4590 The Old Testament    The Fourth Book of Moses called Numbers
## 4591 The Old Testament    The Fourth Book of Moses called Numbers
## 4592 The Old Testament    The Fourth Book of Moses called Numbers
## 4593 The Old Testament    The Fourth Book of Moses called Numbers
## 4594 The Old Testament    The Fourth Book of Moses called Numbers
## 4595 The Old Testament    The Fourth Book of Moses called Numbers
## 4596 The Old Testament    The Fourth Book of Moses called Numbers
## 4597 The Old Testament    The Fourth Book of Moses called Numbers
## 4598 The Old Testament    The Fourth Book of Moses called Numbers
## 4599 The Old Testament    The Fourth Book of Moses called Numbers
## 4600 The Old Testament    The Fourth Book of Moses called Numbers
## 4601 The Old Testament    The Fourth Book of Moses called Numbers
## 4602 The Old Testament    The Fourth Book of Moses called Numbers
## 4603 The Old Testament    The Fourth Book of Moses called Numbers
## 4604 The Old Testament    The Fourth Book of Moses called Numbers
## 4605 The Old Testament    The Fourth Book of Moses called Numbers
## 4606 The Old Testament    The Fourth Book of Moses called Numbers
## 4607 The Old Testament    The Fourth Book of Moses called Numbers
## 4608 The Old Testament    The Fourth Book of Moses called Numbers
## 4609 The Old Testament    The Fourth Book of Moses called Numbers
## 4610 The Old Testament    The Fourth Book of Moses called Numbers
## 4611 The Old Testament    The Fourth Book of Moses called Numbers
## 4612 The Old Testament    The Fourth Book of Moses called Numbers
## 4613 The Old Testament    The Fourth Book of Moses called Numbers
## 4614 The Old Testament    The Fourth Book of Moses called Numbers
## 4615 The Old Testament    The Fourth Book of Moses called Numbers
## 4616 The Old Testament    The Fourth Book of Moses called Numbers
## 4617 The Old Testament    The Fourth Book of Moses called Numbers
## 4618 The Old Testament    The Fourth Book of Moses called Numbers
## 4619 The Old Testament    The Fourth Book of Moses called Numbers
## 4620 The Old Testament    The Fourth Book of Moses called Numbers
## 4621 The Old Testament    The Fourth Book of Moses called Numbers
## 4622 The Old Testament    The Fourth Book of Moses called Numbers
## 4623 The Old Testament    The Fourth Book of Moses called Numbers
## 4624 The Old Testament    The Fourth Book of Moses called Numbers
## 4625 The Old Testament    The Fourth Book of Moses called Numbers
## 4626 The Old Testament    The Fourth Book of Moses called Numbers
## 4627 The Old Testament    The Fourth Book of Moses called Numbers
## 4628 The Old Testament    The Fourth Book of Moses called Numbers
## 4629 The Old Testament    The Fourth Book of Moses called Numbers
## 4630 The Old Testament    The Fourth Book of Moses called Numbers
## 4631 The Old Testament    The Fourth Book of Moses called Numbers
## 4632 The Old Testament    The Fourth Book of Moses called Numbers
## 4633 The Old Testament    The Fourth Book of Moses called Numbers
## 4634 The Old Testament    The Fourth Book of Moses called Numbers
## 4635 The Old Testament    The Fourth Book of Moses called Numbers
## 4636 The Old Testament    The Fourth Book of Moses called Numbers
## 4637 The Old Testament    The Fourth Book of Moses called Numbers
## 4638 The Old Testament    The Fourth Book of Moses called Numbers
## 4639 The Old Testament    The Fourth Book of Moses called Numbers
## 4640 The Old Testament    The Fourth Book of Moses called Numbers
## 4641 The Old Testament    The Fourth Book of Moses called Numbers
## 4642 The Old Testament    The Fourth Book of Moses called Numbers
## 4643 The Old Testament    The Fourth Book of Moses called Numbers
## 4644 The Old Testament    The Fourth Book of Moses called Numbers
## 4645 The Old Testament    The Fourth Book of Moses called Numbers
## 4646 The Old Testament    The Fourth Book of Moses called Numbers
## 4647 The Old Testament    The Fourth Book of Moses called Numbers
## 4648 The Old Testament    The Fourth Book of Moses called Numbers
## 4649 The Old Testament    The Fourth Book of Moses called Numbers
## 4650 The Old Testament    The Fourth Book of Moses called Numbers
## 4651 The Old Testament    The Fourth Book of Moses called Numbers
## 4652 The Old Testament    The Fourth Book of Moses called Numbers
## 4653 The Old Testament    The Fourth Book of Moses called Numbers
## 4654 The Old Testament    The Fourth Book of Moses called Numbers
## 4655 The Old Testament    The Fourth Book of Moses called Numbers
## 4656 The Old Testament    The Fourth Book of Moses called Numbers
## 4657 The Old Testament    The Fourth Book of Moses called Numbers
## 4658 The Old Testament    The Fourth Book of Moses called Numbers
## 4659 The Old Testament    The Fourth Book of Moses called Numbers
## 4660 The Old Testament    The Fourth Book of Moses called Numbers
## 4661 The Old Testament    The Fourth Book of Moses called Numbers
## 4662 The Old Testament    The Fourth Book of Moses called Numbers
## 4663 The Old Testament    The Fourth Book of Moses called Numbers
## 4664 The Old Testament    The Fourth Book of Moses called Numbers
## 4665 The Old Testament    The Fourth Book of Moses called Numbers
## 4666 The Old Testament    The Fourth Book of Moses called Numbers
## 4667 The Old Testament    The Fourth Book of Moses called Numbers
## 4668 The Old Testament    The Fourth Book of Moses called Numbers
## 4669 The Old Testament    The Fourth Book of Moses called Numbers
## 4670 The Old Testament    The Fourth Book of Moses called Numbers
## 4671 The Old Testament    The Fourth Book of Moses called Numbers
## 4672 The Old Testament    The Fourth Book of Moses called Numbers
## 4673 The Old Testament    The Fourth Book of Moses called Numbers
## 4674 The Old Testament    The Fourth Book of Moses called Numbers
## 4675 The Old Testament    The Fourth Book of Moses called Numbers
## 4676 The Old Testament    The Fourth Book of Moses called Numbers
## 4677 The Old Testament    The Fourth Book of Moses called Numbers
## 4678 The Old Testament    The Fourth Book of Moses called Numbers
## 4679 The Old Testament    The Fourth Book of Moses called Numbers
## 4680 The Old Testament    The Fourth Book of Moses called Numbers
## 4681 The Old Testament    The Fourth Book of Moses called Numbers
## 4682 The Old Testament    The Fourth Book of Moses called Numbers
## 4683 The Old Testament    The Fourth Book of Moses called Numbers
## 4684 The Old Testament    The Fourth Book of Moses called Numbers
## 4685 The Old Testament    The Fourth Book of Moses called Numbers
## 4686 The Old Testament    The Fourth Book of Moses called Numbers
## 4687 The Old Testament    The Fourth Book of Moses called Numbers
## 4688 The Old Testament    The Fourth Book of Moses called Numbers
## 4689 The Old Testament    The Fourth Book of Moses called Numbers
## 4690 The Old Testament    The Fourth Book of Moses called Numbers
## 4691 The Old Testament    The Fourth Book of Moses called Numbers
## 4692 The Old Testament    The Fourth Book of Moses called Numbers
## 4693 The Old Testament    The Fourth Book of Moses called Numbers
## 4694 The Old Testament    The Fourth Book of Moses called Numbers
## 4695 The Old Testament    The Fourth Book of Moses called Numbers
## 4696 The Old Testament    The Fourth Book of Moses called Numbers
## 4697 The Old Testament    The Fourth Book of Moses called Numbers
## 4698 The Old Testament    The Fourth Book of Moses called Numbers
## 4699 The Old Testament    The Fourth Book of Moses called Numbers
## 4700 The Old Testament    The Fourth Book of Moses called Numbers
## 4701 The Old Testament    The Fourth Book of Moses called Numbers
## 4702 The Old Testament    The Fourth Book of Moses called Numbers
## 4703 The Old Testament    The Fourth Book of Moses called Numbers
## 4704 The Old Testament    The Fourth Book of Moses called Numbers
## 4705 The Old Testament    The Fourth Book of Moses called Numbers
## 4706 The Old Testament    The Fourth Book of Moses called Numbers
## 4707 The Old Testament    The Fourth Book of Moses called Numbers
## 4708 The Old Testament    The Fourth Book of Moses called Numbers
## 4709 The Old Testament    The Fourth Book of Moses called Numbers
## 4710 The Old Testament    The Fourth Book of Moses called Numbers
## 4711 The Old Testament    The Fourth Book of Moses called Numbers
## 4712 The Old Testament    The Fourth Book of Moses called Numbers
## 4713 The Old Testament    The Fourth Book of Moses called Numbers
## 4714 The Old Testament    The Fourth Book of Moses called Numbers
## 4715 The Old Testament    The Fourth Book of Moses called Numbers
## 4716 The Old Testament    The Fourth Book of Moses called Numbers
## 4717 The Old Testament    The Fourth Book of Moses called Numbers
## 4718 The Old Testament    The Fourth Book of Moses called Numbers
## 4719 The Old Testament    The Fourth Book of Moses called Numbers
## 4720 The Old Testament    The Fourth Book of Moses called Numbers
## 4721 The Old Testament    The Fourth Book of Moses called Numbers
## 4722 The Old Testament    The Fourth Book of Moses called Numbers
## 4723 The Old Testament    The Fourth Book of Moses called Numbers
## 4724 The Old Testament    The Fourth Book of Moses called Numbers
## 4725 The Old Testament    The Fourth Book of Moses called Numbers
## 4726 The Old Testament    The Fourth Book of Moses called Numbers
## 4727 The Old Testament    The Fourth Book of Moses called Numbers
## 4728 The Old Testament    The Fourth Book of Moses called Numbers
## 4729 The Old Testament    The Fourth Book of Moses called Numbers
## 4730 The Old Testament    The Fourth Book of Moses called Numbers
## 4731 The Old Testament    The Fourth Book of Moses called Numbers
## 4732 The Old Testament    The Fourth Book of Moses called Numbers
## 4733 The Old Testament    The Fourth Book of Moses called Numbers
## 4734 The Old Testament    The Fourth Book of Moses called Numbers
## 4735 The Old Testament    The Fourth Book of Moses called Numbers
## 4736 The Old Testament    The Fourth Book of Moses called Numbers
## 4737 The Old Testament    The Fourth Book of Moses called Numbers
## 4738 The Old Testament    The Fourth Book of Moses called Numbers
## 4739 The Old Testament    The Fourth Book of Moses called Numbers
## 4740 The Old Testament    The Fourth Book of Moses called Numbers
## 4741 The Old Testament    The Fourth Book of Moses called Numbers
## 4742 The Old Testament    The Fourth Book of Moses called Numbers
## 4743 The Old Testament    The Fourth Book of Moses called Numbers
## 4744 The Old Testament    The Fourth Book of Moses called Numbers
## 4745 The Old Testament    The Fourth Book of Moses called Numbers
## 4746 The Old Testament    The Fourth Book of Moses called Numbers
## 4747 The Old Testament    The Fourth Book of Moses called Numbers
## 4748 The Old Testament    The Fourth Book of Moses called Numbers
## 4749 The Old Testament    The Fourth Book of Moses called Numbers
## 4750 The Old Testament    The Fourth Book of Moses called Numbers
## 4751 The Old Testament    The Fourth Book of Moses called Numbers
## 4752 The Old Testament    The Fourth Book of Moses called Numbers
## 4753 The Old Testament    The Fourth Book of Moses called Numbers
## 4754 The Old Testament    The Fourth Book of Moses called Numbers
## 4755 The Old Testament    The Fourth Book of Moses called Numbers
## 4756 The Old Testament    The Fourth Book of Moses called Numbers
## 4757 The Old Testament    The Fourth Book of Moses called Numbers
## 4758 The Old Testament    The Fourth Book of Moses called Numbers
## 4759 The Old Testament    The Fourth Book of Moses called Numbers
## 4760 The Old Testament    The Fourth Book of Moses called Numbers
## 4761 The Old Testament    The Fourth Book of Moses called Numbers
## 4762 The Old Testament    The Fourth Book of Moses called Numbers
## 4763 The Old Testament    The Fourth Book of Moses called Numbers
## 4764 The Old Testament    The Fourth Book of Moses called Numbers
## 4765 The Old Testament    The Fourth Book of Moses called Numbers
## 4766 The Old Testament    The Fourth Book of Moses called Numbers
## 4767 The Old Testament    The Fourth Book of Moses called Numbers
## 4768 The Old Testament    The Fourth Book of Moses called Numbers
## 4769 The Old Testament    The Fourth Book of Moses called Numbers
## 4770 The Old Testament    The Fourth Book of Moses called Numbers
## 4771 The Old Testament    The Fourth Book of Moses called Numbers
## 4772 The Old Testament    The Fourth Book of Moses called Numbers
## 4773 The Old Testament    The Fourth Book of Moses called Numbers
## 4774 The Old Testament    The Fourth Book of Moses called Numbers
## 4775 The Old Testament    The Fourth Book of Moses called Numbers
## 4776 The Old Testament    The Fourth Book of Moses called Numbers
## 4777 The Old Testament    The Fourth Book of Moses called Numbers
## 4778 The Old Testament    The Fourth Book of Moses called Numbers
## 4779 The Old Testament    The Fourth Book of Moses called Numbers
## 4780 The Old Testament    The Fourth Book of Moses called Numbers
## 4781 The Old Testament    The Fourth Book of Moses called Numbers
## 4782 The Old Testament    The Fourth Book of Moses called Numbers
## 4783 The Old Testament    The Fourth Book of Moses called Numbers
## 4784 The Old Testament    The Fourth Book of Moses called Numbers
## 4785 The Old Testament    The Fourth Book of Moses called Numbers
## 4786 The Old Testament    The Fourth Book of Moses called Numbers
## 4787 The Old Testament    The Fourth Book of Moses called Numbers
## 4788 The Old Testament    The Fourth Book of Moses called Numbers
## 4789 The Old Testament    The Fourth Book of Moses called Numbers
## 4790 The Old Testament    The Fourth Book of Moses called Numbers
## 4791 The Old Testament    The Fourth Book of Moses called Numbers
## 4792 The Old Testament    The Fourth Book of Moses called Numbers
## 4793 The Old Testament    The Fourth Book of Moses called Numbers
## 4794 The Old Testament    The Fourth Book of Moses called Numbers
## 4795 The Old Testament    The Fourth Book of Moses called Numbers
## 4796 The Old Testament    The Fourth Book of Moses called Numbers
## 4797 The Old Testament    The Fourth Book of Moses called Numbers
## 4798 The Old Testament    The Fourth Book of Moses called Numbers
## 4799 The Old Testament    The Fourth Book of Moses called Numbers
## 4800 The Old Testament    The Fourth Book of Moses called Numbers
## 4801 The Old Testament    The Fourth Book of Moses called Numbers
## 4802 The Old Testament    The Fourth Book of Moses called Numbers
## 4803 The Old Testament    The Fourth Book of Moses called Numbers
## 4804 The Old Testament    The Fourth Book of Moses called Numbers
## 4805 The Old Testament    The Fourth Book of Moses called Numbers
## 4806 The Old Testament    The Fourth Book of Moses called Numbers
## 4807 The Old Testament    The Fourth Book of Moses called Numbers
## 4808 The Old Testament    The Fourth Book of Moses called Numbers
## 4809 The Old Testament    The Fourth Book of Moses called Numbers
## 4810 The Old Testament    The Fourth Book of Moses called Numbers
## 4811 The Old Testament    The Fourth Book of Moses called Numbers
## 4812 The Old Testament    The Fourth Book of Moses called Numbers
## 4813 The Old Testament    The Fourth Book of Moses called Numbers
## 4814 The Old Testament    The Fourth Book of Moses called Numbers
## 4815 The Old Testament    The Fourth Book of Moses called Numbers
## 4816 The Old Testament    The Fourth Book of Moses called Numbers
## 4817 The Old Testament    The Fourth Book of Moses called Numbers
## 4818 The Old Testament    The Fourth Book of Moses called Numbers
## 4819 The Old Testament    The Fourth Book of Moses called Numbers
## 4820 The Old Testament    The Fourth Book of Moses called Numbers
## 4821 The Old Testament    The Fourth Book of Moses called Numbers
## 4822 The Old Testament    The Fourth Book of Moses called Numbers
## 4823 The Old Testament    The Fourth Book of Moses called Numbers
## 4824 The Old Testament    The Fourth Book of Moses called Numbers
## 4825 The Old Testament    The Fourth Book of Moses called Numbers
## 4826 The Old Testament    The Fourth Book of Moses called Numbers
## 4827 The Old Testament    The Fourth Book of Moses called Numbers
## 4828 The Old Testament    The Fourth Book of Moses called Numbers
## 4829 The Old Testament    The Fourth Book of Moses called Numbers
## 4830 The Old Testament    The Fourth Book of Moses called Numbers
## 4831 The Old Testament    The Fourth Book of Moses called Numbers
## 4832 The Old Testament    The Fourth Book of Moses called Numbers
## 4833 The Old Testament    The Fourth Book of Moses called Numbers
## 4834 The Old Testament    The Fourth Book of Moses called Numbers
## 4835 The Old Testament    The Fourth Book of Moses called Numbers
## 4836 The Old Testament    The Fourth Book of Moses called Numbers
## 4837 The Old Testament    The Fourth Book of Moses called Numbers
## 4838 The Old Testament    The Fourth Book of Moses called Numbers
## 4839 The Old Testament    The Fourth Book of Moses called Numbers
## 4840 The Old Testament    The Fourth Book of Moses called Numbers
## 4841 The Old Testament    The Fourth Book of Moses called Numbers
## 4842 The Old Testament    The Fourth Book of Moses called Numbers
## 4843 The Old Testament    The Fourth Book of Moses called Numbers
## 4844 The Old Testament    The Fourth Book of Moses called Numbers
## 4845 The Old Testament    The Fourth Book of Moses called Numbers
## 4846 The Old Testament    The Fourth Book of Moses called Numbers
## 4847 The Old Testament    The Fourth Book of Moses called Numbers
## 4848 The Old Testament    The Fourth Book of Moses called Numbers
## 4849 The Old Testament    The Fourth Book of Moses called Numbers
## 4850 The Old Testament    The Fourth Book of Moses called Numbers
## 4851 The Old Testament    The Fourth Book of Moses called Numbers
## 4852 The Old Testament    The Fourth Book of Moses called Numbers
## 4853 The Old Testament    The Fourth Book of Moses called Numbers
## 4854 The Old Testament    The Fourth Book of Moses called Numbers
## 4855 The Old Testament    The Fourth Book of Moses called Numbers
## 4856 The Old Testament    The Fourth Book of Moses called Numbers
## 4857 The Old Testament    The Fourth Book of Moses called Numbers
## 4858 The Old Testament    The Fourth Book of Moses called Numbers
## 4859 The Old Testament    The Fourth Book of Moses called Numbers
## 4860 The Old Testament    The Fourth Book of Moses called Numbers
## 4861 The Old Testament    The Fourth Book of Moses called Numbers
## 4862 The Old Testament    The Fourth Book of Moses called Numbers
## 4863 The Old Testament    The Fourth Book of Moses called Numbers
## 4864 The Old Testament    The Fourth Book of Moses called Numbers
## 4865 The Old Testament    The Fourth Book of Moses called Numbers
## 4866 The Old Testament    The Fourth Book of Moses called Numbers
## 4867 The Old Testament    The Fourth Book of Moses called Numbers
## 4868 The Old Testament    The Fourth Book of Moses called Numbers
## 4869 The Old Testament    The Fourth Book of Moses called Numbers
## 4870 The Old Testament    The Fourth Book of Moses called Numbers
## 4871 The Old Testament    The Fourth Book of Moses called Numbers
## 4872 The Old Testament    The Fourth Book of Moses called Numbers
## 4873 The Old Testament    The Fourth Book of Moses called Numbers
## 4874 The Old Testament    The Fourth Book of Moses called Numbers
## 4875 The Old Testament    The Fourth Book of Moses called Numbers
## 4876 The Old Testament    The Fourth Book of Moses called Numbers
## 4877 The Old Testament    The Fourth Book of Moses called Numbers
## 4878 The Old Testament    The Fourth Book of Moses called Numbers
## 4879 The Old Testament    The Fourth Book of Moses called Numbers
## 4880 The Old Testament    The Fourth Book of Moses called Numbers
## 4881 The Old Testament    The Fourth Book of Moses called Numbers
## 4882 The Old Testament    The Fourth Book of Moses called Numbers
## 4883 The Old Testament    The Fourth Book of Moses called Numbers
## 4884 The Old Testament    The Fourth Book of Moses called Numbers
## 4885 The Old Testament    The Fourth Book of Moses called Numbers
## 4886 The Old Testament    The Fourth Book of Moses called Numbers
## 4887 The Old Testament    The Fourth Book of Moses called Numbers
## 4888 The Old Testament    The Fourth Book of Moses called Numbers
## 4889 The Old Testament    The Fourth Book of Moses called Numbers
## 4890 The Old Testament    The Fourth Book of Moses called Numbers
## 4891 The Old Testament    The Fourth Book of Moses called Numbers
## 4892 The Old Testament    The Fourth Book of Moses called Numbers
## 4893 The Old Testament    The Fourth Book of Moses called Numbers
## 4894 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4895 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4896 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4897 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4898 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4899 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4900 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4901 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4902 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4903 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4904 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4905 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4906 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4907 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4908 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4909 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4910 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4911 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4912 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4913 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4914 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4915 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4916 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4917 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4918 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4919 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4920 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4921 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4922 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4923 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4924 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4925 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4926 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4927 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4928 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4929 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4930 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4931 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4932 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4933 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4934 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4935 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4936 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4937 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4938 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4939 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4940 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4941 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4942 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4943 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4944 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4945 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4946 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4947 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4948 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4949 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4950 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4951 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4952 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4953 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4954 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4955 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4956 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4957 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4958 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4959 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4960 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4961 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4962 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4963 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4964 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4965 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4966 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4967 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4968 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4969 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4970 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4971 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4972 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4973 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4974 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4975 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4976 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4977 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4978 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4979 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4980 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4981 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4982 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4983 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4984 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4985 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4986 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4987 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4988 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4989 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4990 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4991 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4992 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4993 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4994 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4995 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4996 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4997 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4998 The Old Testament The Fifth Book of Moses called Deuteronomy
## 4999 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5000 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5001 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5002 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5003 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5004 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5005 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5006 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5007 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5008 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5009 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5010 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5011 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5012 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5013 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5014 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5015 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5016 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5017 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5018 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5019 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5020 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5021 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5022 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5023 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5024 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5025 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5026 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5027 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5028 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5029 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5030 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5031 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5032 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5033 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5034 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5035 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5036 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5037 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5038 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5039 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5040 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5041 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5042 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5043 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5044 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5045 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5046 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5047 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5048 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5049 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5050 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5051 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5052 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5053 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5054 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5055 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5056 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5057 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5058 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5059 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5060 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5061 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5062 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5063 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5064 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5065 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5066 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5067 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5068 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5069 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5070 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5071 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5072 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5073 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5074 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5075 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5076 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5077 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5078 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5079 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5080 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5081 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5082 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5083 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5084 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5085 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5086 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5087 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5088 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5089 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5090 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5091 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5092 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5093 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5094 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5095 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5096 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5097 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5098 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5099 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5100 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5101 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5102 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5103 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5104 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5105 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5106 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5107 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5108 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5109 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5110 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5111 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5112 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5113 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5114 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5115 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5116 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5117 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5118 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5119 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5120 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5121 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5122 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5123 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5124 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5125 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5126 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5127 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5128 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5129 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5130 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5131 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5132 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5133 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5134 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5135 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5136 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5137 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5138 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5139 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5140 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5141 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5142 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5143 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5144 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5145 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5146 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5147 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5148 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5149 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5150 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5151 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5152 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5153 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5154 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5155 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5156 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5157 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5158 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5159 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5160 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5161 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5162 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5163 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5164 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5165 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5166 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5167 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5168 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5169 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5170 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5171 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5172 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5173 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5174 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5175 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5176 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5177 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5178 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5179 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5180 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5181 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5182 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5183 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5184 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5185 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5186 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5187 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5188 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5189 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5190 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5191 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5192 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5193 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5194 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5195 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5196 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5197 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5198 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5199 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5200 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5201 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5202 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5203 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5204 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5205 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5206 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5207 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5208 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5209 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5210 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5211 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5212 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5213 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5214 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5215 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5216 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5217 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5218 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5219 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5220 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5221 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5222 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5223 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5224 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5225 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5226 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5227 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5228 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5229 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5230 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5231 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5232 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5233 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5234 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5235 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5236 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5237 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5238 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5239 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5240 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5241 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5242 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5243 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5244 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5245 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5246 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5247 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5248 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5249 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5250 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5251 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5252 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5253 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5254 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5255 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5256 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5257 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5258 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5259 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5260 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5261 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5262 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5263 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5264 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5265 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5266 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5267 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5268 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5269 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5270 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5271 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5272 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5273 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5274 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5275 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5276 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5277 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5278 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5279 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5280 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5281 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5282 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5283 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5284 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5285 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5286 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5287 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5288 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5289 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5290 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5291 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5292 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5293 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5294 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5295 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5296 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5297 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5298 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5299 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5300 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5301 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5302 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5303 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5304 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5305 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5306 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5307 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5308 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5309 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5310 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5311 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5312 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5313 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5314 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5315 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5316 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5317 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5318 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5319 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5320 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5321 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5322 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5323 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5324 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5325 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5326 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5327 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5328 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5329 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5330 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5331 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5332 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5333 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5334 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5335 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5336 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5337 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5338 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5339 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5340 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5341 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5342 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5343 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5344 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5345 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5346 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5347 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5348 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5349 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5350 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5351 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5352 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5353 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5354 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5355 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5356 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5357 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5358 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5359 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5360 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5361 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5362 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5363 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5364 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5365 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5366 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5367 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5368 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5369 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5370 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5371 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5372 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5373 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5374 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5375 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5376 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5377 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5378 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5379 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5380 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5381 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5382 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5383 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5384 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5385 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5386 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5387 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5388 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5389 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5390 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5391 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5392 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5393 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5394 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5395 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5396 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5397 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5398 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5399 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5400 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5401 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5402 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5403 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5404 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5405 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5406 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5407 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5408 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5409 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5410 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5411 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5412 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5413 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5414 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5415 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5416 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5417 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5418 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5419 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5420 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5421 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5422 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5423 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5424 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5425 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5426 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5427 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5428 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5429 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5430 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5431 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5432 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5433 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5434 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5435 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5436 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5437 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5438 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5439 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5440 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5441 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5442 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5443 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5444 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5445 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5446 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5447 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5448 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5449 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5450 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5451 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5452 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5453 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5454 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5455 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5456 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5457 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5458 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5459 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5460 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5461 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5462 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5463 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5464 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5465 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5466 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5467 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5468 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5469 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5470 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5471 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5472 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5473 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5474 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5475 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5476 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5477 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5478 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5479 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5480 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5481 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5482 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5483 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5484 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5485 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5486 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5487 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5488 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5489 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5490 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5491 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5492 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5493 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5494 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5495 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5496 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5497 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5498 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5499 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5500 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5501 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5502 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5503 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5504 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5505 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5506 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5507 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5508 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5509 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5510 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5511 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5512 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5513 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5514 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5515 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5516 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5517 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5518 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5519 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5520 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5521 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5522 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5523 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5524 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5525 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5526 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5527 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5528 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5529 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5530 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5531 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5532 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5533 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5534 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5535 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5536 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5537 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5538 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5539 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5540 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5541 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5542 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5543 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5544 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5545 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5546 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5547 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5548 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5549 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5550 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5551 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5552 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5553 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5554 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5555 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5556 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5557 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5558 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5559 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5560 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5561 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5562 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5563 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5564 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5565 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5566 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5567 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5568 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5569 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5570 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5571 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5572 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5573 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5574 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5575 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5576 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5577 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5578 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5579 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5580 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5581 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5582 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5583 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5584 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5585 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5586 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5587 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5588 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5589 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5590 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5591 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5592 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5593 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5594 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5595 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5596 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5597 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5598 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5599 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5600 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5601 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5602 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5603 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5604 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5605 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5606 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5607 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5608 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5609 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5610 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5611 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5612 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5613 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5614 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5615 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5616 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5617 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5618 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5619 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5620 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5621 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5622 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5623 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5624 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5625 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5626 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5627 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5628 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5629 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5630 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5631 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5632 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5633 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5634 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5635 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5636 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5637 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5638 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5639 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5640 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5641 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5642 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5643 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5644 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5645 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5646 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5647 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5648 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5649 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5650 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5651 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5652 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5653 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5654 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5655 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5656 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5657 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5658 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5659 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5660 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5661 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5662 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5663 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5664 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5665 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5666 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5667 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5668 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5669 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5670 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5671 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5672 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5673 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5674 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5675 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5676 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5677 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5678 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5679 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5680 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5681 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5682 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5683 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5684 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5685 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5686 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5687 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5688 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5689 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5690 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5691 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5692 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5693 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5694 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5695 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5696 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5697 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5698 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5699 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5700 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5701 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5702 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5703 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5704 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5705 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5706 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5707 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5708 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5709 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5710 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5711 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5712 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5713 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5714 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5715 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5716 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5717 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5718 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5719 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5720 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5721 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5722 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5723 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5724 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5725 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5726 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5727 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5728 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5729 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5730 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5731 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5732 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5733 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5734 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5735 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5736 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5737 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5738 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5739 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5740 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5741 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5742 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5743 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5744 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5745 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5746 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5747 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5748 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5749 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5750 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5751 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5752 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5753 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5754 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5755 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5756 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5757 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5758 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5759 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5760 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5761 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5762 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5763 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5764 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5765 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5766 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5767 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5768 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5769 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5770 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5771 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5772 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5773 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5774 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5775 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5776 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5777 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5778 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5779 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5780 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5781 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5782 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5783 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5784 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5785 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5786 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5787 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5788 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5789 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5790 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5791 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5792 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5793 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5794 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5795 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5796 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5797 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5798 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5799 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5800 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5801 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5802 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5803 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5804 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5805 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5806 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5807 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5808 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5809 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5810 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5811 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5812 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5813 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5814 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5815 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5816 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5817 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5818 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5819 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5820 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5821 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5822 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5823 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5824 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5825 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5826 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5827 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5828 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5829 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5830 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5831 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5832 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5833 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5834 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5835 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5836 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5837 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5838 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5839 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5840 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5841 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5842 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5843 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5844 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5845 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5846 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5847 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5848 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5849 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5850 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5851 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5852 The Old Testament The Fifth Book of Moses called Deuteronomy
## 5853 The Old Testament                         The Book of Joshua
## 5854 The Old Testament                         The Book of Joshua
## 5855 The Old Testament                         The Book of Joshua
## 5856 The Old Testament                         The Book of Joshua
## 5857 The Old Testament                         The Book of Joshua
## 5858 The Old Testament                         The Book of Joshua
## 5859 The Old Testament                         The Book of Joshua
## 5860 The Old Testament                         The Book of Joshua
## 5861 The Old Testament                         The Book of Joshua
## 5862 The Old Testament                         The Book of Joshua
## 5863 The Old Testament                         The Book of Joshua
## 5864 The Old Testament                         The Book of Joshua
## 5865 The Old Testament                         The Book of Joshua
## 5866 The Old Testament                         The Book of Joshua
## 5867 The Old Testament                         The Book of Joshua
## 5868 The Old Testament                         The Book of Joshua
## 5869 The Old Testament                         The Book of Joshua
## 5870 The Old Testament                         The Book of Joshua
## 5871 The Old Testament                         The Book of Joshua
## 5872 The Old Testament                         The Book of Joshua
## 5873 The Old Testament                         The Book of Joshua
## 5874 The Old Testament                         The Book of Joshua
## 5875 The Old Testament                         The Book of Joshua
## 5876 The Old Testament                         The Book of Joshua
## 5877 The Old Testament                         The Book of Joshua
## 5878 The Old Testament                         The Book of Joshua
## 5879 The Old Testament                         The Book of Joshua
## 5880 The Old Testament                         The Book of Joshua
## 5881 The Old Testament                         The Book of Joshua
## 5882 The Old Testament                         The Book of Joshua
##      volume_subtitle book_subtitle volume_short_title book_short_title
## 1                 NA            NA                 OT             Gen.
## 2                 NA            NA                 OT             Gen.
## 3                 NA            NA                 OT             Gen.
## 4                 NA            NA                 OT             Gen.
## 5                 NA            NA                 OT             Gen.
## 6                 NA            NA                 OT             Gen.
## 7                 NA            NA                 OT             Gen.
## 8                 NA            NA                 OT             Gen.
## 9                 NA            NA                 OT             Gen.
## 10                NA            NA                 OT             Gen.
## 11                NA            NA                 OT             Gen.
## 12                NA            NA                 OT             Gen.
## 13                NA            NA                 OT             Gen.
## 14                NA            NA                 OT             Gen.
## 15                NA            NA                 OT             Gen.
## 16                NA            NA                 OT             Gen.
## 17                NA            NA                 OT             Gen.
## 18                NA            NA                 OT             Gen.
## 19                NA            NA                 OT             Gen.
## 20                NA            NA                 OT             Gen.
## 21                NA            NA                 OT             Gen.
## 22                NA            NA                 OT             Gen.
## 23                NA            NA                 OT             Gen.
## 24                NA            NA                 OT             Gen.
## 25                NA            NA                 OT             Gen.
## 26                NA            NA                 OT             Gen.
## 27                NA            NA                 OT             Gen.
## 28                NA            NA                 OT             Gen.
## 29                NA            NA                 OT             Gen.
## 30                NA            NA                 OT             Gen.
## 31                NA            NA                 OT             Gen.
## 32                NA            NA                 OT             Gen.
## 33                NA            NA                 OT             Gen.
## 34                NA            NA                 OT             Gen.
## 35                NA            NA                 OT             Gen.
## 36                NA            NA                 OT             Gen.
## 37                NA            NA                 OT             Gen.
## 38                NA            NA                 OT             Gen.
## 39                NA            NA                 OT             Gen.
## 40                NA            NA                 OT             Gen.
## 41                NA            NA                 OT             Gen.
## 42                NA            NA                 OT             Gen.
## 43                NA            NA                 OT             Gen.
## 44                NA            NA                 OT             Gen.
## 45                NA            NA                 OT             Gen.
## 46                NA            NA                 OT             Gen.
## 47                NA            NA                 OT             Gen.
## 48                NA            NA                 OT             Gen.
## 49                NA            NA                 OT             Gen.
## 50                NA            NA                 OT             Gen.
## 51                NA            NA                 OT             Gen.
## 52                NA            NA                 OT             Gen.
## 53                NA            NA                 OT             Gen.
## 54                NA            NA                 OT             Gen.
## 55                NA            NA                 OT             Gen.
## 56                NA            NA                 OT             Gen.
## 57                NA            NA                 OT             Gen.
## 58                NA            NA                 OT             Gen.
## 59                NA            NA                 OT             Gen.
## 60                NA            NA                 OT             Gen.
## 61                NA            NA                 OT             Gen.
## 62                NA            NA                 OT             Gen.
## 63                NA            NA                 OT             Gen.
## 64                NA            NA                 OT             Gen.
## 65                NA            NA                 OT             Gen.
## 66                NA            NA                 OT             Gen.
## 67                NA            NA                 OT             Gen.
## 68                NA            NA                 OT             Gen.
## 69                NA            NA                 OT             Gen.
## 70                NA            NA                 OT             Gen.
## 71                NA            NA                 OT             Gen.
## 72                NA            NA                 OT             Gen.
## 73                NA            NA                 OT             Gen.
## 74                NA            NA                 OT             Gen.
## 75                NA            NA                 OT             Gen.
## 76                NA            NA                 OT             Gen.
## 77                NA            NA                 OT             Gen.
## 78                NA            NA                 OT             Gen.
## 79                NA            NA                 OT             Gen.
## 80                NA            NA                 OT             Gen.
## 81                NA            NA                 OT             Gen.
## 82                NA            NA                 OT             Gen.
## 83                NA            NA                 OT             Gen.
## 84                NA            NA                 OT             Gen.
## 85                NA            NA                 OT             Gen.
## 86                NA            NA                 OT             Gen.
## 87                NA            NA                 OT             Gen.
## 88                NA            NA                 OT             Gen.
## 89                NA            NA                 OT             Gen.
## 90                NA            NA                 OT             Gen.
## 91                NA            NA                 OT             Gen.
## 92                NA            NA                 OT             Gen.
## 93                NA            NA                 OT             Gen.
## 94                NA            NA                 OT             Gen.
## 95                NA            NA                 OT             Gen.
## 96                NA            NA                 OT             Gen.
## 97                NA            NA                 OT             Gen.
## 98                NA            NA                 OT             Gen.
## 99                NA            NA                 OT             Gen.
## 100               NA            NA                 OT             Gen.
## 101               NA            NA                 OT             Gen.
## 102               NA            NA                 OT             Gen.
## 103               NA            NA                 OT             Gen.
## 104               NA            NA                 OT             Gen.
## 105               NA            NA                 OT             Gen.
## 106               NA            NA                 OT             Gen.
## 107               NA            NA                 OT             Gen.
## 108               NA            NA                 OT             Gen.
## 109               NA            NA                 OT             Gen.
## 110               NA            NA                 OT             Gen.
## 111               NA            NA                 OT             Gen.
## 112               NA            NA                 OT             Gen.
## 113               NA            NA                 OT             Gen.
## 114               NA            NA                 OT             Gen.
## 115               NA            NA                 OT             Gen.
## 116               NA            NA                 OT             Gen.
## 117               NA            NA                 OT             Gen.
## 118               NA            NA                 OT             Gen.
## 119               NA            NA                 OT             Gen.
## 120               NA            NA                 OT             Gen.
## 121               NA            NA                 OT             Gen.
## 122               NA            NA                 OT             Gen.
## 123               NA            NA                 OT             Gen.
## 124               NA            NA                 OT             Gen.
## 125               NA            NA                 OT             Gen.
## 126               NA            NA                 OT             Gen.
## 127               NA            NA                 OT             Gen.
## 128               NA            NA                 OT             Gen.
## 129               NA            NA                 OT             Gen.
## 130               NA            NA                 OT             Gen.
## 131               NA            NA                 OT             Gen.
## 132               NA            NA                 OT             Gen.
## 133               NA            NA                 OT             Gen.
## 134               NA            NA                 OT             Gen.
## 135               NA            NA                 OT             Gen.
## 136               NA            NA                 OT             Gen.
## 137               NA            NA                 OT             Gen.
## 138               NA            NA                 OT             Gen.
## 139               NA            NA                 OT             Gen.
## 140               NA            NA                 OT             Gen.
## 141               NA            NA                 OT             Gen.
## 142               NA            NA                 OT             Gen.
## 143               NA            NA                 OT             Gen.
## 144               NA            NA                 OT             Gen.
## 145               NA            NA                 OT             Gen.
## 146               NA            NA                 OT             Gen.
## 147               NA            NA                 OT             Gen.
## 148               NA            NA                 OT             Gen.
## 149               NA            NA                 OT             Gen.
## 150               NA            NA                 OT             Gen.
## 151               NA            NA                 OT             Gen.
## 152               NA            NA                 OT             Gen.
## 153               NA            NA                 OT             Gen.
## 154               NA            NA                 OT             Gen.
## 155               NA            NA                 OT             Gen.
## 156               NA            NA                 OT             Gen.
## 157               NA            NA                 OT             Gen.
## 158               NA            NA                 OT             Gen.
## 159               NA            NA                 OT             Gen.
## 160               NA            NA                 OT             Gen.
## 161               NA            NA                 OT             Gen.
## 162               NA            NA                 OT             Gen.
## 163               NA            NA                 OT             Gen.
## 164               NA            NA                 OT             Gen.
## 165               NA            NA                 OT             Gen.
## 166               NA            NA                 OT             Gen.
## 167               NA            NA                 OT             Gen.
## 168               NA            NA                 OT             Gen.
## 169               NA            NA                 OT             Gen.
## 170               NA            NA                 OT             Gen.
## 171               NA            NA                 OT             Gen.
## 172               NA            NA                 OT             Gen.
## 173               NA            NA                 OT             Gen.
## 174               NA            NA                 OT             Gen.
## 175               NA            NA                 OT             Gen.
## 176               NA            NA                 OT             Gen.
## 177               NA            NA                 OT             Gen.
## 178               NA            NA                 OT             Gen.
## 179               NA            NA                 OT             Gen.
## 180               NA            NA                 OT             Gen.
## 181               NA            NA                 OT             Gen.
## 182               NA            NA                 OT             Gen.
## 183               NA            NA                 OT             Gen.
## 184               NA            NA                 OT             Gen.
## 185               NA            NA                 OT             Gen.
## 186               NA            NA                 OT             Gen.
## 187               NA            NA                 OT             Gen.
## 188               NA            NA                 OT             Gen.
## 189               NA            NA                 OT             Gen.
## 190               NA            NA                 OT             Gen.
## 191               NA            NA                 OT             Gen.
## 192               NA            NA                 OT             Gen.
## 193               NA            NA                 OT             Gen.
## 194               NA            NA                 OT             Gen.
## 195               NA            NA                 OT             Gen.
## 196               NA            NA                 OT             Gen.
## 197               NA            NA                 OT             Gen.
## 198               NA            NA                 OT             Gen.
## 199               NA            NA                 OT             Gen.
## 200               NA            NA                 OT             Gen.
## 201               NA            NA                 OT             Gen.
## 202               NA            NA                 OT             Gen.
## 203               NA            NA                 OT             Gen.
## 204               NA            NA                 OT             Gen.
## 205               NA            NA                 OT             Gen.
## 206               NA            NA                 OT             Gen.
## 207               NA            NA                 OT             Gen.
## 208               NA            NA                 OT             Gen.
## 209               NA            NA                 OT             Gen.
## 210               NA            NA                 OT             Gen.
## 211               NA            NA                 OT             Gen.
## 212               NA            NA                 OT             Gen.
## 213               NA            NA                 OT             Gen.
## 214               NA            NA                 OT             Gen.
## 215               NA            NA                 OT             Gen.
## 216               NA            NA                 OT             Gen.
## 217               NA            NA                 OT             Gen.
## 218               NA            NA                 OT             Gen.
## 219               NA            NA                 OT             Gen.
## 220               NA            NA                 OT             Gen.
## 221               NA            NA                 OT             Gen.
## 222               NA            NA                 OT             Gen.
## 223               NA            NA                 OT             Gen.
## 224               NA            NA                 OT             Gen.
## 225               NA            NA                 OT             Gen.
## 226               NA            NA                 OT             Gen.
## 227               NA            NA                 OT             Gen.
## 228               NA            NA                 OT             Gen.
## 229               NA            NA                 OT             Gen.
## 230               NA            NA                 OT             Gen.
## 231               NA            NA                 OT             Gen.
## 232               NA            NA                 OT             Gen.
## 233               NA            NA                 OT             Gen.
## 234               NA            NA                 OT             Gen.
## 235               NA            NA                 OT             Gen.
## 236               NA            NA                 OT             Gen.
## 237               NA            NA                 OT             Gen.
## 238               NA            NA                 OT             Gen.
## 239               NA            NA                 OT             Gen.
## 240               NA            NA                 OT             Gen.
## 241               NA            NA                 OT             Gen.
## 242               NA            NA                 OT             Gen.
## 243               NA            NA                 OT             Gen.
## 244               NA            NA                 OT             Gen.
## 245               NA            NA                 OT             Gen.
## 246               NA            NA                 OT             Gen.
## 247               NA            NA                 OT             Gen.
## 248               NA            NA                 OT             Gen.
## 249               NA            NA                 OT             Gen.
## 250               NA            NA                 OT             Gen.
## 251               NA            NA                 OT             Gen.
## 252               NA            NA                 OT             Gen.
## 253               NA            NA                 OT             Gen.
## 254               NA            NA                 OT             Gen.
## 255               NA            NA                 OT             Gen.
## 256               NA            NA                 OT             Gen.
## 257               NA            NA                 OT             Gen.
## 258               NA            NA                 OT             Gen.
## 259               NA            NA                 OT             Gen.
## 260               NA            NA                 OT             Gen.
## 261               NA            NA                 OT             Gen.
## 262               NA            NA                 OT             Gen.
## 263               NA            NA                 OT             Gen.
## 264               NA            NA                 OT             Gen.
## 265               NA            NA                 OT             Gen.
## 266               NA            NA                 OT             Gen.
## 267               NA            NA                 OT             Gen.
## 268               NA            NA                 OT             Gen.
## 269               NA            NA                 OT             Gen.
## 270               NA            NA                 OT             Gen.
## 271               NA            NA                 OT             Gen.
## 272               NA            NA                 OT             Gen.
## 273               NA            NA                 OT             Gen.
## 274               NA            NA                 OT             Gen.
## 275               NA            NA                 OT             Gen.
## 276               NA            NA                 OT             Gen.
## 277               NA            NA                 OT             Gen.
## 278               NA            NA                 OT             Gen.
## 279               NA            NA                 OT             Gen.
## 280               NA            NA                 OT             Gen.
## 281               NA            NA                 OT             Gen.
## 282               NA            NA                 OT             Gen.
## 283               NA            NA                 OT             Gen.
## 284               NA            NA                 OT             Gen.
## 285               NA            NA                 OT             Gen.
## 286               NA            NA                 OT             Gen.
## 287               NA            NA                 OT             Gen.
## 288               NA            NA                 OT             Gen.
## 289               NA            NA                 OT             Gen.
## 290               NA            NA                 OT             Gen.
## 291               NA            NA                 OT             Gen.
## 292               NA            NA                 OT             Gen.
## 293               NA            NA                 OT             Gen.
## 294               NA            NA                 OT             Gen.
## 295               NA            NA                 OT             Gen.
## 296               NA            NA                 OT             Gen.
## 297               NA            NA                 OT             Gen.
## 298               NA            NA                 OT             Gen.
## 299               NA            NA                 OT             Gen.
## 300               NA            NA                 OT             Gen.
## 301               NA            NA                 OT             Gen.
## 302               NA            NA                 OT             Gen.
## 303               NA            NA                 OT             Gen.
## 304               NA            NA                 OT             Gen.
## 305               NA            NA                 OT             Gen.
## 306               NA            NA                 OT             Gen.
## 307               NA            NA                 OT             Gen.
## 308               NA            NA                 OT             Gen.
## 309               NA            NA                 OT             Gen.
## 310               NA            NA                 OT             Gen.
## 311               NA            NA                 OT             Gen.
## 312               NA            NA                 OT             Gen.
## 313               NA            NA                 OT             Gen.
## 314               NA            NA                 OT             Gen.
## 315               NA            NA                 OT             Gen.
## 316               NA            NA                 OT             Gen.
## 317               NA            NA                 OT             Gen.
## 318               NA            NA                 OT             Gen.
## 319               NA            NA                 OT             Gen.
## 320               NA            NA                 OT             Gen.
## 321               NA            NA                 OT             Gen.
## 322               NA            NA                 OT             Gen.
## 323               NA            NA                 OT             Gen.
## 324               NA            NA                 OT             Gen.
## 325               NA            NA                 OT             Gen.
## 326               NA            NA                 OT             Gen.
## 327               NA            NA                 OT             Gen.
## 328               NA            NA                 OT             Gen.
## 329               NA            NA                 OT             Gen.
## 330               NA            NA                 OT             Gen.
## 331               NA            NA                 OT             Gen.
## 332               NA            NA                 OT             Gen.
## 333               NA            NA                 OT             Gen.
## 334               NA            NA                 OT             Gen.
## 335               NA            NA                 OT             Gen.
## 336               NA            NA                 OT             Gen.
## 337               NA            NA                 OT             Gen.
## 338               NA            NA                 OT             Gen.
## 339               NA            NA                 OT             Gen.
## 340               NA            NA                 OT             Gen.
## 341               NA            NA                 OT             Gen.
## 342               NA            NA                 OT             Gen.
## 343               NA            NA                 OT             Gen.
## 344               NA            NA                 OT             Gen.
## 345               NA            NA                 OT             Gen.
## 346               NA            NA                 OT             Gen.
## 347               NA            NA                 OT             Gen.
## 348               NA            NA                 OT             Gen.
## 349               NA            NA                 OT             Gen.
## 350               NA            NA                 OT             Gen.
## 351               NA            NA                 OT             Gen.
## 352               NA            NA                 OT             Gen.
## 353               NA            NA                 OT             Gen.
## 354               NA            NA                 OT             Gen.
## 355               NA            NA                 OT             Gen.
## 356               NA            NA                 OT             Gen.
## 357               NA            NA                 OT             Gen.
## 358               NA            NA                 OT             Gen.
## 359               NA            NA                 OT             Gen.
## 360               NA            NA                 OT             Gen.
## 361               NA            NA                 OT             Gen.
## 362               NA            NA                 OT             Gen.
## 363               NA            NA                 OT             Gen.
## 364               NA            NA                 OT             Gen.
## 365               NA            NA                 OT             Gen.
## 366               NA            NA                 OT             Gen.
## 367               NA            NA                 OT             Gen.
## 368               NA            NA                 OT             Gen.
## 369               NA            NA                 OT             Gen.
## 370               NA            NA                 OT             Gen.
## 371               NA            NA                 OT             Gen.
## 372               NA            NA                 OT             Gen.
## 373               NA            NA                 OT             Gen.
## 374               NA            NA                 OT             Gen.
## 375               NA            NA                 OT             Gen.
## 376               NA            NA                 OT             Gen.
## 377               NA            NA                 OT             Gen.
## 378               NA            NA                 OT             Gen.
## 379               NA            NA                 OT             Gen.
## 380               NA            NA                 OT             Gen.
## 381               NA            NA                 OT             Gen.
## 382               NA            NA                 OT             Gen.
## 383               NA            NA                 OT             Gen.
## 384               NA            NA                 OT             Gen.
## 385               NA            NA                 OT             Gen.
## 386               NA            NA                 OT             Gen.
## 387               NA            NA                 OT             Gen.
## 388               NA            NA                 OT             Gen.
## 389               NA            NA                 OT             Gen.
## 390               NA            NA                 OT             Gen.
## 391               NA            NA                 OT             Gen.
## 392               NA            NA                 OT             Gen.
## 393               NA            NA                 OT             Gen.
## 394               NA            NA                 OT             Gen.
## 395               NA            NA                 OT             Gen.
## 396               NA            NA                 OT             Gen.
## 397               NA            NA                 OT             Gen.
## 398               NA            NA                 OT             Gen.
## 399               NA            NA                 OT             Gen.
## 400               NA            NA                 OT             Gen.
## 401               NA            NA                 OT             Gen.
## 402               NA            NA                 OT             Gen.
## 403               NA            NA                 OT             Gen.
## 404               NA            NA                 OT             Gen.
## 405               NA            NA                 OT             Gen.
## 406               NA            NA                 OT             Gen.
## 407               NA            NA                 OT             Gen.
## 408               NA            NA                 OT             Gen.
## 409               NA            NA                 OT             Gen.
## 410               NA            NA                 OT             Gen.
## 411               NA            NA                 OT             Gen.
## 412               NA            NA                 OT             Gen.
## 413               NA            NA                 OT             Gen.
## 414               NA            NA                 OT             Gen.
## 415               NA            NA                 OT             Gen.
## 416               NA            NA                 OT             Gen.
## 417               NA            NA                 OT             Gen.
## 418               NA            NA                 OT             Gen.
## 419               NA            NA                 OT             Gen.
## 420               NA            NA                 OT             Gen.
## 421               NA            NA                 OT             Gen.
## 422               NA            NA                 OT             Gen.
## 423               NA            NA                 OT             Gen.
## 424               NA            NA                 OT             Gen.
## 425               NA            NA                 OT             Gen.
## 426               NA            NA                 OT             Gen.
## 427               NA            NA                 OT             Gen.
## 428               NA            NA                 OT             Gen.
## 429               NA            NA                 OT             Gen.
## 430               NA            NA                 OT             Gen.
## 431               NA            NA                 OT             Gen.
## 432               NA            NA                 OT             Gen.
## 433               NA            NA                 OT             Gen.
## 434               NA            NA                 OT             Gen.
## 435               NA            NA                 OT             Gen.
## 436               NA            NA                 OT             Gen.
## 437               NA            NA                 OT             Gen.
## 438               NA            NA                 OT             Gen.
## 439               NA            NA                 OT             Gen.
## 440               NA            NA                 OT             Gen.
## 441               NA            NA                 OT             Gen.
## 442               NA            NA                 OT             Gen.
## 443               NA            NA                 OT             Gen.
## 444               NA            NA                 OT             Gen.
## 445               NA            NA                 OT             Gen.
## 446               NA            NA                 OT             Gen.
## 447               NA            NA                 OT             Gen.
## 448               NA            NA                 OT             Gen.
## 449               NA            NA                 OT             Gen.
## 450               NA            NA                 OT             Gen.
## 451               NA            NA                 OT             Gen.
## 452               NA            NA                 OT             Gen.
## 453               NA            NA                 OT             Gen.
## 454               NA            NA                 OT             Gen.
## 455               NA            NA                 OT             Gen.
## 456               NA            NA                 OT             Gen.
## 457               NA            NA                 OT             Gen.
## 458               NA            NA                 OT             Gen.
## 459               NA            NA                 OT             Gen.
## 460               NA            NA                 OT             Gen.
## 461               NA            NA                 OT             Gen.
## 462               NA            NA                 OT             Gen.
## 463               NA            NA                 OT             Gen.
## 464               NA            NA                 OT             Gen.
## 465               NA            NA                 OT             Gen.
## 466               NA            NA                 OT             Gen.
## 467               NA            NA                 OT             Gen.
## 468               NA            NA                 OT             Gen.
## 469               NA            NA                 OT             Gen.
## 470               NA            NA                 OT             Gen.
## 471               NA            NA                 OT             Gen.
## 472               NA            NA                 OT             Gen.
## 473               NA            NA                 OT             Gen.
## 474               NA            NA                 OT             Gen.
## 475               NA            NA                 OT             Gen.
## 476               NA            NA                 OT             Gen.
## 477               NA            NA                 OT             Gen.
## 478               NA            NA                 OT             Gen.
## 479               NA            NA                 OT             Gen.
## 480               NA            NA                 OT             Gen.
## 481               NA            NA                 OT             Gen.
## 482               NA            NA                 OT             Gen.
## 483               NA            NA                 OT             Gen.
## 484               NA            NA                 OT             Gen.
## 485               NA            NA                 OT             Gen.
## 486               NA            NA                 OT             Gen.
## 487               NA            NA                 OT             Gen.
## 488               NA            NA                 OT             Gen.
## 489               NA            NA                 OT             Gen.
## 490               NA            NA                 OT             Gen.
## 491               NA            NA                 OT             Gen.
## 492               NA            NA                 OT             Gen.
## 493               NA            NA                 OT             Gen.
## 494               NA            NA                 OT             Gen.
## 495               NA            NA                 OT             Gen.
## 496               NA            NA                 OT             Gen.
## 497               NA            NA                 OT             Gen.
## 498               NA            NA                 OT             Gen.
## 499               NA            NA                 OT             Gen.
## 500               NA            NA                 OT             Gen.
## 501               NA            NA                 OT             Gen.
## 502               NA            NA                 OT             Gen.
## 503               NA            NA                 OT             Gen.
## 504               NA            NA                 OT             Gen.
## 505               NA            NA                 OT             Gen.
## 506               NA            NA                 OT             Gen.
## 507               NA            NA                 OT             Gen.
## 508               NA            NA                 OT             Gen.
## 509               NA            NA                 OT             Gen.
## 510               NA            NA                 OT             Gen.
## 511               NA            NA                 OT             Gen.
## 512               NA            NA                 OT             Gen.
## 513               NA            NA                 OT             Gen.
## 514               NA            NA                 OT             Gen.
## 515               NA            NA                 OT             Gen.
## 516               NA            NA                 OT             Gen.
## 517               NA            NA                 OT             Gen.
## 518               NA            NA                 OT             Gen.
## 519               NA            NA                 OT             Gen.
## 520               NA            NA                 OT             Gen.
## 521               NA            NA                 OT             Gen.
## 522               NA            NA                 OT             Gen.
## 523               NA            NA                 OT             Gen.
## 524               NA            NA                 OT             Gen.
## 525               NA            NA                 OT             Gen.
## 526               NA            NA                 OT             Gen.
## 527               NA            NA                 OT             Gen.
## 528               NA            NA                 OT             Gen.
## 529               NA            NA                 OT             Gen.
## 530               NA            NA                 OT             Gen.
## 531               NA            NA                 OT             Gen.
## 532               NA            NA                 OT             Gen.
## 533               NA            NA                 OT             Gen.
## 534               NA            NA                 OT             Gen.
## 535               NA            NA                 OT             Gen.
## 536               NA            NA                 OT             Gen.
## 537               NA            NA                 OT             Gen.
## 538               NA            NA                 OT             Gen.
## 539               NA            NA                 OT             Gen.
## 540               NA            NA                 OT             Gen.
## 541               NA            NA                 OT             Gen.
## 542               NA            NA                 OT             Gen.
## 543               NA            NA                 OT             Gen.
## 544               NA            NA                 OT             Gen.
## 545               NA            NA                 OT             Gen.
## 546               NA            NA                 OT             Gen.
## 547               NA            NA                 OT             Gen.
## 548               NA            NA                 OT             Gen.
## 549               NA            NA                 OT             Gen.
## 550               NA            NA                 OT             Gen.
## 551               NA            NA                 OT             Gen.
## 552               NA            NA                 OT             Gen.
## 553               NA            NA                 OT             Gen.
## 554               NA            NA                 OT             Gen.
## 555               NA            NA                 OT             Gen.
## 556               NA            NA                 OT             Gen.
## 557               NA            NA                 OT             Gen.
## 558               NA            NA                 OT             Gen.
## 559               NA            NA                 OT             Gen.
## 560               NA            NA                 OT             Gen.
## 561               NA            NA                 OT             Gen.
## 562               NA            NA                 OT             Gen.
## 563               NA            NA                 OT             Gen.
## 564               NA            NA                 OT             Gen.
## 565               NA            NA                 OT             Gen.
## 566               NA            NA                 OT             Gen.
## 567               NA            NA                 OT             Gen.
## 568               NA            NA                 OT             Gen.
## 569               NA            NA                 OT             Gen.
## 570               NA            NA                 OT             Gen.
## 571               NA            NA                 OT             Gen.
## 572               NA            NA                 OT             Gen.
## 573               NA            NA                 OT             Gen.
## 574               NA            NA                 OT             Gen.
## 575               NA            NA                 OT             Gen.
## 576               NA            NA                 OT             Gen.
## 577               NA            NA                 OT             Gen.
## 578               NA            NA                 OT             Gen.
## 579               NA            NA                 OT             Gen.
## 580               NA            NA                 OT             Gen.
## 581               NA            NA                 OT             Gen.
## 582               NA            NA                 OT             Gen.
## 583               NA            NA                 OT             Gen.
## 584               NA            NA                 OT             Gen.
## 585               NA            NA                 OT             Gen.
## 586               NA            NA                 OT             Gen.
## 587               NA            NA                 OT             Gen.
## 588               NA            NA                 OT             Gen.
## 589               NA            NA                 OT             Gen.
## 590               NA            NA                 OT             Gen.
## 591               NA            NA                 OT             Gen.
## 592               NA            NA                 OT             Gen.
## 593               NA            NA                 OT             Gen.
## 594               NA            NA                 OT             Gen.
## 595               NA            NA                 OT             Gen.
## 596               NA            NA                 OT             Gen.
## 597               NA            NA                 OT             Gen.
## 598               NA            NA                 OT             Gen.
## 599               NA            NA                 OT             Gen.
## 600               NA            NA                 OT             Gen.
## 601               NA            NA                 OT             Gen.
## 602               NA            NA                 OT             Gen.
## 603               NA            NA                 OT             Gen.
## 604               NA            NA                 OT             Gen.
## 605               NA            NA                 OT             Gen.
## 606               NA            NA                 OT             Gen.
## 607               NA            NA                 OT             Gen.
## 608               NA            NA                 OT             Gen.
## 609               NA            NA                 OT             Gen.
## 610               NA            NA                 OT             Gen.
## 611               NA            NA                 OT             Gen.
## 612               NA            NA                 OT             Gen.
## 613               NA            NA                 OT             Gen.
## 614               NA            NA                 OT             Gen.
## 615               NA            NA                 OT             Gen.
## 616               NA            NA                 OT             Gen.
## 617               NA            NA                 OT             Gen.
## 618               NA            NA                 OT             Gen.
## 619               NA            NA                 OT             Gen.
## 620               NA            NA                 OT             Gen.
## 621               NA            NA                 OT             Gen.
## 622               NA            NA                 OT             Gen.
## 623               NA            NA                 OT             Gen.
## 624               NA            NA                 OT             Gen.
## 625               NA            NA                 OT             Gen.
## 626               NA            NA                 OT             Gen.
## 627               NA            NA                 OT             Gen.
## 628               NA            NA                 OT             Gen.
## 629               NA            NA                 OT             Gen.
## 630               NA            NA                 OT             Gen.
## 631               NA            NA                 OT             Gen.
## 632               NA            NA                 OT             Gen.
## 633               NA            NA                 OT             Gen.
## 634               NA            NA                 OT             Gen.
## 635               NA            NA                 OT             Gen.
## 636               NA            NA                 OT             Gen.
## 637               NA            NA                 OT             Gen.
## 638               NA            NA                 OT             Gen.
## 639               NA            NA                 OT             Gen.
## 640               NA            NA                 OT             Gen.
## 641               NA            NA                 OT             Gen.
## 642               NA            NA                 OT             Gen.
## 643               NA            NA                 OT             Gen.
## 644               NA            NA                 OT             Gen.
## 645               NA            NA                 OT             Gen.
## 646               NA            NA                 OT             Gen.
## 647               NA            NA                 OT             Gen.
## 648               NA            NA                 OT             Gen.
## 649               NA            NA                 OT             Gen.
## 650               NA            NA                 OT             Gen.
## 651               NA            NA                 OT             Gen.
## 652               NA            NA                 OT             Gen.
## 653               NA            NA                 OT             Gen.
## 654               NA            NA                 OT             Gen.
## 655               NA            NA                 OT             Gen.
## 656               NA            NA                 OT             Gen.
## 657               NA            NA                 OT             Gen.
## 658               NA            NA                 OT             Gen.
## 659               NA            NA                 OT             Gen.
## 660               NA            NA                 OT             Gen.
## 661               NA            NA                 OT             Gen.
## 662               NA            NA                 OT             Gen.
## 663               NA            NA                 OT             Gen.
## 664               NA            NA                 OT             Gen.
## 665               NA            NA                 OT             Gen.
## 666               NA            NA                 OT             Gen.
## 667               NA            NA                 OT             Gen.
## 668               NA            NA                 OT             Gen.
## 669               NA            NA                 OT             Gen.
## 670               NA            NA                 OT             Gen.
## 671               NA            NA                 OT             Gen.
## 672               NA            NA                 OT             Gen.
## 673               NA            NA                 OT             Gen.
## 674               NA            NA                 OT             Gen.
## 675               NA            NA                 OT             Gen.
## 676               NA            NA                 OT             Gen.
## 677               NA            NA                 OT             Gen.
## 678               NA            NA                 OT             Gen.
## 679               NA            NA                 OT             Gen.
## 680               NA            NA                 OT             Gen.
## 681               NA            NA                 OT             Gen.
## 682               NA            NA                 OT             Gen.
## 683               NA            NA                 OT             Gen.
## 684               NA            NA                 OT             Gen.
## 685               NA            NA                 OT             Gen.
## 686               NA            NA                 OT             Gen.
## 687               NA            NA                 OT             Gen.
## 688               NA            NA                 OT             Gen.
## 689               NA            NA                 OT             Gen.
## 690               NA            NA                 OT             Gen.
## 691               NA            NA                 OT             Gen.
## 692               NA            NA                 OT             Gen.
## 693               NA            NA                 OT             Gen.
## 694               NA            NA                 OT             Gen.
## 695               NA            NA                 OT             Gen.
## 696               NA            NA                 OT             Gen.
## 697               NA            NA                 OT             Gen.
## 698               NA            NA                 OT             Gen.
## 699               NA            NA                 OT             Gen.
## 700               NA            NA                 OT             Gen.
## 701               NA            NA                 OT             Gen.
## 702               NA            NA                 OT             Gen.
## 703               NA            NA                 OT             Gen.
## 704               NA            NA                 OT             Gen.
## 705               NA            NA                 OT             Gen.
## 706               NA            NA                 OT             Gen.
## 707               NA            NA                 OT             Gen.
## 708               NA            NA                 OT             Gen.
## 709               NA            NA                 OT             Gen.
## 710               NA            NA                 OT             Gen.
## 711               NA            NA                 OT             Gen.
## 712               NA            NA                 OT             Gen.
## 713               NA            NA                 OT             Gen.
## 714               NA            NA                 OT             Gen.
## 715               NA            NA                 OT             Gen.
## 716               NA            NA                 OT             Gen.
## 717               NA            NA                 OT             Gen.
## 718               NA            NA                 OT             Gen.
## 719               NA            NA                 OT             Gen.
## 720               NA            NA                 OT             Gen.
## 721               NA            NA                 OT             Gen.
## 722               NA            NA                 OT             Gen.
## 723               NA            NA                 OT             Gen.
## 724               NA            NA                 OT             Gen.
## 725               NA            NA                 OT             Gen.
## 726               NA            NA                 OT             Gen.
## 727               NA            NA                 OT             Gen.
## 728               NA            NA                 OT             Gen.
## 729               NA            NA                 OT             Gen.
## 730               NA            NA                 OT             Gen.
## 731               NA            NA                 OT             Gen.
## 732               NA            NA                 OT             Gen.
## 733               NA            NA                 OT             Gen.
## 734               NA            NA                 OT             Gen.
## 735               NA            NA                 OT             Gen.
## 736               NA            NA                 OT             Gen.
## 737               NA            NA                 OT             Gen.
## 738               NA            NA                 OT             Gen.
## 739               NA            NA                 OT             Gen.
## 740               NA            NA                 OT             Gen.
## 741               NA            NA                 OT             Gen.
## 742               NA            NA                 OT             Gen.
## 743               NA            NA                 OT             Gen.
## 744               NA            NA                 OT             Gen.
## 745               NA            NA                 OT             Gen.
## 746               NA            NA                 OT             Gen.
## 747               NA            NA                 OT             Gen.
## 748               NA            NA                 OT             Gen.
## 749               NA            NA                 OT             Gen.
## 750               NA            NA                 OT             Gen.
## 751               NA            NA                 OT             Gen.
## 752               NA            NA                 OT             Gen.
## 753               NA            NA                 OT             Gen.
## 754               NA            NA                 OT             Gen.
## 755               NA            NA                 OT             Gen.
## 756               NA            NA                 OT             Gen.
## 757               NA            NA                 OT             Gen.
## 758               NA            NA                 OT             Gen.
## 759               NA            NA                 OT             Gen.
## 760               NA            NA                 OT             Gen.
## 761               NA            NA                 OT             Gen.
## 762               NA            NA                 OT             Gen.
## 763               NA            NA                 OT             Gen.
## 764               NA            NA                 OT             Gen.
## 765               NA            NA                 OT             Gen.
## 766               NA            NA                 OT             Gen.
## 767               NA            NA                 OT             Gen.
## 768               NA            NA                 OT             Gen.
## 769               NA            NA                 OT             Gen.
## 770               NA            NA                 OT             Gen.
## 771               NA            NA                 OT             Gen.
## 772               NA            NA                 OT             Gen.
## 773               NA            NA                 OT             Gen.
## 774               NA            NA                 OT             Gen.
## 775               NA            NA                 OT             Gen.
## 776               NA            NA                 OT             Gen.
## 777               NA            NA                 OT             Gen.
## 778               NA            NA                 OT             Gen.
## 779               NA            NA                 OT             Gen.
## 780               NA            NA                 OT             Gen.
## 781               NA            NA                 OT             Gen.
## 782               NA            NA                 OT             Gen.
## 783               NA            NA                 OT             Gen.
## 784               NA            NA                 OT             Gen.
## 785               NA            NA                 OT             Gen.
## 786               NA            NA                 OT             Gen.
## 787               NA            NA                 OT             Gen.
## 788               NA            NA                 OT             Gen.
## 789               NA            NA                 OT             Gen.
## 790               NA            NA                 OT             Gen.
## 791               NA            NA                 OT             Gen.
## 792               NA            NA                 OT             Gen.
## 793               NA            NA                 OT             Gen.
## 794               NA            NA                 OT             Gen.
## 795               NA            NA                 OT             Gen.
## 796               NA            NA                 OT             Gen.
## 797               NA            NA                 OT             Gen.
## 798               NA            NA                 OT             Gen.
## 799               NA            NA                 OT             Gen.
## 800               NA            NA                 OT             Gen.
## 801               NA            NA                 OT             Gen.
## 802               NA            NA                 OT             Gen.
## 803               NA            NA                 OT             Gen.
## 804               NA            NA                 OT             Gen.
## 805               NA            NA                 OT             Gen.
## 806               NA            NA                 OT             Gen.
## 807               NA            NA                 OT             Gen.
## 808               NA            NA                 OT             Gen.
## 809               NA            NA                 OT             Gen.
## 810               NA            NA                 OT             Gen.
## 811               NA            NA                 OT             Gen.
## 812               NA            NA                 OT             Gen.
## 813               NA            NA                 OT             Gen.
## 814               NA            NA                 OT             Gen.
## 815               NA            NA                 OT             Gen.
## 816               NA            NA                 OT             Gen.
## 817               NA            NA                 OT             Gen.
## 818               NA            NA                 OT             Gen.
## 819               NA            NA                 OT             Gen.
## 820               NA            NA                 OT             Gen.
## 821               NA            NA                 OT             Gen.
## 822               NA            NA                 OT             Gen.
## 823               NA            NA                 OT             Gen.
## 824               NA            NA                 OT             Gen.
## 825               NA            NA                 OT             Gen.
## 826               NA            NA                 OT             Gen.
## 827               NA            NA                 OT             Gen.
## 828               NA            NA                 OT             Gen.
## 829               NA            NA                 OT             Gen.
## 830               NA            NA                 OT             Gen.
## 831               NA            NA                 OT             Gen.
## 832               NA            NA                 OT             Gen.
## 833               NA            NA                 OT             Gen.
## 834               NA            NA                 OT             Gen.
## 835               NA            NA                 OT             Gen.
## 836               NA            NA                 OT             Gen.
## 837               NA            NA                 OT             Gen.
## 838               NA            NA                 OT             Gen.
## 839               NA            NA                 OT             Gen.
## 840               NA            NA                 OT             Gen.
## 841               NA            NA                 OT             Gen.
## 842               NA            NA                 OT             Gen.
## 843               NA            NA                 OT             Gen.
## 844               NA            NA                 OT             Gen.
## 845               NA            NA                 OT             Gen.
## 846               NA            NA                 OT             Gen.
## 847               NA            NA                 OT             Gen.
## 848               NA            NA                 OT             Gen.
## 849               NA            NA                 OT             Gen.
## 850               NA            NA                 OT             Gen.
## 851               NA            NA                 OT             Gen.
## 852               NA            NA                 OT             Gen.
## 853               NA            NA                 OT             Gen.
## 854               NA            NA                 OT             Gen.
## 855               NA            NA                 OT             Gen.
## 856               NA            NA                 OT             Gen.
## 857               NA            NA                 OT             Gen.
## 858               NA            NA                 OT             Gen.
## 859               NA            NA                 OT             Gen.
## 860               NA            NA                 OT             Gen.
## 861               NA            NA                 OT             Gen.
## 862               NA            NA                 OT             Gen.
## 863               NA            NA                 OT             Gen.
## 864               NA            NA                 OT             Gen.
## 865               NA            NA                 OT             Gen.
## 866               NA            NA                 OT             Gen.
## 867               NA            NA                 OT             Gen.
## 868               NA            NA                 OT             Gen.
## 869               NA            NA                 OT             Gen.
## 870               NA            NA                 OT             Gen.
## 871               NA            NA                 OT             Gen.
## 872               NA            NA                 OT             Gen.
## 873               NA            NA                 OT             Gen.
## 874               NA            NA                 OT             Gen.
## 875               NA            NA                 OT             Gen.
## 876               NA            NA                 OT             Gen.
## 877               NA            NA                 OT             Gen.
## 878               NA            NA                 OT             Gen.
## 879               NA            NA                 OT             Gen.
## 880               NA            NA                 OT             Gen.
## 881               NA            NA                 OT             Gen.
## 882               NA            NA                 OT             Gen.
## 883               NA            NA                 OT             Gen.
## 884               NA            NA                 OT             Gen.
## 885               NA            NA                 OT             Gen.
## 886               NA            NA                 OT             Gen.
## 887               NA            NA                 OT             Gen.
## 888               NA            NA                 OT             Gen.
## 889               NA            NA                 OT             Gen.
## 890               NA            NA                 OT             Gen.
## 891               NA            NA                 OT             Gen.
## 892               NA            NA                 OT             Gen.
## 893               NA            NA                 OT             Gen.
## 894               NA            NA                 OT             Gen.
## 895               NA            NA                 OT             Gen.
## 896               NA            NA                 OT             Gen.
## 897               NA            NA                 OT             Gen.
## 898               NA            NA                 OT             Gen.
## 899               NA            NA                 OT             Gen.
## 900               NA            NA                 OT             Gen.
## 901               NA            NA                 OT             Gen.
## 902               NA            NA                 OT             Gen.
## 903               NA            NA                 OT             Gen.
## 904               NA            NA                 OT             Gen.
## 905               NA            NA                 OT             Gen.
## 906               NA            NA                 OT             Gen.
## 907               NA            NA                 OT             Gen.
## 908               NA            NA                 OT             Gen.
## 909               NA            NA                 OT             Gen.
## 910               NA            NA                 OT             Gen.
## 911               NA            NA                 OT             Gen.
## 912               NA            NA                 OT             Gen.
## 913               NA            NA                 OT             Gen.
## 914               NA            NA                 OT             Gen.
## 915               NA            NA                 OT             Gen.
## 916               NA            NA                 OT             Gen.
## 917               NA            NA                 OT             Gen.
## 918               NA            NA                 OT             Gen.
## 919               NA            NA                 OT             Gen.
## 920               NA            NA                 OT             Gen.
## 921               NA            NA                 OT             Gen.
## 922               NA            NA                 OT             Gen.
## 923               NA            NA                 OT             Gen.
## 924               NA            NA                 OT             Gen.
## 925               NA            NA                 OT             Gen.
## 926               NA            NA                 OT             Gen.
## 927               NA            NA                 OT             Gen.
## 928               NA            NA                 OT             Gen.
## 929               NA            NA                 OT             Gen.
## 930               NA            NA                 OT             Gen.
## 931               NA            NA                 OT             Gen.
## 932               NA            NA                 OT             Gen.
## 933               NA            NA                 OT             Gen.
## 934               NA            NA                 OT             Gen.
## 935               NA            NA                 OT             Gen.
## 936               NA            NA                 OT             Gen.
## 937               NA            NA                 OT             Gen.
## 938               NA            NA                 OT             Gen.
## 939               NA            NA                 OT             Gen.
## 940               NA            NA                 OT             Gen.
## 941               NA            NA                 OT             Gen.
## 942               NA            NA                 OT             Gen.
## 943               NA            NA                 OT             Gen.
## 944               NA            NA                 OT             Gen.
## 945               NA            NA                 OT             Gen.
## 946               NA            NA                 OT             Gen.
## 947               NA            NA                 OT             Gen.
## 948               NA            NA                 OT             Gen.
## 949               NA            NA                 OT             Gen.
## 950               NA            NA                 OT             Gen.
## 951               NA            NA                 OT             Gen.
## 952               NA            NA                 OT             Gen.
## 953               NA            NA                 OT             Gen.
## 954               NA            NA                 OT             Gen.
## 955               NA            NA                 OT             Gen.
## 956               NA            NA                 OT             Gen.
## 957               NA            NA                 OT             Gen.
## 958               NA            NA                 OT             Gen.
## 959               NA            NA                 OT             Gen.
## 960               NA            NA                 OT             Gen.
## 961               NA            NA                 OT             Gen.
## 962               NA            NA                 OT             Gen.
## 963               NA            NA                 OT             Gen.
## 964               NA            NA                 OT             Gen.
## 965               NA            NA                 OT             Gen.
## 966               NA            NA                 OT             Gen.
## 967               NA            NA                 OT             Gen.
## 968               NA            NA                 OT             Gen.
## 969               NA            NA                 OT             Gen.
## 970               NA            NA                 OT             Gen.
## 971               NA            NA                 OT             Gen.
## 972               NA            NA                 OT             Gen.
## 973               NA            NA                 OT             Gen.
## 974               NA            NA                 OT             Gen.
## 975               NA            NA                 OT             Gen.
## 976               NA            NA                 OT             Gen.
## 977               NA            NA                 OT             Gen.
## 978               NA            NA                 OT             Gen.
## 979               NA            NA                 OT             Gen.
## 980               NA            NA                 OT             Gen.
## 981               NA            NA                 OT             Gen.
## 982               NA            NA                 OT             Gen.
## 983               NA            NA                 OT             Gen.
## 984               NA            NA                 OT             Gen.
## 985               NA            NA                 OT             Gen.
## 986               NA            NA                 OT             Gen.
## 987               NA            NA                 OT             Gen.
## 988               NA            NA                 OT             Gen.
## 989               NA            NA                 OT             Gen.
## 990               NA            NA                 OT             Gen.
## 991               NA            NA                 OT             Gen.
## 992               NA            NA                 OT             Gen.
## 993               NA            NA                 OT             Gen.
## 994               NA            NA                 OT             Gen.
## 995               NA            NA                 OT             Gen.
## 996               NA            NA                 OT             Gen.
## 997               NA            NA                 OT             Gen.
## 998               NA            NA                 OT             Gen.
## 999               NA            NA                 OT             Gen.
## 1000              NA            NA                 OT             Gen.
## 1001              NA            NA                 OT             Gen.
## 1002              NA            NA                 OT             Gen.
## 1003              NA            NA                 OT             Gen.
## 1004              NA            NA                 OT             Gen.
## 1005              NA            NA                 OT             Gen.
## 1006              NA            NA                 OT             Gen.
## 1007              NA            NA                 OT             Gen.
## 1008              NA            NA                 OT             Gen.
## 1009              NA            NA                 OT             Gen.
## 1010              NA            NA                 OT             Gen.
## 1011              NA            NA                 OT             Gen.
## 1012              NA            NA                 OT             Gen.
## 1013              NA            NA                 OT             Gen.
## 1014              NA            NA                 OT             Gen.
## 1015              NA            NA                 OT             Gen.
## 1016              NA            NA                 OT             Gen.
## 1017              NA            NA                 OT             Gen.
## 1018              NA            NA                 OT             Gen.
## 1019              NA            NA                 OT             Gen.
## 1020              NA            NA                 OT             Gen.
## 1021              NA            NA                 OT             Gen.
## 1022              NA            NA                 OT             Gen.
## 1023              NA            NA                 OT             Gen.
## 1024              NA            NA                 OT             Gen.
## 1025              NA            NA                 OT             Gen.
## 1026              NA            NA                 OT             Gen.
## 1027              NA            NA                 OT             Gen.
## 1028              NA            NA                 OT             Gen.
## 1029              NA            NA                 OT             Gen.
## 1030              NA            NA                 OT             Gen.
## 1031              NA            NA                 OT             Gen.
## 1032              NA            NA                 OT             Gen.
## 1033              NA            NA                 OT             Gen.
## 1034              NA            NA                 OT             Gen.
## 1035              NA            NA                 OT             Gen.
## 1036              NA            NA                 OT             Gen.
## 1037              NA            NA                 OT             Gen.
## 1038              NA            NA                 OT             Gen.
## 1039              NA            NA                 OT             Gen.
## 1040              NA            NA                 OT             Gen.
## 1041              NA            NA                 OT             Gen.
## 1042              NA            NA                 OT             Gen.
## 1043              NA            NA                 OT             Gen.
## 1044              NA            NA                 OT             Gen.
## 1045              NA            NA                 OT             Gen.
## 1046              NA            NA                 OT             Gen.
## 1047              NA            NA                 OT             Gen.
## 1048              NA            NA                 OT             Gen.
## 1049              NA            NA                 OT             Gen.
## 1050              NA            NA                 OT             Gen.
## 1051              NA            NA                 OT             Gen.
## 1052              NA            NA                 OT             Gen.
## 1053              NA            NA                 OT             Gen.
## 1054              NA            NA                 OT             Gen.
## 1055              NA            NA                 OT             Gen.
## 1056              NA            NA                 OT             Gen.
## 1057              NA            NA                 OT             Gen.
## 1058              NA            NA                 OT             Gen.
## 1059              NA            NA                 OT             Gen.
## 1060              NA            NA                 OT             Gen.
## 1061              NA            NA                 OT             Gen.
## 1062              NA            NA                 OT             Gen.
## 1063              NA            NA                 OT             Gen.
## 1064              NA            NA                 OT             Gen.
## 1065              NA            NA                 OT             Gen.
## 1066              NA            NA                 OT             Gen.
## 1067              NA            NA                 OT             Gen.
## 1068              NA            NA                 OT             Gen.
## 1069              NA            NA                 OT             Gen.
## 1070              NA            NA                 OT             Gen.
## 1071              NA            NA                 OT             Gen.
## 1072              NA            NA                 OT             Gen.
## 1073              NA            NA                 OT             Gen.
## 1074              NA            NA                 OT             Gen.
## 1075              NA            NA                 OT             Gen.
## 1076              NA            NA                 OT             Gen.
## 1077              NA            NA                 OT             Gen.
## 1078              NA            NA                 OT             Gen.
## 1079              NA            NA                 OT             Gen.
## 1080              NA            NA                 OT             Gen.
## 1081              NA            NA                 OT             Gen.
## 1082              NA            NA                 OT             Gen.
## 1083              NA            NA                 OT             Gen.
## 1084              NA            NA                 OT             Gen.
## 1085              NA            NA                 OT             Gen.
## 1086              NA            NA                 OT             Gen.
## 1087              NA            NA                 OT             Gen.
## 1088              NA            NA                 OT             Gen.
## 1089              NA            NA                 OT             Gen.
## 1090              NA            NA                 OT             Gen.
## 1091              NA            NA                 OT             Gen.
## 1092              NA            NA                 OT             Gen.
## 1093              NA            NA                 OT             Gen.
## 1094              NA            NA                 OT             Gen.
## 1095              NA            NA                 OT             Gen.
## 1096              NA            NA                 OT             Gen.
## 1097              NA            NA                 OT             Gen.
## 1098              NA            NA                 OT             Gen.
## 1099              NA            NA                 OT             Gen.
## 1100              NA            NA                 OT             Gen.
## 1101              NA            NA                 OT             Gen.
## 1102              NA            NA                 OT             Gen.
## 1103              NA            NA                 OT             Gen.
## 1104              NA            NA                 OT             Gen.
## 1105              NA            NA                 OT             Gen.
## 1106              NA            NA                 OT             Gen.
## 1107              NA            NA                 OT             Gen.
## 1108              NA            NA                 OT             Gen.
## 1109              NA            NA                 OT             Gen.
## 1110              NA            NA                 OT             Gen.
## 1111              NA            NA                 OT             Gen.
## 1112              NA            NA                 OT             Gen.
## 1113              NA            NA                 OT             Gen.
## 1114              NA            NA                 OT             Gen.
## 1115              NA            NA                 OT             Gen.
## 1116              NA            NA                 OT             Gen.
## 1117              NA            NA                 OT             Gen.
## 1118              NA            NA                 OT             Gen.
## 1119              NA            NA                 OT             Gen.
## 1120              NA            NA                 OT             Gen.
## 1121              NA            NA                 OT             Gen.
## 1122              NA            NA                 OT             Gen.
## 1123              NA            NA                 OT             Gen.
## 1124              NA            NA                 OT             Gen.
## 1125              NA            NA                 OT             Gen.
## 1126              NA            NA                 OT             Gen.
## 1127              NA            NA                 OT             Gen.
## 1128              NA            NA                 OT             Gen.
## 1129              NA            NA                 OT             Gen.
## 1130              NA            NA                 OT             Gen.
## 1131              NA            NA                 OT             Gen.
## 1132              NA            NA                 OT             Gen.
## 1133              NA            NA                 OT             Gen.
## 1134              NA            NA                 OT             Gen.
## 1135              NA            NA                 OT             Gen.
## 1136              NA            NA                 OT             Gen.
## 1137              NA            NA                 OT             Gen.
## 1138              NA            NA                 OT             Gen.
## 1139              NA            NA                 OT             Gen.
## 1140              NA            NA                 OT             Gen.
## 1141              NA            NA                 OT             Gen.
## 1142              NA            NA                 OT             Gen.
## 1143              NA            NA                 OT             Gen.
## 1144              NA            NA                 OT             Gen.
## 1145              NA            NA                 OT             Gen.
## 1146              NA            NA                 OT             Gen.
## 1147              NA            NA                 OT             Gen.
## 1148              NA            NA                 OT             Gen.
## 1149              NA            NA                 OT             Gen.
## 1150              NA            NA                 OT             Gen.
## 1151              NA            NA                 OT             Gen.
## 1152              NA            NA                 OT             Gen.
## 1153              NA            NA                 OT             Gen.
## 1154              NA            NA                 OT             Gen.
## 1155              NA            NA                 OT             Gen.
## 1156              NA            NA                 OT             Gen.
## 1157              NA            NA                 OT             Gen.
## 1158              NA            NA                 OT             Gen.
## 1159              NA            NA                 OT             Gen.
## 1160              NA            NA                 OT             Gen.
## 1161              NA            NA                 OT             Gen.
## 1162              NA            NA                 OT             Gen.
## 1163              NA            NA                 OT             Gen.
## 1164              NA            NA                 OT             Gen.
## 1165              NA            NA                 OT             Gen.
## 1166              NA            NA                 OT             Gen.
## 1167              NA            NA                 OT             Gen.
## 1168              NA            NA                 OT             Gen.
## 1169              NA            NA                 OT             Gen.
## 1170              NA            NA                 OT             Gen.
## 1171              NA            NA                 OT             Gen.
## 1172              NA            NA                 OT             Gen.
## 1173              NA            NA                 OT             Gen.
## 1174              NA            NA                 OT             Gen.
## 1175              NA            NA                 OT             Gen.
## 1176              NA            NA                 OT             Gen.
## 1177              NA            NA                 OT             Gen.
## 1178              NA            NA                 OT             Gen.
## 1179              NA            NA                 OT             Gen.
## 1180              NA            NA                 OT             Gen.
## 1181              NA            NA                 OT             Gen.
## 1182              NA            NA                 OT             Gen.
## 1183              NA            NA                 OT             Gen.
## 1184              NA            NA                 OT             Gen.
## 1185              NA            NA                 OT             Gen.
## 1186              NA            NA                 OT             Gen.
## 1187              NA            NA                 OT             Gen.
## 1188              NA            NA                 OT             Gen.
## 1189              NA            NA                 OT             Gen.
## 1190              NA            NA                 OT             Gen.
## 1191              NA            NA                 OT             Gen.
## 1192              NA            NA                 OT             Gen.
## 1193              NA            NA                 OT             Gen.
## 1194              NA            NA                 OT             Gen.
## 1195              NA            NA                 OT             Gen.
## 1196              NA            NA                 OT             Gen.
## 1197              NA            NA                 OT             Gen.
## 1198              NA            NA                 OT             Gen.
## 1199              NA            NA                 OT             Gen.
## 1200              NA            NA                 OT             Gen.
## 1201              NA            NA                 OT             Gen.
## 1202              NA            NA                 OT             Gen.
## 1203              NA            NA                 OT             Gen.
## 1204              NA            NA                 OT             Gen.
## 1205              NA            NA                 OT             Gen.
## 1206              NA            NA                 OT             Gen.
## 1207              NA            NA                 OT             Gen.
## 1208              NA            NA                 OT             Gen.
## 1209              NA            NA                 OT             Gen.
## 1210              NA            NA                 OT             Gen.
## 1211              NA            NA                 OT             Gen.
## 1212              NA            NA                 OT             Gen.
## 1213              NA            NA                 OT             Gen.
## 1214              NA            NA                 OT             Gen.
## 1215              NA            NA                 OT             Gen.
## 1216              NA            NA                 OT             Gen.
## 1217              NA            NA                 OT             Gen.
## 1218              NA            NA                 OT             Gen.
## 1219              NA            NA                 OT             Gen.
## 1220              NA            NA                 OT             Gen.
## 1221              NA            NA                 OT             Gen.
## 1222              NA            NA                 OT             Gen.
## 1223              NA            NA                 OT             Gen.
## 1224              NA            NA                 OT             Gen.
## 1225              NA            NA                 OT             Gen.
## 1226              NA            NA                 OT             Gen.
## 1227              NA            NA                 OT             Gen.
## 1228              NA            NA                 OT             Gen.
## 1229              NA            NA                 OT             Gen.
## 1230              NA            NA                 OT             Gen.
## 1231              NA            NA                 OT             Gen.
## 1232              NA            NA                 OT             Gen.
## 1233              NA            NA                 OT             Gen.
## 1234              NA            NA                 OT             Gen.
## 1235              NA            NA                 OT             Gen.
## 1236              NA            NA                 OT             Gen.
## 1237              NA            NA                 OT             Gen.
## 1238              NA            NA                 OT             Gen.
## 1239              NA            NA                 OT             Gen.
## 1240              NA            NA                 OT             Gen.
## 1241              NA            NA                 OT             Gen.
## 1242              NA            NA                 OT             Gen.
## 1243              NA            NA                 OT             Gen.
## 1244              NA            NA                 OT             Gen.
## 1245              NA            NA                 OT             Gen.
## 1246              NA            NA                 OT             Gen.
## 1247              NA            NA                 OT             Gen.
## 1248              NA            NA                 OT             Gen.
## 1249              NA            NA                 OT             Gen.
## 1250              NA            NA                 OT             Gen.
## 1251              NA            NA                 OT             Gen.
## 1252              NA            NA                 OT             Gen.
## 1253              NA            NA                 OT             Gen.
## 1254              NA            NA                 OT             Gen.
## 1255              NA            NA                 OT             Gen.
## 1256              NA            NA                 OT             Gen.
## 1257              NA            NA                 OT             Gen.
## 1258              NA            NA                 OT             Gen.
## 1259              NA            NA                 OT             Gen.
## 1260              NA            NA                 OT             Gen.
## 1261              NA            NA                 OT             Gen.
## 1262              NA            NA                 OT             Gen.
## 1263              NA            NA                 OT             Gen.
## 1264              NA            NA                 OT             Gen.
## 1265              NA            NA                 OT             Gen.
## 1266              NA            NA                 OT             Gen.
## 1267              NA            NA                 OT             Gen.
## 1268              NA            NA                 OT             Gen.
## 1269              NA            NA                 OT             Gen.
## 1270              NA            NA                 OT             Gen.
## 1271              NA            NA                 OT             Gen.
## 1272              NA            NA                 OT             Gen.
## 1273              NA            NA                 OT             Gen.
## 1274              NA            NA                 OT             Gen.
## 1275              NA            NA                 OT             Gen.
## 1276              NA            NA                 OT             Gen.
## 1277              NA            NA                 OT             Gen.
## 1278              NA            NA                 OT             Gen.
## 1279              NA            NA                 OT             Gen.
## 1280              NA            NA                 OT             Gen.
## 1281              NA            NA                 OT             Gen.
## 1282              NA            NA                 OT             Gen.
## 1283              NA            NA                 OT             Gen.
## 1284              NA            NA                 OT             Gen.
## 1285              NA            NA                 OT             Gen.
## 1286              NA            NA                 OT             Gen.
## 1287              NA            NA                 OT             Gen.
## 1288              NA            NA                 OT             Gen.
## 1289              NA            NA                 OT             Gen.
## 1290              NA            NA                 OT             Gen.
## 1291              NA            NA                 OT             Gen.
## 1292              NA            NA                 OT             Gen.
## 1293              NA            NA                 OT             Gen.
## 1294              NA            NA                 OT             Gen.
## 1295              NA            NA                 OT             Gen.
## 1296              NA            NA                 OT             Gen.
## 1297              NA            NA                 OT             Gen.
## 1298              NA            NA                 OT             Gen.
## 1299              NA            NA                 OT             Gen.
## 1300              NA            NA                 OT             Gen.
## 1301              NA            NA                 OT             Gen.
## 1302              NA            NA                 OT             Gen.
## 1303              NA            NA                 OT             Gen.
## 1304              NA            NA                 OT             Gen.
## 1305              NA            NA                 OT             Gen.
## 1306              NA            NA                 OT             Gen.
## 1307              NA            NA                 OT             Gen.
## 1308              NA            NA                 OT             Gen.
## 1309              NA            NA                 OT             Gen.
## 1310              NA            NA                 OT             Gen.
## 1311              NA            NA                 OT             Gen.
## 1312              NA            NA                 OT             Gen.
## 1313              NA            NA                 OT             Gen.
## 1314              NA            NA                 OT             Gen.
## 1315              NA            NA                 OT             Gen.
## 1316              NA            NA                 OT             Gen.
## 1317              NA            NA                 OT             Gen.
## 1318              NA            NA                 OT             Gen.
## 1319              NA            NA                 OT             Gen.
## 1320              NA            NA                 OT             Gen.
## 1321              NA            NA                 OT             Gen.
## 1322              NA            NA                 OT             Gen.
## 1323              NA            NA                 OT             Gen.
## 1324              NA            NA                 OT             Gen.
## 1325              NA            NA                 OT             Gen.
## 1326              NA            NA                 OT             Gen.
## 1327              NA            NA                 OT             Gen.
## 1328              NA            NA                 OT             Gen.
## 1329              NA            NA                 OT             Gen.
## 1330              NA            NA                 OT             Gen.
## 1331              NA            NA                 OT             Gen.
## 1332              NA            NA                 OT             Gen.
## 1333              NA            NA                 OT             Gen.
## 1334              NA            NA                 OT             Gen.
## 1335              NA            NA                 OT             Gen.
## 1336              NA            NA                 OT             Gen.
## 1337              NA            NA                 OT             Gen.
## 1338              NA            NA                 OT             Gen.
## 1339              NA            NA                 OT             Gen.
## 1340              NA            NA                 OT             Gen.
## 1341              NA            NA                 OT             Gen.
## 1342              NA            NA                 OT             Gen.
## 1343              NA            NA                 OT             Gen.
## 1344              NA            NA                 OT             Gen.
## 1345              NA            NA                 OT             Gen.
## 1346              NA            NA                 OT             Gen.
## 1347              NA            NA                 OT             Gen.
## 1348              NA            NA                 OT             Gen.
## 1349              NA            NA                 OT             Gen.
## 1350              NA            NA                 OT             Gen.
## 1351              NA            NA                 OT             Gen.
## 1352              NA            NA                 OT             Gen.
## 1353              NA            NA                 OT             Gen.
## 1354              NA            NA                 OT             Gen.
## 1355              NA            NA                 OT             Gen.
## 1356              NA            NA                 OT             Gen.
## 1357              NA            NA                 OT             Gen.
## 1358              NA            NA                 OT             Gen.
## 1359              NA            NA                 OT             Gen.
## 1360              NA            NA                 OT             Gen.
## 1361              NA            NA                 OT             Gen.
## 1362              NA            NA                 OT             Gen.
## 1363              NA            NA                 OT             Gen.
## 1364              NA            NA                 OT             Gen.
## 1365              NA            NA                 OT             Gen.
## 1366              NA            NA                 OT             Gen.
## 1367              NA            NA                 OT             Gen.
## 1368              NA            NA                 OT             Gen.
## 1369              NA            NA                 OT             Gen.
## 1370              NA            NA                 OT             Gen.
## 1371              NA            NA                 OT             Gen.
## 1372              NA            NA                 OT             Gen.
## 1373              NA            NA                 OT             Gen.
## 1374              NA            NA                 OT             Gen.
## 1375              NA            NA                 OT             Gen.
## 1376              NA            NA                 OT             Gen.
## 1377              NA            NA                 OT             Gen.
## 1378              NA            NA                 OT             Gen.
## 1379              NA            NA                 OT             Gen.
## 1380              NA            NA                 OT             Gen.
## 1381              NA            NA                 OT             Gen.
## 1382              NA            NA                 OT             Gen.
## 1383              NA            NA                 OT             Gen.
## 1384              NA            NA                 OT             Gen.
## 1385              NA            NA                 OT             Gen.
## 1386              NA            NA                 OT             Gen.
## 1387              NA            NA                 OT             Gen.
## 1388              NA            NA                 OT             Gen.
## 1389              NA            NA                 OT             Gen.
## 1390              NA            NA                 OT             Gen.
## 1391              NA            NA                 OT             Gen.
## 1392              NA            NA                 OT             Gen.
## 1393              NA            NA                 OT             Gen.
## 1394              NA            NA                 OT             Gen.
## 1395              NA            NA                 OT             Gen.
## 1396              NA            NA                 OT             Gen.
## 1397              NA            NA                 OT             Gen.
## 1398              NA            NA                 OT             Gen.
## 1399              NA            NA                 OT             Gen.
## 1400              NA            NA                 OT             Gen.
## 1401              NA            NA                 OT             Gen.
## 1402              NA            NA                 OT             Gen.
## 1403              NA            NA                 OT             Gen.
## 1404              NA            NA                 OT             Gen.
## 1405              NA            NA                 OT             Gen.
## 1406              NA            NA                 OT             Gen.
## 1407              NA            NA                 OT             Gen.
## 1408              NA            NA                 OT             Gen.
## 1409              NA            NA                 OT             Gen.
## 1410              NA            NA                 OT             Gen.
## 1411              NA            NA                 OT             Gen.
## 1412              NA            NA                 OT             Gen.
## 1413              NA            NA                 OT             Gen.
## 1414              NA            NA                 OT             Gen.
## 1415              NA            NA                 OT             Gen.
## 1416              NA            NA                 OT             Gen.
## 1417              NA            NA                 OT             Gen.
## 1418              NA            NA                 OT             Gen.
## 1419              NA            NA                 OT             Gen.
## 1420              NA            NA                 OT             Gen.
## 1421              NA            NA                 OT             Gen.
## 1422              NA            NA                 OT             Gen.
## 1423              NA            NA                 OT             Gen.
## 1424              NA            NA                 OT             Gen.
## 1425              NA            NA                 OT             Gen.
## 1426              NA            NA                 OT             Gen.
## 1427              NA            NA                 OT             Gen.
## 1428              NA            NA                 OT             Gen.
## 1429              NA            NA                 OT             Gen.
## 1430              NA            NA                 OT             Gen.
## 1431              NA            NA                 OT             Gen.
## 1432              NA            NA                 OT             Gen.
## 1433              NA            NA                 OT             Gen.
## 1434              NA            NA                 OT             Gen.
## 1435              NA            NA                 OT             Gen.
## 1436              NA            NA                 OT             Gen.
## 1437              NA            NA                 OT             Gen.
## 1438              NA            NA                 OT             Gen.
## 1439              NA            NA                 OT             Gen.
## 1440              NA            NA                 OT             Gen.
## 1441              NA            NA                 OT             Gen.
## 1442              NA            NA                 OT             Gen.
## 1443              NA            NA                 OT             Gen.
## 1444              NA            NA                 OT             Gen.
## 1445              NA            NA                 OT             Gen.
## 1446              NA            NA                 OT             Gen.
## 1447              NA            NA                 OT             Gen.
## 1448              NA            NA                 OT             Gen.
## 1449              NA            NA                 OT             Gen.
## 1450              NA            NA                 OT             Gen.
## 1451              NA            NA                 OT             Gen.
## 1452              NA            NA                 OT             Gen.
## 1453              NA            NA                 OT             Gen.
## 1454              NA            NA                 OT             Gen.
## 1455              NA            NA                 OT             Gen.
## 1456              NA            NA                 OT             Gen.
## 1457              NA            NA                 OT             Gen.
## 1458              NA            NA                 OT             Gen.
## 1459              NA            NA                 OT             Gen.
## 1460              NA            NA                 OT             Gen.
## 1461              NA            NA                 OT             Gen.
## 1462              NA            NA                 OT             Gen.
## 1463              NA            NA                 OT             Gen.
## 1464              NA            NA                 OT             Gen.
## 1465              NA            NA                 OT             Gen.
## 1466              NA            NA                 OT             Gen.
## 1467              NA            NA                 OT             Gen.
## 1468              NA            NA                 OT             Gen.
## 1469              NA            NA                 OT             Gen.
## 1470              NA            NA                 OT             Gen.
## 1471              NA            NA                 OT             Gen.
## 1472              NA            NA                 OT             Gen.
## 1473              NA            NA                 OT             Gen.
## 1474              NA            NA                 OT             Gen.
## 1475              NA            NA                 OT             Gen.
## 1476              NA            NA                 OT             Gen.
## 1477              NA            NA                 OT             Gen.
## 1478              NA            NA                 OT             Gen.
## 1479              NA            NA                 OT             Gen.
## 1480              NA            NA                 OT             Gen.
## 1481              NA            NA                 OT             Gen.
## 1482              NA            NA                 OT             Gen.
## 1483              NA            NA                 OT             Gen.
## 1484              NA            NA                 OT             Gen.
## 1485              NA            NA                 OT             Gen.
## 1486              NA            NA                 OT             Gen.
## 1487              NA            NA                 OT             Gen.
## 1488              NA            NA                 OT             Gen.
## 1489              NA            NA                 OT             Gen.
## 1490              NA            NA                 OT             Gen.
## 1491              NA            NA                 OT             Gen.
## 1492              NA            NA                 OT             Gen.
## 1493              NA            NA                 OT             Gen.
## 1494              NA            NA                 OT             Gen.
## 1495              NA            NA                 OT             Gen.
## 1496              NA            NA                 OT             Gen.
## 1497              NA            NA                 OT             Gen.
## 1498              NA            NA                 OT             Gen.
## 1499              NA            NA                 OT             Gen.
## 1500              NA            NA                 OT             Gen.
## 1501              NA            NA                 OT             Gen.
## 1502              NA            NA                 OT             Gen.
## 1503              NA            NA                 OT             Gen.
## 1504              NA            NA                 OT             Gen.
## 1505              NA            NA                 OT             Gen.
## 1506              NA            NA                 OT             Gen.
## 1507              NA            NA                 OT             Gen.
## 1508              NA            NA                 OT             Gen.
## 1509              NA            NA                 OT             Gen.
## 1510              NA            NA                 OT             Gen.
## 1511              NA            NA                 OT             Gen.
## 1512              NA            NA                 OT             Gen.
## 1513              NA            NA                 OT             Gen.
## 1514              NA            NA                 OT             Gen.
## 1515              NA            NA                 OT             Gen.
## 1516              NA            NA                 OT             Gen.
## 1517              NA            NA                 OT             Gen.
## 1518              NA            NA                 OT             Gen.
## 1519              NA            NA                 OT             Gen.
## 1520              NA            NA                 OT             Gen.
## 1521              NA            NA                 OT             Gen.
## 1522              NA            NA                 OT             Gen.
## 1523              NA            NA                 OT             Gen.
## 1524              NA            NA                 OT             Gen.
## 1525              NA            NA                 OT             Gen.
## 1526              NA            NA                 OT             Gen.
## 1527              NA            NA                 OT             Gen.
## 1528              NA            NA                 OT             Gen.
## 1529              NA            NA                 OT             Gen.
## 1530              NA            NA                 OT             Gen.
## 1531              NA            NA                 OT             Gen.
## 1532              NA            NA                 OT             Gen.
## 1533              NA            NA                 OT             Gen.
## 1534              NA            NA                 OT              Ex.
## 1535              NA            NA                 OT              Ex.
## 1536              NA            NA                 OT              Ex.
## 1537              NA            NA                 OT              Ex.
## 1538              NA            NA                 OT              Ex.
## 1539              NA            NA                 OT              Ex.
## 1540              NA            NA                 OT              Ex.
## 1541              NA            NA                 OT              Ex.
## 1542              NA            NA                 OT              Ex.
## 1543              NA            NA                 OT              Ex.
## 1544              NA            NA                 OT              Ex.
## 1545              NA            NA                 OT              Ex.
## 1546              NA            NA                 OT              Ex.
## 1547              NA            NA                 OT              Ex.
## 1548              NA            NA                 OT              Ex.
## 1549              NA            NA                 OT              Ex.
## 1550              NA            NA                 OT              Ex.
## 1551              NA            NA                 OT              Ex.
## 1552              NA            NA                 OT              Ex.
## 1553              NA            NA                 OT              Ex.
## 1554              NA            NA                 OT              Ex.
## 1555              NA            NA                 OT              Ex.
## 1556              NA            NA                 OT              Ex.
## 1557              NA            NA                 OT              Ex.
## 1558              NA            NA                 OT              Ex.
## 1559              NA            NA                 OT              Ex.
## 1560              NA            NA                 OT              Ex.
## 1561              NA            NA                 OT              Ex.
## 1562              NA            NA                 OT              Ex.
## 1563              NA            NA                 OT              Ex.
## 1564              NA            NA                 OT              Ex.
## 1565              NA            NA                 OT              Ex.
## 1566              NA            NA                 OT              Ex.
## 1567              NA            NA                 OT              Ex.
## 1568              NA            NA                 OT              Ex.
## 1569              NA            NA                 OT              Ex.
## 1570              NA            NA                 OT              Ex.
## 1571              NA            NA                 OT              Ex.
## 1572              NA            NA                 OT              Ex.
## 1573              NA            NA                 OT              Ex.
## 1574              NA            NA                 OT              Ex.
## 1575              NA            NA                 OT              Ex.
## 1576              NA            NA                 OT              Ex.
## 1577              NA            NA                 OT              Ex.
## 1578              NA            NA                 OT              Ex.
## 1579              NA            NA                 OT              Ex.
## 1580              NA            NA                 OT              Ex.
## 1581              NA            NA                 OT              Ex.
## 1582              NA            NA                 OT              Ex.
## 1583              NA            NA                 OT              Ex.
## 1584              NA            NA                 OT              Ex.
## 1585              NA            NA                 OT              Ex.
## 1586              NA            NA                 OT              Ex.
## 1587              NA            NA                 OT              Ex.
## 1588              NA            NA                 OT              Ex.
## 1589              NA            NA                 OT              Ex.
## 1590              NA            NA                 OT              Ex.
## 1591              NA            NA                 OT              Ex.
## 1592              NA            NA                 OT              Ex.
## 1593              NA            NA                 OT              Ex.
## 1594              NA            NA                 OT              Ex.
## 1595              NA            NA                 OT              Ex.
## 1596              NA            NA                 OT              Ex.
## 1597              NA            NA                 OT              Ex.
## 1598              NA            NA                 OT              Ex.
## 1599              NA            NA                 OT              Ex.
## 1600              NA            NA                 OT              Ex.
## 1601              NA            NA                 OT              Ex.
## 1602              NA            NA                 OT              Ex.
## 1603              NA            NA                 OT              Ex.
## 1604              NA            NA                 OT              Ex.
## 1605              NA            NA                 OT              Ex.
## 1606              NA            NA                 OT              Ex.
## 1607              NA            NA                 OT              Ex.
## 1608              NA            NA                 OT              Ex.
## 1609              NA            NA                 OT              Ex.
## 1610              NA            NA                 OT              Ex.
## 1611              NA            NA                 OT              Ex.
## 1612              NA            NA                 OT              Ex.
## 1613              NA            NA                 OT              Ex.
## 1614              NA            NA                 OT              Ex.
## 1615              NA            NA                 OT              Ex.
## 1616              NA            NA                 OT              Ex.
## 1617              NA            NA                 OT              Ex.
## 1618              NA            NA                 OT              Ex.
## 1619              NA            NA                 OT              Ex.
## 1620              NA            NA                 OT              Ex.
## 1621              NA            NA                 OT              Ex.
## 1622              NA            NA                 OT              Ex.
## 1623              NA            NA                 OT              Ex.
## 1624              NA            NA                 OT              Ex.
## 1625              NA            NA                 OT              Ex.
## 1626              NA            NA                 OT              Ex.
## 1627              NA            NA                 OT              Ex.
## 1628              NA            NA                 OT              Ex.
## 1629              NA            NA                 OT              Ex.
## 1630              NA            NA                 OT              Ex.
## 1631              NA            NA                 OT              Ex.
## 1632              NA            NA                 OT              Ex.
## 1633              NA            NA                 OT              Ex.
## 1634              NA            NA                 OT              Ex.
## 1635              NA            NA                 OT              Ex.
## 1636              NA            NA                 OT              Ex.
## 1637              NA            NA                 OT              Ex.
## 1638              NA            NA                 OT              Ex.
## 1639              NA            NA                 OT              Ex.
## 1640              NA            NA                 OT              Ex.
## 1641              NA            NA                 OT              Ex.
## 1642              NA            NA                 OT              Ex.
## 1643              NA            NA                 OT              Ex.
## 1644              NA            NA                 OT              Ex.
## 1645              NA            NA                 OT              Ex.
## 1646              NA            NA                 OT              Ex.
## 1647              NA            NA                 OT              Ex.
## 1648              NA            NA                 OT              Ex.
## 1649              NA            NA                 OT              Ex.
## 1650              NA            NA                 OT              Ex.
## 1651              NA            NA                 OT              Ex.
## 1652              NA            NA                 OT              Ex.
## 1653              NA            NA                 OT              Ex.
## 1654              NA            NA                 OT              Ex.
## 1655              NA            NA                 OT              Ex.
## 1656              NA            NA                 OT              Ex.
## 1657              NA            NA                 OT              Ex.
## 1658              NA            NA                 OT              Ex.
## 1659              NA            NA                 OT              Ex.
## 1660              NA            NA                 OT              Ex.
## 1661              NA            NA                 OT              Ex.
## 1662              NA            NA                 OT              Ex.
## 1663              NA            NA                 OT              Ex.
## 1664              NA            NA                 OT              Ex.
## 1665              NA            NA                 OT              Ex.
## 1666              NA            NA                 OT              Ex.
## 1667              NA            NA                 OT              Ex.
## 1668              NA            NA                 OT              Ex.
## 1669              NA            NA                 OT              Ex.
## 1670              NA            NA                 OT              Ex.
## 1671              NA            NA                 OT              Ex.
## 1672              NA            NA                 OT              Ex.
## 1673              NA            NA                 OT              Ex.
## 1674              NA            NA                 OT              Ex.
## 1675              NA            NA                 OT              Ex.
## 1676              NA            NA                 OT              Ex.
## 1677              NA            NA                 OT              Ex.
## 1678              NA            NA                 OT              Ex.
## 1679              NA            NA                 OT              Ex.
## 1680              NA            NA                 OT              Ex.
## 1681              NA            NA                 OT              Ex.
## 1682              NA            NA                 OT              Ex.
## 1683              NA            NA                 OT              Ex.
## 1684              NA            NA                 OT              Ex.
## 1685              NA            NA                 OT              Ex.
## 1686              NA            NA                 OT              Ex.
## 1687              NA            NA                 OT              Ex.
## 1688              NA            NA                 OT              Ex.
## 1689              NA            NA                 OT              Ex.
## 1690              NA            NA                 OT              Ex.
## 1691              NA            NA                 OT              Ex.
## 1692              NA            NA                 OT              Ex.
## 1693              NA            NA                 OT              Ex.
## 1694              NA            NA                 OT              Ex.
## 1695              NA            NA                 OT              Ex.
## 1696              NA            NA                 OT              Ex.
## 1697              NA            NA                 OT              Ex.
## 1698              NA            NA                 OT              Ex.
## 1699              NA            NA                 OT              Ex.
## 1700              NA            NA                 OT              Ex.
## 1701              NA            NA                 OT              Ex.
## 1702              NA            NA                 OT              Ex.
## 1703              NA            NA                 OT              Ex.
## 1704              NA            NA                 OT              Ex.
## 1705              NA            NA                 OT              Ex.
## 1706              NA            NA                 OT              Ex.
## 1707              NA            NA                 OT              Ex.
## 1708              NA            NA                 OT              Ex.
## 1709              NA            NA                 OT              Ex.
## 1710              NA            NA                 OT              Ex.
## 1711              NA            NA                 OT              Ex.
## 1712              NA            NA                 OT              Ex.
## 1713              NA            NA                 OT              Ex.
## 1714              NA            NA                 OT              Ex.
## 1715              NA            NA                 OT              Ex.
## 1716              NA            NA                 OT              Ex.
## 1717              NA            NA                 OT              Ex.
## 1718              NA            NA                 OT              Ex.
## 1719              NA            NA                 OT              Ex.
## 1720              NA            NA                 OT              Ex.
## 1721              NA            NA                 OT              Ex.
## 1722              NA            NA                 OT              Ex.
## 1723              NA            NA                 OT              Ex.
## 1724              NA            NA                 OT              Ex.
## 1725              NA            NA                 OT              Ex.
## 1726              NA            NA                 OT              Ex.
## 1727              NA            NA                 OT              Ex.
## 1728              NA            NA                 OT              Ex.
## 1729              NA            NA                 OT              Ex.
## 1730              NA            NA                 OT              Ex.
## 1731              NA            NA                 OT              Ex.
## 1732              NA            NA                 OT              Ex.
## 1733              NA            NA                 OT              Ex.
## 1734              NA            NA                 OT              Ex.
## 1735              NA            NA                 OT              Ex.
## 1736              NA            NA                 OT              Ex.
## 1737              NA            NA                 OT              Ex.
## 1738              NA            NA                 OT              Ex.
## 1739              NA            NA                 OT              Ex.
## 1740              NA            NA                 OT              Ex.
## 1741              NA            NA                 OT              Ex.
## 1742              NA            NA                 OT              Ex.
## 1743              NA            NA                 OT              Ex.
## 1744              NA            NA                 OT              Ex.
## 1745              NA            NA                 OT              Ex.
## 1746              NA            NA                 OT              Ex.
## 1747              NA            NA                 OT              Ex.
## 1748              NA            NA                 OT              Ex.
## 1749              NA            NA                 OT              Ex.
## 1750              NA            NA                 OT              Ex.
## 1751              NA            NA                 OT              Ex.
## 1752              NA            NA                 OT              Ex.
## 1753              NA            NA                 OT              Ex.
## 1754              NA            NA                 OT              Ex.
## 1755              NA            NA                 OT              Ex.
## 1756              NA            NA                 OT              Ex.
## 1757              NA            NA                 OT              Ex.
## 1758              NA            NA                 OT              Ex.
## 1759              NA            NA                 OT              Ex.
## 1760              NA            NA                 OT              Ex.
## 1761              NA            NA                 OT              Ex.
## 1762              NA            NA                 OT              Ex.
## 1763              NA            NA                 OT              Ex.
## 1764              NA            NA                 OT              Ex.
## 1765              NA            NA                 OT              Ex.
## 1766              NA            NA                 OT              Ex.
## 1767              NA            NA                 OT              Ex.
## 1768              NA            NA                 OT              Ex.
## 1769              NA            NA                 OT              Ex.
## 1770              NA            NA                 OT              Ex.
## 1771              NA            NA                 OT              Ex.
## 1772              NA            NA                 OT              Ex.
## 1773              NA            NA                 OT              Ex.
## 1774              NA            NA                 OT              Ex.
## 1775              NA            NA                 OT              Ex.
## 1776              NA            NA                 OT              Ex.
## 1777              NA            NA                 OT              Ex.
## 1778              NA            NA                 OT              Ex.
## 1779              NA            NA                 OT              Ex.
## 1780              NA            NA                 OT              Ex.
## 1781              NA            NA                 OT              Ex.
## 1782              NA            NA                 OT              Ex.
## 1783              NA            NA                 OT              Ex.
## 1784              NA            NA                 OT              Ex.
## 1785              NA            NA                 OT              Ex.
## 1786              NA            NA                 OT              Ex.
## 1787              NA            NA                 OT              Ex.
## 1788              NA            NA                 OT              Ex.
## 1789              NA            NA                 OT              Ex.
## 1790              NA            NA                 OT              Ex.
## 1791              NA            NA                 OT              Ex.
## 1792              NA            NA                 OT              Ex.
## 1793              NA            NA                 OT              Ex.
## 1794              NA            NA                 OT              Ex.
## 1795              NA            NA                 OT              Ex.
## 1796              NA            NA                 OT              Ex.
## 1797              NA            NA                 OT              Ex.
## 1798              NA            NA                 OT              Ex.
## 1799              NA            NA                 OT              Ex.
## 1800              NA            NA                 OT              Ex.
## 1801              NA            NA                 OT              Ex.
## 1802              NA            NA                 OT              Ex.
## 1803              NA            NA                 OT              Ex.
## 1804              NA            NA                 OT              Ex.
## 1805              NA            NA                 OT              Ex.
## 1806              NA            NA                 OT              Ex.
## 1807              NA            NA                 OT              Ex.
## 1808              NA            NA                 OT              Ex.
## 1809              NA            NA                 OT              Ex.
## 1810              NA            NA                 OT              Ex.
## 1811              NA            NA                 OT              Ex.
## 1812              NA            NA                 OT              Ex.
## 1813              NA            NA                 OT              Ex.
## 1814              NA            NA                 OT              Ex.
## 1815              NA            NA                 OT              Ex.
## 1816              NA            NA                 OT              Ex.
## 1817              NA            NA                 OT              Ex.
## 1818              NA            NA                 OT              Ex.
## 1819              NA            NA                 OT              Ex.
## 1820              NA            NA                 OT              Ex.
## 1821              NA            NA                 OT              Ex.
## 1822              NA            NA                 OT              Ex.
## 1823              NA            NA                 OT              Ex.
## 1824              NA            NA                 OT              Ex.
## 1825              NA            NA                 OT              Ex.
## 1826              NA            NA                 OT              Ex.
## 1827              NA            NA                 OT              Ex.
## 1828              NA            NA                 OT              Ex.
## 1829              NA            NA                 OT              Ex.
## 1830              NA            NA                 OT              Ex.
## 1831              NA            NA                 OT              Ex.
## 1832              NA            NA                 OT              Ex.
## 1833              NA            NA                 OT              Ex.
## 1834              NA            NA                 OT              Ex.
## 1835              NA            NA                 OT              Ex.
## 1836              NA            NA                 OT              Ex.
## 1837              NA            NA                 OT              Ex.
## 1838              NA            NA                 OT              Ex.
## 1839              NA            NA                 OT              Ex.
## 1840              NA            NA                 OT              Ex.
## 1841              NA            NA                 OT              Ex.
## 1842              NA            NA                 OT              Ex.
## 1843              NA            NA                 OT              Ex.
## 1844              NA            NA                 OT              Ex.
## 1845              NA            NA                 OT              Ex.
## 1846              NA            NA                 OT              Ex.
## 1847              NA            NA                 OT              Ex.
## 1848              NA            NA                 OT              Ex.
## 1849              NA            NA                 OT              Ex.
## 1850              NA            NA                 OT              Ex.
## 1851              NA            NA                 OT              Ex.
## 1852              NA            NA                 OT              Ex.
## 1853              NA            NA                 OT              Ex.
## 1854              NA            NA                 OT              Ex.
## 1855              NA            NA                 OT              Ex.
## 1856              NA            NA                 OT              Ex.
## 1857              NA            NA                 OT              Ex.
## 1858              NA            NA                 OT              Ex.
## 1859              NA            NA                 OT              Ex.
## 1860              NA            NA                 OT              Ex.
## 1861              NA            NA                 OT              Ex.
## 1862              NA            NA                 OT              Ex.
## 1863              NA            NA                 OT              Ex.
## 1864              NA            NA                 OT              Ex.
## 1865              NA            NA                 OT              Ex.
## 1866              NA            NA                 OT              Ex.
## 1867              NA            NA                 OT              Ex.
## 1868              NA            NA                 OT              Ex.
## 1869              NA            NA                 OT              Ex.
## 1870              NA            NA                 OT              Ex.
## 1871              NA            NA                 OT              Ex.
## 1872              NA            NA                 OT              Ex.
## 1873              NA            NA                 OT              Ex.
## 1874              NA            NA                 OT              Ex.
## 1875              NA            NA                 OT              Ex.
## 1876              NA            NA                 OT              Ex.
## 1877              NA            NA                 OT              Ex.
## 1878              NA            NA                 OT              Ex.
## 1879              NA            NA                 OT              Ex.
## 1880              NA            NA                 OT              Ex.
## 1881              NA            NA                 OT              Ex.
## 1882              NA            NA                 OT              Ex.
## 1883              NA            NA                 OT              Ex.
## 1884              NA            NA                 OT              Ex.
## 1885              NA            NA                 OT              Ex.
## 1886              NA            NA                 OT              Ex.
## 1887              NA            NA                 OT              Ex.
## 1888              NA            NA                 OT              Ex.
## 1889              NA            NA                 OT              Ex.
## 1890              NA            NA                 OT              Ex.
## 1891              NA            NA                 OT              Ex.
## 1892              NA            NA                 OT              Ex.
## 1893              NA            NA                 OT              Ex.
## 1894              NA            NA                 OT              Ex.
## 1895              NA            NA                 OT              Ex.
## 1896              NA            NA                 OT              Ex.
## 1897              NA            NA                 OT              Ex.
## 1898              NA            NA                 OT              Ex.
## 1899              NA            NA                 OT              Ex.
## 1900              NA            NA                 OT              Ex.
## 1901              NA            NA                 OT              Ex.
## 1902              NA            NA                 OT              Ex.
## 1903              NA            NA                 OT              Ex.
## 1904              NA            NA                 OT              Ex.
## 1905              NA            NA                 OT              Ex.
## 1906              NA            NA                 OT              Ex.
## 1907              NA            NA                 OT              Ex.
## 1908              NA            NA                 OT              Ex.
## 1909              NA            NA                 OT              Ex.
## 1910              NA            NA                 OT              Ex.
## 1911              NA            NA                 OT              Ex.
## 1912              NA            NA                 OT              Ex.
## 1913              NA            NA                 OT              Ex.
## 1914              NA            NA                 OT              Ex.
## 1915              NA            NA                 OT              Ex.
## 1916              NA            NA                 OT              Ex.
## 1917              NA            NA                 OT              Ex.
## 1918              NA            NA                 OT              Ex.
## 1919              NA            NA                 OT              Ex.
## 1920              NA            NA                 OT              Ex.
## 1921              NA            NA                 OT              Ex.
## 1922              NA            NA                 OT              Ex.
## 1923              NA            NA                 OT              Ex.
## 1924              NA            NA                 OT              Ex.
## 1925              NA            NA                 OT              Ex.
## 1926              NA            NA                 OT              Ex.
## 1927              NA            NA                 OT              Ex.
## 1928              NA            NA                 OT              Ex.
## 1929              NA            NA                 OT              Ex.
## 1930              NA            NA                 OT              Ex.
## 1931              NA            NA                 OT              Ex.
## 1932              NA            NA                 OT              Ex.
## 1933              NA            NA                 OT              Ex.
## 1934              NA            NA                 OT              Ex.
## 1935              NA            NA                 OT              Ex.
## 1936              NA            NA                 OT              Ex.
## 1937              NA            NA                 OT              Ex.
## 1938              NA            NA                 OT              Ex.
## 1939              NA            NA                 OT              Ex.
## 1940              NA            NA                 OT              Ex.
## 1941              NA            NA                 OT              Ex.
## 1942              NA            NA                 OT              Ex.
## 1943              NA            NA                 OT              Ex.
## 1944              NA            NA                 OT              Ex.
## 1945              NA            NA                 OT              Ex.
## 1946              NA            NA                 OT              Ex.
## 1947              NA            NA                 OT              Ex.
## 1948              NA            NA                 OT              Ex.
## 1949              NA            NA                 OT              Ex.
## 1950              NA            NA                 OT              Ex.
## 1951              NA            NA                 OT              Ex.
## 1952              NA            NA                 OT              Ex.
## 1953              NA            NA                 OT              Ex.
## 1954              NA            NA                 OT              Ex.
## 1955              NA            NA                 OT              Ex.
## 1956              NA            NA                 OT              Ex.
## 1957              NA            NA                 OT              Ex.
## 1958              NA            NA                 OT              Ex.
## 1959              NA            NA                 OT              Ex.
## 1960              NA            NA                 OT              Ex.
## 1961              NA            NA                 OT              Ex.
## 1962              NA            NA                 OT              Ex.
## 1963              NA            NA                 OT              Ex.
## 1964              NA            NA                 OT              Ex.
## 1965              NA            NA                 OT              Ex.
## 1966              NA            NA                 OT              Ex.
## 1967              NA            NA                 OT              Ex.
## 1968              NA            NA                 OT              Ex.
## 1969              NA            NA                 OT              Ex.
## 1970              NA            NA                 OT              Ex.
## 1971              NA            NA                 OT              Ex.
## 1972              NA            NA                 OT              Ex.
## 1973              NA            NA                 OT              Ex.
## 1974              NA            NA                 OT              Ex.
## 1975              NA            NA                 OT              Ex.
## 1976              NA            NA                 OT              Ex.
## 1977              NA            NA                 OT              Ex.
## 1978              NA            NA                 OT              Ex.
## 1979              NA            NA                 OT              Ex.
## 1980              NA            NA                 OT              Ex.
## 1981              NA            NA                 OT              Ex.
## 1982              NA            NA                 OT              Ex.
## 1983              NA            NA                 OT              Ex.
## 1984              NA            NA                 OT              Ex.
## 1985              NA            NA                 OT              Ex.
## 1986              NA            NA                 OT              Ex.
## 1987              NA            NA                 OT              Ex.
## 1988              NA            NA                 OT              Ex.
## 1989              NA            NA                 OT              Ex.
## 1990              NA            NA                 OT              Ex.
## 1991              NA            NA                 OT              Ex.
## 1992              NA            NA                 OT              Ex.
## 1993              NA            NA                 OT              Ex.
## 1994              NA            NA                 OT              Ex.
## 1995              NA            NA                 OT              Ex.
## 1996              NA            NA                 OT              Ex.
## 1997              NA            NA                 OT              Ex.
## 1998              NA            NA                 OT              Ex.
## 1999              NA            NA                 OT              Ex.
## 2000              NA            NA                 OT              Ex.
## 2001              NA            NA                 OT              Ex.
## 2002              NA            NA                 OT              Ex.
## 2003              NA            NA                 OT              Ex.
## 2004              NA            NA                 OT              Ex.
## 2005              NA            NA                 OT              Ex.
## 2006              NA            NA                 OT              Ex.
## 2007              NA            NA                 OT              Ex.
## 2008              NA            NA                 OT              Ex.
## 2009              NA            NA                 OT              Ex.
## 2010              NA            NA                 OT              Ex.
## 2011              NA            NA                 OT              Ex.
## 2012              NA            NA                 OT              Ex.
## 2013              NA            NA                 OT              Ex.
## 2014              NA            NA                 OT              Ex.
## 2015              NA            NA                 OT              Ex.
## 2016              NA            NA                 OT              Ex.
## 2017              NA            NA                 OT              Ex.
## 2018              NA            NA                 OT              Ex.
## 2019              NA            NA                 OT              Ex.
## 2020              NA            NA                 OT              Ex.
## 2021              NA            NA                 OT              Ex.
## 2022              NA            NA                 OT              Ex.
## 2023              NA            NA                 OT              Ex.
## 2024              NA            NA                 OT              Ex.
## 2025              NA            NA                 OT              Ex.
## 2026              NA            NA                 OT              Ex.
## 2027              NA            NA                 OT              Ex.
## 2028              NA            NA                 OT              Ex.
## 2029              NA            NA                 OT              Ex.
## 2030              NA            NA                 OT              Ex.
## 2031              NA            NA                 OT              Ex.
## 2032              NA            NA                 OT              Ex.
## 2033              NA            NA                 OT              Ex.
## 2034              NA            NA                 OT              Ex.
## 2035              NA            NA                 OT              Ex.
## 2036              NA            NA                 OT              Ex.
## 2037              NA            NA                 OT              Ex.
## 2038              NA            NA                 OT              Ex.
## 2039              NA            NA                 OT              Ex.
## 2040              NA            NA                 OT              Ex.
## 2041              NA            NA                 OT              Ex.
## 2042              NA            NA                 OT              Ex.
## 2043              NA            NA                 OT              Ex.
## 2044              NA            NA                 OT              Ex.
## 2045              NA            NA                 OT              Ex.
## 2046              NA            NA                 OT              Ex.
## 2047              NA            NA                 OT              Ex.
## 2048              NA            NA                 OT              Ex.
## 2049              NA            NA                 OT              Ex.
## 2050              NA            NA                 OT              Ex.
## 2051              NA            NA                 OT              Ex.
## 2052              NA            NA                 OT              Ex.
## 2053              NA            NA                 OT              Ex.
## 2054              NA            NA                 OT              Ex.
## 2055              NA            NA                 OT              Ex.
## 2056              NA            NA                 OT              Ex.
## 2057              NA            NA                 OT              Ex.
## 2058              NA            NA                 OT              Ex.
## 2059              NA            NA                 OT              Ex.
## 2060              NA            NA                 OT              Ex.
## 2061              NA            NA                 OT              Ex.
## 2062              NA            NA                 OT              Ex.
## 2063              NA            NA                 OT              Ex.
## 2064              NA            NA                 OT              Ex.
## 2065              NA            NA                 OT              Ex.
## 2066              NA            NA                 OT              Ex.
## 2067              NA            NA                 OT              Ex.
## 2068              NA            NA                 OT              Ex.
## 2069              NA            NA                 OT              Ex.
## 2070              NA            NA                 OT              Ex.
## 2071              NA            NA                 OT              Ex.
## 2072              NA            NA                 OT              Ex.
## 2073              NA            NA                 OT              Ex.
## 2074              NA            NA                 OT              Ex.
## 2075              NA            NA                 OT              Ex.
## 2076              NA            NA                 OT              Ex.
## 2077              NA            NA                 OT              Ex.
## 2078              NA            NA                 OT              Ex.
## 2079              NA            NA                 OT              Ex.
## 2080              NA            NA                 OT              Ex.
## 2081              NA            NA                 OT              Ex.
## 2082              NA            NA                 OT              Ex.
## 2083              NA            NA                 OT              Ex.
## 2084              NA            NA                 OT              Ex.
## 2085              NA            NA                 OT              Ex.
## 2086              NA            NA                 OT              Ex.
## 2087              NA            NA                 OT              Ex.
## 2088              NA            NA                 OT              Ex.
## 2089              NA            NA                 OT              Ex.
## 2090              NA            NA                 OT              Ex.
## 2091              NA            NA                 OT              Ex.
## 2092              NA            NA                 OT              Ex.
## 2093              NA            NA                 OT              Ex.
## 2094              NA            NA                 OT              Ex.
## 2095              NA            NA                 OT              Ex.
## 2096              NA            NA                 OT              Ex.
## 2097              NA            NA                 OT              Ex.
## 2098              NA            NA                 OT              Ex.
## 2099              NA            NA                 OT              Ex.
## 2100              NA            NA                 OT              Ex.
## 2101              NA            NA                 OT              Ex.
## 2102              NA            NA                 OT              Ex.
## 2103              NA            NA                 OT              Ex.
## 2104              NA            NA                 OT              Ex.
## 2105              NA            NA                 OT              Ex.
## 2106              NA            NA                 OT              Ex.
## 2107              NA            NA                 OT              Ex.
## 2108              NA            NA                 OT              Ex.
## 2109              NA            NA                 OT              Ex.
## 2110              NA            NA                 OT              Ex.
## 2111              NA            NA                 OT              Ex.
## 2112              NA            NA                 OT              Ex.
## 2113              NA            NA                 OT              Ex.
## 2114              NA            NA                 OT              Ex.
## 2115              NA            NA                 OT              Ex.
## 2116              NA            NA                 OT              Ex.
## 2117              NA            NA                 OT              Ex.
## 2118              NA            NA                 OT              Ex.
## 2119              NA            NA                 OT              Ex.
## 2120              NA            NA                 OT              Ex.
## 2121              NA            NA                 OT              Ex.
## 2122              NA            NA                 OT              Ex.
## 2123              NA            NA                 OT              Ex.
## 2124              NA            NA                 OT              Ex.
## 2125              NA            NA                 OT              Ex.
## 2126              NA            NA                 OT              Ex.
## 2127              NA            NA                 OT              Ex.
## 2128              NA            NA                 OT              Ex.
## 2129              NA            NA                 OT              Ex.
## 2130              NA            NA                 OT              Ex.
## 2131              NA            NA                 OT              Ex.
## 2132              NA            NA                 OT              Ex.
## 2133              NA            NA                 OT              Ex.
## 2134              NA            NA                 OT              Ex.
## 2135              NA            NA                 OT              Ex.
## 2136              NA            NA                 OT              Ex.
## 2137              NA            NA                 OT              Ex.
## 2138              NA            NA                 OT              Ex.
## 2139              NA            NA                 OT              Ex.
## 2140              NA            NA                 OT              Ex.
## 2141              NA            NA                 OT              Ex.
## 2142              NA            NA                 OT              Ex.
## 2143              NA            NA                 OT              Ex.
## 2144              NA            NA                 OT              Ex.
## 2145              NA            NA                 OT              Ex.
## 2146              NA            NA                 OT              Ex.
## 2147              NA            NA                 OT              Ex.
## 2148              NA            NA                 OT              Ex.
## 2149              NA            NA                 OT              Ex.
## 2150              NA            NA                 OT              Ex.
## 2151              NA            NA                 OT              Ex.
## 2152              NA            NA                 OT              Ex.
## 2153              NA            NA                 OT              Ex.
## 2154              NA            NA                 OT              Ex.
## 2155              NA            NA                 OT              Ex.
## 2156              NA            NA                 OT              Ex.
## 2157              NA            NA                 OT              Ex.
## 2158              NA            NA                 OT              Ex.
## 2159              NA            NA                 OT              Ex.
## 2160              NA            NA                 OT              Ex.
## 2161              NA            NA                 OT              Ex.
## 2162              NA            NA                 OT              Ex.
## 2163              NA            NA                 OT              Ex.
## 2164              NA            NA                 OT              Ex.
## 2165              NA            NA                 OT              Ex.
## 2166              NA            NA                 OT              Ex.
## 2167              NA            NA                 OT              Ex.
## 2168              NA            NA                 OT              Ex.
## 2169              NA            NA                 OT              Ex.
## 2170              NA            NA                 OT              Ex.
## 2171              NA            NA                 OT              Ex.
## 2172              NA            NA                 OT              Ex.
## 2173              NA            NA                 OT              Ex.
## 2174              NA            NA                 OT              Ex.
## 2175              NA            NA                 OT              Ex.
## 2176              NA            NA                 OT              Ex.
## 2177              NA            NA                 OT              Ex.
## 2178              NA            NA                 OT              Ex.
## 2179              NA            NA                 OT              Ex.
## 2180              NA            NA                 OT              Ex.
## 2181              NA            NA                 OT              Ex.
## 2182              NA            NA                 OT              Ex.
## 2183              NA            NA                 OT              Ex.
## 2184              NA            NA                 OT              Ex.
## 2185              NA            NA                 OT              Ex.
## 2186              NA            NA                 OT              Ex.
## 2187              NA            NA                 OT              Ex.
## 2188              NA            NA                 OT              Ex.
## 2189              NA            NA                 OT              Ex.
## 2190              NA            NA                 OT              Ex.
## 2191              NA            NA                 OT              Ex.
## 2192              NA            NA                 OT              Ex.
## 2193              NA            NA                 OT              Ex.
## 2194              NA            NA                 OT              Ex.
## 2195              NA            NA                 OT              Ex.
## 2196              NA            NA                 OT              Ex.
## 2197              NA            NA                 OT              Ex.
## 2198              NA            NA                 OT              Ex.
## 2199              NA            NA                 OT              Ex.
## 2200              NA            NA                 OT              Ex.
## 2201              NA            NA                 OT              Ex.
## 2202              NA            NA                 OT              Ex.
## 2203              NA            NA                 OT              Ex.
## 2204              NA            NA                 OT              Ex.
## 2205              NA            NA                 OT              Ex.
## 2206              NA            NA                 OT              Ex.
## 2207              NA            NA                 OT              Ex.
## 2208              NA            NA                 OT              Ex.
## 2209              NA            NA                 OT              Ex.
## 2210              NA            NA                 OT              Ex.
## 2211              NA            NA                 OT              Ex.
## 2212              NA            NA                 OT              Ex.
## 2213              NA            NA                 OT              Ex.
## 2214              NA            NA                 OT              Ex.
## 2215              NA            NA                 OT              Ex.
## 2216              NA            NA                 OT              Ex.
## 2217              NA            NA                 OT              Ex.
## 2218              NA            NA                 OT              Ex.
## 2219              NA            NA                 OT              Ex.
## 2220              NA            NA                 OT              Ex.
## 2221              NA            NA                 OT              Ex.
## 2222              NA            NA                 OT              Ex.
## 2223              NA            NA                 OT              Ex.
## 2224              NA            NA                 OT              Ex.
## 2225              NA            NA                 OT              Ex.
## 2226              NA            NA                 OT              Ex.
## 2227              NA            NA                 OT              Ex.
## 2228              NA            NA                 OT              Ex.
## 2229              NA            NA                 OT              Ex.
## 2230              NA            NA                 OT              Ex.
## 2231              NA            NA                 OT              Ex.
## 2232              NA            NA                 OT              Ex.
## 2233              NA            NA                 OT              Ex.
## 2234              NA            NA                 OT              Ex.
## 2235              NA            NA                 OT              Ex.
## 2236              NA            NA                 OT              Ex.
## 2237              NA            NA                 OT              Ex.
## 2238              NA            NA                 OT              Ex.
## 2239              NA            NA                 OT              Ex.
## 2240              NA            NA                 OT              Ex.
## 2241              NA            NA                 OT              Ex.
## 2242              NA            NA                 OT              Ex.
## 2243              NA            NA                 OT              Ex.
## 2244              NA            NA                 OT              Ex.
## 2245              NA            NA                 OT              Ex.
## 2246              NA            NA                 OT              Ex.
## 2247              NA            NA                 OT              Ex.
## 2248              NA            NA                 OT              Ex.
## 2249              NA            NA                 OT              Ex.
## 2250              NA            NA                 OT              Ex.
## 2251              NA            NA                 OT              Ex.
## 2252              NA            NA                 OT              Ex.
## 2253              NA            NA                 OT              Ex.
## 2254              NA            NA                 OT              Ex.
## 2255              NA            NA                 OT              Ex.
## 2256              NA            NA                 OT              Ex.
## 2257              NA            NA                 OT              Ex.
## 2258              NA            NA                 OT              Ex.
## 2259              NA            NA                 OT              Ex.
## 2260              NA            NA                 OT              Ex.
## 2261              NA            NA                 OT              Ex.
## 2262              NA            NA                 OT              Ex.
## 2263              NA            NA                 OT              Ex.
## 2264              NA            NA                 OT              Ex.
## 2265              NA            NA                 OT              Ex.
## 2266              NA            NA                 OT              Ex.
## 2267              NA            NA                 OT              Ex.
## 2268              NA            NA                 OT              Ex.
## 2269              NA            NA                 OT              Ex.
## 2270              NA            NA                 OT              Ex.
## 2271              NA            NA                 OT              Ex.
## 2272              NA            NA                 OT              Ex.
## 2273              NA            NA                 OT              Ex.
## 2274              NA            NA                 OT              Ex.
## 2275              NA            NA                 OT              Ex.
## 2276              NA            NA                 OT              Ex.
## 2277              NA            NA                 OT              Ex.
## 2278              NA            NA                 OT              Ex.
## 2279              NA            NA                 OT              Ex.
## 2280              NA            NA                 OT              Ex.
## 2281              NA            NA                 OT              Ex.
## 2282              NA            NA                 OT              Ex.
## 2283              NA            NA                 OT              Ex.
## 2284              NA            NA                 OT              Ex.
## 2285              NA            NA                 OT              Ex.
## 2286              NA            NA                 OT              Ex.
## 2287              NA            NA                 OT              Ex.
## 2288              NA            NA                 OT              Ex.
## 2289              NA            NA                 OT              Ex.
## 2290              NA            NA                 OT              Ex.
## 2291              NA            NA                 OT              Ex.
## 2292              NA            NA                 OT              Ex.
## 2293              NA            NA                 OT              Ex.
## 2294              NA            NA                 OT              Ex.
## 2295              NA            NA                 OT              Ex.
## 2296              NA            NA                 OT              Ex.
## 2297              NA            NA                 OT              Ex.
## 2298              NA            NA                 OT              Ex.
## 2299              NA            NA                 OT              Ex.
## 2300              NA            NA                 OT              Ex.
## 2301              NA            NA                 OT              Ex.
## 2302              NA            NA                 OT              Ex.
## 2303              NA            NA                 OT              Ex.
## 2304              NA            NA                 OT              Ex.
## 2305              NA            NA                 OT              Ex.
## 2306              NA            NA                 OT              Ex.
## 2307              NA            NA                 OT              Ex.
## 2308              NA            NA                 OT              Ex.
## 2309              NA            NA                 OT              Ex.
## 2310              NA            NA                 OT              Ex.
## 2311              NA            NA                 OT              Ex.
## 2312              NA            NA                 OT              Ex.
## 2313              NA            NA                 OT              Ex.
## 2314              NA            NA                 OT              Ex.
## 2315              NA            NA                 OT              Ex.
## 2316              NA            NA                 OT              Ex.
## 2317              NA            NA                 OT              Ex.
## 2318              NA            NA                 OT              Ex.
## 2319              NA            NA                 OT              Ex.
## 2320              NA            NA                 OT              Ex.
## 2321              NA            NA                 OT              Ex.
## 2322              NA            NA                 OT              Ex.
## 2323              NA            NA                 OT              Ex.
## 2324              NA            NA                 OT              Ex.
## 2325              NA            NA                 OT              Ex.
## 2326              NA            NA                 OT              Ex.
## 2327              NA            NA                 OT              Ex.
## 2328              NA            NA                 OT              Ex.
## 2329              NA            NA                 OT              Ex.
## 2330              NA            NA                 OT              Ex.
## 2331              NA            NA                 OT              Ex.
## 2332              NA            NA                 OT              Ex.
## 2333              NA            NA                 OT              Ex.
## 2334              NA            NA                 OT              Ex.
## 2335              NA            NA                 OT              Ex.
## 2336              NA            NA                 OT              Ex.
## 2337              NA            NA                 OT              Ex.
## 2338              NA            NA                 OT              Ex.
## 2339              NA            NA                 OT              Ex.
## 2340              NA            NA                 OT              Ex.
## 2341              NA            NA                 OT              Ex.
## 2342              NA            NA                 OT              Ex.
## 2343              NA            NA                 OT              Ex.
## 2344              NA            NA                 OT              Ex.
## 2345              NA            NA                 OT              Ex.
## 2346              NA            NA                 OT              Ex.
## 2347              NA            NA                 OT              Ex.
## 2348              NA            NA                 OT              Ex.
## 2349              NA            NA                 OT              Ex.
## 2350              NA            NA                 OT              Ex.
## 2351              NA            NA                 OT              Ex.
## 2352              NA            NA                 OT              Ex.
## 2353              NA            NA                 OT              Ex.
## 2354              NA            NA                 OT              Ex.
## 2355              NA            NA                 OT              Ex.
## 2356              NA            NA                 OT              Ex.
## 2357              NA            NA                 OT              Ex.
## 2358              NA            NA                 OT              Ex.
## 2359              NA            NA                 OT              Ex.
## 2360              NA            NA                 OT              Ex.
## 2361              NA            NA                 OT              Ex.
## 2362              NA            NA                 OT              Ex.
## 2363              NA            NA                 OT              Ex.
## 2364              NA            NA                 OT              Ex.
## 2365              NA            NA                 OT              Ex.
## 2366              NA            NA                 OT              Ex.
## 2367              NA            NA                 OT              Ex.
## 2368              NA            NA                 OT              Ex.
## 2369              NA            NA                 OT              Ex.
## 2370              NA            NA                 OT              Ex.
## 2371              NA            NA                 OT              Ex.
## 2372              NA            NA                 OT              Ex.
## 2373              NA            NA                 OT              Ex.
## 2374              NA            NA                 OT              Ex.
## 2375              NA            NA                 OT              Ex.
## 2376              NA            NA                 OT              Ex.
## 2377              NA            NA                 OT              Ex.
## 2378              NA            NA                 OT              Ex.
## 2379              NA            NA                 OT              Ex.
## 2380              NA            NA                 OT              Ex.
## 2381              NA            NA                 OT              Ex.
## 2382              NA            NA                 OT              Ex.
## 2383              NA            NA                 OT              Ex.
## 2384              NA            NA                 OT              Ex.
## 2385              NA            NA                 OT              Ex.
## 2386              NA            NA                 OT              Ex.
## 2387              NA            NA                 OT              Ex.
## 2388              NA            NA                 OT              Ex.
## 2389              NA            NA                 OT              Ex.
## 2390              NA            NA                 OT              Ex.
## 2391              NA            NA                 OT              Ex.
## 2392              NA            NA                 OT              Ex.
## 2393              NA            NA                 OT              Ex.
## 2394              NA            NA                 OT              Ex.
## 2395              NA            NA                 OT              Ex.
## 2396              NA            NA                 OT              Ex.
## 2397              NA            NA                 OT              Ex.
## 2398              NA            NA                 OT              Ex.
## 2399              NA            NA                 OT              Ex.
## 2400              NA            NA                 OT              Ex.
## 2401              NA            NA                 OT              Ex.
## 2402              NA            NA                 OT              Ex.
## 2403              NA            NA                 OT              Ex.
## 2404              NA            NA                 OT              Ex.
## 2405              NA            NA                 OT              Ex.
## 2406              NA            NA                 OT              Ex.
## 2407              NA            NA                 OT              Ex.
## 2408              NA            NA                 OT              Ex.
## 2409              NA            NA                 OT              Ex.
## 2410              NA            NA                 OT              Ex.
## 2411              NA            NA                 OT              Ex.
## 2412              NA            NA                 OT              Ex.
## 2413              NA            NA                 OT              Ex.
## 2414              NA            NA                 OT              Ex.
## 2415              NA            NA                 OT              Ex.
## 2416              NA            NA                 OT              Ex.
## 2417              NA            NA                 OT              Ex.
## 2418              NA            NA                 OT              Ex.
## 2419              NA            NA                 OT              Ex.
## 2420              NA            NA                 OT              Ex.
## 2421              NA            NA                 OT              Ex.
## 2422              NA            NA                 OT              Ex.
## 2423              NA            NA                 OT              Ex.
## 2424              NA            NA                 OT              Ex.
## 2425              NA            NA                 OT              Ex.
## 2426              NA            NA                 OT              Ex.
## 2427              NA            NA                 OT              Ex.
## 2428              NA            NA                 OT              Ex.
## 2429              NA            NA                 OT              Ex.
## 2430              NA            NA                 OT              Ex.
## 2431              NA            NA                 OT              Ex.
## 2432              NA            NA                 OT              Ex.
## 2433              NA            NA                 OT              Ex.
## 2434              NA            NA                 OT              Ex.
## 2435              NA            NA                 OT              Ex.
## 2436              NA            NA                 OT              Ex.
## 2437              NA            NA                 OT              Ex.
## 2438              NA            NA                 OT              Ex.
## 2439              NA            NA                 OT              Ex.
## 2440              NA            NA                 OT              Ex.
## 2441              NA            NA                 OT              Ex.
## 2442              NA            NA                 OT              Ex.
## 2443              NA            NA                 OT              Ex.
## 2444              NA            NA                 OT              Ex.
## 2445              NA            NA                 OT              Ex.
## 2446              NA            NA                 OT              Ex.
## 2447              NA            NA                 OT              Ex.
## 2448              NA            NA                 OT              Ex.
## 2449              NA            NA                 OT              Ex.
## 2450              NA            NA                 OT              Ex.
## 2451              NA            NA                 OT              Ex.
## 2452              NA            NA                 OT              Ex.
## 2453              NA            NA                 OT              Ex.
## 2454              NA            NA                 OT              Ex.
## 2455              NA            NA                 OT              Ex.
## 2456              NA            NA                 OT              Ex.
## 2457              NA            NA                 OT              Ex.
## 2458              NA            NA                 OT              Ex.
## 2459              NA            NA                 OT              Ex.
## 2460              NA            NA                 OT              Ex.
## 2461              NA            NA                 OT              Ex.
## 2462              NA            NA                 OT              Ex.
## 2463              NA            NA                 OT              Ex.
## 2464              NA            NA                 OT              Ex.
## 2465              NA            NA                 OT              Ex.
## 2466              NA            NA                 OT              Ex.
## 2467              NA            NA                 OT              Ex.
## 2468              NA            NA                 OT              Ex.
## 2469              NA            NA                 OT              Ex.
## 2470              NA            NA                 OT              Ex.
## 2471              NA            NA                 OT              Ex.
## 2472              NA            NA                 OT              Ex.
## 2473              NA            NA                 OT              Ex.
## 2474              NA            NA                 OT              Ex.
## 2475              NA            NA                 OT              Ex.
## 2476              NA            NA                 OT              Ex.
## 2477              NA            NA                 OT              Ex.
## 2478              NA            NA                 OT              Ex.
## 2479              NA            NA                 OT              Ex.
## 2480              NA            NA                 OT              Ex.
## 2481              NA            NA                 OT              Ex.
## 2482              NA            NA                 OT              Ex.
## 2483              NA            NA                 OT              Ex.
## 2484              NA            NA                 OT              Ex.
## 2485              NA            NA                 OT              Ex.
## 2486              NA            NA                 OT              Ex.
## 2487              NA            NA                 OT              Ex.
## 2488              NA            NA                 OT              Ex.
## 2489              NA            NA                 OT              Ex.
## 2490              NA            NA                 OT              Ex.
## 2491              NA            NA                 OT              Ex.
## 2492              NA            NA                 OT              Ex.
## 2493              NA            NA                 OT              Ex.
## 2494              NA            NA                 OT              Ex.
## 2495              NA            NA                 OT              Ex.
## 2496              NA            NA                 OT              Ex.
## 2497              NA            NA                 OT              Ex.
## 2498              NA            NA                 OT              Ex.
## 2499              NA            NA                 OT              Ex.
## 2500              NA            NA                 OT              Ex.
## 2501              NA            NA                 OT              Ex.
## 2502              NA            NA                 OT              Ex.
## 2503              NA            NA                 OT              Ex.
## 2504              NA            NA                 OT              Ex.
## 2505              NA            NA                 OT              Ex.
## 2506              NA            NA                 OT              Ex.
## 2507              NA            NA                 OT              Ex.
## 2508              NA            NA                 OT              Ex.
## 2509              NA            NA                 OT              Ex.
## 2510              NA            NA                 OT              Ex.
## 2511              NA            NA                 OT              Ex.
## 2512              NA            NA                 OT              Ex.
## 2513              NA            NA                 OT              Ex.
## 2514              NA            NA                 OT              Ex.
## 2515              NA            NA                 OT              Ex.
## 2516              NA            NA                 OT              Ex.
## 2517              NA            NA                 OT              Ex.
## 2518              NA            NA                 OT              Ex.
## 2519              NA            NA                 OT              Ex.
## 2520              NA            NA                 OT              Ex.
## 2521              NA            NA                 OT              Ex.
## 2522              NA            NA                 OT              Ex.
## 2523              NA            NA                 OT              Ex.
## 2524              NA            NA                 OT              Ex.
## 2525              NA            NA                 OT              Ex.
## 2526              NA            NA                 OT              Ex.
## 2527              NA            NA                 OT              Ex.
## 2528              NA            NA                 OT              Ex.
## 2529              NA            NA                 OT              Ex.
## 2530              NA            NA                 OT              Ex.
## 2531              NA            NA                 OT              Ex.
## 2532              NA            NA                 OT              Ex.
## 2533              NA            NA                 OT              Ex.
## 2534              NA            NA                 OT              Ex.
## 2535              NA            NA                 OT              Ex.
## 2536              NA            NA                 OT              Ex.
## 2537              NA            NA                 OT              Ex.
## 2538              NA            NA                 OT              Ex.
## 2539              NA            NA                 OT              Ex.
## 2540              NA            NA                 OT              Ex.
## 2541              NA            NA                 OT              Ex.
## 2542              NA            NA                 OT              Ex.
## 2543              NA            NA                 OT              Ex.
## 2544              NA            NA                 OT              Ex.
## 2545              NA            NA                 OT              Ex.
## 2546              NA            NA                 OT              Ex.
## 2547              NA            NA                 OT              Ex.
## 2548              NA            NA                 OT              Ex.
## 2549              NA            NA                 OT              Ex.
## 2550              NA            NA                 OT              Ex.
## 2551              NA            NA                 OT              Ex.
## 2552              NA            NA                 OT              Ex.
## 2553              NA            NA                 OT              Ex.
## 2554              NA            NA                 OT              Ex.
## 2555              NA            NA                 OT              Ex.
## 2556              NA            NA                 OT              Ex.
## 2557              NA            NA                 OT              Ex.
## 2558              NA            NA                 OT              Ex.
## 2559              NA            NA                 OT              Ex.
## 2560              NA            NA                 OT              Ex.
## 2561              NA            NA                 OT              Ex.
## 2562              NA            NA                 OT              Ex.
## 2563              NA            NA                 OT              Ex.
## 2564              NA            NA                 OT              Ex.
## 2565              NA            NA                 OT              Ex.
## 2566              NA            NA                 OT              Ex.
## 2567              NA            NA                 OT              Ex.
## 2568              NA            NA                 OT              Ex.
## 2569              NA            NA                 OT              Ex.
## 2570              NA            NA                 OT              Ex.
## 2571              NA            NA                 OT              Ex.
## 2572              NA            NA                 OT              Ex.
## 2573              NA            NA                 OT              Ex.
## 2574              NA            NA                 OT              Ex.
## 2575              NA            NA                 OT              Ex.
## 2576              NA            NA                 OT              Ex.
## 2577              NA            NA                 OT              Ex.
## 2578              NA            NA                 OT              Ex.
## 2579              NA            NA                 OT              Ex.
## 2580              NA            NA                 OT              Ex.
## 2581              NA            NA                 OT              Ex.
## 2582              NA            NA                 OT              Ex.
## 2583              NA            NA                 OT              Ex.
## 2584              NA            NA                 OT              Ex.
## 2585              NA            NA                 OT              Ex.
## 2586              NA            NA                 OT              Ex.
## 2587              NA            NA                 OT              Ex.
## 2588              NA            NA                 OT              Ex.
## 2589              NA            NA                 OT              Ex.
## 2590              NA            NA                 OT              Ex.
## 2591              NA            NA                 OT              Ex.
## 2592              NA            NA                 OT              Ex.
## 2593              NA            NA                 OT              Ex.
## 2594              NA            NA                 OT              Ex.
## 2595              NA            NA                 OT              Ex.
## 2596              NA            NA                 OT              Ex.
## 2597              NA            NA                 OT              Ex.
## 2598              NA            NA                 OT              Ex.
## 2599              NA            NA                 OT              Ex.
## 2600              NA            NA                 OT              Ex.
## 2601              NA            NA                 OT              Ex.
## 2602              NA            NA                 OT              Ex.
## 2603              NA            NA                 OT              Ex.
## 2604              NA            NA                 OT              Ex.
## 2605              NA            NA                 OT              Ex.
## 2606              NA            NA                 OT              Ex.
## 2607              NA            NA                 OT              Ex.
## 2608              NA            NA                 OT              Ex.
## 2609              NA            NA                 OT              Ex.
## 2610              NA            NA                 OT              Ex.
## 2611              NA            NA                 OT              Ex.
## 2612              NA            NA                 OT              Ex.
## 2613              NA            NA                 OT              Ex.
## 2614              NA            NA                 OT              Ex.
## 2615              NA            NA                 OT              Ex.
## 2616              NA            NA                 OT              Ex.
## 2617              NA            NA                 OT              Ex.
## 2618              NA            NA                 OT              Ex.
## 2619              NA            NA                 OT              Ex.
## 2620              NA            NA                 OT              Ex.
## 2621              NA            NA                 OT              Ex.
## 2622              NA            NA                 OT              Ex.
## 2623              NA            NA                 OT              Ex.
## 2624              NA            NA                 OT              Ex.
## 2625              NA            NA                 OT              Ex.
## 2626              NA            NA                 OT              Ex.
## 2627              NA            NA                 OT              Ex.
## 2628              NA            NA                 OT              Ex.
## 2629              NA            NA                 OT              Ex.
## 2630              NA            NA                 OT              Ex.
## 2631              NA            NA                 OT              Ex.
## 2632              NA            NA                 OT              Ex.
## 2633              NA            NA                 OT              Ex.
## 2634              NA            NA                 OT              Ex.
## 2635              NA            NA                 OT              Ex.
## 2636              NA            NA                 OT              Ex.
## 2637              NA            NA                 OT              Ex.
## 2638              NA            NA                 OT              Ex.
## 2639              NA            NA                 OT              Ex.
## 2640              NA            NA                 OT              Ex.
## 2641              NA            NA                 OT              Ex.
## 2642              NA            NA                 OT              Ex.
## 2643              NA            NA                 OT              Ex.
## 2644              NA            NA                 OT              Ex.
## 2645              NA            NA                 OT              Ex.
## 2646              NA            NA                 OT              Ex.
## 2647              NA            NA                 OT              Ex.
## 2648              NA            NA                 OT              Ex.
## 2649              NA            NA                 OT              Ex.
## 2650              NA            NA                 OT              Ex.
## 2651              NA            NA                 OT              Ex.
## 2652              NA            NA                 OT              Ex.
## 2653              NA            NA                 OT              Ex.
## 2654              NA            NA                 OT              Ex.
## 2655              NA            NA                 OT              Ex.
## 2656              NA            NA                 OT              Ex.
## 2657              NA            NA                 OT              Ex.
## 2658              NA            NA                 OT              Ex.
## 2659              NA            NA                 OT              Ex.
## 2660              NA            NA                 OT              Ex.
## 2661              NA            NA                 OT              Ex.
## 2662              NA            NA                 OT              Ex.
## 2663              NA            NA                 OT              Ex.
## 2664              NA            NA                 OT              Ex.
## 2665              NA            NA                 OT              Ex.
## 2666              NA            NA                 OT              Ex.
## 2667              NA            NA                 OT              Ex.
## 2668              NA            NA                 OT              Ex.
## 2669              NA            NA                 OT              Ex.
## 2670              NA            NA                 OT              Ex.
## 2671              NA            NA                 OT              Ex.
## 2672              NA            NA                 OT              Ex.
## 2673              NA            NA                 OT              Ex.
## 2674              NA            NA                 OT              Ex.
## 2675              NA            NA                 OT              Ex.
## 2676              NA            NA                 OT              Ex.
## 2677              NA            NA                 OT              Ex.
## 2678              NA            NA                 OT              Ex.
## 2679              NA            NA                 OT              Ex.
## 2680              NA            NA                 OT              Ex.
## 2681              NA            NA                 OT              Ex.
## 2682              NA            NA                 OT              Ex.
## 2683              NA            NA                 OT              Ex.
## 2684              NA            NA                 OT              Ex.
## 2685              NA            NA                 OT              Ex.
## 2686              NA            NA                 OT              Ex.
## 2687              NA            NA                 OT              Ex.
## 2688              NA            NA                 OT              Ex.
## 2689              NA            NA                 OT              Ex.
## 2690              NA            NA                 OT              Ex.
## 2691              NA            NA                 OT              Ex.
## 2692              NA            NA                 OT              Ex.
## 2693              NA            NA                 OT              Ex.
## 2694              NA            NA                 OT              Ex.
## 2695              NA            NA                 OT              Ex.
## 2696              NA            NA                 OT              Ex.
## 2697              NA            NA                 OT              Ex.
## 2698              NA            NA                 OT              Ex.
## 2699              NA            NA                 OT              Ex.
## 2700              NA            NA                 OT              Ex.
## 2701              NA            NA                 OT              Ex.
## 2702              NA            NA                 OT              Ex.
## 2703              NA            NA                 OT              Ex.
## 2704              NA            NA                 OT              Ex.
## 2705              NA            NA                 OT              Ex.
## 2706              NA            NA                 OT              Ex.
## 2707              NA            NA                 OT              Ex.
## 2708              NA            NA                 OT              Ex.
## 2709              NA            NA                 OT              Ex.
## 2710              NA            NA                 OT              Ex.
## 2711              NA            NA                 OT              Ex.
## 2712              NA            NA                 OT              Ex.
## 2713              NA            NA                 OT              Ex.
## 2714              NA            NA                 OT              Ex.
## 2715              NA            NA                 OT              Ex.
## 2716              NA            NA                 OT              Ex.
## 2717              NA            NA                 OT              Ex.
## 2718              NA            NA                 OT              Ex.
## 2719              NA            NA                 OT              Ex.
## 2720              NA            NA                 OT              Ex.
## 2721              NA            NA                 OT              Ex.
## 2722              NA            NA                 OT              Ex.
## 2723              NA            NA                 OT              Ex.
## 2724              NA            NA                 OT              Ex.
## 2725              NA            NA                 OT              Ex.
## 2726              NA            NA                 OT              Ex.
## 2727              NA            NA                 OT              Ex.
## 2728              NA            NA                 OT              Ex.
## 2729              NA            NA                 OT              Ex.
## 2730              NA            NA                 OT              Ex.
## 2731              NA            NA                 OT              Ex.
## 2732              NA            NA                 OT              Ex.
## 2733              NA            NA                 OT              Ex.
## 2734              NA            NA                 OT              Ex.
## 2735              NA            NA                 OT              Ex.
## 2736              NA            NA                 OT              Ex.
## 2737              NA            NA                 OT              Ex.
## 2738              NA            NA                 OT              Ex.
## 2739              NA            NA                 OT              Ex.
## 2740              NA            NA                 OT              Ex.
## 2741              NA            NA                 OT              Ex.
## 2742              NA            NA                 OT              Ex.
## 2743              NA            NA                 OT              Ex.
## 2744              NA            NA                 OT              Ex.
## 2745              NA            NA                 OT              Ex.
## 2746              NA            NA                 OT              Ex.
## 2747              NA            NA                 OT             Lev.
## 2748              NA            NA                 OT             Lev.
## 2749              NA            NA                 OT             Lev.
## 2750              NA            NA                 OT             Lev.
## 2751              NA            NA                 OT             Lev.
## 2752              NA            NA                 OT             Lev.
## 2753              NA            NA                 OT             Lev.
## 2754              NA            NA                 OT             Lev.
## 2755              NA            NA                 OT             Lev.
## 2756              NA            NA                 OT             Lev.
## 2757              NA            NA                 OT             Lev.
## 2758              NA            NA                 OT             Lev.
## 2759              NA            NA                 OT             Lev.
## 2760              NA            NA                 OT             Lev.
## 2761              NA            NA                 OT             Lev.
## 2762              NA            NA                 OT             Lev.
## 2763              NA            NA                 OT             Lev.
## 2764              NA            NA                 OT             Lev.
## 2765              NA            NA                 OT             Lev.
## 2766              NA            NA                 OT             Lev.
## 2767              NA            NA                 OT             Lev.
## 2768              NA            NA                 OT             Lev.
## 2769              NA            NA                 OT             Lev.
## 2770              NA            NA                 OT             Lev.
## 2771              NA            NA                 OT             Lev.
## 2772              NA            NA                 OT             Lev.
## 2773              NA            NA                 OT             Lev.
## 2774              NA            NA                 OT             Lev.
## 2775              NA            NA                 OT             Lev.
## 2776              NA            NA                 OT             Lev.
## 2777              NA            NA                 OT             Lev.
## 2778              NA            NA                 OT             Lev.
## 2779              NA            NA                 OT             Lev.
## 2780              NA            NA                 OT             Lev.
## 2781              NA            NA                 OT             Lev.
## 2782              NA            NA                 OT             Lev.
## 2783              NA            NA                 OT             Lev.
## 2784              NA            NA                 OT             Lev.
## 2785              NA            NA                 OT             Lev.
## 2786              NA            NA                 OT             Lev.
## 2787              NA            NA                 OT             Lev.
## 2788              NA            NA                 OT             Lev.
## 2789              NA            NA                 OT             Lev.
## 2790              NA            NA                 OT             Lev.
## 2791              NA            NA                 OT             Lev.
## 2792              NA            NA                 OT             Lev.
## 2793              NA            NA                 OT             Lev.
## 2794              NA            NA                 OT             Lev.
## 2795              NA            NA                 OT             Lev.
## 2796              NA            NA                 OT             Lev.
## 2797              NA            NA                 OT             Lev.
## 2798              NA            NA                 OT             Lev.
## 2799              NA            NA                 OT             Lev.
## 2800              NA            NA                 OT             Lev.
## 2801              NA            NA                 OT             Lev.
## 2802              NA            NA                 OT             Lev.
## 2803              NA            NA                 OT             Lev.
## 2804              NA            NA                 OT             Lev.
## 2805              NA            NA                 OT             Lev.
## 2806              NA            NA                 OT             Lev.
## 2807              NA            NA                 OT             Lev.
## 2808              NA            NA                 OT             Lev.
## 2809              NA            NA                 OT             Lev.
## 2810              NA            NA                 OT             Lev.
## 2811              NA            NA                 OT             Lev.
## 2812              NA            NA                 OT             Lev.
## 2813              NA            NA                 OT             Lev.
## 2814              NA            NA                 OT             Lev.
## 2815              NA            NA                 OT             Lev.
## 2816              NA            NA                 OT             Lev.
## 2817              NA            NA                 OT             Lev.
## 2818              NA            NA                 OT             Lev.
## 2819              NA            NA                 OT             Lev.
## 2820              NA            NA                 OT             Lev.
## 2821              NA            NA                 OT             Lev.
## 2822              NA            NA                 OT             Lev.
## 2823              NA            NA                 OT             Lev.
## 2824              NA            NA                 OT             Lev.
## 2825              NA            NA                 OT             Lev.
## 2826              NA            NA                 OT             Lev.
## 2827              NA            NA                 OT             Lev.
## 2828              NA            NA                 OT             Lev.
## 2829              NA            NA                 OT             Lev.
## 2830              NA            NA                 OT             Lev.
## 2831              NA            NA                 OT             Lev.
## 2832              NA            NA                 OT             Lev.
## 2833              NA            NA                 OT             Lev.
## 2834              NA            NA                 OT             Lev.
## 2835              NA            NA                 OT             Lev.
## 2836              NA            NA                 OT             Lev.
## 2837              NA            NA                 OT             Lev.
## 2838              NA            NA                 OT             Lev.
## 2839              NA            NA                 OT             Lev.
## 2840              NA            NA                 OT             Lev.
## 2841              NA            NA                 OT             Lev.
## 2842              NA            NA                 OT             Lev.
## 2843              NA            NA                 OT             Lev.
## 2844              NA            NA                 OT             Lev.
## 2845              NA            NA                 OT             Lev.
## 2846              NA            NA                 OT             Lev.
## 2847              NA            NA                 OT             Lev.
## 2848              NA            NA                 OT             Lev.
## 2849              NA            NA                 OT             Lev.
## 2850              NA            NA                 OT             Lev.
## 2851              NA            NA                 OT             Lev.
## 2852              NA            NA                 OT             Lev.
## 2853              NA            NA                 OT             Lev.
## 2854              NA            NA                 OT             Lev.
## 2855              NA            NA                 OT             Lev.
## 2856              NA            NA                 OT             Lev.
## 2857              NA            NA                 OT             Lev.
## 2858              NA            NA                 OT             Lev.
## 2859              NA            NA                 OT             Lev.
## 2860              NA            NA                 OT             Lev.
## 2861              NA            NA                 OT             Lev.
## 2862              NA            NA                 OT             Lev.
## 2863              NA            NA                 OT             Lev.
## 2864              NA            NA                 OT             Lev.
## 2865              NA            NA                 OT             Lev.
## 2866              NA            NA                 OT             Lev.
## 2867              NA            NA                 OT             Lev.
## 2868              NA            NA                 OT             Lev.
## 2869              NA            NA                 OT             Lev.
## 2870              NA            NA                 OT             Lev.
## 2871              NA            NA                 OT             Lev.
## 2872              NA            NA                 OT             Lev.
## 2873              NA            NA                 OT             Lev.
## 2874              NA            NA                 OT             Lev.
## 2875              NA            NA                 OT             Lev.
## 2876              NA            NA                 OT             Lev.
## 2877              NA            NA                 OT             Lev.
## 2878              NA            NA                 OT             Lev.
## 2879              NA            NA                 OT             Lev.
## 2880              NA            NA                 OT             Lev.
## 2881              NA            NA                 OT             Lev.
## 2882              NA            NA                 OT             Lev.
## 2883              NA            NA                 OT             Lev.
## 2884              NA            NA                 OT             Lev.
## 2885              NA            NA                 OT             Lev.
## 2886              NA            NA                 OT             Lev.
## 2887              NA            NA                 OT             Lev.
## 2888              NA            NA                 OT             Lev.
## 2889              NA            NA                 OT             Lev.
## 2890              NA            NA                 OT             Lev.
## 2891              NA            NA                 OT             Lev.
## 2892              NA            NA                 OT             Lev.
## 2893              NA            NA                 OT             Lev.
## 2894              NA            NA                 OT             Lev.
## 2895              NA            NA                 OT             Lev.
## 2896              NA            NA                 OT             Lev.
## 2897              NA            NA                 OT             Lev.
## 2898              NA            NA                 OT             Lev.
## 2899              NA            NA                 OT             Lev.
## 2900              NA            NA                 OT             Lev.
## 2901              NA            NA                 OT             Lev.
## 2902              NA            NA                 OT             Lev.
## 2903              NA            NA                 OT             Lev.
## 2904              NA            NA                 OT             Lev.
## 2905              NA            NA                 OT             Lev.
## 2906              NA            NA                 OT             Lev.
## 2907              NA            NA                 OT             Lev.
## 2908              NA            NA                 OT             Lev.
## 2909              NA            NA                 OT             Lev.
## 2910              NA            NA                 OT             Lev.
## 2911              NA            NA                 OT             Lev.
## 2912              NA            NA                 OT             Lev.
## 2913              NA            NA                 OT             Lev.
## 2914              NA            NA                 OT             Lev.
## 2915              NA            NA                 OT             Lev.
## 2916              NA            NA                 OT             Lev.
## 2917              NA            NA                 OT             Lev.
## 2918              NA            NA                 OT             Lev.
## 2919              NA            NA                 OT             Lev.
## 2920              NA            NA                 OT             Lev.
## 2921              NA            NA                 OT             Lev.
## 2922              NA            NA                 OT             Lev.
## 2923              NA            NA                 OT             Lev.
## 2924              NA            NA                 OT             Lev.
## 2925              NA            NA                 OT             Lev.
## 2926              NA            NA                 OT             Lev.
## 2927              NA            NA                 OT             Lev.
## 2928              NA            NA                 OT             Lev.
## 2929              NA            NA                 OT             Lev.
## 2930              NA            NA                 OT             Lev.
## 2931              NA            NA                 OT             Lev.
## 2932              NA            NA                 OT             Lev.
## 2933              NA            NA                 OT             Lev.
## 2934              NA            NA                 OT             Lev.
## 2935              NA            NA                 OT             Lev.
## 2936              NA            NA                 OT             Lev.
## 2937              NA            NA                 OT             Lev.
## 2938              NA            NA                 OT             Lev.
## 2939              NA            NA                 OT             Lev.
## 2940              NA            NA                 OT             Lev.
## 2941              NA            NA                 OT             Lev.
## 2942              NA            NA                 OT             Lev.
## 2943              NA            NA                 OT             Lev.
## 2944              NA            NA                 OT             Lev.
## 2945              NA            NA                 OT             Lev.
## 2946              NA            NA                 OT             Lev.
## 2947              NA            NA                 OT             Lev.
## 2948              NA            NA                 OT             Lev.
## 2949              NA            NA                 OT             Lev.
## 2950              NA            NA                 OT             Lev.
## 2951              NA            NA                 OT             Lev.
## 2952              NA            NA                 OT             Lev.
## 2953              NA            NA                 OT             Lev.
## 2954              NA            NA                 OT             Lev.
## 2955              NA            NA                 OT             Lev.
## 2956              NA            NA                 OT             Lev.
## 2957              NA            NA                 OT             Lev.
## 2958              NA            NA                 OT             Lev.
## 2959              NA            NA                 OT             Lev.
## 2960              NA            NA                 OT             Lev.
## 2961              NA            NA                 OT             Lev.
## 2962              NA            NA                 OT             Lev.
## 2963              NA            NA                 OT             Lev.
## 2964              NA            NA                 OT             Lev.
## 2965              NA            NA                 OT             Lev.
## 2966              NA            NA                 OT             Lev.
## 2967              NA            NA                 OT             Lev.
## 2968              NA            NA                 OT             Lev.
## 2969              NA            NA                 OT             Lev.
## 2970              NA            NA                 OT             Lev.
## 2971              NA            NA                 OT             Lev.
## 2972              NA            NA                 OT             Lev.
## 2973              NA            NA                 OT             Lev.
## 2974              NA            NA                 OT             Lev.
## 2975              NA            NA                 OT             Lev.
## 2976              NA            NA                 OT             Lev.
## 2977              NA            NA                 OT             Lev.
## 2978              NA            NA                 OT             Lev.
## 2979              NA            NA                 OT             Lev.
## 2980              NA            NA                 OT             Lev.
## 2981              NA            NA                 OT             Lev.
## 2982              NA            NA                 OT             Lev.
## 2983              NA            NA                 OT             Lev.
## 2984              NA            NA                 OT             Lev.
## 2985              NA            NA                 OT             Lev.
## 2986              NA            NA                 OT             Lev.
## 2987              NA            NA                 OT             Lev.
## 2988              NA            NA                 OT             Lev.
## 2989              NA            NA                 OT             Lev.
## 2990              NA            NA                 OT             Lev.
## 2991              NA            NA                 OT             Lev.
## 2992              NA            NA                 OT             Lev.
## 2993              NA            NA                 OT             Lev.
## 2994              NA            NA                 OT             Lev.
## 2995              NA            NA                 OT             Lev.
## 2996              NA            NA                 OT             Lev.
## 2997              NA            NA                 OT             Lev.
## 2998              NA            NA                 OT             Lev.
## 2999              NA            NA                 OT             Lev.
## 3000              NA            NA                 OT             Lev.
## 3001              NA            NA                 OT             Lev.
## 3002              NA            NA                 OT             Lev.
## 3003              NA            NA                 OT             Lev.
## 3004              NA            NA                 OT             Lev.
## 3005              NA            NA                 OT             Lev.
## 3006              NA            NA                 OT             Lev.
## 3007              NA            NA                 OT             Lev.
## 3008              NA            NA                 OT             Lev.
## 3009              NA            NA                 OT             Lev.
## 3010              NA            NA                 OT             Lev.
## 3011              NA            NA                 OT             Lev.
## 3012              NA            NA                 OT             Lev.
## 3013              NA            NA                 OT             Lev.
## 3014              NA            NA                 OT             Lev.
## 3015              NA            NA                 OT             Lev.
## 3016              NA            NA                 OT             Lev.
## 3017              NA            NA                 OT             Lev.
## 3018              NA            NA                 OT             Lev.
## 3019              NA            NA                 OT             Lev.
## 3020              NA            NA                 OT             Lev.
## 3021              NA            NA                 OT             Lev.
## 3022              NA            NA                 OT             Lev.
## 3023              NA            NA                 OT             Lev.
## 3024              NA            NA                 OT             Lev.
## 3025              NA            NA                 OT             Lev.
## 3026              NA            NA                 OT             Lev.
## 3027              NA            NA                 OT             Lev.
## 3028              NA            NA                 OT             Lev.
## 3029              NA            NA                 OT             Lev.
## 3030              NA            NA                 OT             Lev.
## 3031              NA            NA                 OT             Lev.
## 3032              NA            NA                 OT             Lev.
## 3033              NA            NA                 OT             Lev.
## 3034              NA            NA                 OT             Lev.
## 3035              NA            NA                 OT             Lev.
## 3036              NA            NA                 OT             Lev.
## 3037              NA            NA                 OT             Lev.
## 3038              NA            NA                 OT             Lev.
## 3039              NA            NA                 OT             Lev.
## 3040              NA            NA                 OT             Lev.
## 3041              NA            NA                 OT             Lev.
## 3042              NA            NA                 OT             Lev.
## 3043              NA            NA                 OT             Lev.
## 3044              NA            NA                 OT             Lev.
## 3045              NA            NA                 OT             Lev.
## 3046              NA            NA                 OT             Lev.
## 3047              NA            NA                 OT             Lev.
## 3048              NA            NA                 OT             Lev.
## 3049              NA            NA                 OT             Lev.
## 3050              NA            NA                 OT             Lev.
## 3051              NA            NA                 OT             Lev.
## 3052              NA            NA                 OT             Lev.
## 3053              NA            NA                 OT             Lev.
## 3054              NA            NA                 OT             Lev.
## 3055              NA            NA                 OT             Lev.
## 3056              NA            NA                 OT             Lev.
## 3057              NA            NA                 OT             Lev.
## 3058              NA            NA                 OT             Lev.
## 3059              NA            NA                 OT             Lev.
## 3060              NA            NA                 OT             Lev.
## 3061              NA            NA                 OT             Lev.
## 3062              NA            NA                 OT             Lev.
## 3063              NA            NA                 OT             Lev.
## 3064              NA            NA                 OT             Lev.
## 3065              NA            NA                 OT             Lev.
## 3066              NA            NA                 OT             Lev.
## 3067              NA            NA                 OT             Lev.
## 3068              NA            NA                 OT             Lev.
## 3069              NA            NA                 OT             Lev.
## 3070              NA            NA                 OT             Lev.
## 3071              NA            NA                 OT             Lev.
## 3072              NA            NA                 OT             Lev.
## 3073              NA            NA                 OT             Lev.
## 3074              NA            NA                 OT             Lev.
## 3075              NA            NA                 OT             Lev.
## 3076              NA            NA                 OT             Lev.
## 3077              NA            NA                 OT             Lev.
## 3078              NA            NA                 OT             Lev.
## 3079              NA            NA                 OT             Lev.
## 3080              NA            NA                 OT             Lev.
## 3081              NA            NA                 OT             Lev.
## 3082              NA            NA                 OT             Lev.
## 3083              NA            NA                 OT             Lev.
## 3084              NA            NA                 OT             Lev.
## 3085              NA            NA                 OT             Lev.
## 3086              NA            NA                 OT             Lev.
## 3087              NA            NA                 OT             Lev.
## 3088              NA            NA                 OT             Lev.
## 3089              NA            NA                 OT             Lev.
## 3090              NA            NA                 OT             Lev.
## 3091              NA            NA                 OT             Lev.
## 3092              NA            NA                 OT             Lev.
## 3093              NA            NA                 OT             Lev.
## 3094              NA            NA                 OT             Lev.
## 3095              NA            NA                 OT             Lev.
## 3096              NA            NA                 OT             Lev.
## 3097              NA            NA                 OT             Lev.
## 3098              NA            NA                 OT             Lev.
## 3099              NA            NA                 OT             Lev.
## 3100              NA            NA                 OT             Lev.
## 3101              NA            NA                 OT             Lev.
## 3102              NA            NA                 OT             Lev.
## 3103              NA            NA                 OT             Lev.
## 3104              NA            NA                 OT             Lev.
## 3105              NA            NA                 OT             Lev.
## 3106              NA            NA                 OT             Lev.
## 3107              NA            NA                 OT             Lev.
## 3108              NA            NA                 OT             Lev.
## 3109              NA            NA                 OT             Lev.
## 3110              NA            NA                 OT             Lev.
## 3111              NA            NA                 OT             Lev.
## 3112              NA            NA                 OT             Lev.
## 3113              NA            NA                 OT             Lev.
## 3114              NA            NA                 OT             Lev.
## 3115              NA            NA                 OT             Lev.
## 3116              NA            NA                 OT             Lev.
## 3117              NA            NA                 OT             Lev.
## 3118              NA            NA                 OT             Lev.
## 3119              NA            NA                 OT             Lev.
## 3120              NA            NA                 OT             Lev.
## 3121              NA            NA                 OT             Lev.
## 3122              NA            NA                 OT             Lev.
## 3123              NA            NA                 OT             Lev.
## 3124              NA            NA                 OT             Lev.
## 3125              NA            NA                 OT             Lev.
## 3126              NA            NA                 OT             Lev.
## 3127              NA            NA                 OT             Lev.
## 3128              NA            NA                 OT             Lev.
## 3129              NA            NA                 OT             Lev.
## 3130              NA            NA                 OT             Lev.
## 3131              NA            NA                 OT             Lev.
## 3132              NA            NA                 OT             Lev.
## 3133              NA            NA                 OT             Lev.
## 3134              NA            NA                 OT             Lev.
## 3135              NA            NA                 OT             Lev.
## 3136              NA            NA                 OT             Lev.
## 3137              NA            NA                 OT             Lev.
## 3138              NA            NA                 OT             Lev.
## 3139              NA            NA                 OT             Lev.
## 3140              NA            NA                 OT             Lev.
## 3141              NA            NA                 OT             Lev.
## 3142              NA            NA                 OT             Lev.
## 3143              NA            NA                 OT             Lev.
## 3144              NA            NA                 OT             Lev.
## 3145              NA            NA                 OT             Lev.
## 3146              NA            NA                 OT             Lev.
## 3147              NA            NA                 OT             Lev.
## 3148              NA            NA                 OT             Lev.
## 3149              NA            NA                 OT             Lev.
## 3150              NA            NA                 OT             Lev.
## 3151              NA            NA                 OT             Lev.
## 3152              NA            NA                 OT             Lev.
## 3153              NA            NA                 OT             Lev.
## 3154              NA            NA                 OT             Lev.
## 3155              NA            NA                 OT             Lev.
## 3156              NA            NA                 OT             Lev.
## 3157              NA            NA                 OT             Lev.
## 3158              NA            NA                 OT             Lev.
## 3159              NA            NA                 OT             Lev.
## 3160              NA            NA                 OT             Lev.
## 3161              NA            NA                 OT             Lev.
## 3162              NA            NA                 OT             Lev.
## 3163              NA            NA                 OT             Lev.
## 3164              NA            NA                 OT             Lev.
## 3165              NA            NA                 OT             Lev.
## 3166              NA            NA                 OT             Lev.
## 3167              NA            NA                 OT             Lev.
## 3168              NA            NA                 OT             Lev.
## 3169              NA            NA                 OT             Lev.
## 3170              NA            NA                 OT             Lev.
## 3171              NA            NA                 OT             Lev.
## 3172              NA            NA                 OT             Lev.
## 3173              NA            NA                 OT             Lev.
## 3174              NA            NA                 OT             Lev.
## 3175              NA            NA                 OT             Lev.
## 3176              NA            NA                 OT             Lev.
## 3177              NA            NA                 OT             Lev.
## 3178              NA            NA                 OT             Lev.
## 3179              NA            NA                 OT             Lev.
## 3180              NA            NA                 OT             Lev.
## 3181              NA            NA                 OT             Lev.
## 3182              NA            NA                 OT             Lev.
## 3183              NA            NA                 OT             Lev.
## 3184              NA            NA                 OT             Lev.
## 3185              NA            NA                 OT             Lev.
## 3186              NA            NA                 OT             Lev.
## 3187              NA            NA                 OT             Lev.
## 3188              NA            NA                 OT             Lev.
## 3189              NA            NA                 OT             Lev.
## 3190              NA            NA                 OT             Lev.
## 3191              NA            NA                 OT             Lev.
## 3192              NA            NA                 OT             Lev.
## 3193              NA            NA                 OT             Lev.
## 3194              NA            NA                 OT             Lev.
## 3195              NA            NA                 OT             Lev.
## 3196              NA            NA                 OT             Lev.
## 3197              NA            NA                 OT             Lev.
## 3198              NA            NA                 OT             Lev.
## 3199              NA            NA                 OT             Lev.
## 3200              NA            NA                 OT             Lev.
## 3201              NA            NA                 OT             Lev.
## 3202              NA            NA                 OT             Lev.
## 3203              NA            NA                 OT             Lev.
## 3204              NA            NA                 OT             Lev.
## 3205              NA            NA                 OT             Lev.
## 3206              NA            NA                 OT             Lev.
## 3207              NA            NA                 OT             Lev.
## 3208              NA            NA                 OT             Lev.
## 3209              NA            NA                 OT             Lev.
## 3210              NA            NA                 OT             Lev.
## 3211              NA            NA                 OT             Lev.
## 3212              NA            NA                 OT             Lev.
## 3213              NA            NA                 OT             Lev.
## 3214              NA            NA                 OT             Lev.
## 3215              NA            NA                 OT             Lev.
## 3216              NA            NA                 OT             Lev.
## 3217              NA            NA                 OT             Lev.
## 3218              NA            NA                 OT             Lev.
## 3219              NA            NA                 OT             Lev.
## 3220              NA            NA                 OT             Lev.
## 3221              NA            NA                 OT             Lev.
## 3222              NA            NA                 OT             Lev.
## 3223              NA            NA                 OT             Lev.
## 3224              NA            NA                 OT             Lev.
## 3225              NA            NA                 OT             Lev.
## 3226              NA            NA                 OT             Lev.
## 3227              NA            NA                 OT             Lev.
## 3228              NA            NA                 OT             Lev.
## 3229              NA            NA                 OT             Lev.
## 3230              NA            NA                 OT             Lev.
## 3231              NA            NA                 OT             Lev.
## 3232              NA            NA                 OT             Lev.
## 3233              NA            NA                 OT             Lev.
## 3234              NA            NA                 OT             Lev.
## 3235              NA            NA                 OT             Lev.
## 3236              NA            NA                 OT             Lev.
## 3237              NA            NA                 OT             Lev.
## 3238              NA            NA                 OT             Lev.
## 3239              NA            NA                 OT             Lev.
## 3240              NA            NA                 OT             Lev.
## 3241              NA            NA                 OT             Lev.
## 3242              NA            NA                 OT             Lev.
## 3243              NA            NA                 OT             Lev.
## 3244              NA            NA                 OT             Lev.
## 3245              NA            NA                 OT             Lev.
## 3246              NA            NA                 OT             Lev.
## 3247              NA            NA                 OT             Lev.
## 3248              NA            NA                 OT             Lev.
## 3249              NA            NA                 OT             Lev.
## 3250              NA            NA                 OT             Lev.
## 3251              NA            NA                 OT             Lev.
## 3252              NA            NA                 OT             Lev.
## 3253              NA            NA                 OT             Lev.
## 3254              NA            NA                 OT             Lev.
## 3255              NA            NA                 OT             Lev.
## 3256              NA            NA                 OT             Lev.
## 3257              NA            NA                 OT             Lev.
## 3258              NA            NA                 OT             Lev.
## 3259              NA            NA                 OT             Lev.
## 3260              NA            NA                 OT             Lev.
## 3261              NA            NA                 OT             Lev.
## 3262              NA            NA                 OT             Lev.
## 3263              NA            NA                 OT             Lev.
## 3264              NA            NA                 OT             Lev.
## 3265              NA            NA                 OT             Lev.
## 3266              NA            NA                 OT             Lev.
## 3267              NA            NA                 OT             Lev.
## 3268              NA            NA                 OT             Lev.
## 3269              NA            NA                 OT             Lev.
## 3270              NA            NA                 OT             Lev.
## 3271              NA            NA                 OT             Lev.
## 3272              NA            NA                 OT             Lev.
## 3273              NA            NA                 OT             Lev.
## 3274              NA            NA                 OT             Lev.
## 3275              NA            NA                 OT             Lev.
## 3276              NA            NA                 OT             Lev.
## 3277              NA            NA                 OT             Lev.
## 3278              NA            NA                 OT             Lev.
## 3279              NA            NA                 OT             Lev.
## 3280              NA            NA                 OT             Lev.
## 3281              NA            NA                 OT             Lev.
## 3282              NA            NA                 OT             Lev.
## 3283              NA            NA                 OT             Lev.
## 3284              NA            NA                 OT             Lev.
## 3285              NA            NA                 OT             Lev.
## 3286              NA            NA                 OT             Lev.
## 3287              NA            NA                 OT             Lev.
## 3288              NA            NA                 OT             Lev.
## 3289              NA            NA                 OT             Lev.
## 3290              NA            NA                 OT             Lev.
## 3291              NA            NA                 OT             Lev.
## 3292              NA            NA                 OT             Lev.
## 3293              NA            NA                 OT             Lev.
## 3294              NA            NA                 OT             Lev.
## 3295              NA            NA                 OT             Lev.
## 3296              NA            NA                 OT             Lev.
## 3297              NA            NA                 OT             Lev.
## 3298              NA            NA                 OT             Lev.
## 3299              NA            NA                 OT             Lev.
## 3300              NA            NA                 OT             Lev.
## 3301              NA            NA                 OT             Lev.
## 3302              NA            NA                 OT             Lev.
## 3303              NA            NA                 OT             Lev.
## 3304              NA            NA                 OT             Lev.
## 3305              NA            NA                 OT             Lev.
## 3306              NA            NA                 OT             Lev.
## 3307              NA            NA                 OT             Lev.
## 3308              NA            NA                 OT             Lev.
## 3309              NA            NA                 OT             Lev.
## 3310              NA            NA                 OT             Lev.
## 3311              NA            NA                 OT             Lev.
## 3312              NA            NA                 OT             Lev.
## 3313              NA            NA                 OT             Lev.
## 3314              NA            NA                 OT             Lev.
## 3315              NA            NA                 OT             Lev.
## 3316              NA            NA                 OT             Lev.
## 3317              NA            NA                 OT             Lev.
## 3318              NA            NA                 OT             Lev.
## 3319              NA            NA                 OT             Lev.
## 3320              NA            NA                 OT             Lev.
## 3321              NA            NA                 OT             Lev.
## 3322              NA            NA                 OT             Lev.
## 3323              NA            NA                 OT             Lev.
## 3324              NA            NA                 OT             Lev.
## 3325              NA            NA                 OT             Lev.
## 3326              NA            NA                 OT             Lev.
## 3327              NA            NA                 OT             Lev.
## 3328              NA            NA                 OT             Lev.
## 3329              NA            NA                 OT             Lev.
## 3330              NA            NA                 OT             Lev.
## 3331              NA            NA                 OT             Lev.
## 3332              NA            NA                 OT             Lev.
## 3333              NA            NA                 OT             Lev.
## 3334              NA            NA                 OT             Lev.
## 3335              NA            NA                 OT             Lev.
## 3336              NA            NA                 OT             Lev.
## 3337              NA            NA                 OT             Lev.
## 3338              NA            NA                 OT             Lev.
## 3339              NA            NA                 OT             Lev.
## 3340              NA            NA                 OT             Lev.
## 3341              NA            NA                 OT             Lev.
## 3342              NA            NA                 OT             Lev.
## 3343              NA            NA                 OT             Lev.
## 3344              NA            NA                 OT             Lev.
## 3345              NA            NA                 OT             Lev.
## 3346              NA            NA                 OT             Lev.
## 3347              NA            NA                 OT             Lev.
## 3348              NA            NA                 OT             Lev.
## 3349              NA            NA                 OT             Lev.
## 3350              NA            NA                 OT             Lev.
## 3351              NA            NA                 OT             Lev.
## 3352              NA            NA                 OT             Lev.
## 3353              NA            NA                 OT             Lev.
## 3354              NA            NA                 OT             Lev.
## 3355              NA            NA                 OT             Lev.
## 3356              NA            NA                 OT             Lev.
## 3357              NA            NA                 OT             Lev.
## 3358              NA            NA                 OT             Lev.
## 3359              NA            NA                 OT             Lev.
## 3360              NA            NA                 OT             Lev.
## 3361              NA            NA                 OT             Lev.
## 3362              NA            NA                 OT             Lev.
## 3363              NA            NA                 OT             Lev.
## 3364              NA            NA                 OT             Lev.
## 3365              NA            NA                 OT             Lev.
## 3366              NA            NA                 OT             Lev.
## 3367              NA            NA                 OT             Lev.
## 3368              NA            NA                 OT             Lev.
## 3369              NA            NA                 OT             Lev.
## 3370              NA            NA                 OT             Lev.
## 3371              NA            NA                 OT             Lev.
## 3372              NA            NA                 OT             Lev.
## 3373              NA            NA                 OT             Lev.
## 3374              NA            NA                 OT             Lev.
## 3375              NA            NA                 OT             Lev.
## 3376              NA            NA                 OT             Lev.
## 3377              NA            NA                 OT             Lev.
## 3378              NA            NA                 OT             Lev.
## 3379              NA            NA                 OT             Lev.
## 3380              NA            NA                 OT             Lev.
## 3381              NA            NA                 OT             Lev.
## 3382              NA            NA                 OT             Lev.
## 3383              NA            NA                 OT             Lev.
## 3384              NA            NA                 OT             Lev.
## 3385              NA            NA                 OT             Lev.
## 3386              NA            NA                 OT             Lev.
## 3387              NA            NA                 OT             Lev.
## 3388              NA            NA                 OT             Lev.
## 3389              NA            NA                 OT             Lev.
## 3390              NA            NA                 OT             Lev.
## 3391              NA            NA                 OT             Lev.
## 3392              NA            NA                 OT             Lev.
## 3393              NA            NA                 OT             Lev.
## 3394              NA            NA                 OT             Lev.
## 3395              NA            NA                 OT             Lev.
## 3396              NA            NA                 OT             Lev.
## 3397              NA            NA                 OT             Lev.
## 3398              NA            NA                 OT             Lev.
## 3399              NA            NA                 OT             Lev.
## 3400              NA            NA                 OT             Lev.
## 3401              NA            NA                 OT             Lev.
## 3402              NA            NA                 OT             Lev.
## 3403              NA            NA                 OT             Lev.
## 3404              NA            NA                 OT             Lev.
## 3405              NA            NA                 OT             Lev.
## 3406              NA            NA                 OT             Lev.
## 3407              NA            NA                 OT             Lev.
## 3408              NA            NA                 OT             Lev.
## 3409              NA            NA                 OT             Lev.
## 3410              NA            NA                 OT             Lev.
## 3411              NA            NA                 OT             Lev.
## 3412              NA            NA                 OT             Lev.
## 3413              NA            NA                 OT             Lev.
## 3414              NA            NA                 OT             Lev.
## 3415              NA            NA                 OT             Lev.
## 3416              NA            NA                 OT             Lev.
## 3417              NA            NA                 OT             Lev.
## 3418              NA            NA                 OT             Lev.
## 3419              NA            NA                 OT             Lev.
## 3420              NA            NA                 OT             Lev.
## 3421              NA            NA                 OT             Lev.
## 3422              NA            NA                 OT             Lev.
## 3423              NA            NA                 OT             Lev.
## 3424              NA            NA                 OT             Lev.
## 3425              NA            NA                 OT             Lev.
## 3426              NA            NA                 OT             Lev.
## 3427              NA            NA                 OT             Lev.
## 3428              NA            NA                 OT             Lev.
## 3429              NA            NA                 OT             Lev.
## 3430              NA            NA                 OT             Lev.
## 3431              NA            NA                 OT             Lev.
## 3432              NA            NA                 OT             Lev.
## 3433              NA            NA                 OT             Lev.
## 3434              NA            NA                 OT             Lev.
## 3435              NA            NA                 OT             Lev.
## 3436              NA            NA                 OT             Lev.
## 3437              NA            NA                 OT             Lev.
## 3438              NA            NA                 OT             Lev.
## 3439              NA            NA                 OT             Lev.
## 3440              NA            NA                 OT             Lev.
## 3441              NA            NA                 OT             Lev.
## 3442              NA            NA                 OT             Lev.
## 3443              NA            NA                 OT             Lev.
## 3444              NA            NA                 OT             Lev.
## 3445              NA            NA                 OT             Lev.
## 3446              NA            NA                 OT             Lev.
## 3447              NA            NA                 OT             Lev.
## 3448              NA            NA                 OT             Lev.
## 3449              NA            NA                 OT             Lev.
## 3450              NA            NA                 OT             Lev.
## 3451              NA            NA                 OT             Lev.
## 3452              NA            NA                 OT             Lev.
## 3453              NA            NA                 OT             Lev.
## 3454              NA            NA                 OT             Lev.
## 3455              NA            NA                 OT             Lev.
## 3456              NA            NA                 OT             Lev.
## 3457              NA            NA                 OT             Lev.
## 3458              NA            NA                 OT             Lev.
## 3459              NA            NA                 OT             Lev.
## 3460              NA            NA                 OT             Lev.
## 3461              NA            NA                 OT             Lev.
## 3462              NA            NA                 OT             Lev.
## 3463              NA            NA                 OT             Lev.
## 3464              NA            NA                 OT             Lev.
## 3465              NA            NA                 OT             Lev.
## 3466              NA            NA                 OT             Lev.
## 3467              NA            NA                 OT             Lev.
## 3468              NA            NA                 OT             Lev.
## 3469              NA            NA                 OT             Lev.
## 3470              NA            NA                 OT             Lev.
## 3471              NA            NA                 OT             Lev.
## 3472              NA            NA                 OT             Lev.
## 3473              NA            NA                 OT             Lev.
## 3474              NA            NA                 OT             Lev.
## 3475              NA            NA                 OT             Lev.
## 3476              NA            NA                 OT             Lev.
## 3477              NA            NA                 OT             Lev.
## 3478              NA            NA                 OT             Lev.
## 3479              NA            NA                 OT             Lev.
## 3480              NA            NA                 OT             Lev.
## 3481              NA            NA                 OT             Lev.
## 3482              NA            NA                 OT             Lev.
## 3483              NA            NA                 OT             Lev.
## 3484              NA            NA                 OT             Lev.
## 3485              NA            NA                 OT             Lev.
## 3486              NA            NA                 OT             Lev.
## 3487              NA            NA                 OT             Lev.
## 3488              NA            NA                 OT             Lev.
## 3489              NA            NA                 OT             Lev.
## 3490              NA            NA                 OT             Lev.
## 3491              NA            NA                 OT             Lev.
## 3492              NA            NA                 OT             Lev.
## 3493              NA            NA                 OT             Lev.
## 3494              NA            NA                 OT             Lev.
## 3495              NA            NA                 OT             Lev.
## 3496              NA            NA                 OT             Lev.
## 3497              NA            NA                 OT             Lev.
## 3498              NA            NA                 OT             Lev.
## 3499              NA            NA                 OT             Lev.
## 3500              NA            NA                 OT             Lev.
## 3501              NA            NA                 OT             Lev.
## 3502              NA            NA                 OT             Lev.
## 3503              NA            NA                 OT             Lev.
## 3504              NA            NA                 OT             Lev.
## 3505              NA            NA                 OT             Lev.
## 3506              NA            NA                 OT             Lev.
## 3507              NA            NA                 OT             Lev.
## 3508              NA            NA                 OT             Lev.
## 3509              NA            NA                 OT             Lev.
## 3510              NA            NA                 OT             Lev.
## 3511              NA            NA                 OT             Lev.
## 3512              NA            NA                 OT             Lev.
## 3513              NA            NA                 OT             Lev.
## 3514              NA            NA                 OT             Lev.
## 3515              NA            NA                 OT             Lev.
## 3516              NA            NA                 OT             Lev.
## 3517              NA            NA                 OT             Lev.
## 3518              NA            NA                 OT             Lev.
## 3519              NA            NA                 OT             Lev.
## 3520              NA            NA                 OT             Lev.
## 3521              NA            NA                 OT             Lev.
## 3522              NA            NA                 OT             Lev.
## 3523              NA            NA                 OT             Lev.
## 3524              NA            NA                 OT             Lev.
## 3525              NA            NA                 OT             Lev.
## 3526              NA            NA                 OT             Lev.
## 3527              NA            NA                 OT             Lev.
## 3528              NA            NA                 OT             Lev.
## 3529              NA            NA                 OT             Lev.
## 3530              NA            NA                 OT             Lev.
## 3531              NA            NA                 OT             Lev.
## 3532              NA            NA                 OT             Lev.
## 3533              NA            NA                 OT             Lev.
## 3534              NA            NA                 OT             Lev.
## 3535              NA            NA                 OT             Lev.
## 3536              NA            NA                 OT             Lev.
## 3537              NA            NA                 OT             Lev.
## 3538              NA            NA                 OT             Lev.
## 3539              NA            NA                 OT             Lev.
## 3540              NA            NA                 OT             Lev.
## 3541              NA            NA                 OT             Lev.
## 3542              NA            NA                 OT             Lev.
## 3543              NA            NA                 OT             Lev.
## 3544              NA            NA                 OT             Lev.
## 3545              NA            NA                 OT             Lev.
## 3546              NA            NA                 OT             Lev.
## 3547              NA            NA                 OT             Lev.
## 3548              NA            NA                 OT             Lev.
## 3549              NA            NA                 OT             Lev.
## 3550              NA            NA                 OT             Lev.
## 3551              NA            NA                 OT             Lev.
## 3552              NA            NA                 OT             Lev.
## 3553              NA            NA                 OT             Lev.
## 3554              NA            NA                 OT             Lev.
## 3555              NA            NA                 OT             Lev.
## 3556              NA            NA                 OT             Lev.
## 3557              NA            NA                 OT             Lev.
## 3558              NA            NA                 OT             Lev.
## 3559              NA            NA                 OT             Lev.
## 3560              NA            NA                 OT             Lev.
## 3561              NA            NA                 OT             Lev.
## 3562              NA            NA                 OT             Lev.
## 3563              NA            NA                 OT             Lev.
## 3564              NA            NA                 OT             Lev.
## 3565              NA            NA                 OT             Lev.
## 3566              NA            NA                 OT             Lev.
## 3567              NA            NA                 OT             Lev.
## 3568              NA            NA                 OT             Lev.
## 3569              NA            NA                 OT             Lev.
## 3570              NA            NA                 OT             Lev.
## 3571              NA            NA                 OT             Lev.
## 3572              NA            NA                 OT             Lev.
## 3573              NA            NA                 OT             Lev.
## 3574              NA            NA                 OT             Lev.
## 3575              NA            NA                 OT             Lev.
## 3576              NA            NA                 OT             Lev.
## 3577              NA            NA                 OT             Lev.
## 3578              NA            NA                 OT             Lev.
## 3579              NA            NA                 OT             Lev.
## 3580              NA            NA                 OT             Lev.
## 3581              NA            NA                 OT             Lev.
## 3582              NA            NA                 OT             Lev.
## 3583              NA            NA                 OT             Lev.
## 3584              NA            NA                 OT             Lev.
## 3585              NA            NA                 OT             Lev.
## 3586              NA            NA                 OT             Lev.
## 3587              NA            NA                 OT             Lev.
## 3588              NA            NA                 OT             Lev.
## 3589              NA            NA                 OT             Lev.
## 3590              NA            NA                 OT             Lev.
## 3591              NA            NA                 OT             Lev.
## 3592              NA            NA                 OT             Lev.
## 3593              NA            NA                 OT             Lev.
## 3594              NA            NA                 OT             Lev.
## 3595              NA            NA                 OT             Lev.
## 3596              NA            NA                 OT             Lev.
## 3597              NA            NA                 OT             Lev.
## 3598              NA            NA                 OT             Lev.
## 3599              NA            NA                 OT             Lev.
## 3600              NA            NA                 OT             Lev.
## 3601              NA            NA                 OT             Lev.
## 3602              NA            NA                 OT             Lev.
## 3603              NA            NA                 OT             Lev.
## 3604              NA            NA                 OT             Lev.
## 3605              NA            NA                 OT             Lev.
## 3606              NA            NA                 OT             Num.
## 3607              NA            NA                 OT             Num.
## 3608              NA            NA                 OT             Num.
## 3609              NA            NA                 OT             Num.
## 3610              NA            NA                 OT             Num.
## 3611              NA            NA                 OT             Num.
## 3612              NA            NA                 OT             Num.
## 3613              NA            NA                 OT             Num.
## 3614              NA            NA                 OT             Num.
## 3615              NA            NA                 OT             Num.
## 3616              NA            NA                 OT             Num.
## 3617              NA            NA                 OT             Num.
## 3618              NA            NA                 OT             Num.
## 3619              NA            NA                 OT             Num.
## 3620              NA            NA                 OT             Num.
## 3621              NA            NA                 OT             Num.
## 3622              NA            NA                 OT             Num.
## 3623              NA            NA                 OT             Num.
## 3624              NA            NA                 OT             Num.
## 3625              NA            NA                 OT             Num.
## 3626              NA            NA                 OT             Num.
## 3627              NA            NA                 OT             Num.
## 3628              NA            NA                 OT             Num.
## 3629              NA            NA                 OT             Num.
## 3630              NA            NA                 OT             Num.
## 3631              NA            NA                 OT             Num.
## 3632              NA            NA                 OT             Num.
## 3633              NA            NA                 OT             Num.
## 3634              NA            NA                 OT             Num.
## 3635              NA            NA                 OT             Num.
## 3636              NA            NA                 OT             Num.
## 3637              NA            NA                 OT             Num.
## 3638              NA            NA                 OT             Num.
## 3639              NA            NA                 OT             Num.
## 3640              NA            NA                 OT             Num.
## 3641              NA            NA                 OT             Num.
## 3642              NA            NA                 OT             Num.
## 3643              NA            NA                 OT             Num.
## 3644              NA            NA                 OT             Num.
## 3645              NA            NA                 OT             Num.
## 3646              NA            NA                 OT             Num.
## 3647              NA            NA                 OT             Num.
## 3648              NA            NA                 OT             Num.
## 3649              NA            NA                 OT             Num.
## 3650              NA            NA                 OT             Num.
## 3651              NA            NA                 OT             Num.
## 3652              NA            NA                 OT             Num.
## 3653              NA            NA                 OT             Num.
## 3654              NA            NA                 OT             Num.
## 3655              NA            NA                 OT             Num.
## 3656              NA            NA                 OT             Num.
## 3657              NA            NA                 OT             Num.
## 3658              NA            NA                 OT             Num.
## 3659              NA            NA                 OT             Num.
## 3660              NA            NA                 OT             Num.
## 3661              NA            NA                 OT             Num.
## 3662              NA            NA                 OT             Num.
## 3663              NA            NA                 OT             Num.
## 3664              NA            NA                 OT             Num.
## 3665              NA            NA                 OT             Num.
## 3666              NA            NA                 OT             Num.
## 3667              NA            NA                 OT             Num.
## 3668              NA            NA                 OT             Num.
## 3669              NA            NA                 OT             Num.
## 3670              NA            NA                 OT             Num.
## 3671              NA            NA                 OT             Num.
## 3672              NA            NA                 OT             Num.
## 3673              NA            NA                 OT             Num.
## 3674              NA            NA                 OT             Num.
## 3675              NA            NA                 OT             Num.
## 3676              NA            NA                 OT             Num.
## 3677              NA            NA                 OT             Num.
## 3678              NA            NA                 OT             Num.
## 3679              NA            NA                 OT             Num.
## 3680              NA            NA                 OT             Num.
## 3681              NA            NA                 OT             Num.
## 3682              NA            NA                 OT             Num.
## 3683              NA            NA                 OT             Num.
## 3684              NA            NA                 OT             Num.
## 3685              NA            NA                 OT             Num.
## 3686              NA            NA                 OT             Num.
## 3687              NA            NA                 OT             Num.
## 3688              NA            NA                 OT             Num.
## 3689              NA            NA                 OT             Num.
## 3690              NA            NA                 OT             Num.
## 3691              NA            NA                 OT             Num.
## 3692              NA            NA                 OT             Num.
## 3693              NA            NA                 OT             Num.
## 3694              NA            NA                 OT             Num.
## 3695              NA            NA                 OT             Num.
## 3696              NA            NA                 OT             Num.
## 3697              NA            NA                 OT             Num.
## 3698              NA            NA                 OT             Num.
## 3699              NA            NA                 OT             Num.
## 3700              NA            NA                 OT             Num.
## 3701              NA            NA                 OT             Num.
## 3702              NA            NA                 OT             Num.
## 3703              NA            NA                 OT             Num.
## 3704              NA            NA                 OT             Num.
## 3705              NA            NA                 OT             Num.
## 3706              NA            NA                 OT             Num.
## 3707              NA            NA                 OT             Num.
## 3708              NA            NA                 OT             Num.
## 3709              NA            NA                 OT             Num.
## 3710              NA            NA                 OT             Num.
## 3711              NA            NA                 OT             Num.
## 3712              NA            NA                 OT             Num.
## 3713              NA            NA                 OT             Num.
## 3714              NA            NA                 OT             Num.
## 3715              NA            NA                 OT             Num.
## 3716              NA            NA                 OT             Num.
## 3717              NA            NA                 OT             Num.
## 3718              NA            NA                 OT             Num.
## 3719              NA            NA                 OT             Num.
## 3720              NA            NA                 OT             Num.
## 3721              NA            NA                 OT             Num.
## 3722              NA            NA                 OT             Num.
## 3723              NA            NA                 OT             Num.
## 3724              NA            NA                 OT             Num.
## 3725              NA            NA                 OT             Num.
## 3726              NA            NA                 OT             Num.
## 3727              NA            NA                 OT             Num.
## 3728              NA            NA                 OT             Num.
## 3729              NA            NA                 OT             Num.
## 3730              NA            NA                 OT             Num.
## 3731              NA            NA                 OT             Num.
## 3732              NA            NA                 OT             Num.
## 3733              NA            NA                 OT             Num.
## 3734              NA            NA                 OT             Num.
## 3735              NA            NA                 OT             Num.
## 3736              NA            NA                 OT             Num.
## 3737              NA            NA                 OT             Num.
## 3738              NA            NA                 OT             Num.
## 3739              NA            NA                 OT             Num.
## 3740              NA            NA                 OT             Num.
## 3741              NA            NA                 OT             Num.
## 3742              NA            NA                 OT             Num.
## 3743              NA            NA                 OT             Num.
## 3744              NA            NA                 OT             Num.
## 3745              NA            NA                 OT             Num.
## 3746              NA            NA                 OT             Num.
## 3747              NA            NA                 OT             Num.
## 3748              NA            NA                 OT             Num.
## 3749              NA            NA                 OT             Num.
## 3750              NA            NA                 OT             Num.
## 3751              NA            NA                 OT             Num.
## 3752              NA            NA                 OT             Num.
## 3753              NA            NA                 OT             Num.
## 3754              NA            NA                 OT             Num.
## 3755              NA            NA                 OT             Num.
## 3756              NA            NA                 OT             Num.
## 3757              NA            NA                 OT             Num.
## 3758              NA            NA                 OT             Num.
## 3759              NA            NA                 OT             Num.
## 3760              NA            NA                 OT             Num.
## 3761              NA            NA                 OT             Num.
## 3762              NA            NA                 OT             Num.
## 3763              NA            NA                 OT             Num.
## 3764              NA            NA                 OT             Num.
## 3765              NA            NA                 OT             Num.
## 3766              NA            NA                 OT             Num.
## 3767              NA            NA                 OT             Num.
## 3768              NA            NA                 OT             Num.
## 3769              NA            NA                 OT             Num.
## 3770              NA            NA                 OT             Num.
## 3771              NA            NA                 OT             Num.
## 3772              NA            NA                 OT             Num.
## 3773              NA            NA                 OT             Num.
## 3774              NA            NA                 OT             Num.
## 3775              NA            NA                 OT             Num.
## 3776              NA            NA                 OT             Num.
## 3777              NA            NA                 OT             Num.
## 3778              NA            NA                 OT             Num.
## 3779              NA            NA                 OT             Num.
## 3780              NA            NA                 OT             Num.
## 3781              NA            NA                 OT             Num.
## 3782              NA            NA                 OT             Num.
## 3783              NA            NA                 OT             Num.
## 3784              NA            NA                 OT             Num.
## 3785              NA            NA                 OT             Num.
## 3786              NA            NA                 OT             Num.
## 3787              NA            NA                 OT             Num.
## 3788              NA            NA                 OT             Num.
## 3789              NA            NA                 OT             Num.
## 3790              NA            NA                 OT             Num.
## 3791              NA            NA                 OT             Num.
## 3792              NA            NA                 OT             Num.
## 3793              NA            NA                 OT             Num.
## 3794              NA            NA                 OT             Num.
## 3795              NA            NA                 OT             Num.
## 3796              NA            NA                 OT             Num.
## 3797              NA            NA                 OT             Num.
## 3798              NA            NA                 OT             Num.
## 3799              NA            NA                 OT             Num.
## 3800              NA            NA                 OT             Num.
## 3801              NA            NA                 OT             Num.
## 3802              NA            NA                 OT             Num.
## 3803              NA            NA                 OT             Num.
## 3804              NA            NA                 OT             Num.
## 3805              NA            NA                 OT             Num.
## 3806              NA            NA                 OT             Num.
## 3807              NA            NA                 OT             Num.
## 3808              NA            NA                 OT             Num.
## 3809              NA            NA                 OT             Num.
## 3810              NA            NA                 OT             Num.
## 3811              NA            NA                 OT             Num.
## 3812              NA            NA                 OT             Num.
## 3813              NA            NA                 OT             Num.
## 3814              NA            NA                 OT             Num.
## 3815              NA            NA                 OT             Num.
## 3816              NA            NA                 OT             Num.
## 3817              NA            NA                 OT             Num.
## 3818              NA            NA                 OT             Num.
## 3819              NA            NA                 OT             Num.
## 3820              NA            NA                 OT             Num.
## 3821              NA            NA                 OT             Num.
## 3822              NA            NA                 OT             Num.
## 3823              NA            NA                 OT             Num.
## 3824              NA            NA                 OT             Num.
## 3825              NA            NA                 OT             Num.
## 3826              NA            NA                 OT             Num.
## 3827              NA            NA                 OT             Num.
## 3828              NA            NA                 OT             Num.
## 3829              NA            NA                 OT             Num.
## 3830              NA            NA                 OT             Num.
## 3831              NA            NA                 OT             Num.
## 3832              NA            NA                 OT             Num.
## 3833              NA            NA                 OT             Num.
## 3834              NA            NA                 OT             Num.
## 3835              NA            NA                 OT             Num.
## 3836              NA            NA                 OT             Num.
## 3837              NA            NA                 OT             Num.
## 3838              NA            NA                 OT             Num.
## 3839              NA            NA                 OT             Num.
## 3840              NA            NA                 OT             Num.
## 3841              NA            NA                 OT             Num.
## 3842              NA            NA                 OT             Num.
## 3843              NA            NA                 OT             Num.
## 3844              NA            NA                 OT             Num.
## 3845              NA            NA                 OT             Num.
## 3846              NA            NA                 OT             Num.
## 3847              NA            NA                 OT             Num.
## 3848              NA            NA                 OT             Num.
## 3849              NA            NA                 OT             Num.
## 3850              NA            NA                 OT             Num.
## 3851              NA            NA                 OT             Num.
## 3852              NA            NA                 OT             Num.
## 3853              NA            NA                 OT             Num.
## 3854              NA            NA                 OT             Num.
## 3855              NA            NA                 OT             Num.
## 3856              NA            NA                 OT             Num.
## 3857              NA            NA                 OT             Num.
## 3858              NA            NA                 OT             Num.
## 3859              NA            NA                 OT             Num.
## 3860              NA            NA                 OT             Num.
## 3861              NA            NA                 OT             Num.
## 3862              NA            NA                 OT             Num.
## 3863              NA            NA                 OT             Num.
## 3864              NA            NA                 OT             Num.
## 3865              NA            NA                 OT             Num.
## 3866              NA            NA                 OT             Num.
## 3867              NA            NA                 OT             Num.
## 3868              NA            NA                 OT             Num.
## 3869              NA            NA                 OT             Num.
## 3870              NA            NA                 OT             Num.
## 3871              NA            NA                 OT             Num.
## 3872              NA            NA                 OT             Num.
## 3873              NA            NA                 OT             Num.
## 3874              NA            NA                 OT             Num.
## 3875              NA            NA                 OT             Num.
## 3876              NA            NA                 OT             Num.
## 3877              NA            NA                 OT             Num.
## 3878              NA            NA                 OT             Num.
## 3879              NA            NA                 OT             Num.
## 3880              NA            NA                 OT             Num.
## 3881              NA            NA                 OT             Num.
## 3882              NA            NA                 OT             Num.
## 3883              NA            NA                 OT             Num.
## 3884              NA            NA                 OT             Num.
## 3885              NA            NA                 OT             Num.
## 3886              NA            NA                 OT             Num.
## 3887              NA            NA                 OT             Num.
## 3888              NA            NA                 OT             Num.
## 3889              NA            NA                 OT             Num.
## 3890              NA            NA                 OT             Num.
## 3891              NA            NA                 OT             Num.
## 3892              NA            NA                 OT             Num.
## 3893              NA            NA                 OT             Num.
## 3894              NA            NA                 OT             Num.
## 3895              NA            NA                 OT             Num.
## 3896              NA            NA                 OT             Num.
## 3897              NA            NA                 OT             Num.
## 3898              NA            NA                 OT             Num.
## 3899              NA            NA                 OT             Num.
## 3900              NA            NA                 OT             Num.
## 3901              NA            NA                 OT             Num.
## 3902              NA            NA                 OT             Num.
## 3903              NA            NA                 OT             Num.
## 3904              NA            NA                 OT             Num.
## 3905              NA            NA                 OT             Num.
## 3906              NA            NA                 OT             Num.
## 3907              NA            NA                 OT             Num.
## 3908              NA            NA                 OT             Num.
## 3909              NA            NA                 OT             Num.
## 3910              NA            NA                 OT             Num.
## 3911              NA            NA                 OT             Num.
## 3912              NA            NA                 OT             Num.
## 3913              NA            NA                 OT             Num.
## 3914              NA            NA                 OT             Num.
## 3915              NA            NA                 OT             Num.
## 3916              NA            NA                 OT             Num.
## 3917              NA            NA                 OT             Num.
## 3918              NA            NA                 OT             Num.
## 3919              NA            NA                 OT             Num.
## 3920              NA            NA                 OT             Num.
## 3921              NA            NA                 OT             Num.
## 3922              NA            NA                 OT             Num.
## 3923              NA            NA                 OT             Num.
## 3924              NA            NA                 OT             Num.
## 3925              NA            NA                 OT             Num.
## 3926              NA            NA                 OT             Num.
## 3927              NA            NA                 OT             Num.
## 3928              NA            NA                 OT             Num.
## 3929              NA            NA                 OT             Num.
## 3930              NA            NA                 OT             Num.
## 3931              NA            NA                 OT             Num.
## 3932              NA            NA                 OT             Num.
## 3933              NA            NA                 OT             Num.
## 3934              NA            NA                 OT             Num.
## 3935              NA            NA                 OT             Num.
## 3936              NA            NA                 OT             Num.
## 3937              NA            NA                 OT             Num.
## 3938              NA            NA                 OT             Num.
## 3939              NA            NA                 OT             Num.
## 3940              NA            NA                 OT             Num.
## 3941              NA            NA                 OT             Num.
## 3942              NA            NA                 OT             Num.
## 3943              NA            NA                 OT             Num.
## 3944              NA            NA                 OT             Num.
## 3945              NA            NA                 OT             Num.
## 3946              NA            NA                 OT             Num.
## 3947              NA            NA                 OT             Num.
## 3948              NA            NA                 OT             Num.
## 3949              NA            NA                 OT             Num.
## 3950              NA            NA                 OT             Num.
## 3951              NA            NA                 OT             Num.
## 3952              NA            NA                 OT             Num.
## 3953              NA            NA                 OT             Num.
## 3954              NA            NA                 OT             Num.
## 3955              NA            NA                 OT             Num.
## 3956              NA            NA                 OT             Num.
## 3957              NA            NA                 OT             Num.
## 3958              NA            NA                 OT             Num.
## 3959              NA            NA                 OT             Num.
## 3960              NA            NA                 OT             Num.
## 3961              NA            NA                 OT             Num.
## 3962              NA            NA                 OT             Num.
## 3963              NA            NA                 OT             Num.
## 3964              NA            NA                 OT             Num.
## 3965              NA            NA                 OT             Num.
## 3966              NA            NA                 OT             Num.
## 3967              NA            NA                 OT             Num.
## 3968              NA            NA                 OT             Num.
## 3969              NA            NA                 OT             Num.
## 3970              NA            NA                 OT             Num.
## 3971              NA            NA                 OT             Num.
## 3972              NA            NA                 OT             Num.
## 3973              NA            NA                 OT             Num.
## 3974              NA            NA                 OT             Num.
## 3975              NA            NA                 OT             Num.
## 3976              NA            NA                 OT             Num.
## 3977              NA            NA                 OT             Num.
## 3978              NA            NA                 OT             Num.
## 3979              NA            NA                 OT             Num.
## 3980              NA            NA                 OT             Num.
## 3981              NA            NA                 OT             Num.
## 3982              NA            NA                 OT             Num.
## 3983              NA            NA                 OT             Num.
## 3984              NA            NA                 OT             Num.
## 3985              NA            NA                 OT             Num.
## 3986              NA            NA                 OT             Num.
## 3987              NA            NA                 OT             Num.
## 3988              NA            NA                 OT             Num.
## 3989              NA            NA                 OT             Num.
## 3990              NA            NA                 OT             Num.
## 3991              NA            NA                 OT             Num.
## 3992              NA            NA                 OT             Num.
## 3993              NA            NA                 OT             Num.
## 3994              NA            NA                 OT             Num.
## 3995              NA            NA                 OT             Num.
## 3996              NA            NA                 OT             Num.
## 3997              NA            NA                 OT             Num.
## 3998              NA            NA                 OT             Num.
## 3999              NA            NA                 OT             Num.
## 4000              NA            NA                 OT             Num.
## 4001              NA            NA                 OT             Num.
## 4002              NA            NA                 OT             Num.
## 4003              NA            NA                 OT             Num.
## 4004              NA            NA                 OT             Num.
## 4005              NA            NA                 OT             Num.
## 4006              NA            NA                 OT             Num.
## 4007              NA            NA                 OT             Num.
## 4008              NA            NA                 OT             Num.
## 4009              NA            NA                 OT             Num.
## 4010              NA            NA                 OT             Num.
## 4011              NA            NA                 OT             Num.
## 4012              NA            NA                 OT             Num.
## 4013              NA            NA                 OT             Num.
## 4014              NA            NA                 OT             Num.
## 4015              NA            NA                 OT             Num.
## 4016              NA            NA                 OT             Num.
## 4017              NA            NA                 OT             Num.
## 4018              NA            NA                 OT             Num.
## 4019              NA            NA                 OT             Num.
## 4020              NA            NA                 OT             Num.
## 4021              NA            NA                 OT             Num.
## 4022              NA            NA                 OT             Num.
## 4023              NA            NA                 OT             Num.
## 4024              NA            NA                 OT             Num.
## 4025              NA            NA                 OT             Num.
## 4026              NA            NA                 OT             Num.
## 4027              NA            NA                 OT             Num.
## 4028              NA            NA                 OT             Num.
## 4029              NA            NA                 OT             Num.
## 4030              NA            NA                 OT             Num.
## 4031              NA            NA                 OT             Num.
## 4032              NA            NA                 OT             Num.
## 4033              NA            NA                 OT             Num.
## 4034              NA            NA                 OT             Num.
## 4035              NA            NA                 OT             Num.
## 4036              NA            NA                 OT             Num.
## 4037              NA            NA                 OT             Num.
## 4038              NA            NA                 OT             Num.
## 4039              NA            NA                 OT             Num.
## 4040              NA            NA                 OT             Num.
## 4041              NA            NA                 OT             Num.
## 4042              NA            NA                 OT             Num.
## 4043              NA            NA                 OT             Num.
## 4044              NA            NA                 OT             Num.
## 4045              NA            NA                 OT             Num.
## 4046              NA            NA                 OT             Num.
## 4047              NA            NA                 OT             Num.
## 4048              NA            NA                 OT             Num.
## 4049              NA            NA                 OT             Num.
## 4050              NA            NA                 OT             Num.
## 4051              NA            NA                 OT             Num.
## 4052              NA            NA                 OT             Num.
## 4053              NA            NA                 OT             Num.
## 4054              NA            NA                 OT             Num.
## 4055              NA            NA                 OT             Num.
## 4056              NA            NA                 OT             Num.
## 4057              NA            NA                 OT             Num.
## 4058              NA            NA                 OT             Num.
## 4059              NA            NA                 OT             Num.
## 4060              NA            NA                 OT             Num.
## 4061              NA            NA                 OT             Num.
## 4062              NA            NA                 OT             Num.
## 4063              NA            NA                 OT             Num.
## 4064              NA            NA                 OT             Num.
## 4065              NA            NA                 OT             Num.
## 4066              NA            NA                 OT             Num.
## 4067              NA            NA                 OT             Num.
## 4068              NA            NA                 OT             Num.
## 4069              NA            NA                 OT             Num.
## 4070              NA            NA                 OT             Num.
## 4071              NA            NA                 OT             Num.
## 4072              NA            NA                 OT             Num.
## 4073              NA            NA                 OT             Num.
## 4074              NA            NA                 OT             Num.
## 4075              NA            NA                 OT             Num.
## 4076              NA            NA                 OT             Num.
## 4077              NA            NA                 OT             Num.
## 4078              NA            NA                 OT             Num.
## 4079              NA            NA                 OT             Num.
## 4080              NA            NA                 OT             Num.
## 4081              NA            NA                 OT             Num.
## 4082              NA            NA                 OT             Num.
## 4083              NA            NA                 OT             Num.
## 4084              NA            NA                 OT             Num.
## 4085              NA            NA                 OT             Num.
## 4086              NA            NA                 OT             Num.
## 4087              NA            NA                 OT             Num.
## 4088              NA            NA                 OT             Num.
## 4089              NA            NA                 OT             Num.
## 4090              NA            NA                 OT             Num.
## 4091              NA            NA                 OT             Num.
## 4092              NA            NA                 OT             Num.
## 4093              NA            NA                 OT             Num.
## 4094              NA            NA                 OT             Num.
## 4095              NA            NA                 OT             Num.
## 4096              NA            NA                 OT             Num.
## 4097              NA            NA                 OT             Num.
## 4098              NA            NA                 OT             Num.
## 4099              NA            NA                 OT             Num.
## 4100              NA            NA                 OT             Num.
## 4101              NA            NA                 OT             Num.
## 4102              NA            NA                 OT             Num.
## 4103              NA            NA                 OT             Num.
## 4104              NA            NA                 OT             Num.
## 4105              NA            NA                 OT             Num.
## 4106              NA            NA                 OT             Num.
## 4107              NA            NA                 OT             Num.
## 4108              NA            NA                 OT             Num.
## 4109              NA            NA                 OT             Num.
## 4110              NA            NA                 OT             Num.
## 4111              NA            NA                 OT             Num.
## 4112              NA            NA                 OT             Num.
## 4113              NA            NA                 OT             Num.
## 4114              NA            NA                 OT             Num.
## 4115              NA            NA                 OT             Num.
## 4116              NA            NA                 OT             Num.
## 4117              NA            NA                 OT             Num.
## 4118              NA            NA                 OT             Num.
## 4119              NA            NA                 OT             Num.
## 4120              NA            NA                 OT             Num.
## 4121              NA            NA                 OT             Num.
## 4122              NA            NA                 OT             Num.
## 4123              NA            NA                 OT             Num.
## 4124              NA            NA                 OT             Num.
## 4125              NA            NA                 OT             Num.
## 4126              NA            NA                 OT             Num.
## 4127              NA            NA                 OT             Num.
## 4128              NA            NA                 OT             Num.
## 4129              NA            NA                 OT             Num.
## 4130              NA            NA                 OT             Num.
## 4131              NA            NA                 OT             Num.
## 4132              NA            NA                 OT             Num.
## 4133              NA            NA                 OT             Num.
## 4134              NA            NA                 OT             Num.
## 4135              NA            NA                 OT             Num.
## 4136              NA            NA                 OT             Num.
## 4137              NA            NA                 OT             Num.
## 4138              NA            NA                 OT             Num.
## 4139              NA            NA                 OT             Num.
## 4140              NA            NA                 OT             Num.
## 4141              NA            NA                 OT             Num.
## 4142              NA            NA                 OT             Num.
## 4143              NA            NA                 OT             Num.
## 4144              NA            NA                 OT             Num.
## 4145              NA            NA                 OT             Num.
## 4146              NA            NA                 OT             Num.
## 4147              NA            NA                 OT             Num.
## 4148              NA            NA                 OT             Num.
## 4149              NA            NA                 OT             Num.
## 4150              NA            NA                 OT             Num.
## 4151              NA            NA                 OT             Num.
## 4152              NA            NA                 OT             Num.
## 4153              NA            NA                 OT             Num.
## 4154              NA            NA                 OT             Num.
## 4155              NA            NA                 OT             Num.
## 4156              NA            NA                 OT             Num.
## 4157              NA            NA                 OT             Num.
## 4158              NA            NA                 OT             Num.
## 4159              NA            NA                 OT             Num.
## 4160              NA            NA                 OT             Num.
## 4161              NA            NA                 OT             Num.
## 4162              NA            NA                 OT             Num.
## 4163              NA            NA                 OT             Num.
## 4164              NA            NA                 OT             Num.
## 4165              NA            NA                 OT             Num.
## 4166              NA            NA                 OT             Num.
## 4167              NA            NA                 OT             Num.
## 4168              NA            NA                 OT             Num.
## 4169              NA            NA                 OT             Num.
## 4170              NA            NA                 OT             Num.
## 4171              NA            NA                 OT             Num.
## 4172              NA            NA                 OT             Num.
## 4173              NA            NA                 OT             Num.
## 4174              NA            NA                 OT             Num.
## 4175              NA            NA                 OT             Num.
## 4176              NA            NA                 OT             Num.
## 4177              NA            NA                 OT             Num.
## 4178              NA            NA                 OT             Num.
## 4179              NA            NA                 OT             Num.
## 4180              NA            NA                 OT             Num.
## 4181              NA            NA                 OT             Num.
## 4182              NA            NA                 OT             Num.
## 4183              NA            NA                 OT             Num.
## 4184              NA            NA                 OT             Num.
## 4185              NA            NA                 OT             Num.
## 4186              NA            NA                 OT             Num.
## 4187              NA            NA                 OT             Num.
## 4188              NA            NA                 OT             Num.
## 4189              NA            NA                 OT             Num.
## 4190              NA            NA                 OT             Num.
## 4191              NA            NA                 OT             Num.
## 4192              NA            NA                 OT             Num.
## 4193              NA            NA                 OT             Num.
## 4194              NA            NA                 OT             Num.
## 4195              NA            NA                 OT             Num.
## 4196              NA            NA                 OT             Num.
## 4197              NA            NA                 OT             Num.
## 4198              NA            NA                 OT             Num.
## 4199              NA            NA                 OT             Num.
## 4200              NA            NA                 OT             Num.
## 4201              NA            NA                 OT             Num.
## 4202              NA            NA                 OT             Num.
## 4203              NA            NA                 OT             Num.
## 4204              NA            NA                 OT             Num.
## 4205              NA            NA                 OT             Num.
## 4206              NA            NA                 OT             Num.
## 4207              NA            NA                 OT             Num.
## 4208              NA            NA                 OT             Num.
## 4209              NA            NA                 OT             Num.
## 4210              NA            NA                 OT             Num.
## 4211              NA            NA                 OT             Num.
## 4212              NA            NA                 OT             Num.
## 4213              NA            NA                 OT             Num.
## 4214              NA            NA                 OT             Num.
## 4215              NA            NA                 OT             Num.
## 4216              NA            NA                 OT             Num.
## 4217              NA            NA                 OT             Num.
## 4218              NA            NA                 OT             Num.
## 4219              NA            NA                 OT             Num.
## 4220              NA            NA                 OT             Num.
## 4221              NA            NA                 OT             Num.
## 4222              NA            NA                 OT             Num.
## 4223              NA            NA                 OT             Num.
## 4224              NA            NA                 OT             Num.
## 4225              NA            NA                 OT             Num.
## 4226              NA            NA                 OT             Num.
## 4227              NA            NA                 OT             Num.
## 4228              NA            NA                 OT             Num.
## 4229              NA            NA                 OT             Num.
## 4230              NA            NA                 OT             Num.
## 4231              NA            NA                 OT             Num.
## 4232              NA            NA                 OT             Num.
## 4233              NA            NA                 OT             Num.
## 4234              NA            NA                 OT             Num.
## 4235              NA            NA                 OT             Num.
## 4236              NA            NA                 OT             Num.
## 4237              NA            NA                 OT             Num.
## 4238              NA            NA                 OT             Num.
## 4239              NA            NA                 OT             Num.
## 4240              NA            NA                 OT             Num.
## 4241              NA            NA                 OT             Num.
## 4242              NA            NA                 OT             Num.
## 4243              NA            NA                 OT             Num.
## 4244              NA            NA                 OT             Num.
## 4245              NA            NA                 OT             Num.
## 4246              NA            NA                 OT             Num.
## 4247              NA            NA                 OT             Num.
## 4248              NA            NA                 OT             Num.
## 4249              NA            NA                 OT             Num.
## 4250              NA            NA                 OT             Num.
## 4251              NA            NA                 OT             Num.
## 4252              NA            NA                 OT             Num.
## 4253              NA            NA                 OT             Num.
## 4254              NA            NA                 OT             Num.
## 4255              NA            NA                 OT             Num.
## 4256              NA            NA                 OT             Num.
## 4257              NA            NA                 OT             Num.
## 4258              NA            NA                 OT             Num.
## 4259              NA            NA                 OT             Num.
## 4260              NA            NA                 OT             Num.
## 4261              NA            NA                 OT             Num.
## 4262              NA            NA                 OT             Num.
## 4263              NA            NA                 OT             Num.
## 4264              NA            NA                 OT             Num.
## 4265              NA            NA                 OT             Num.
## 4266              NA            NA                 OT             Num.
## 4267              NA            NA                 OT             Num.
## 4268              NA            NA                 OT             Num.
## 4269              NA            NA                 OT             Num.
## 4270              NA            NA                 OT             Num.
## 4271              NA            NA                 OT             Num.
## 4272              NA            NA                 OT             Num.
## 4273              NA            NA                 OT             Num.
## 4274              NA            NA                 OT             Num.
## 4275              NA            NA                 OT             Num.
## 4276              NA            NA                 OT             Num.
## 4277              NA            NA                 OT             Num.
## 4278              NA            NA                 OT             Num.
## 4279              NA            NA                 OT             Num.
## 4280              NA            NA                 OT             Num.
## 4281              NA            NA                 OT             Num.
## 4282              NA            NA                 OT             Num.
## 4283              NA            NA                 OT             Num.
## 4284              NA            NA                 OT             Num.
## 4285              NA            NA                 OT             Num.
## 4286              NA            NA                 OT             Num.
## 4287              NA            NA                 OT             Num.
## 4288              NA            NA                 OT             Num.
## 4289              NA            NA                 OT             Num.
## 4290              NA            NA                 OT             Num.
## 4291              NA            NA                 OT             Num.
## 4292              NA            NA                 OT             Num.
## 4293              NA            NA                 OT             Num.
## 4294              NA            NA                 OT             Num.
## 4295              NA            NA                 OT             Num.
## 4296              NA            NA                 OT             Num.
## 4297              NA            NA                 OT             Num.
## 4298              NA            NA                 OT             Num.
## 4299              NA            NA                 OT             Num.
## 4300              NA            NA                 OT             Num.
## 4301              NA            NA                 OT             Num.
## 4302              NA            NA                 OT             Num.
## 4303              NA            NA                 OT             Num.
## 4304              NA            NA                 OT             Num.
## 4305              NA            NA                 OT             Num.
## 4306              NA            NA                 OT             Num.
## 4307              NA            NA                 OT             Num.
## 4308              NA            NA                 OT             Num.
## 4309              NA            NA                 OT             Num.
## 4310              NA            NA                 OT             Num.
## 4311              NA            NA                 OT             Num.
## 4312              NA            NA                 OT             Num.
## 4313              NA            NA                 OT             Num.
## 4314              NA            NA                 OT             Num.
## 4315              NA            NA                 OT             Num.
## 4316              NA            NA                 OT             Num.
## 4317              NA            NA                 OT             Num.
## 4318              NA            NA                 OT             Num.
## 4319              NA            NA                 OT             Num.
## 4320              NA            NA                 OT             Num.
## 4321              NA            NA                 OT             Num.
## 4322              NA            NA                 OT             Num.
## 4323              NA            NA                 OT             Num.
## 4324              NA            NA                 OT             Num.
## 4325              NA            NA                 OT             Num.
## 4326              NA            NA                 OT             Num.
## 4327              NA            NA                 OT             Num.
## 4328              NA            NA                 OT             Num.
## 4329              NA            NA                 OT             Num.
## 4330              NA            NA                 OT             Num.
## 4331              NA            NA                 OT             Num.
## 4332              NA            NA                 OT             Num.
## 4333              NA            NA                 OT             Num.
## 4334              NA            NA                 OT             Num.
## 4335              NA            NA                 OT             Num.
## 4336              NA            NA                 OT             Num.
## 4337              NA            NA                 OT             Num.
## 4338              NA            NA                 OT             Num.
## 4339              NA            NA                 OT             Num.
## 4340              NA            NA                 OT             Num.
## 4341              NA            NA                 OT             Num.
## 4342              NA            NA                 OT             Num.
## 4343              NA            NA                 OT             Num.
## 4344              NA            NA                 OT             Num.
## 4345              NA            NA                 OT             Num.
## 4346              NA            NA                 OT             Num.
## 4347              NA            NA                 OT             Num.
## 4348              NA            NA                 OT             Num.
## 4349              NA            NA                 OT             Num.
## 4350              NA            NA                 OT             Num.
## 4351              NA            NA                 OT             Num.
## 4352              NA            NA                 OT             Num.
## 4353              NA            NA                 OT             Num.
## 4354              NA            NA                 OT             Num.
## 4355              NA            NA                 OT             Num.
## 4356              NA            NA                 OT             Num.
## 4357              NA            NA                 OT             Num.
## 4358              NA            NA                 OT             Num.
## 4359              NA            NA                 OT             Num.
## 4360              NA            NA                 OT             Num.
## 4361              NA            NA                 OT             Num.
## 4362              NA            NA                 OT             Num.
## 4363              NA            NA                 OT             Num.
## 4364              NA            NA                 OT             Num.
## 4365              NA            NA                 OT             Num.
## 4366              NA            NA                 OT             Num.
## 4367              NA            NA                 OT             Num.
## 4368              NA            NA                 OT             Num.
## 4369              NA            NA                 OT             Num.
## 4370              NA            NA                 OT             Num.
## 4371              NA            NA                 OT             Num.
## 4372              NA            NA                 OT             Num.
## 4373              NA            NA                 OT             Num.
## 4374              NA            NA                 OT             Num.
## 4375              NA            NA                 OT             Num.
## 4376              NA            NA                 OT             Num.
## 4377              NA            NA                 OT             Num.
## 4378              NA            NA                 OT             Num.
## 4379              NA            NA                 OT             Num.
## 4380              NA            NA                 OT             Num.
## 4381              NA            NA                 OT             Num.
## 4382              NA            NA                 OT             Num.
## 4383              NA            NA                 OT             Num.
## 4384              NA            NA                 OT             Num.
## 4385              NA            NA                 OT             Num.
## 4386              NA            NA                 OT             Num.
## 4387              NA            NA                 OT             Num.
## 4388              NA            NA                 OT             Num.
## 4389              NA            NA                 OT             Num.
## 4390              NA            NA                 OT             Num.
## 4391              NA            NA                 OT             Num.
## 4392              NA            NA                 OT             Num.
## 4393              NA            NA                 OT             Num.
## 4394              NA            NA                 OT             Num.
## 4395              NA            NA                 OT             Num.
## 4396              NA            NA                 OT             Num.
## 4397              NA            NA                 OT             Num.
## 4398              NA            NA                 OT             Num.
## 4399              NA            NA                 OT             Num.
## 4400              NA            NA                 OT             Num.
## 4401              NA            NA                 OT             Num.
## 4402              NA            NA                 OT             Num.
## 4403              NA            NA                 OT             Num.
## 4404              NA            NA                 OT             Num.
## 4405              NA            NA                 OT             Num.
## 4406              NA            NA                 OT             Num.
## 4407              NA            NA                 OT             Num.
## 4408              NA            NA                 OT             Num.
## 4409              NA            NA                 OT             Num.
## 4410              NA            NA                 OT             Num.
## 4411              NA            NA                 OT             Num.
## 4412              NA            NA                 OT             Num.
## 4413              NA            NA                 OT             Num.
## 4414              NA            NA                 OT             Num.
## 4415              NA            NA                 OT             Num.
## 4416              NA            NA                 OT             Num.
## 4417              NA            NA                 OT             Num.
## 4418              NA            NA                 OT             Num.
## 4419              NA            NA                 OT             Num.
## 4420              NA            NA                 OT             Num.
## 4421              NA            NA                 OT             Num.
## 4422              NA            NA                 OT             Num.
## 4423              NA            NA                 OT             Num.
## 4424              NA            NA                 OT             Num.
## 4425              NA            NA                 OT             Num.
## 4426              NA            NA                 OT             Num.
## 4427              NA            NA                 OT             Num.
## 4428              NA            NA                 OT             Num.
## 4429              NA            NA                 OT             Num.
## 4430              NA            NA                 OT             Num.
## 4431              NA            NA                 OT             Num.
## 4432              NA            NA                 OT             Num.
## 4433              NA            NA                 OT             Num.
## 4434              NA            NA                 OT             Num.
## 4435              NA            NA                 OT             Num.
## 4436              NA            NA                 OT             Num.
## 4437              NA            NA                 OT             Num.
## 4438              NA            NA                 OT             Num.
## 4439              NA            NA                 OT             Num.
## 4440              NA            NA                 OT             Num.
## 4441              NA            NA                 OT             Num.
## 4442              NA            NA                 OT             Num.
## 4443              NA            NA                 OT             Num.
## 4444              NA            NA                 OT             Num.
## 4445              NA            NA                 OT             Num.
## 4446              NA            NA                 OT             Num.
## 4447              NA            NA                 OT             Num.
## 4448              NA            NA                 OT             Num.
## 4449              NA            NA                 OT             Num.
## 4450              NA            NA                 OT             Num.
## 4451              NA            NA                 OT             Num.
## 4452              NA            NA                 OT             Num.
## 4453              NA            NA                 OT             Num.
## 4454              NA            NA                 OT             Num.
## 4455              NA            NA                 OT             Num.
## 4456              NA            NA                 OT             Num.
## 4457              NA            NA                 OT             Num.
## 4458              NA            NA                 OT             Num.
## 4459              NA            NA                 OT             Num.
## 4460              NA            NA                 OT             Num.
## 4461              NA            NA                 OT             Num.
## 4462              NA            NA                 OT             Num.
## 4463              NA            NA                 OT             Num.
## 4464              NA            NA                 OT             Num.
## 4465              NA            NA                 OT             Num.
## 4466              NA            NA                 OT             Num.
## 4467              NA            NA                 OT             Num.
## 4468              NA            NA                 OT             Num.
## 4469              NA            NA                 OT             Num.
## 4470              NA            NA                 OT             Num.
## 4471              NA            NA                 OT             Num.
## 4472              NA            NA                 OT             Num.
## 4473              NA            NA                 OT             Num.
## 4474              NA            NA                 OT             Num.
## 4475              NA            NA                 OT             Num.
## 4476              NA            NA                 OT             Num.
## 4477              NA            NA                 OT             Num.
## 4478              NA            NA                 OT             Num.
## 4479              NA            NA                 OT             Num.
## 4480              NA            NA                 OT             Num.
## 4481              NA            NA                 OT             Num.
## 4482              NA            NA                 OT             Num.
## 4483              NA            NA                 OT             Num.
## 4484              NA            NA                 OT             Num.
## 4485              NA            NA                 OT             Num.
## 4486              NA            NA                 OT             Num.
## 4487              NA            NA                 OT             Num.
## 4488              NA            NA                 OT             Num.
## 4489              NA            NA                 OT             Num.
## 4490              NA            NA                 OT             Num.
## 4491              NA            NA                 OT             Num.
## 4492              NA            NA                 OT             Num.
## 4493              NA            NA                 OT             Num.
## 4494              NA            NA                 OT             Num.
## 4495              NA            NA                 OT             Num.
## 4496              NA            NA                 OT             Num.
## 4497              NA            NA                 OT             Num.
## 4498              NA            NA                 OT             Num.
## 4499              NA            NA                 OT             Num.
## 4500              NA            NA                 OT             Num.
## 4501              NA            NA                 OT             Num.
## 4502              NA            NA                 OT             Num.
## 4503              NA            NA                 OT             Num.
## 4504              NA            NA                 OT             Num.
## 4505              NA            NA                 OT             Num.
## 4506              NA            NA                 OT             Num.
## 4507              NA            NA                 OT             Num.
## 4508              NA            NA                 OT             Num.
## 4509              NA            NA                 OT             Num.
## 4510              NA            NA                 OT             Num.
## 4511              NA            NA                 OT             Num.
## 4512              NA            NA                 OT             Num.
## 4513              NA            NA                 OT             Num.
## 4514              NA            NA                 OT             Num.
## 4515              NA            NA                 OT             Num.
## 4516              NA            NA                 OT             Num.
## 4517              NA            NA                 OT             Num.
## 4518              NA            NA                 OT             Num.
## 4519              NA            NA                 OT             Num.
## 4520              NA            NA                 OT             Num.
## 4521              NA            NA                 OT             Num.
## 4522              NA            NA                 OT             Num.
## 4523              NA            NA                 OT             Num.
## 4524              NA            NA                 OT             Num.
## 4525              NA            NA                 OT             Num.
## 4526              NA            NA                 OT             Num.
## 4527              NA            NA                 OT             Num.
## 4528              NA            NA                 OT             Num.
## 4529              NA            NA                 OT             Num.
## 4530              NA            NA                 OT             Num.
## 4531              NA            NA                 OT             Num.
## 4532              NA            NA                 OT             Num.
## 4533              NA            NA                 OT             Num.
## 4534              NA            NA                 OT             Num.
## 4535              NA            NA                 OT             Num.
## 4536              NA            NA                 OT             Num.
## 4537              NA            NA                 OT             Num.
## 4538              NA            NA                 OT             Num.
## 4539              NA            NA                 OT             Num.
## 4540              NA            NA                 OT             Num.
## 4541              NA            NA                 OT             Num.
## 4542              NA            NA                 OT             Num.
## 4543              NA            NA                 OT             Num.
## 4544              NA            NA                 OT             Num.
## 4545              NA            NA                 OT             Num.
## 4546              NA            NA                 OT             Num.
## 4547              NA            NA                 OT             Num.
## 4548              NA            NA                 OT             Num.
## 4549              NA            NA                 OT             Num.
## 4550              NA            NA                 OT             Num.
## 4551              NA            NA                 OT             Num.
## 4552              NA            NA                 OT             Num.
## 4553              NA            NA                 OT             Num.
## 4554              NA            NA                 OT             Num.
## 4555              NA            NA                 OT             Num.
## 4556              NA            NA                 OT             Num.
## 4557              NA            NA                 OT             Num.
## 4558              NA            NA                 OT             Num.
## 4559              NA            NA                 OT             Num.
## 4560              NA            NA                 OT             Num.
## 4561              NA            NA                 OT             Num.
## 4562              NA            NA                 OT             Num.
## 4563              NA            NA                 OT             Num.
## 4564              NA            NA                 OT             Num.
## 4565              NA            NA                 OT             Num.
## 4566              NA            NA                 OT             Num.
## 4567              NA            NA                 OT             Num.
## 4568              NA            NA                 OT             Num.
## 4569              NA            NA                 OT             Num.
## 4570              NA            NA                 OT             Num.
## 4571              NA            NA                 OT             Num.
## 4572              NA            NA                 OT             Num.
## 4573              NA            NA                 OT             Num.
## 4574              NA            NA                 OT             Num.
## 4575              NA            NA                 OT             Num.
## 4576              NA            NA                 OT             Num.
## 4577              NA            NA                 OT             Num.
## 4578              NA            NA                 OT             Num.
## 4579              NA            NA                 OT             Num.
## 4580              NA            NA                 OT             Num.
## 4581              NA            NA                 OT             Num.
## 4582              NA            NA                 OT             Num.
## 4583              NA            NA                 OT             Num.
## 4584              NA            NA                 OT             Num.
## 4585              NA            NA                 OT             Num.
## 4586              NA            NA                 OT             Num.
## 4587              NA            NA                 OT             Num.
## 4588              NA            NA                 OT             Num.
## 4589              NA            NA                 OT             Num.
## 4590              NA            NA                 OT             Num.
## 4591              NA            NA                 OT             Num.
## 4592              NA            NA                 OT             Num.
## 4593              NA            NA                 OT             Num.
## 4594              NA            NA                 OT             Num.
## 4595              NA            NA                 OT             Num.
## 4596              NA            NA                 OT             Num.
## 4597              NA            NA                 OT             Num.
## 4598              NA            NA                 OT             Num.
## 4599              NA            NA                 OT             Num.
## 4600              NA            NA                 OT             Num.
## 4601              NA            NA                 OT             Num.
## 4602              NA            NA                 OT             Num.
## 4603              NA            NA                 OT             Num.
## 4604              NA            NA                 OT             Num.
## 4605              NA            NA                 OT             Num.
## 4606              NA            NA                 OT             Num.
## 4607              NA            NA                 OT             Num.
## 4608              NA            NA                 OT             Num.
## 4609              NA            NA                 OT             Num.
## 4610              NA            NA                 OT             Num.
## 4611              NA            NA                 OT             Num.
## 4612              NA            NA                 OT             Num.
## 4613              NA            NA                 OT             Num.
## 4614              NA            NA                 OT             Num.
## 4615              NA            NA                 OT             Num.
## 4616              NA            NA                 OT             Num.
## 4617              NA            NA                 OT             Num.
## 4618              NA            NA                 OT             Num.
## 4619              NA            NA                 OT             Num.
## 4620              NA            NA                 OT             Num.
## 4621              NA            NA                 OT             Num.
## 4622              NA            NA                 OT             Num.
## 4623              NA            NA                 OT             Num.
## 4624              NA            NA                 OT             Num.
## 4625              NA            NA                 OT             Num.
## 4626              NA            NA                 OT             Num.
## 4627              NA            NA                 OT             Num.
## 4628              NA            NA                 OT             Num.
## 4629              NA            NA                 OT             Num.
## 4630              NA            NA                 OT             Num.
## 4631              NA            NA                 OT             Num.
## 4632              NA            NA                 OT             Num.
## 4633              NA            NA                 OT             Num.
## 4634              NA            NA                 OT             Num.
## 4635              NA            NA                 OT             Num.
## 4636              NA            NA                 OT             Num.
## 4637              NA            NA                 OT             Num.
## 4638              NA            NA                 OT             Num.
## 4639              NA            NA                 OT             Num.
## 4640              NA            NA                 OT             Num.
## 4641              NA            NA                 OT             Num.
## 4642              NA            NA                 OT             Num.
## 4643              NA            NA                 OT             Num.
## 4644              NA            NA                 OT             Num.
## 4645              NA            NA                 OT             Num.
## 4646              NA            NA                 OT             Num.
## 4647              NA            NA                 OT             Num.
## 4648              NA            NA                 OT             Num.
## 4649              NA            NA                 OT             Num.
## 4650              NA            NA                 OT             Num.
## 4651              NA            NA                 OT             Num.
## 4652              NA            NA                 OT             Num.
## 4653              NA            NA                 OT             Num.
## 4654              NA            NA                 OT             Num.
## 4655              NA            NA                 OT             Num.
## 4656              NA            NA                 OT             Num.
## 4657              NA            NA                 OT             Num.
## 4658              NA            NA                 OT             Num.
## 4659              NA            NA                 OT             Num.
## 4660              NA            NA                 OT             Num.
## 4661              NA            NA                 OT             Num.
## 4662              NA            NA                 OT             Num.
## 4663              NA            NA                 OT             Num.
## 4664              NA            NA                 OT             Num.
## 4665              NA            NA                 OT             Num.
## 4666              NA            NA                 OT             Num.
## 4667              NA            NA                 OT             Num.
## 4668              NA            NA                 OT             Num.
## 4669              NA            NA                 OT             Num.
## 4670              NA            NA                 OT             Num.
## 4671              NA            NA                 OT             Num.
## 4672              NA            NA                 OT             Num.
## 4673              NA            NA                 OT             Num.
## 4674              NA            NA                 OT             Num.
## 4675              NA            NA                 OT             Num.
## 4676              NA            NA                 OT             Num.
## 4677              NA            NA                 OT             Num.
## 4678              NA            NA                 OT             Num.
## 4679              NA            NA                 OT             Num.
## 4680              NA            NA                 OT             Num.
## 4681              NA            NA                 OT             Num.
## 4682              NA            NA                 OT             Num.
## 4683              NA            NA                 OT             Num.
## 4684              NA            NA                 OT             Num.
## 4685              NA            NA                 OT             Num.
## 4686              NA            NA                 OT             Num.
## 4687              NA            NA                 OT             Num.
## 4688              NA            NA                 OT             Num.
## 4689              NA            NA                 OT             Num.
## 4690              NA            NA                 OT             Num.
## 4691              NA            NA                 OT             Num.
## 4692              NA            NA                 OT             Num.
## 4693              NA            NA                 OT             Num.
## 4694              NA            NA                 OT             Num.
## 4695              NA            NA                 OT             Num.
## 4696              NA            NA                 OT             Num.
## 4697              NA            NA                 OT             Num.
## 4698              NA            NA                 OT             Num.
## 4699              NA            NA                 OT             Num.
## 4700              NA            NA                 OT             Num.
## 4701              NA            NA                 OT             Num.
## 4702              NA            NA                 OT             Num.
## 4703              NA            NA                 OT             Num.
## 4704              NA            NA                 OT             Num.
## 4705              NA            NA                 OT             Num.
## 4706              NA            NA                 OT             Num.
## 4707              NA            NA                 OT             Num.
## 4708              NA            NA                 OT             Num.
## 4709              NA            NA                 OT             Num.
## 4710              NA            NA                 OT             Num.
## 4711              NA            NA                 OT             Num.
## 4712              NA            NA                 OT             Num.
## 4713              NA            NA                 OT             Num.
## 4714              NA            NA                 OT             Num.
## 4715              NA            NA                 OT             Num.
## 4716              NA            NA                 OT             Num.
## 4717              NA            NA                 OT             Num.
## 4718              NA            NA                 OT             Num.
## 4719              NA            NA                 OT             Num.
## 4720              NA            NA                 OT             Num.
## 4721              NA            NA                 OT             Num.
## 4722              NA            NA                 OT             Num.
## 4723              NA            NA                 OT             Num.
## 4724              NA            NA                 OT             Num.
## 4725              NA            NA                 OT             Num.
## 4726              NA            NA                 OT             Num.
## 4727              NA            NA                 OT             Num.
## 4728              NA            NA                 OT             Num.
## 4729              NA            NA                 OT             Num.
## 4730              NA            NA                 OT             Num.
## 4731              NA            NA                 OT             Num.
## 4732              NA            NA                 OT             Num.
## 4733              NA            NA                 OT             Num.
## 4734              NA            NA                 OT             Num.
## 4735              NA            NA                 OT             Num.
## 4736              NA            NA                 OT             Num.
## 4737              NA            NA                 OT             Num.
## 4738              NA            NA                 OT             Num.
## 4739              NA            NA                 OT             Num.
## 4740              NA            NA                 OT             Num.
## 4741              NA            NA                 OT             Num.
## 4742              NA            NA                 OT             Num.
## 4743              NA            NA                 OT             Num.
## 4744              NA            NA                 OT             Num.
## 4745              NA            NA                 OT             Num.
## 4746              NA            NA                 OT             Num.
## 4747              NA            NA                 OT             Num.
## 4748              NA            NA                 OT             Num.
## 4749              NA            NA                 OT             Num.
## 4750              NA            NA                 OT             Num.
## 4751              NA            NA                 OT             Num.
## 4752              NA            NA                 OT             Num.
## 4753              NA            NA                 OT             Num.
## 4754              NA            NA                 OT             Num.
## 4755              NA            NA                 OT             Num.
## 4756              NA            NA                 OT             Num.
## 4757              NA            NA                 OT             Num.
## 4758              NA            NA                 OT             Num.
## 4759              NA            NA                 OT             Num.
## 4760              NA            NA                 OT             Num.
## 4761              NA            NA                 OT             Num.
## 4762              NA            NA                 OT             Num.
## 4763              NA            NA                 OT             Num.
## 4764              NA            NA                 OT             Num.
## 4765              NA            NA                 OT             Num.
## 4766              NA            NA                 OT             Num.
## 4767              NA            NA                 OT             Num.
## 4768              NA            NA                 OT             Num.
## 4769              NA            NA                 OT             Num.
## 4770              NA            NA                 OT             Num.
## 4771              NA            NA                 OT             Num.
## 4772              NA            NA                 OT             Num.
## 4773              NA            NA                 OT             Num.
## 4774              NA            NA                 OT             Num.
## 4775              NA            NA                 OT             Num.
## 4776              NA            NA                 OT             Num.
## 4777              NA            NA                 OT             Num.
## 4778              NA            NA                 OT             Num.
## 4779              NA            NA                 OT             Num.
## 4780              NA            NA                 OT             Num.
## 4781              NA            NA                 OT             Num.
## 4782              NA            NA                 OT             Num.
## 4783              NA            NA                 OT             Num.
## 4784              NA            NA                 OT             Num.
## 4785              NA            NA                 OT             Num.
## 4786              NA            NA                 OT             Num.
## 4787              NA            NA                 OT             Num.
## 4788              NA            NA                 OT             Num.
## 4789              NA            NA                 OT             Num.
## 4790              NA            NA                 OT             Num.
## 4791              NA            NA                 OT             Num.
## 4792              NA            NA                 OT             Num.
## 4793              NA            NA                 OT             Num.
## 4794              NA            NA                 OT             Num.
## 4795              NA            NA                 OT             Num.
## 4796              NA            NA                 OT             Num.
## 4797              NA            NA                 OT             Num.
## 4798              NA            NA                 OT             Num.
## 4799              NA            NA                 OT             Num.
## 4800              NA            NA                 OT             Num.
## 4801              NA            NA                 OT             Num.
## 4802              NA            NA                 OT             Num.
## 4803              NA            NA                 OT             Num.
## 4804              NA            NA                 OT             Num.
## 4805              NA            NA                 OT             Num.
## 4806              NA            NA                 OT             Num.
## 4807              NA            NA                 OT             Num.
## 4808              NA            NA                 OT             Num.
## 4809              NA            NA                 OT             Num.
## 4810              NA            NA                 OT             Num.
## 4811              NA            NA                 OT             Num.
## 4812              NA            NA                 OT             Num.
## 4813              NA            NA                 OT             Num.
## 4814              NA            NA                 OT             Num.
## 4815              NA            NA                 OT             Num.
## 4816              NA            NA                 OT             Num.
## 4817              NA            NA                 OT             Num.
## 4818              NA            NA                 OT             Num.
## 4819              NA            NA                 OT             Num.
## 4820              NA            NA                 OT             Num.
## 4821              NA            NA                 OT             Num.
## 4822              NA            NA                 OT             Num.
## 4823              NA            NA                 OT             Num.
## 4824              NA            NA                 OT             Num.
## 4825              NA            NA                 OT             Num.
## 4826              NA            NA                 OT             Num.
## 4827              NA            NA                 OT             Num.
## 4828              NA            NA                 OT             Num.
## 4829              NA            NA                 OT             Num.
## 4830              NA            NA                 OT             Num.
## 4831              NA            NA                 OT             Num.
## 4832              NA            NA                 OT             Num.
## 4833              NA            NA                 OT             Num.
## 4834              NA            NA                 OT             Num.
## 4835              NA            NA                 OT             Num.
## 4836              NA            NA                 OT             Num.
## 4837              NA            NA                 OT             Num.
## 4838              NA            NA                 OT             Num.
## 4839              NA            NA                 OT             Num.
## 4840              NA            NA                 OT             Num.
## 4841              NA            NA                 OT             Num.
## 4842              NA            NA                 OT             Num.
## 4843              NA            NA                 OT             Num.
## 4844              NA            NA                 OT             Num.
## 4845              NA            NA                 OT             Num.
## 4846              NA            NA                 OT             Num.
## 4847              NA            NA                 OT             Num.
## 4848              NA            NA                 OT             Num.
## 4849              NA            NA                 OT             Num.
## 4850              NA            NA                 OT             Num.
## 4851              NA            NA                 OT             Num.
## 4852              NA            NA                 OT             Num.
## 4853              NA            NA                 OT             Num.
## 4854              NA            NA                 OT             Num.
## 4855              NA            NA                 OT             Num.
## 4856              NA            NA                 OT             Num.
## 4857              NA            NA                 OT             Num.
## 4858              NA            NA                 OT             Num.
## 4859              NA            NA                 OT             Num.
## 4860              NA            NA                 OT             Num.
## 4861              NA            NA                 OT             Num.
## 4862              NA            NA                 OT             Num.
## 4863              NA            NA                 OT             Num.
## 4864              NA            NA                 OT             Num.
## 4865              NA            NA                 OT             Num.
## 4866              NA            NA                 OT             Num.
## 4867              NA            NA                 OT             Num.
## 4868              NA            NA                 OT             Num.
## 4869              NA            NA                 OT             Num.
## 4870              NA            NA                 OT             Num.
## 4871              NA            NA                 OT             Num.
## 4872              NA            NA                 OT             Num.
## 4873              NA            NA                 OT             Num.
## 4874              NA            NA                 OT             Num.
## 4875              NA            NA                 OT             Num.
## 4876              NA            NA                 OT             Num.
## 4877              NA            NA                 OT             Num.
## 4878              NA            NA                 OT             Num.
## 4879              NA            NA                 OT             Num.
## 4880              NA            NA                 OT             Num.
## 4881              NA            NA                 OT             Num.
## 4882              NA            NA                 OT             Num.
## 4883              NA            NA                 OT             Num.
## 4884              NA            NA                 OT             Num.
## 4885              NA            NA                 OT             Num.
## 4886              NA            NA                 OT             Num.
## 4887              NA            NA                 OT             Num.
## 4888              NA            NA                 OT             Num.
## 4889              NA            NA                 OT             Num.
## 4890              NA            NA                 OT             Num.
## 4891              NA            NA                 OT             Num.
## 4892              NA            NA                 OT             Num.
## 4893              NA            NA                 OT             Num.
## 4894              NA            NA                 OT            Deut.
## 4895              NA            NA                 OT            Deut.
## 4896              NA            NA                 OT            Deut.
## 4897              NA            NA                 OT            Deut.
## 4898              NA            NA                 OT            Deut.
## 4899              NA            NA                 OT            Deut.
## 4900              NA            NA                 OT            Deut.
## 4901              NA            NA                 OT            Deut.
## 4902              NA            NA                 OT            Deut.
## 4903              NA            NA                 OT            Deut.
## 4904              NA            NA                 OT            Deut.
## 4905              NA            NA                 OT            Deut.
## 4906              NA            NA                 OT            Deut.
## 4907              NA            NA                 OT            Deut.
## 4908              NA            NA                 OT            Deut.
## 4909              NA            NA                 OT            Deut.
## 4910              NA            NA                 OT            Deut.
## 4911              NA            NA                 OT            Deut.
## 4912              NA            NA                 OT            Deut.
## 4913              NA            NA                 OT            Deut.
## 4914              NA            NA                 OT            Deut.
## 4915              NA            NA                 OT            Deut.
## 4916              NA            NA                 OT            Deut.
## 4917              NA            NA                 OT            Deut.
## 4918              NA            NA                 OT            Deut.
## 4919              NA            NA                 OT            Deut.
## 4920              NA            NA                 OT            Deut.
## 4921              NA            NA                 OT            Deut.
## 4922              NA            NA                 OT            Deut.
## 4923              NA            NA                 OT            Deut.
## 4924              NA            NA                 OT            Deut.
## 4925              NA            NA                 OT            Deut.
## 4926              NA            NA                 OT            Deut.
## 4927              NA            NA                 OT            Deut.
## 4928              NA            NA                 OT            Deut.
## 4929              NA            NA                 OT            Deut.
## 4930              NA            NA                 OT            Deut.
## 4931              NA            NA                 OT            Deut.
## 4932              NA            NA                 OT            Deut.
## 4933              NA            NA                 OT            Deut.
## 4934              NA            NA                 OT            Deut.
## 4935              NA            NA                 OT            Deut.
## 4936              NA            NA                 OT            Deut.
## 4937              NA            NA                 OT            Deut.
## 4938              NA            NA                 OT            Deut.
## 4939              NA            NA                 OT            Deut.
## 4940              NA            NA                 OT            Deut.
## 4941              NA            NA                 OT            Deut.
## 4942              NA            NA                 OT            Deut.
## 4943              NA            NA                 OT            Deut.
## 4944              NA            NA                 OT            Deut.
## 4945              NA            NA                 OT            Deut.
## 4946              NA            NA                 OT            Deut.
## 4947              NA            NA                 OT            Deut.
## 4948              NA            NA                 OT            Deut.
## 4949              NA            NA                 OT            Deut.
## 4950              NA            NA                 OT            Deut.
## 4951              NA            NA                 OT            Deut.
## 4952              NA            NA                 OT            Deut.
## 4953              NA            NA                 OT            Deut.
## 4954              NA            NA                 OT            Deut.
## 4955              NA            NA                 OT            Deut.
## 4956              NA            NA                 OT            Deut.
## 4957              NA            NA                 OT            Deut.
## 4958              NA            NA                 OT            Deut.
## 4959              NA            NA                 OT            Deut.
## 4960              NA            NA                 OT            Deut.
## 4961              NA            NA                 OT            Deut.
## 4962              NA            NA                 OT            Deut.
## 4963              NA            NA                 OT            Deut.
## 4964              NA            NA                 OT            Deut.
## 4965              NA            NA                 OT            Deut.
## 4966              NA            NA                 OT            Deut.
## 4967              NA            NA                 OT            Deut.
## 4968              NA            NA                 OT            Deut.
## 4969              NA            NA                 OT            Deut.
## 4970              NA            NA                 OT            Deut.
## 4971              NA            NA                 OT            Deut.
## 4972              NA            NA                 OT            Deut.
## 4973              NA            NA                 OT            Deut.
## 4974              NA            NA                 OT            Deut.
## 4975              NA            NA                 OT            Deut.
## 4976              NA            NA                 OT            Deut.
## 4977              NA            NA                 OT            Deut.
## 4978              NA            NA                 OT            Deut.
## 4979              NA            NA                 OT            Deut.
## 4980              NA            NA                 OT            Deut.
## 4981              NA            NA                 OT            Deut.
## 4982              NA            NA                 OT            Deut.
## 4983              NA            NA                 OT            Deut.
## 4984              NA            NA                 OT            Deut.
## 4985              NA            NA                 OT            Deut.
## 4986              NA            NA                 OT            Deut.
## 4987              NA            NA                 OT            Deut.
## 4988              NA            NA                 OT            Deut.
## 4989              NA            NA                 OT            Deut.
## 4990              NA            NA                 OT            Deut.
## 4991              NA            NA                 OT            Deut.
## 4992              NA            NA                 OT            Deut.
## 4993              NA            NA                 OT            Deut.
## 4994              NA            NA                 OT            Deut.
## 4995              NA            NA                 OT            Deut.
## 4996              NA            NA                 OT            Deut.
## 4997              NA            NA                 OT            Deut.
## 4998              NA            NA                 OT            Deut.
## 4999              NA            NA                 OT            Deut.
## 5000              NA            NA                 OT            Deut.
## 5001              NA            NA                 OT            Deut.
## 5002              NA            NA                 OT            Deut.
## 5003              NA            NA                 OT            Deut.
## 5004              NA            NA                 OT            Deut.
## 5005              NA            NA                 OT            Deut.
## 5006              NA            NA                 OT            Deut.
## 5007              NA            NA                 OT            Deut.
## 5008              NA            NA                 OT            Deut.
## 5009              NA            NA                 OT            Deut.
## 5010              NA            NA                 OT            Deut.
## 5011              NA            NA                 OT            Deut.
## 5012              NA            NA                 OT            Deut.
## 5013              NA            NA                 OT            Deut.
## 5014              NA            NA                 OT            Deut.
## 5015              NA            NA                 OT            Deut.
## 5016              NA            NA                 OT            Deut.
## 5017              NA            NA                 OT            Deut.
## 5018              NA            NA                 OT            Deut.
## 5019              NA            NA                 OT            Deut.
## 5020              NA            NA                 OT            Deut.
## 5021              NA            NA                 OT            Deut.
## 5022              NA            NA                 OT            Deut.
## 5023              NA            NA                 OT            Deut.
## 5024              NA            NA                 OT            Deut.
## 5025              NA            NA                 OT            Deut.
## 5026              NA            NA                 OT            Deut.
## 5027              NA            NA                 OT            Deut.
## 5028              NA            NA                 OT            Deut.
## 5029              NA            NA                 OT            Deut.
## 5030              NA            NA                 OT            Deut.
## 5031              NA            NA                 OT            Deut.
## 5032              NA            NA                 OT            Deut.
## 5033              NA            NA                 OT            Deut.
## 5034              NA            NA                 OT            Deut.
## 5035              NA            NA                 OT            Deut.
## 5036              NA            NA                 OT            Deut.
## 5037              NA            NA                 OT            Deut.
## 5038              NA            NA                 OT            Deut.
## 5039              NA            NA                 OT            Deut.
## 5040              NA            NA                 OT            Deut.
## 5041              NA            NA                 OT            Deut.
## 5042              NA            NA                 OT            Deut.
## 5043              NA            NA                 OT            Deut.
## 5044              NA            NA                 OT            Deut.
## 5045              NA            NA                 OT            Deut.
## 5046              NA            NA                 OT            Deut.
## 5047              NA            NA                 OT            Deut.
## 5048              NA            NA                 OT            Deut.
## 5049              NA            NA                 OT            Deut.
## 5050              NA            NA                 OT            Deut.
## 5051              NA            NA                 OT            Deut.
## 5052              NA            NA                 OT            Deut.
## 5053              NA            NA                 OT            Deut.
## 5054              NA            NA                 OT            Deut.
## 5055              NA            NA                 OT            Deut.
## 5056              NA            NA                 OT            Deut.
## 5057              NA            NA                 OT            Deut.
## 5058              NA            NA                 OT            Deut.
## 5059              NA            NA                 OT            Deut.
## 5060              NA            NA                 OT            Deut.
## 5061              NA            NA                 OT            Deut.
## 5062              NA            NA                 OT            Deut.
## 5063              NA            NA                 OT            Deut.
## 5064              NA            NA                 OT            Deut.
## 5065              NA            NA                 OT            Deut.
## 5066              NA            NA                 OT            Deut.
## 5067              NA            NA                 OT            Deut.
## 5068              NA            NA                 OT            Deut.
## 5069              NA            NA                 OT            Deut.
## 5070              NA            NA                 OT            Deut.
## 5071              NA            NA                 OT            Deut.
## 5072              NA            NA                 OT            Deut.
## 5073              NA            NA                 OT            Deut.
## 5074              NA            NA                 OT            Deut.
## 5075              NA            NA                 OT            Deut.
## 5076              NA            NA                 OT            Deut.
## 5077              NA            NA                 OT            Deut.
## 5078              NA            NA                 OT            Deut.
## 5079              NA            NA                 OT            Deut.
## 5080              NA            NA                 OT            Deut.
## 5081              NA            NA                 OT            Deut.
## 5082              NA            NA                 OT            Deut.
## 5083              NA            NA                 OT            Deut.
## 5084              NA            NA                 OT            Deut.
## 5085              NA            NA                 OT            Deut.
## 5086              NA            NA                 OT            Deut.
## 5087              NA            NA                 OT            Deut.
## 5088              NA            NA                 OT            Deut.
## 5089              NA            NA                 OT            Deut.
## 5090              NA            NA                 OT            Deut.
## 5091              NA            NA                 OT            Deut.
## 5092              NA            NA                 OT            Deut.
## 5093              NA            NA                 OT            Deut.
## 5094              NA            NA                 OT            Deut.
## 5095              NA            NA                 OT            Deut.
## 5096              NA            NA                 OT            Deut.
## 5097              NA            NA                 OT            Deut.
## 5098              NA            NA                 OT            Deut.
## 5099              NA            NA                 OT            Deut.
## 5100              NA            NA                 OT            Deut.
## 5101              NA            NA                 OT            Deut.
## 5102              NA            NA                 OT            Deut.
## 5103              NA            NA                 OT            Deut.
## 5104              NA            NA                 OT            Deut.
## 5105              NA            NA                 OT            Deut.
## 5106              NA            NA                 OT            Deut.
## 5107              NA            NA                 OT            Deut.
## 5108              NA            NA                 OT            Deut.
## 5109              NA            NA                 OT            Deut.
## 5110              NA            NA                 OT            Deut.
## 5111              NA            NA                 OT            Deut.
## 5112              NA            NA                 OT            Deut.
## 5113              NA            NA                 OT            Deut.
## 5114              NA            NA                 OT            Deut.
## 5115              NA            NA                 OT            Deut.
## 5116              NA            NA                 OT            Deut.
## 5117              NA            NA                 OT            Deut.
## 5118              NA            NA                 OT            Deut.
## 5119              NA            NA                 OT            Deut.
## 5120              NA            NA                 OT            Deut.
## 5121              NA            NA                 OT            Deut.
## 5122              NA            NA                 OT            Deut.
## 5123              NA            NA                 OT            Deut.
## 5124              NA            NA                 OT            Deut.
## 5125              NA            NA                 OT            Deut.
## 5126              NA            NA                 OT            Deut.
## 5127              NA            NA                 OT            Deut.
## 5128              NA            NA                 OT            Deut.
## 5129              NA            NA                 OT            Deut.
## 5130              NA            NA                 OT            Deut.
## 5131              NA            NA                 OT            Deut.
## 5132              NA            NA                 OT            Deut.
## 5133              NA            NA                 OT            Deut.
## 5134              NA            NA                 OT            Deut.
## 5135              NA            NA                 OT            Deut.
## 5136              NA            NA                 OT            Deut.
## 5137              NA            NA                 OT            Deut.
## 5138              NA            NA                 OT            Deut.
## 5139              NA            NA                 OT            Deut.
## 5140              NA            NA                 OT            Deut.
## 5141              NA            NA                 OT            Deut.
## 5142              NA            NA                 OT            Deut.
## 5143              NA            NA                 OT            Deut.
## 5144              NA            NA                 OT            Deut.
## 5145              NA            NA                 OT            Deut.
## 5146              NA            NA                 OT            Deut.
## 5147              NA            NA                 OT            Deut.
## 5148              NA            NA                 OT            Deut.
## 5149              NA            NA                 OT            Deut.
## 5150              NA            NA                 OT            Deut.
## 5151              NA            NA                 OT            Deut.
## 5152              NA            NA                 OT            Deut.
## 5153              NA            NA                 OT            Deut.
## 5154              NA            NA                 OT            Deut.
## 5155              NA            NA                 OT            Deut.
## 5156              NA            NA                 OT            Deut.
## 5157              NA            NA                 OT            Deut.
## 5158              NA            NA                 OT            Deut.
## 5159              NA            NA                 OT            Deut.
## 5160              NA            NA                 OT            Deut.
## 5161              NA            NA                 OT            Deut.
## 5162              NA            NA                 OT            Deut.
## 5163              NA            NA                 OT            Deut.
## 5164              NA            NA                 OT            Deut.
## 5165              NA            NA                 OT            Deut.
## 5166              NA            NA                 OT            Deut.
## 5167              NA            NA                 OT            Deut.
## 5168              NA            NA                 OT            Deut.
## 5169              NA            NA                 OT            Deut.
## 5170              NA            NA                 OT            Deut.
## 5171              NA            NA                 OT            Deut.
## 5172              NA            NA                 OT            Deut.
## 5173              NA            NA                 OT            Deut.
## 5174              NA            NA                 OT            Deut.
## 5175              NA            NA                 OT            Deut.
## 5176              NA            NA                 OT            Deut.
## 5177              NA            NA                 OT            Deut.
## 5178              NA            NA                 OT            Deut.
## 5179              NA            NA                 OT            Deut.
## 5180              NA            NA                 OT            Deut.
## 5181              NA            NA                 OT            Deut.
## 5182              NA            NA                 OT            Deut.
## 5183              NA            NA                 OT            Deut.
## 5184              NA            NA                 OT            Deut.
## 5185              NA            NA                 OT            Deut.
## 5186              NA            NA                 OT            Deut.
## 5187              NA            NA                 OT            Deut.
## 5188              NA            NA                 OT            Deut.
## 5189              NA            NA                 OT            Deut.
## 5190              NA            NA                 OT            Deut.
## 5191              NA            NA                 OT            Deut.
## 5192              NA            NA                 OT            Deut.
## 5193              NA            NA                 OT            Deut.
## 5194              NA            NA                 OT            Deut.
## 5195              NA            NA                 OT            Deut.
## 5196              NA            NA                 OT            Deut.
## 5197              NA            NA                 OT            Deut.
## 5198              NA            NA                 OT            Deut.
## 5199              NA            NA                 OT            Deut.
## 5200              NA            NA                 OT            Deut.
## 5201              NA            NA                 OT            Deut.
## 5202              NA            NA                 OT            Deut.
## 5203              NA            NA                 OT            Deut.
## 5204              NA            NA                 OT            Deut.
## 5205              NA            NA                 OT            Deut.
## 5206              NA            NA                 OT            Deut.
## 5207              NA            NA                 OT            Deut.
## 5208              NA            NA                 OT            Deut.
## 5209              NA            NA                 OT            Deut.
## 5210              NA            NA                 OT            Deut.
## 5211              NA            NA                 OT            Deut.
## 5212              NA            NA                 OT            Deut.
## 5213              NA            NA                 OT            Deut.
## 5214              NA            NA                 OT            Deut.
## 5215              NA            NA                 OT            Deut.
## 5216              NA            NA                 OT            Deut.
## 5217              NA            NA                 OT            Deut.
## 5218              NA            NA                 OT            Deut.
## 5219              NA            NA                 OT            Deut.
## 5220              NA            NA                 OT            Deut.
## 5221              NA            NA                 OT            Deut.
## 5222              NA            NA                 OT            Deut.
## 5223              NA            NA                 OT            Deut.
## 5224              NA            NA                 OT            Deut.
## 5225              NA            NA                 OT            Deut.
## 5226              NA            NA                 OT            Deut.
## 5227              NA            NA                 OT            Deut.
## 5228              NA            NA                 OT            Deut.
## 5229              NA            NA                 OT            Deut.
## 5230              NA            NA                 OT            Deut.
## 5231              NA            NA                 OT            Deut.
## 5232              NA            NA                 OT            Deut.
## 5233              NA            NA                 OT            Deut.
## 5234              NA            NA                 OT            Deut.
## 5235              NA            NA                 OT            Deut.
## 5236              NA            NA                 OT            Deut.
## 5237              NA            NA                 OT            Deut.
## 5238              NA            NA                 OT            Deut.
## 5239              NA            NA                 OT            Deut.
## 5240              NA            NA                 OT            Deut.
## 5241              NA            NA                 OT            Deut.
## 5242              NA            NA                 OT            Deut.
## 5243              NA            NA                 OT            Deut.
## 5244              NA            NA                 OT            Deut.
## 5245              NA            NA                 OT            Deut.
## 5246              NA            NA                 OT            Deut.
## 5247              NA            NA                 OT            Deut.
## 5248              NA            NA                 OT            Deut.
## 5249              NA            NA                 OT            Deut.
## 5250              NA            NA                 OT            Deut.
## 5251              NA            NA                 OT            Deut.
## 5252              NA            NA                 OT            Deut.
## 5253              NA            NA                 OT            Deut.
## 5254              NA            NA                 OT            Deut.
## 5255              NA            NA                 OT            Deut.
## 5256              NA            NA                 OT            Deut.
## 5257              NA            NA                 OT            Deut.
## 5258              NA            NA                 OT            Deut.
## 5259              NA            NA                 OT            Deut.
## 5260              NA            NA                 OT            Deut.
## 5261              NA            NA                 OT            Deut.
## 5262              NA            NA                 OT            Deut.
## 5263              NA            NA                 OT            Deut.
## 5264              NA            NA                 OT            Deut.
## 5265              NA            NA                 OT            Deut.
## 5266              NA            NA                 OT            Deut.
## 5267              NA            NA                 OT            Deut.
## 5268              NA            NA                 OT            Deut.
## 5269              NA            NA                 OT            Deut.
## 5270              NA            NA                 OT            Deut.
## 5271              NA            NA                 OT            Deut.
## 5272              NA            NA                 OT            Deut.
## 5273              NA            NA                 OT            Deut.
## 5274              NA            NA                 OT            Deut.
## 5275              NA            NA                 OT            Deut.
## 5276              NA            NA                 OT            Deut.
## 5277              NA            NA                 OT            Deut.
## 5278              NA            NA                 OT            Deut.
## 5279              NA            NA                 OT            Deut.
## 5280              NA            NA                 OT            Deut.
## 5281              NA            NA                 OT            Deut.
## 5282              NA            NA                 OT            Deut.
## 5283              NA            NA                 OT            Deut.
## 5284              NA            NA                 OT            Deut.
## 5285              NA            NA                 OT            Deut.
## 5286              NA            NA                 OT            Deut.
## 5287              NA            NA                 OT            Deut.
## 5288              NA            NA                 OT            Deut.
## 5289              NA            NA                 OT            Deut.
## 5290              NA            NA                 OT            Deut.
## 5291              NA            NA                 OT            Deut.
## 5292              NA            NA                 OT            Deut.
## 5293              NA            NA                 OT            Deut.
## 5294              NA            NA                 OT            Deut.
## 5295              NA            NA                 OT            Deut.
## 5296              NA            NA                 OT            Deut.
## 5297              NA            NA                 OT            Deut.
## 5298              NA            NA                 OT            Deut.
## 5299              NA            NA                 OT            Deut.
## 5300              NA            NA                 OT            Deut.
## 5301              NA            NA                 OT            Deut.
## 5302              NA            NA                 OT            Deut.
## 5303              NA            NA                 OT            Deut.
## 5304              NA            NA                 OT            Deut.
## 5305              NA            NA                 OT            Deut.
## 5306              NA            NA                 OT            Deut.
## 5307              NA            NA                 OT            Deut.
## 5308              NA            NA                 OT            Deut.
## 5309              NA            NA                 OT            Deut.
## 5310              NA            NA                 OT            Deut.
## 5311              NA            NA                 OT            Deut.
## 5312              NA            NA                 OT            Deut.
## 5313              NA            NA                 OT            Deut.
## 5314              NA            NA                 OT            Deut.
## 5315              NA            NA                 OT            Deut.
## 5316              NA            NA                 OT            Deut.
## 5317              NA            NA                 OT            Deut.
## 5318              NA            NA                 OT            Deut.
## 5319              NA            NA                 OT            Deut.
## 5320              NA            NA                 OT            Deut.
## 5321              NA            NA                 OT            Deut.
## 5322              NA            NA                 OT            Deut.
## 5323              NA            NA                 OT            Deut.
## 5324              NA            NA                 OT            Deut.
## 5325              NA            NA                 OT            Deut.
## 5326              NA            NA                 OT            Deut.
## 5327              NA            NA                 OT            Deut.
## 5328              NA            NA                 OT            Deut.
## 5329              NA            NA                 OT            Deut.
## 5330              NA            NA                 OT            Deut.
## 5331              NA            NA                 OT            Deut.
## 5332              NA            NA                 OT            Deut.
## 5333              NA            NA                 OT            Deut.
## 5334              NA            NA                 OT            Deut.
## 5335              NA            NA                 OT            Deut.
## 5336              NA            NA                 OT            Deut.
## 5337              NA            NA                 OT            Deut.
## 5338              NA            NA                 OT            Deut.
## 5339              NA            NA                 OT            Deut.
## 5340              NA            NA                 OT            Deut.
## 5341              NA            NA                 OT            Deut.
## 5342              NA            NA                 OT            Deut.
## 5343              NA            NA                 OT            Deut.
## 5344              NA            NA                 OT            Deut.
## 5345              NA            NA                 OT            Deut.
## 5346              NA            NA                 OT            Deut.
## 5347              NA            NA                 OT            Deut.
## 5348              NA            NA                 OT            Deut.
## 5349              NA            NA                 OT            Deut.
## 5350              NA            NA                 OT            Deut.
## 5351              NA            NA                 OT            Deut.
## 5352              NA            NA                 OT            Deut.
## 5353              NA            NA                 OT            Deut.
## 5354              NA            NA                 OT            Deut.
## 5355              NA            NA                 OT            Deut.
## 5356              NA            NA                 OT            Deut.
## 5357              NA            NA                 OT            Deut.
## 5358              NA            NA                 OT            Deut.
## 5359              NA            NA                 OT            Deut.
## 5360              NA            NA                 OT            Deut.
## 5361              NA            NA                 OT            Deut.
## 5362              NA            NA                 OT            Deut.
## 5363              NA            NA                 OT            Deut.
## 5364              NA            NA                 OT            Deut.
## 5365              NA            NA                 OT            Deut.
## 5366              NA            NA                 OT            Deut.
## 5367              NA            NA                 OT            Deut.
## 5368              NA            NA                 OT            Deut.
## 5369              NA            NA                 OT            Deut.
## 5370              NA            NA                 OT            Deut.
## 5371              NA            NA                 OT            Deut.
## 5372              NA            NA                 OT            Deut.
## 5373              NA            NA                 OT            Deut.
## 5374              NA            NA                 OT            Deut.
## 5375              NA            NA                 OT            Deut.
## 5376              NA            NA                 OT            Deut.
## 5377              NA            NA                 OT            Deut.
## 5378              NA            NA                 OT            Deut.
## 5379              NA            NA                 OT            Deut.
## 5380              NA            NA                 OT            Deut.
## 5381              NA            NA                 OT            Deut.
## 5382              NA            NA                 OT            Deut.
## 5383              NA            NA                 OT            Deut.
## 5384              NA            NA                 OT            Deut.
## 5385              NA            NA                 OT            Deut.
## 5386              NA            NA                 OT            Deut.
## 5387              NA            NA                 OT            Deut.
## 5388              NA            NA                 OT            Deut.
## 5389              NA            NA                 OT            Deut.
## 5390              NA            NA                 OT            Deut.
## 5391              NA            NA                 OT            Deut.
## 5392              NA            NA                 OT            Deut.
## 5393              NA            NA                 OT            Deut.
## 5394              NA            NA                 OT            Deut.
## 5395              NA            NA                 OT            Deut.
## 5396              NA            NA                 OT            Deut.
## 5397              NA            NA                 OT            Deut.
## 5398              NA            NA                 OT            Deut.
## 5399              NA            NA                 OT            Deut.
## 5400              NA            NA                 OT            Deut.
## 5401              NA            NA                 OT            Deut.
## 5402              NA            NA                 OT            Deut.
## 5403              NA            NA                 OT            Deut.
## 5404              NA            NA                 OT            Deut.
## 5405              NA            NA                 OT            Deut.
## 5406              NA            NA                 OT            Deut.
## 5407              NA            NA                 OT            Deut.
## 5408              NA            NA                 OT            Deut.
## 5409              NA            NA                 OT            Deut.
## 5410              NA            NA                 OT            Deut.
## 5411              NA            NA                 OT            Deut.
## 5412              NA            NA                 OT            Deut.
## 5413              NA            NA                 OT            Deut.
## 5414              NA            NA                 OT            Deut.
## 5415              NA            NA                 OT            Deut.
## 5416              NA            NA                 OT            Deut.
## 5417              NA            NA                 OT            Deut.
## 5418              NA            NA                 OT            Deut.
## 5419              NA            NA                 OT            Deut.
## 5420              NA            NA                 OT            Deut.
## 5421              NA            NA                 OT            Deut.
## 5422              NA            NA                 OT            Deut.
## 5423              NA            NA                 OT            Deut.
## 5424              NA            NA                 OT            Deut.
## 5425              NA            NA                 OT            Deut.
## 5426              NA            NA                 OT            Deut.
## 5427              NA            NA                 OT            Deut.
## 5428              NA            NA                 OT            Deut.
## 5429              NA            NA                 OT            Deut.
## 5430              NA            NA                 OT            Deut.
## 5431              NA            NA                 OT            Deut.
## 5432              NA            NA                 OT            Deut.
## 5433              NA            NA                 OT            Deut.
## 5434              NA            NA                 OT            Deut.
## 5435              NA            NA                 OT            Deut.
## 5436              NA            NA                 OT            Deut.
## 5437              NA            NA                 OT            Deut.
## 5438              NA            NA                 OT            Deut.
## 5439              NA            NA                 OT            Deut.
## 5440              NA            NA                 OT            Deut.
## 5441              NA            NA                 OT            Deut.
## 5442              NA            NA                 OT            Deut.
## 5443              NA            NA                 OT            Deut.
## 5444              NA            NA                 OT            Deut.
## 5445              NA            NA                 OT            Deut.
## 5446              NA            NA                 OT            Deut.
## 5447              NA            NA                 OT            Deut.
## 5448              NA            NA                 OT            Deut.
## 5449              NA            NA                 OT            Deut.
## 5450              NA            NA                 OT            Deut.
## 5451              NA            NA                 OT            Deut.
## 5452              NA            NA                 OT            Deut.
## 5453              NA            NA                 OT            Deut.
## 5454              NA            NA                 OT            Deut.
## 5455              NA            NA                 OT            Deut.
## 5456              NA            NA                 OT            Deut.
## 5457              NA            NA                 OT            Deut.
## 5458              NA            NA                 OT            Deut.
## 5459              NA            NA                 OT            Deut.
## 5460              NA            NA                 OT            Deut.
## 5461              NA            NA                 OT            Deut.
## 5462              NA            NA                 OT            Deut.
## 5463              NA            NA                 OT            Deut.
## 5464              NA            NA                 OT            Deut.
## 5465              NA            NA                 OT            Deut.
## 5466              NA            NA                 OT            Deut.
## 5467              NA            NA                 OT            Deut.
## 5468              NA            NA                 OT            Deut.
## 5469              NA            NA                 OT            Deut.
## 5470              NA            NA                 OT            Deut.
## 5471              NA            NA                 OT            Deut.
## 5472              NA            NA                 OT            Deut.
## 5473              NA            NA                 OT            Deut.
## 5474              NA            NA                 OT            Deut.
## 5475              NA            NA                 OT            Deut.
## 5476              NA            NA                 OT            Deut.
## 5477              NA            NA                 OT            Deut.
## 5478              NA            NA                 OT            Deut.
## 5479              NA            NA                 OT            Deut.
## 5480              NA            NA                 OT            Deut.
## 5481              NA            NA                 OT            Deut.
## 5482              NA            NA                 OT            Deut.
## 5483              NA            NA                 OT            Deut.
## 5484              NA            NA                 OT            Deut.
## 5485              NA            NA                 OT            Deut.
## 5486              NA            NA                 OT            Deut.
## 5487              NA            NA                 OT            Deut.
## 5488              NA            NA                 OT            Deut.
## 5489              NA            NA                 OT            Deut.
## 5490              NA            NA                 OT            Deut.
## 5491              NA            NA                 OT            Deut.
## 5492              NA            NA                 OT            Deut.
## 5493              NA            NA                 OT            Deut.
## 5494              NA            NA                 OT            Deut.
## 5495              NA            NA                 OT            Deut.
## 5496              NA            NA                 OT            Deut.
## 5497              NA            NA                 OT            Deut.
## 5498              NA            NA                 OT            Deut.
## 5499              NA            NA                 OT            Deut.
## 5500              NA            NA                 OT            Deut.
## 5501              NA            NA                 OT            Deut.
## 5502              NA            NA                 OT            Deut.
## 5503              NA            NA                 OT            Deut.
## 5504              NA            NA                 OT            Deut.
## 5505              NA            NA                 OT            Deut.
## 5506              NA            NA                 OT            Deut.
## 5507              NA            NA                 OT            Deut.
## 5508              NA            NA                 OT            Deut.
## 5509              NA            NA                 OT            Deut.
## 5510              NA            NA                 OT            Deut.
## 5511              NA            NA                 OT            Deut.
## 5512              NA            NA                 OT            Deut.
## 5513              NA            NA                 OT            Deut.
## 5514              NA            NA                 OT            Deut.
## 5515              NA            NA                 OT            Deut.
## 5516              NA            NA                 OT            Deut.
## 5517              NA            NA                 OT            Deut.
## 5518              NA            NA                 OT            Deut.
## 5519              NA            NA                 OT            Deut.
## 5520              NA            NA                 OT            Deut.
## 5521              NA            NA                 OT            Deut.
## 5522              NA            NA                 OT            Deut.
## 5523              NA            NA                 OT            Deut.
## 5524              NA            NA                 OT            Deut.
## 5525              NA            NA                 OT            Deut.
## 5526              NA            NA                 OT            Deut.
## 5527              NA            NA                 OT            Deut.
## 5528              NA            NA                 OT            Deut.
## 5529              NA            NA                 OT            Deut.
## 5530              NA            NA                 OT            Deut.
## 5531              NA            NA                 OT            Deut.
## 5532              NA            NA                 OT            Deut.
## 5533              NA            NA                 OT            Deut.
## 5534              NA            NA                 OT            Deut.
## 5535              NA            NA                 OT            Deut.
## 5536              NA            NA                 OT            Deut.
## 5537              NA            NA                 OT            Deut.
## 5538              NA            NA                 OT            Deut.
## 5539              NA            NA                 OT            Deut.
## 5540              NA            NA                 OT            Deut.
## 5541              NA            NA                 OT            Deut.
## 5542              NA            NA                 OT            Deut.
## 5543              NA            NA                 OT            Deut.
## 5544              NA            NA                 OT            Deut.
## 5545              NA            NA                 OT            Deut.
## 5546              NA            NA                 OT            Deut.
## 5547              NA            NA                 OT            Deut.
## 5548              NA            NA                 OT            Deut.
## 5549              NA            NA                 OT            Deut.
## 5550              NA            NA                 OT            Deut.
## 5551              NA            NA                 OT            Deut.
## 5552              NA            NA                 OT            Deut.
## 5553              NA            NA                 OT            Deut.
## 5554              NA            NA                 OT            Deut.
## 5555              NA            NA                 OT            Deut.
## 5556              NA            NA                 OT            Deut.
## 5557              NA            NA                 OT            Deut.
## 5558              NA            NA                 OT            Deut.
## 5559              NA            NA                 OT            Deut.
## 5560              NA            NA                 OT            Deut.
## 5561              NA            NA                 OT            Deut.
## 5562              NA            NA                 OT            Deut.
## 5563              NA            NA                 OT            Deut.
## 5564              NA            NA                 OT            Deut.
## 5565              NA            NA                 OT            Deut.
## 5566              NA            NA                 OT            Deut.
## 5567              NA            NA                 OT            Deut.
## 5568              NA            NA                 OT            Deut.
## 5569              NA            NA                 OT            Deut.
## 5570              NA            NA                 OT            Deut.
## 5571              NA            NA                 OT            Deut.
## 5572              NA            NA                 OT            Deut.
## 5573              NA            NA                 OT            Deut.
## 5574              NA            NA                 OT            Deut.
## 5575              NA            NA                 OT            Deut.
## 5576              NA            NA                 OT            Deut.
## 5577              NA            NA                 OT            Deut.
## 5578              NA            NA                 OT            Deut.
## 5579              NA            NA                 OT            Deut.
## 5580              NA            NA                 OT            Deut.
## 5581              NA            NA                 OT            Deut.
## 5582              NA            NA                 OT            Deut.
## 5583              NA            NA                 OT            Deut.
## 5584              NA            NA                 OT            Deut.
## 5585              NA            NA                 OT            Deut.
## 5586              NA            NA                 OT            Deut.
## 5587              NA            NA                 OT            Deut.
## 5588              NA            NA                 OT            Deut.
## 5589              NA            NA                 OT            Deut.
## 5590              NA            NA                 OT            Deut.
## 5591              NA            NA                 OT            Deut.
## 5592              NA            NA                 OT            Deut.
## 5593              NA            NA                 OT            Deut.
## 5594              NA            NA                 OT            Deut.
## 5595              NA            NA                 OT            Deut.
## 5596              NA            NA                 OT            Deut.
## 5597              NA            NA                 OT            Deut.
## 5598              NA            NA                 OT            Deut.
## 5599              NA            NA                 OT            Deut.
## 5600              NA            NA                 OT            Deut.
## 5601              NA            NA                 OT            Deut.
## 5602              NA            NA                 OT            Deut.
## 5603              NA            NA                 OT            Deut.
## 5604              NA            NA                 OT            Deut.
## 5605              NA            NA                 OT            Deut.
## 5606              NA            NA                 OT            Deut.
## 5607              NA            NA                 OT            Deut.
## 5608              NA            NA                 OT            Deut.
## 5609              NA            NA                 OT            Deut.
## 5610              NA            NA                 OT            Deut.
## 5611              NA            NA                 OT            Deut.
## 5612              NA            NA                 OT            Deut.
## 5613              NA            NA                 OT            Deut.
## 5614              NA            NA                 OT            Deut.
## 5615              NA            NA                 OT            Deut.
## 5616              NA            NA                 OT            Deut.
## 5617              NA            NA                 OT            Deut.
## 5618              NA            NA                 OT            Deut.
## 5619              NA            NA                 OT            Deut.
## 5620              NA            NA                 OT            Deut.
## 5621              NA            NA                 OT            Deut.
## 5622              NA            NA                 OT            Deut.
## 5623              NA            NA                 OT            Deut.
## 5624              NA            NA                 OT            Deut.
## 5625              NA            NA                 OT            Deut.
## 5626              NA            NA                 OT            Deut.
## 5627              NA            NA                 OT            Deut.
## 5628              NA            NA                 OT            Deut.
## 5629              NA            NA                 OT            Deut.
## 5630              NA            NA                 OT            Deut.
## 5631              NA            NA                 OT            Deut.
## 5632              NA            NA                 OT            Deut.
## 5633              NA            NA                 OT            Deut.
## 5634              NA            NA                 OT            Deut.
## 5635              NA            NA                 OT            Deut.
## 5636              NA            NA                 OT            Deut.
## 5637              NA            NA                 OT            Deut.
## 5638              NA            NA                 OT            Deut.
## 5639              NA            NA                 OT            Deut.
## 5640              NA            NA                 OT            Deut.
## 5641              NA            NA                 OT            Deut.
## 5642              NA            NA                 OT            Deut.
## 5643              NA            NA                 OT            Deut.
## 5644              NA            NA                 OT            Deut.
## 5645              NA            NA                 OT            Deut.
## 5646              NA            NA                 OT            Deut.
## 5647              NA            NA                 OT            Deut.
## 5648              NA            NA                 OT            Deut.
## 5649              NA            NA                 OT            Deut.
## 5650              NA            NA                 OT            Deut.
## 5651              NA            NA                 OT            Deut.
## 5652              NA            NA                 OT            Deut.
## 5653              NA            NA                 OT            Deut.
## 5654              NA            NA                 OT            Deut.
## 5655              NA            NA                 OT            Deut.
## 5656              NA            NA                 OT            Deut.
## 5657              NA            NA                 OT            Deut.
## 5658              NA            NA                 OT            Deut.
## 5659              NA            NA                 OT            Deut.
## 5660              NA            NA                 OT            Deut.
## 5661              NA            NA                 OT            Deut.
## 5662              NA            NA                 OT            Deut.
## 5663              NA            NA                 OT            Deut.
## 5664              NA            NA                 OT            Deut.
## 5665              NA            NA                 OT            Deut.
## 5666              NA            NA                 OT            Deut.
## 5667              NA            NA                 OT            Deut.
## 5668              NA            NA                 OT            Deut.
## 5669              NA            NA                 OT            Deut.
## 5670              NA            NA                 OT            Deut.
## 5671              NA            NA                 OT            Deut.
## 5672              NA            NA                 OT            Deut.
## 5673              NA            NA                 OT            Deut.
## 5674              NA            NA                 OT            Deut.
## 5675              NA            NA                 OT            Deut.
## 5676              NA            NA                 OT            Deut.
## 5677              NA            NA                 OT            Deut.
## 5678              NA            NA                 OT            Deut.
## 5679              NA            NA                 OT            Deut.
## 5680              NA            NA                 OT            Deut.
## 5681              NA            NA                 OT            Deut.
## 5682              NA            NA                 OT            Deut.
## 5683              NA            NA                 OT            Deut.
## 5684              NA            NA                 OT            Deut.
## 5685              NA            NA                 OT            Deut.
## 5686              NA            NA                 OT            Deut.
## 5687              NA            NA                 OT            Deut.
## 5688              NA            NA                 OT            Deut.
## 5689              NA            NA                 OT            Deut.
## 5690              NA            NA                 OT            Deut.
## 5691              NA            NA                 OT            Deut.
## 5692              NA            NA                 OT            Deut.
## 5693              NA            NA                 OT            Deut.
## 5694              NA            NA                 OT            Deut.
## 5695              NA            NA                 OT            Deut.
## 5696              NA            NA                 OT            Deut.
## 5697              NA            NA                 OT            Deut.
## 5698              NA            NA                 OT            Deut.
## 5699              NA            NA                 OT            Deut.
## 5700              NA            NA                 OT            Deut.
## 5701              NA            NA                 OT            Deut.
## 5702              NA            NA                 OT            Deut.
## 5703              NA            NA                 OT            Deut.
## 5704              NA            NA                 OT            Deut.
## 5705              NA            NA                 OT            Deut.
## 5706              NA            NA                 OT            Deut.
## 5707              NA            NA                 OT            Deut.
## 5708              NA            NA                 OT            Deut.
## 5709              NA            NA                 OT            Deut.
## 5710              NA            NA                 OT            Deut.
## 5711              NA            NA                 OT            Deut.
## 5712              NA            NA                 OT            Deut.
## 5713              NA            NA                 OT            Deut.
## 5714              NA            NA                 OT            Deut.
## 5715              NA            NA                 OT            Deut.
## 5716              NA            NA                 OT            Deut.
## 5717              NA            NA                 OT            Deut.
## 5718              NA            NA                 OT            Deut.
## 5719              NA            NA                 OT            Deut.
## 5720              NA            NA                 OT            Deut.
## 5721              NA            NA                 OT            Deut.
## 5722              NA            NA                 OT            Deut.
## 5723              NA            NA                 OT            Deut.
## 5724              NA            NA                 OT            Deut.
## 5725              NA            NA                 OT            Deut.
## 5726              NA            NA                 OT            Deut.
## 5727              NA            NA                 OT            Deut.
## 5728              NA            NA                 OT            Deut.
## 5729              NA            NA                 OT            Deut.
## 5730              NA            NA                 OT            Deut.
## 5731              NA            NA                 OT            Deut.
## 5732              NA            NA                 OT            Deut.
## 5733              NA            NA                 OT            Deut.
## 5734              NA            NA                 OT            Deut.
## 5735              NA            NA                 OT            Deut.
## 5736              NA            NA                 OT            Deut.
## 5737              NA            NA                 OT            Deut.
## 5738              NA            NA                 OT            Deut.
## 5739              NA            NA                 OT            Deut.
## 5740              NA            NA                 OT            Deut.
## 5741              NA            NA                 OT            Deut.
## 5742              NA            NA                 OT            Deut.
## 5743              NA            NA                 OT            Deut.
## 5744              NA            NA                 OT            Deut.
## 5745              NA            NA                 OT            Deut.
## 5746              NA            NA                 OT            Deut.
## 5747              NA            NA                 OT            Deut.
## 5748              NA            NA                 OT            Deut.
## 5749              NA            NA                 OT            Deut.
## 5750              NA            NA                 OT            Deut.
## 5751              NA            NA                 OT            Deut.
## 5752              NA            NA                 OT            Deut.
## 5753              NA            NA                 OT            Deut.
## 5754              NA            NA                 OT            Deut.
## 5755              NA            NA                 OT            Deut.
## 5756              NA            NA                 OT            Deut.
## 5757              NA            NA                 OT            Deut.
## 5758              NA            NA                 OT            Deut.
## 5759              NA            NA                 OT            Deut.
## 5760              NA            NA                 OT            Deut.
## 5761              NA            NA                 OT            Deut.
## 5762              NA            NA                 OT            Deut.
## 5763              NA            NA                 OT            Deut.
## 5764              NA            NA                 OT            Deut.
## 5765              NA            NA                 OT            Deut.
## 5766              NA            NA                 OT            Deut.
## 5767              NA            NA                 OT            Deut.
## 5768              NA            NA                 OT            Deut.
## 5769              NA            NA                 OT            Deut.
## 5770              NA            NA                 OT            Deut.
## 5771              NA            NA                 OT            Deut.
## 5772              NA            NA                 OT            Deut.
## 5773              NA            NA                 OT            Deut.
## 5774              NA            NA                 OT            Deut.
## 5775              NA            NA                 OT            Deut.
## 5776              NA            NA                 OT            Deut.
## 5777              NA            NA                 OT            Deut.
## 5778              NA            NA                 OT            Deut.
## 5779              NA            NA                 OT            Deut.
## 5780              NA            NA                 OT            Deut.
## 5781              NA            NA                 OT            Deut.
## 5782              NA            NA                 OT            Deut.
## 5783              NA            NA                 OT            Deut.
## 5784              NA            NA                 OT            Deut.
## 5785              NA            NA                 OT            Deut.
## 5786              NA            NA                 OT            Deut.
## 5787              NA            NA                 OT            Deut.
## 5788              NA            NA                 OT            Deut.
## 5789              NA            NA                 OT            Deut.
## 5790              NA            NA                 OT            Deut.
## 5791              NA            NA                 OT            Deut.
## 5792              NA            NA                 OT            Deut.
## 5793              NA            NA                 OT            Deut.
## 5794              NA            NA                 OT            Deut.
## 5795              NA            NA                 OT            Deut.
## 5796              NA            NA                 OT            Deut.
## 5797              NA            NA                 OT            Deut.
## 5798              NA            NA                 OT            Deut.
## 5799              NA            NA                 OT            Deut.
## 5800              NA            NA                 OT            Deut.
## 5801              NA            NA                 OT            Deut.
## 5802              NA            NA                 OT            Deut.
## 5803              NA            NA                 OT            Deut.
## 5804              NA            NA                 OT            Deut.
## 5805              NA            NA                 OT            Deut.
## 5806              NA            NA                 OT            Deut.
## 5807              NA            NA                 OT            Deut.
## 5808              NA            NA                 OT            Deut.
## 5809              NA            NA                 OT            Deut.
## 5810              NA            NA                 OT            Deut.
## 5811              NA            NA                 OT            Deut.
## 5812              NA            NA                 OT            Deut.
## 5813              NA            NA                 OT            Deut.
## 5814              NA            NA                 OT            Deut.
## 5815              NA            NA                 OT            Deut.
## 5816              NA            NA                 OT            Deut.
## 5817              NA            NA                 OT            Deut.
## 5818              NA            NA                 OT            Deut.
## 5819              NA            NA                 OT            Deut.
## 5820              NA            NA                 OT            Deut.
## 5821              NA            NA                 OT            Deut.
## 5822              NA            NA                 OT            Deut.
## 5823              NA            NA                 OT            Deut.
## 5824              NA            NA                 OT            Deut.
## 5825              NA            NA                 OT            Deut.
## 5826              NA            NA                 OT            Deut.
## 5827              NA            NA                 OT            Deut.
## 5828              NA            NA                 OT            Deut.
## 5829              NA            NA                 OT            Deut.
## 5830              NA            NA                 OT            Deut.
## 5831              NA            NA                 OT            Deut.
## 5832              NA            NA                 OT            Deut.
## 5833              NA            NA                 OT            Deut.
## 5834              NA            NA                 OT            Deut.
## 5835              NA            NA                 OT            Deut.
## 5836              NA            NA                 OT            Deut.
## 5837              NA            NA                 OT            Deut.
## 5838              NA            NA                 OT            Deut.
## 5839              NA            NA                 OT            Deut.
## 5840              NA            NA                 OT            Deut.
## 5841              NA            NA                 OT            Deut.
## 5842              NA            NA                 OT            Deut.
## 5843              NA            NA                 OT            Deut.
## 5844              NA            NA                 OT            Deut.
## 5845              NA            NA                 OT            Deut.
## 5846              NA            NA                 OT            Deut.
## 5847              NA            NA                 OT            Deut.
## 5848              NA            NA                 OT            Deut.
## 5849              NA            NA                 OT            Deut.
## 5850              NA            NA                 OT            Deut.
## 5851              NA            NA                 OT            Deut.
## 5852              NA            NA                 OT            Deut.
## 5853              NA            NA                 OT            Josh.
## 5854              NA            NA                 OT            Josh.
## 5855              NA            NA                 OT            Josh.
## 5856              NA            NA                 OT            Josh.
## 5857              NA            NA                 OT            Josh.
## 5858              NA            NA                 OT            Josh.
## 5859              NA            NA                 OT            Josh.
## 5860              NA            NA                 OT            Josh.
## 5861              NA            NA                 OT            Josh.
## 5862              NA            NA                 OT            Josh.
## 5863              NA            NA                 OT            Josh.
## 5864              NA            NA                 OT            Josh.
## 5865              NA            NA                 OT            Josh.
## 5866              NA            NA                 OT            Josh.
## 5867              NA            NA                 OT            Josh.
## 5868              NA            NA                 OT            Josh.
## 5869              NA            NA                 OT            Josh.
## 5870              NA            NA                 OT            Josh.
## 5871              NA            NA                 OT            Josh.
## 5872              NA            NA                 OT            Josh.
## 5873              NA            NA                 OT            Josh.
## 5874              NA            NA                 OT            Josh.
## 5875              NA            NA                 OT            Josh.
## 5876              NA            NA                 OT            Josh.
## 5877              NA            NA                 OT            Josh.
## 5878              NA            NA                 OT            Josh.
## 5879              NA            NA                 OT            Josh.
## 5880              NA            NA                 OT            Josh.
## 5881              NA            NA                 OT            Josh.
## 5882              NA            NA                 OT            Josh.
##      chapter_number verse_number
## 1                 1            1
## 2                 1            2
## 3                 1            3
## 4                 1            4
## 5                 1            5
## 6                 1            6
## 7                 1            7
## 8                 1            8
## 9                 1            9
## 10                1           10
## 11                1           11
## 12                1           12
## 13                1           13
## 14                1           14
## 15                1           15
## 16                1           16
## 17                1           17
## 18                1           18
## 19                1           19
## 20                1           20
## 21                1           21
## 22                1           22
## 23                1           23
## 24                1           24
## 25                1           25
## 26                1           26
## 27                1           27
## 28                1           28
## 29                1           29
## 30                1           30
## 31                1           31
## 32                2            1
## 33                2            2
## 34                2            3
## 35                2            4
## 36                2            5
## 37                2            6
## 38                2            7
## 39                2            8
## 40                2            9
## 41                2           10
## 42                2           11
## 43                2           12
## 44                2           13
## 45                2           14
## 46                2           15
## 47                2           16
## 48                2           17
## 49                2           18
## 50                2           19
## 51                2           20
## 52                2           21
## 53                2           22
## 54                2           23
## 55                2           24
## 56                2           25
## 57                3            1
## 58                3            2
## 59                3            3
## 60                3            4
## 61                3            5
## 62                3            6
## 63                3            7
## 64                3            8
## 65                3            9
## 66                3           10
## 67                3           11
## 68                3           12
## 69                3           13
## 70                3           14
## 71                3           15
## 72                3           16
## 73                3           17
## 74                3           18
## 75                3           19
## 76                3           20
## 77                3           21
## 78                3           22
## 79                3           23
## 80                3           24
## 81                4            1
## 82                4            2
## 83                4            3
## 84                4            4
## 85                4            5
## 86                4            6
## 87                4            7
## 88                4            8
## 89                4            9
## 90                4           10
## 91                4           11
## 92                4           12
## 93                4           13
## 94                4           14
## 95                4           15
## 96                4           16
## 97                4           17
## 98                4           18
## 99                4           19
## 100               4           20
## 101               4           21
## 102               4           22
## 103               4           23
## 104               4           24
## 105               4           25
## 106               4           26
## 107               5            1
## 108               5            2
## 109               5            3
## 110               5            4
## 111               5            5
## 112               5            6
## 113               5            7
## 114               5            8
## 115               5            9
## 116               5           10
## 117               5           11
## 118               5           12
## 119               5           13
## 120               5           14
## 121               5           15
## 122               5           16
## 123               5           17
## 124               5           18
## 125               5           19
## 126               5           20
## 127               5           21
## 128               5           22
## 129               5           23
## 130               5           24
## 131               5           25
## 132               5           26
## 133               5           27
## 134               5           28
## 135               5           29
## 136               5           30
## 137               5           31
## 138               5           32
## 139               6            1
## 140               6            2
## 141               6            3
## 142               6            4
## 143               6            5
## 144               6            6
## 145               6            7
## 146               6            8
## 147               6            9
## 148               6           10
## 149               6           11
## 150               6           12
## 151               6           13
## 152               6           14
## 153               6           15
## 154               6           16
## 155               6           17
## 156               6           18
## 157               6           19
## 158               6           20
## 159               6           21
## 160               6           22
## 161               7            1
## 162               7            2
## 163               7            3
## 164               7            4
## 165               7            5
## 166               7            6
## 167               7            7
## 168               7            8
## 169               7            9
## 170               7           10
## 171               7           11
## 172               7           12
## 173               7           13
## 174               7           14
## 175               7           15
## 176               7           16
## 177               7           17
## 178               7           18
## 179               7           19
## 180               7           20
## 181               7           21
## 182               7           22
## 183               7           23
## 184               7           24
## 185               8            1
## 186               8            2
## 187               8            3
## 188               8            4
## 189               8            5
## 190               8            6
## 191               8            7
## 192               8            8
## 193               8            9
## 194               8           10
## 195               8           11
## 196               8           12
## 197               8           13
## 198               8           14
## 199               8           15
## 200               8           16
## 201               8           17
## 202               8           18
## 203               8           19
## 204               8           20
## 205               8           21
## 206               8           22
## 207               9            1
## 208               9            2
## 209               9            3
## 210               9            4
## 211               9            5
## 212               9            6
## 213               9            7
## 214               9            8
## 215               9            9
## 216               9           10
## 217               9           11
## 218               9           12
## 219               9           13
## 220               9           14
## 221               9           15
## 222               9           16
## 223               9           17
## 224               9           18
## 225               9           19
## 226               9           20
## 227               9           21
## 228               9           22
## 229               9           23
## 230               9           24
## 231               9           25
## 232               9           26
## 233               9           27
## 234               9           28
## 235               9           29
## 236              10            1
## 237              10            2
## 238              10            3
## 239              10            4
## 240              10            5
## 241              10            6
## 242              10            7
## 243              10            8
## 244              10            9
## 245              10           10
## 246              10           11
## 247              10           12
## 248              10           13
## 249              10           14
## 250              10           15
## 251              10           16
## 252              10           17
## 253              10           18
## 254              10           19
## 255              10           20
## 256              10           21
## 257              10           22
## 258              10           23
## 259              10           24
## 260              10           25
## 261              10           26
## 262              10           27
## 263              10           28
## 264              10           29
## 265              10           30
## 266              10           31
## 267              10           32
## 268              11            1
## 269              11            2
## 270              11            3
## 271              11            4
## 272              11            5
## 273              11            6
## 274              11            7
## 275              11            8
## 276              11            9
## 277              11           10
## 278              11           11
## 279              11           12
## 280              11           13
## 281              11           14
## 282              11           15
## 283              11           16
## 284              11           17
## 285              11           18
## 286              11           19
## 287              11           20
## 288              11           21
## 289              11           22
## 290              11           23
## 291              11           24
## 292              11           25
## 293              11           26
## 294              11           27
## 295              11           28
## 296              11           29
## 297              11           30
## 298              11           31
## 299              11           32
## 300              12            1
## 301              12            2
## 302              12            3
## 303              12            4
## 304              12            5
## 305              12            6
## 306              12            7
## 307              12            8
## 308              12            9
## 309              12           10
## 310              12           11
## 311              12           12
## 312              12           13
## 313              12           14
## 314              12           15
## 315              12           16
## 316              12           17
## 317              12           18
## 318              12           19
## 319              12           20
## 320              13            1
## 321              13            2
## 322              13            3
## 323              13            4
## 324              13            5
## 325              13            6
## 326              13            7
## 327              13            8
## 328              13            9
## 329              13           10
## 330              13           11
## 331              13           12
## 332              13           13
## 333              13           14
## 334              13           15
## 335              13           16
## 336              13           17
## 337              13           18
## 338              14            1
## 339              14            2
## 340              14            3
## 341              14            4
## 342              14            5
## 343              14            6
## 344              14            7
## 345              14            8
## 346              14            9
## 347              14           10
## 348              14           11
## 349              14           12
## 350              14           13
## 351              14           14
## 352              14           15
## 353              14           16
## 354              14           17
## 355              14           18
## 356              14           19
## 357              14           20
## 358              14           21
## 359              14           22
## 360              14           23
## 361              14           24
## 362              15            1
## 363              15            2
## 364              15            3
## 365              15            4
## 366              15            5
## 367              15            6
## 368              15            7
## 369              15            8
## 370              15            9
## 371              15           10
## 372              15           11
## 373              15           12
## 374              15           13
## 375              15           14
## 376              15           15
## 377              15           16
## 378              15           17
## 379              15           18
## 380              15           19
## 381              15           20
## 382              15           21
## 383              16            1
## 384              16            2
## 385              16            3
## 386              16            4
## 387              16            5
## 388              16            6
## 389              16            7
## 390              16            8
## 391              16            9
## 392              16           10
## 393              16           11
## 394              16           12
## 395              16           13
## 396              16           14
## 397              16           15
## 398              16           16
## 399              17            1
## 400              17            2
## 401              17            3
## 402              17            4
## 403              17            5
## 404              17            6
## 405              17            7
## 406              17            8
## 407              17            9
## 408              17           10
## 409              17           11
## 410              17           12
## 411              17           13
## 412              17           14
## 413              17           15
## 414              17           16
## 415              17           17
## 416              17           18
## 417              17           19
## 418              17           20
## 419              17           21
## 420              17           22
## 421              17           23
## 422              17           24
## 423              17           25
## 424              17           26
## 425              17           27
## 426              18            1
## 427              18            2
## 428              18            3
## 429              18            4
## 430              18            5
## 431              18            6
## 432              18            7
## 433              18            8
## 434              18            9
## 435              18           10
## 436              18           11
## 437              18           12
## 438              18           13
## 439              18           14
## 440              18           15
## 441              18           16
## 442              18           17
## 443              18           18
## 444              18           19
## 445              18           20
## 446              18           21
## 447              18           22
## 448              18           23
## 449              18           24
## 450              18           25
## 451              18           26
## 452              18           27
## 453              18           28
## 454              18           29
## 455              18           30
## 456              18           31
## 457              18           32
## 458              18           33
## 459              19            1
## 460              19            2
## 461              19            3
## 462              19            4
## 463              19            5
## 464              19            6
## 465              19            7
## 466              19            8
## 467              19            9
## 468              19           10
## 469              19           11
## 470              19           12
## 471              19           13
## 472              19           14
## 473              19           15
## 474              19           16
## 475              19           17
## 476              19           18
## 477              19           19
## 478              19           20
## 479              19           21
## 480              19           22
## 481              19           23
## 482              19           24
## 483              19           25
## 484              19           26
## 485              19           27
## 486              19           28
## 487              19           29
## 488              19           30
## 489              19           31
## 490              19           32
## 491              19           33
## 492              19           34
## 493              19           35
## 494              19           36
## 495              19           37
## 496              19           38
## 497              20            1
## 498              20            2
## 499              20            3
## 500              20            4
## 501              20            5
## 502              20            6
## 503              20            7
## 504              20            8
## 505              20            9
## 506              20           10
## 507              20           11
## 508              20           12
## 509              20           13
## 510              20           14
## 511              20           15
## 512              20           16
## 513              20           17
## 514              20           18
## 515              21            1
## 516              21            2
## 517              21            3
## 518              21            4
## 519              21            5
## 520              21            6
## 521              21            7
## 522              21            8
## 523              21            9
## 524              21           10
## 525              21           11
## 526              21           12
## 527              21           13
## 528              21           14
## 529              21           15
## 530              21           16
## 531              21           17
## 532              21           18
## 533              21           19
## 534              21           20
## 535              21           21
## 536              21           22
## 537              21           23
## 538              21           24
## 539              21           25
## 540              21           26
## 541              21           27
## 542              21           28
## 543              21           29
## 544              21           30
## 545              21           31
## 546              21           32
## 547              21           33
## 548              21           34
## 549              22            1
## 550              22            2
## 551              22            3
## 552              22            4
## 553              22            5
## 554              22            6
## 555              22            7
## 556              22            8
## 557              22            9
## 558              22           10
## 559              22           11
## 560              22           12
## 561              22           13
## 562              22           14
## 563              22           15
## 564              22           16
## 565              22           17
## 566              22           18
## 567              22           19
## 568              22           20
## 569              22           21
## 570              22           22
## 571              22           23
## 572              22           24
## 573              23            1
## 574              23            2
## 575              23            3
## 576              23            4
## 577              23            5
## 578              23            6
## 579              23            7
## 580              23            8
## 581              23            9
## 582              23           10
## 583              23           11
## 584              23           12
## 585              23           13
## 586              23           14
## 587              23           15
## 588              23           16
## 589              23           17
## 590              23           18
## 591              23           19
## 592              23           20
## 593              24            1
## 594              24            2
## 595              24            3
## 596              24            4
## 597              24            5
## 598              24            6
## 599              24            7
## 600              24            8
## 601              24            9
## 602              24           10
## 603              24           11
## 604              24           12
## 605              24           13
## 606              24           14
## 607              24           15
## 608              24           16
## 609              24           17
## 610              24           18
## 611              24           19
## 612              24           20
## 613              24           21
## 614              24           22
## 615              24           23
## 616              24           24
## 617              24           25
## 618              24           26
## 619              24           27
## 620              24           28
## 621              24           29
## 622              24           30
## 623              24           31
## 624              24           32
## 625              24           33
## 626              24           34
## 627              24           35
## 628              24           36
## 629              24           37
## 630              24           38
## 631              24           39
## 632              24           40
## 633              24           41
## 634              24           42
## 635              24           43
## 636              24           44
## 637              24           45
## 638              24           46
## 639              24           47
## 640              24           48
## 641              24           49
## 642              24           50
## 643              24           51
## 644              24           52
## 645              24           53
## 646              24           54
## 647              24           55
## 648              24           56
## 649              24           57
## 650              24           58
## 651              24           59
## 652              24           60
## 653              24           61
## 654              24           62
## 655              24           63
## 656              24           64
## 657              24           65
## 658              24           66
## 659              24           67
## 660              25            1
## 661              25            2
## 662              25            3
## 663              25            4
## 664              25            5
## 665              25            6
## 666              25            7
## 667              25            8
## 668              25            9
## 669              25           10
## 670              25           11
## 671              25           12
## 672              25           13
## 673              25           14
## 674              25           15
## 675              25           16
## 676              25           17
## 677              25           18
## 678              25           19
## 679              25           20
## 680              25           21
## 681              25           22
## 682              25           23
## 683              25           24
## 684              25           25
## 685              25           26
## 686              25           27
## 687              25           28
## 688              25           29
## 689              25           30
## 690              25           31
## 691              25           32
## 692              25           33
## 693              25           34
## 694              26            1
## 695              26            2
## 696              26            3
## 697              26            4
## 698              26            5
## 699              26            6
## 700              26            7
## 701              26            8
## 702              26            9
## 703              26           10
## 704              26           11
## 705              26           12
## 706              26           13
## 707              26           14
## 708              26           15
## 709              26           16
## 710              26           17
## 711              26           18
## 712              26           19
## 713              26           20
## 714              26           21
## 715              26           22
## 716              26           23
## 717              26           24
## 718              26           25
## 719              26           26
## 720              26           27
## 721              26           28
## 722              26           29
## 723              26           30
## 724              26           31
## 725              26           32
## 726              26           33
## 727              26           34
## 728              26           35
## 729              27            1
## 730              27            2
## 731              27            3
## 732              27            4
## 733              27            5
## 734              27            6
## 735              27            7
## 736              27            8
## 737              27            9
## 738              27           10
## 739              27           11
## 740              27           12
## 741              27           13
## 742              27           14
## 743              27           15
## 744              27           16
## 745              27           17
## 746              27           18
## 747              27           19
## 748              27           20
## 749              27           21
## 750              27           22
## 751              27           23
## 752              27           24
## 753              27           25
## 754              27           26
## 755              27           27
## 756              27           28
## 757              27           29
## 758              27           30
## 759              27           31
## 760              27           32
## 761              27           33
## 762              27           34
## 763              27           35
## 764              27           36
## 765              27           37
## 766              27           38
## 767              27           39
## 768              27           40
## 769              27           41
## 770              27           42
## 771              27           43
## 772              27           44
## 773              27           45
## 774              27           46
## 775              28            1
## 776              28            2
## 777              28            3
## 778              28            4
## 779              28            5
## 780              28            6
## 781              28            7
## 782              28            8
## 783              28            9
## 784              28           10
## 785              28           11
## 786              28           12
## 787              28           13
## 788              28           14
## 789              28           15
## 790              28           16
## 791              28           17
## 792              28           18
## 793              28           19
## 794              28           20
## 795              28           21
## 796              28           22
## 797              29            1
## 798              29            2
## 799              29            3
## 800              29            4
## 801              29            5
## 802              29            6
## 803              29            7
## 804              29            8
## 805              29            9
## 806              29           10
## 807              29           11
## 808              29           12
## 809              29           13
## 810              29           14
## 811              29           15
## 812              29           16
## 813              29           17
## 814              29           18
## 815              29           19
## 816              29           20
## 817              29           21
## 818              29           22
## 819              29           23
## 820              29           24
## 821              29           25
## 822              29           26
## 823              29           27
## 824              29           28
## 825              29           29
## 826              29           30
## 827              29           31
## 828              29           32
## 829              29           33
## 830              29           34
## 831              29           35
## 832              30            1
## 833              30            2
## 834              30            3
## 835              30            4
## 836              30            5
## 837              30            6
## 838              30            7
## 839              30            8
## 840              30            9
## 841              30           10
## 842              30           11
## 843              30           12
## 844              30           13
## 845              30           14
## 846              30           15
## 847              30           16
## 848              30           17
## 849              30           18
## 850              30           19
## 851              30           20
## 852              30           21
## 853              30           22
## 854              30           23
## 855              30           24
## 856              30           25
## 857              30           26
## 858              30           27
## 859              30           28
## 860              30           29
## 861              30           30
## 862              30           31
## 863              30           32
## 864              30           33
## 865              30           34
## 866              30           35
## 867              30           36
## 868              30           37
## 869              30           38
## 870              30           39
## 871              30           40
## 872              30           41
## 873              30           42
## 874              30           43
## 875              31            1
## 876              31            2
## 877              31            3
## 878              31            4
## 879              31            5
## 880              31            6
## 881              31            7
## 882              31            8
## 883              31            9
## 884              31           10
## 885              31           11
## 886              31           12
## 887              31           13
## 888              31           14
## 889              31           15
## 890              31           16
## 891              31           17
## 892              31           18
## 893              31           19
## 894              31           20
## 895              31           21
## 896              31           22
## 897              31           23
## 898              31           24
## 899              31           25
## 900              31           26
## 901              31           27
## 902              31           28
## 903              31           29
## 904              31           30
## 905              31           31
## 906              31           32
## 907              31           33
## 908              31           34
## 909              31           35
## 910              31           36
## 911              31           37
## 912              31           38
## 913              31           39
## 914              31           40
## 915              31           41
## 916              31           42
## 917              31           43
## 918              31           44
## 919              31           45
## 920              31           46
## 921              31           47
## 922              31           48
## 923              31           49
## 924              31           50
## 925              31           51
## 926              31           52
## 927              31           53
## 928              31           54
## 929              31           55
## 930              32            1
## 931              32            2
## 932              32            3
## 933              32            4
## 934              32            5
## 935              32            6
## 936              32            7
## 937              32            8
## 938              32            9
## 939              32           10
## 940              32           11
## 941              32           12
## 942              32           13
## 943              32           14
## 944              32           15
## 945              32           16
## 946              32           17
## 947              32           18
## 948              32           19
## 949              32           20
## 950              32           21
## 951              32           22
## 952              32           23
## 953              32           24
## 954              32           25
## 955              32           26
## 956              32           27
## 957              32           28
## 958              32           29
## 959              32           30
## 960              32           31
## 961              32           32
## 962              33            1
## 963              33            2
## 964              33            3
## 965              33            4
## 966              33            5
## 967              33            6
## 968              33            7
## 969              33            8
## 970              33            9
## 971              33           10
## 972              33           11
## 973              33           12
## 974              33           13
## 975              33           14
## 976              33           15
## 977              33           16
## 978              33           17
## 979              33           18
## 980              33           19
## 981              33           20
## 982              34            1
## 983              34            2
## 984              34            3
## 985              34            4
## 986              34            5
## 987              34            6
## 988              34            7
## 989              34            8
## 990              34            9
## 991              34           10
## 992              34           11
## 993              34           12
## 994              34           13
## 995              34           14
## 996              34           15
## 997              34           16
## 998              34           17
## 999              34           18
## 1000             34           19
## 1001             34           20
## 1002             34           21
## 1003             34           22
## 1004             34           23
## 1005             34           24
## 1006             34           25
## 1007             34           26
## 1008             34           27
## 1009             34           28
## 1010             34           29
## 1011             34           30
## 1012             34           31
## 1013             35            1
## 1014             35            2
## 1015             35            3
## 1016             35            4
## 1017             35            5
## 1018             35            6
## 1019             35            7
## 1020             35            8
## 1021             35            9
## 1022             35           10
## 1023             35           11
## 1024             35           12
## 1025             35           13
## 1026             35           14
## 1027             35           15
## 1028             35           16
## 1029             35           17
## 1030             35           18
## 1031             35           19
## 1032             35           20
## 1033             35           21
## 1034             35           22
## 1035             35           23
## 1036             35           24
## 1037             35           25
## 1038             35           26
## 1039             35           27
## 1040             35           28
## 1041             35           29
## 1042             36            1
## 1043             36            2
## 1044             36            3
## 1045             36            4
## 1046             36            5
## 1047             36            6
## 1048             36            7
## 1049             36            8
## 1050             36            9
## 1051             36           10
## 1052             36           11
## 1053             36           12
## 1054             36           13
## 1055             36           14
## 1056             36           15
## 1057             36           16
## 1058             36           17
## 1059             36           18
## 1060             36           19
## 1061             36           20
## 1062             36           21
## 1063             36           22
## 1064             36           23
## 1065             36           24
## 1066             36           25
## 1067             36           26
## 1068             36           27
## 1069             36           28
## 1070             36           29
## 1071             36           30
## 1072             36           31
## 1073             36           32
## 1074             36           33
## 1075             36           34
## 1076             36           35
## 1077             36           36
## 1078             36           37
## 1079             36           38
## 1080             36           39
## 1081             36           40
## 1082             36           41
## 1083             36           42
## 1084             36           43
## 1085             37            1
## 1086             37            2
## 1087             37            3
## 1088             37            4
## 1089             37            5
## 1090             37            6
## 1091             37            7
## 1092             37            8
## 1093             37            9
## 1094             37           10
## 1095             37           11
## 1096             37           12
## 1097             37           13
## 1098             37           14
## 1099             37           15
## 1100             37           16
## 1101             37           17
## 1102             37           18
## 1103             37           19
## 1104             37           20
## 1105             37           21
## 1106             37           22
## 1107             37           23
## 1108             37           24
## 1109             37           25
## 1110             37           26
## 1111             37           27
## 1112             37           28
## 1113             37           29
## 1114             37           30
## 1115             37           31
## 1116             37           32
## 1117             37           33
## 1118             37           34
## 1119             37           35
## 1120             37           36
## 1121             38            1
## 1122             38            2
## 1123             38            3
## 1124             38            4
## 1125             38            5
## 1126             38            6
## 1127             38            7
## 1128             38            8
## 1129             38            9
## 1130             38           10
## 1131             38           11
## 1132             38           12
## 1133             38           13
## 1134             38           14
## 1135             38           15
## 1136             38           16
## 1137             38           17
## 1138             38           18
## 1139             38           19
## 1140             38           20
## 1141             38           21
## 1142             38           22
## 1143             38           23
## 1144             38           24
## 1145             38           25
## 1146             38           26
## 1147             38           27
## 1148             38           28
## 1149             38           29
## 1150             38           30
## 1151             39            1
## 1152             39            2
## 1153             39            3
## 1154             39            4
## 1155             39            5
## 1156             39            6
## 1157             39            7
## 1158             39            8
## 1159             39            9
## 1160             39           10
## 1161             39           11
## 1162             39           12
## 1163             39           13
## 1164             39           14
## 1165             39           15
## 1166             39           16
## 1167             39           17
## 1168             39           18
## 1169             39           19
## 1170             39           20
## 1171             39           21
## 1172             39           22
## 1173             39           23
## 1174             40            1
## 1175             40            2
## 1176             40            3
## 1177             40            4
## 1178             40            5
## 1179             40            6
## 1180             40            7
## 1181             40            8
## 1182             40            9
## 1183             40           10
## 1184             40           11
## 1185             40           12
## 1186             40           13
## 1187             40           14
## 1188             40           15
## 1189             40           16
## 1190             40           17
## 1191             40           18
## 1192             40           19
## 1193             40           20
## 1194             40           21
## 1195             40           22
## 1196             40           23
## 1197             41            1
## 1198             41            2
## 1199             41            3
## 1200             41            4
## 1201             41            5
## 1202             41            6
## 1203             41            7
## 1204             41            8
## 1205             41            9
## 1206             41           10
## 1207             41           11
## 1208             41           12
## 1209             41           13
## 1210             41           14
## 1211             41           15
## 1212             41           16
## 1213             41           17
## 1214             41           18
## 1215             41           19
## 1216             41           20
## 1217             41           21
## 1218             41           22
## 1219             41           23
## 1220             41           24
## 1221             41           25
## 1222             41           26
## 1223             41           27
## 1224             41           28
## 1225             41           29
## 1226             41           30
## 1227             41           31
## 1228             41           32
## 1229             41           33
## 1230             41           34
## 1231             41           35
## 1232             41           36
## 1233             41           37
## 1234             41           38
## 1235             41           39
## 1236             41           40
## 1237             41           41
## 1238             41           42
## 1239             41           43
## 1240             41           44
## 1241             41           45
## 1242             41           46
## 1243             41           47
## 1244             41           48
## 1245             41           49
## 1246             41           50
## 1247             41           51
## 1248             41           52
## 1249             41           53
## 1250             41           54
## 1251             41           55
## 1252             41           56
## 1253             41           57
## 1254             42            1
## 1255             42            2
## 1256             42            3
## 1257             42            4
## 1258             42            5
## 1259             42            6
## 1260             42            7
## 1261             42            8
## 1262             42            9
## 1263             42           10
## 1264             42           11
## 1265             42           12
## 1266             42           13
## 1267             42           14
## 1268             42           15
## 1269             42           16
## 1270             42           17
## 1271             42           18
## 1272             42           19
## 1273             42           20
## 1274             42           21
## 1275             42           22
## 1276             42           23
## 1277             42           24
## 1278             42           25
## 1279             42           26
## 1280             42           27
## 1281             42           28
## 1282             42           29
## 1283             42           30
## 1284             42           31
## 1285             42           32
## 1286             42           33
## 1287             42           34
## 1288             42           35
## 1289             42           36
## 1290             42           37
## 1291             42           38
## 1292             43            1
## 1293             43            2
## 1294             43            3
## 1295             43            4
## 1296             43            5
## 1297             43            6
## 1298             43            7
## 1299             43            8
## 1300             43            9
## 1301             43           10
## 1302             43           11
## 1303             43           12
## 1304             43           13
## 1305             43           14
## 1306             43           15
## 1307             43           16
## 1308             43           17
## 1309             43           18
## 1310             43           19
## 1311             43           20
## 1312             43           21
## 1313             43           22
## 1314             43           23
## 1315             43           24
## 1316             43           25
## 1317             43           26
## 1318             43           27
## 1319             43           28
## 1320             43           29
## 1321             43           30
## 1322             43           31
## 1323             43           32
## 1324             43           33
## 1325             43           34
## 1326             44            1
## 1327             44            2
## 1328             44            3
## 1329             44            4
## 1330             44            5
## 1331             44            6
## 1332             44            7
## 1333             44            8
## 1334             44            9
## 1335             44           10
## 1336             44           11
## 1337             44           12
## 1338             44           13
## 1339             44           14
## 1340             44           15
## 1341             44           16
## 1342             44           17
## 1343             44           18
## 1344             44           19
## 1345             44           20
## 1346             44           21
## 1347             44           22
## 1348             44           23
## 1349             44           24
## 1350             44           25
## 1351             44           26
## 1352             44           27
## 1353             44           28
## 1354             44           29
## 1355             44           30
## 1356             44           31
## 1357             44           32
## 1358             44           33
## 1359             44           34
## 1360             45            1
## 1361             45            2
## 1362             45            3
## 1363             45            4
## 1364             45            5
## 1365             45            6
## 1366             45            7
## 1367             45            8
## 1368             45            9
## 1369             45           10
## 1370             45           11
## 1371             45           12
## 1372             45           13
## 1373             45           14
## 1374             45           15
## 1375             45           16
## 1376             45           17
## 1377             45           18
## 1378             45           19
## 1379             45           20
## 1380             45           21
## 1381             45           22
## 1382             45           23
## 1383             45           24
## 1384             45           25
## 1385             45           26
## 1386             45           27
## 1387             45           28
## 1388             46            1
## 1389             46            2
## 1390             46            3
## 1391             46            4
## 1392             46            5
## 1393             46            6
## 1394             46            7
## 1395             46            8
## 1396             46            9
## 1397             46           10
## 1398             46           11
## 1399             46           12
## 1400             46           13
## 1401             46           14
## 1402             46           15
## 1403             46           16
## 1404             46           17
## 1405             46           18
## 1406             46           19
## 1407             46           20
## 1408             46           21
## 1409             46           22
## 1410             46           23
## 1411             46           24
## 1412             46           25
## 1413             46           26
## 1414             46           27
## 1415             46           28
## 1416             46           29
## 1417             46           30
## 1418             46           31
## 1419             46           32
## 1420             46           33
## 1421             46           34
## 1422             47            1
## 1423             47            2
## 1424             47            3
## 1425             47            4
## 1426             47            5
## 1427             47            6
## 1428             47            7
## 1429             47            8
## 1430             47            9
## 1431             47           10
## 1432             47           11
## 1433             47           12
## 1434             47           13
## 1435             47           14
## 1436             47           15
## 1437             47           16
## 1438             47           17
## 1439             47           18
## 1440             47           19
## 1441             47           20
## 1442             47           21
## 1443             47           22
## 1444             47           23
## 1445             47           24
## 1446             47           25
## 1447             47           26
## 1448             47           27
## 1449             47           28
## 1450             47           29
## 1451             47           30
## 1452             47           31
## 1453             48            1
## 1454             48            2
## 1455             48            3
## 1456             48            4
## 1457             48            5
## 1458             48            6
## 1459             48            7
## 1460             48            8
## 1461             48            9
## 1462             48           10
## 1463             48           11
## 1464             48           12
## 1465             48           13
## 1466             48           14
## 1467             48           15
## 1468             48           16
## 1469             48           17
## 1470             48           18
## 1471             48           19
## 1472             48           20
## 1473             48           21
## 1474             48           22
## 1475             49            1
## 1476             49            2
## 1477             49            3
## 1478             49            4
## 1479             49            5
## 1480             49            6
## 1481             49            7
## 1482             49            8
## 1483             49            9
## 1484             49           10
## 1485             49           11
## 1486             49           12
## 1487             49           13
## 1488             49           14
## 1489             49           15
## 1490             49           16
## 1491             49           17
## 1492             49           18
## 1493             49           19
## 1494             49           20
## 1495             49           21
## 1496             49           22
## 1497             49           23
## 1498             49           24
## 1499             49           25
## 1500             49           26
## 1501             49           27
## 1502             49           28
## 1503             49           29
## 1504             49           30
## 1505             49           31
## 1506             49           32
## 1507             49           33
## 1508             50            1
## 1509             50            2
## 1510             50            3
## 1511             50            4
## 1512             50            5
## 1513             50            6
## 1514             50            7
## 1515             50            8
## 1516             50            9
## 1517             50           10
## 1518             50           11
## 1519             50           12
## 1520             50           13
## 1521             50           14
## 1522             50           15
## 1523             50           16
## 1524             50           17
## 1525             50           18
## 1526             50           19
## 1527             50           20
## 1528             50           21
## 1529             50           22
## 1530             50           23
## 1531             50           24
## 1532             50           25
## 1533             50           26
## 1534              1            1
## 1535              1            2
## 1536              1            3
## 1537              1            4
## 1538              1            5
## 1539              1            6
## 1540              1            7
## 1541              1            8
## 1542              1            9
## 1543              1           10
## 1544              1           11
## 1545              1           12
## 1546              1           13
## 1547              1           14
## 1548              1           15
## 1549              1           16
## 1550              1           17
## 1551              1           18
## 1552              1           19
## 1553              1           20
## 1554              1           21
## 1555              1           22
## 1556              2            1
## 1557              2            2
## 1558              2            3
## 1559              2            4
## 1560              2            5
## 1561              2            6
## 1562              2            7
## 1563              2            8
## 1564              2            9
## 1565              2           10
## 1566              2           11
## 1567              2           12
## 1568              2           13
## 1569              2           14
## 1570              2           15
## 1571              2           16
## 1572              2           17
## 1573              2           18
## 1574              2           19
## 1575              2           20
## 1576              2           21
## 1577              2           22
## 1578              2           23
## 1579              2           24
## 1580              2           25
## 1581              3            1
## 1582              3            2
## 1583              3            3
## 1584              3            4
## 1585              3            5
## 1586              3            6
## 1587              3            7
## 1588              3            8
## 1589              3            9
## 1590              3           10
## 1591              3           11
## 1592              3           12
## 1593              3           13
## 1594              3           14
## 1595              3           15
## 1596              3           16
## 1597              3           17
## 1598              3           18
## 1599              3           19
## 1600              3           20
## 1601              3           21
## 1602              3           22
## 1603              4            1
## 1604              4            2
## 1605              4            3
## 1606              4            4
## 1607              4            5
## 1608              4            6
## 1609              4            7
## 1610              4            8
## 1611              4            9
## 1612              4           10
## 1613              4           11
## 1614              4           12
## 1615              4           13
## 1616              4           14
## 1617              4           15
## 1618              4           16
## 1619              4           17
## 1620              4           18
## 1621              4           19
## 1622              4           20
## 1623              4           21
## 1624              4           22
## 1625              4           23
## 1626              4           24
## 1627              4           25
## 1628              4           26
## 1629              4           27
## 1630              4           28
## 1631              4           29
## 1632              4           30
## 1633              4           31
## 1634              5            1
## 1635              5            2
## 1636              5            3
## 1637              5            4
## 1638              5            5
## 1639              5            6
## 1640              5            7
## 1641              5            8
## 1642              5            9
## 1643              5           10
## 1644              5           11
## 1645              5           12
## 1646              5           13
## 1647              5           14
## 1648              5           15
## 1649              5           16
## 1650              5           17
## 1651              5           18
## 1652              5           19
## 1653              5           20
## 1654              5           21
## 1655              5           22
## 1656              5           23
## 1657              6            1
## 1658              6            2
## 1659              6            3
## 1660              6            4
## 1661              6            5
## 1662              6            6
## 1663              6            7
## 1664              6            8
## 1665              6            9
## 1666              6           10
## 1667              6           11
## 1668              6           12
## 1669              6           13
## 1670              6           14
## 1671              6           15
## 1672              6           16
## 1673              6           17
## 1674              6           18
## 1675              6           19
## 1676              6           20
## 1677              6           21
## 1678              6           22
## 1679              6           23
## 1680              6           24
## 1681              6           25
## 1682              6           26
## 1683              6           27
## 1684              6           28
## 1685              6           29
## 1686              6           30
## 1687              7            1
## 1688              7            2
## 1689              7            3
## 1690              7            4
## 1691              7            5
## 1692              7            6
## 1693              7            7
## 1694              7            8
## 1695              7            9
## 1696              7           10
## 1697              7           11
## 1698              7           12
## 1699              7           13
## 1700              7           14
## 1701              7           15
## 1702              7           16
## 1703              7           17
## 1704              7           18
## 1705              7           19
## 1706              7           20
## 1707              7           21
## 1708              7           22
## 1709              7           23
## 1710              7           24
## 1711              7           25
## 1712              8            1
## 1713              8            2
## 1714              8            3
## 1715              8            4
## 1716              8            5
## 1717              8            6
## 1718              8            7
## 1719              8            8
## 1720              8            9
## 1721              8           10
## 1722              8           11
## 1723              8           12
## 1724              8           13
## 1725              8           14
## 1726              8           15
## 1727              8           16
## 1728              8           17
## 1729              8           18
## 1730              8           19
## 1731              8           20
## 1732              8           21
## 1733              8           22
## 1734              8           23
## 1735              8           24
## 1736              8           25
## 1737              8           26
## 1738              8           27
## 1739              8           28
## 1740              8           29
## 1741              8           30
## 1742              8           31
## 1743              8           32
## 1744              9            1
## 1745              9            2
## 1746              9            3
## 1747              9            4
## 1748              9            5
## 1749              9            6
## 1750              9            7
## 1751              9            8
## 1752              9            9
## 1753              9           10
## 1754              9           11
## 1755              9           12
## 1756              9           13
## 1757              9           14
## 1758              9           15
## 1759              9           16
## 1760              9           17
## 1761              9           18
## 1762              9           19
## 1763              9           20
## 1764              9           21
## 1765              9           22
## 1766              9           23
## 1767              9           24
## 1768              9           25
## 1769              9           26
## 1770              9           27
## 1771              9           28
## 1772              9           29
## 1773              9           30
## 1774              9           31
## 1775              9           32
## 1776              9           33
## 1777              9           34
## 1778              9           35
## 1779             10            1
## 1780             10            2
## 1781             10            3
## 1782             10            4
## 1783             10            5
## 1784             10            6
## 1785             10            7
## 1786             10            8
## 1787             10            9
## 1788             10           10
## 1789             10           11
## 1790             10           12
## 1791             10           13
## 1792             10           14
## 1793             10           15
## 1794             10           16
## 1795             10           17
## 1796             10           18
## 1797             10           19
## 1798             10           20
## 1799             10           21
## 1800             10           22
## 1801             10           23
## 1802             10           24
## 1803             10           25
## 1804             10           26
## 1805             10           27
## 1806             10           28
## 1807             10           29
## 1808             11            1
## 1809             11            2
## 1810             11            3
## 1811             11            4
## 1812             11            5
## 1813             11            6
## 1814             11            7
## 1815             11            8
## 1816             11            9
## 1817             11           10
## 1818             12            1
## 1819             12            2
## 1820             12            3
## 1821             12            4
## 1822             12            5
## 1823             12            6
## 1824             12            7
## 1825             12            8
## 1826             12            9
## 1827             12           10
## 1828             12           11
## 1829             12           12
## 1830             12           13
## 1831             12           14
## 1832             12           15
## 1833             12           16
## 1834             12           17
## 1835             12           18
## 1836             12           19
## 1837             12           20
## 1838             12           21
## 1839             12           22
## 1840             12           23
## 1841             12           24
## 1842             12           25
## 1843             12           26
## 1844             12           27
## 1845             12           28
## 1846             12           29
## 1847             12           30
## 1848             12           31
## 1849             12           32
## 1850             12           33
## 1851             12           34
## 1852             12           35
## 1853             12           36
## 1854             12           37
## 1855             12           38
## 1856             12           39
## 1857             12           40
## 1858             12           41
## 1859             12           42
## 1860             12           43
## 1861             12           44
## 1862             12           45
## 1863             12           46
## 1864             12           47
## 1865             12           48
## 1866             12           49
## 1867             12           50
## 1868             12           51
## 1869             13            1
## 1870             13            2
## 1871             13            3
## 1872             13            4
## 1873             13            5
## 1874             13            6
## 1875             13            7
## 1876             13            8
## 1877             13            9
## 1878             13           10
## 1879             13           11
## 1880             13           12
## 1881             13           13
## 1882             13           14
## 1883             13           15
## 1884             13           16
## 1885             13           17
## 1886             13           18
## 1887             13           19
## 1888             13           20
## 1889             13           21
## 1890             13           22
## 1891             14            1
## 1892             14            2
## 1893             14            3
## 1894             14            4
## 1895             14            5
## 1896             14            6
## 1897             14            7
## 1898             14            8
## 1899             14            9
## 1900             14           10
## 1901             14           11
## 1902             14           12
## 1903             14           13
## 1904             14           14
## 1905             14           15
## 1906             14           16
## 1907             14           17
## 1908             14           18
## 1909             14           19
## 1910             14           20
## 1911             14           21
## 1912             14           22
## 1913             14           23
## 1914             14           24
## 1915             14           25
## 1916             14           26
## 1917             14           27
## 1918             14           28
## 1919             14           29
## 1920             14           30
## 1921             14           31
## 1922             15            1
## 1923             15            2
## 1924             15            3
## 1925             15            4
## 1926             15            5
## 1927             15            6
## 1928             15            7
## 1929             15            8
## 1930             15            9
## 1931             15           10
## 1932             15           11
## 1933             15           12
## 1934             15           13
## 1935             15           14
## 1936             15           15
## 1937             15           16
## 1938             15           17
## 1939             15           18
## 1940             15           19
## 1941             15           20
## 1942             15           21
## 1943             15           22
## 1944             15           23
## 1945             15           24
## 1946             15           25
## 1947             15           26
## 1948             15           27
## 1949             16            1
## 1950             16            2
## 1951             16            3
## 1952             16            4
## 1953             16            5
## 1954             16            6
## 1955             16            7
## 1956             16            8
## 1957             16            9
## 1958             16           10
## 1959             16           11
## 1960             16           12
## 1961             16           13
## 1962             16           14
## 1963             16           15
## 1964             16           16
## 1965             16           17
## 1966             16           18
## 1967             16           19
## 1968             16           20
## 1969             16           21
## 1970             16           22
## 1971             16           23
## 1972             16           24
## 1973             16           25
## 1974             16           26
## 1975             16           27
## 1976             16           28
## 1977             16           29
## 1978             16           30
## 1979             16           31
## 1980             16           32
## 1981             16           33
## 1982             16           34
## 1983             16           35
## 1984             16           36
## 1985             17            1
## 1986             17            2
## 1987             17            3
## 1988             17            4
## 1989             17            5
## 1990             17            6
## 1991             17            7
## 1992             17            8
## 1993             17            9
## 1994             17           10
## 1995             17           11
## 1996             17           12
## 1997             17           13
## 1998             17           14
## 1999             17           15
## 2000             17           16
## 2001             18            1
## 2002             18            2
## 2003             18            3
## 2004             18            4
## 2005             18            5
## 2006             18            6
## 2007             18            7
## 2008             18            8
## 2009             18            9
## 2010             18           10
## 2011             18           11
## 2012             18           12
## 2013             18           13
## 2014             18           14
## 2015             18           15
## 2016             18           16
## 2017             18           17
## 2018             18           18
## 2019             18           19
## 2020             18           20
## 2021             18           21
## 2022             18           22
## 2023             18           23
## 2024             18           24
## 2025             18           25
## 2026             18           26
## 2027             18           27
## 2028             19            1
## 2029             19            2
## 2030             19            3
## 2031             19            4
## 2032             19            5
## 2033             19            6
## 2034             19            7
## 2035             19            8
## 2036             19            9
## 2037             19           10
## 2038             19           11
## 2039             19           12
## 2040             19           13
## 2041             19           14
## 2042             19           15
## 2043             19           16
## 2044             19           17
## 2045             19           18
## 2046             19           19
## 2047             19           20
## 2048             19           21
## 2049             19           22
## 2050             19           23
## 2051             19           24
## 2052             19           25
## 2053             20            1
## 2054             20            2
## 2055             20            3
## 2056             20            4
## 2057             20            5
## 2058             20            6
## 2059             20            7
## 2060             20            8
## 2061             20            9
## 2062             20           10
## 2063             20           11
## 2064             20           12
## 2065             20           13
## 2066             20           14
## 2067             20           15
## 2068             20           16
## 2069             20           17
## 2070             20           18
## 2071             20           19
## 2072             20           20
## 2073             20           21
## 2074             20           22
## 2075             20           23
## 2076             20           24
## 2077             20           25
## 2078             20           26
## 2079             21            1
## 2080             21            2
## 2081             21            3
## 2082             21            4
## 2083             21            5
## 2084             21            6
## 2085             21            7
## 2086             21            8
## 2087             21            9
## 2088             21           10
## 2089             21           11
## 2090             21           12
## 2091             21           13
## 2092             21           14
## 2093             21           15
## 2094             21           16
## 2095             21           17
## 2096             21           18
## 2097             21           19
## 2098             21           20
## 2099             21           21
## 2100             21           22
## 2101             21           23
## 2102             21           24
## 2103             21           25
## 2104             21           26
## 2105             21           27
## 2106             21           28
## 2107             21           29
## 2108             21           30
## 2109             21           31
## 2110             21           32
## 2111             21           33
## 2112             21           34
## 2113             21           35
## 2114             21           36
## 2115             22            1
## 2116             22            2
## 2117             22            3
## 2118             22            4
## 2119             22            5
## 2120             22            6
## 2121             22            7
## 2122             22            8
## 2123             22            9
## 2124             22           10
## 2125             22           11
## 2126             22           12
## 2127             22           13
## 2128             22           14
## 2129             22           15
## 2130             22           16
## 2131             22           17
## 2132             22           18
## 2133             22           19
## 2134             22           20
## 2135             22           21
## 2136             22           22
## 2137             22           23
## 2138             22           24
## 2139             22           25
## 2140             22           26
## 2141             22           27
## 2142             22           28
## 2143             22           29
## 2144             22           30
## 2145             22           31
## 2146             23            1
## 2147             23            2
## 2148             23            3
## 2149             23            4
## 2150             23            5
## 2151             23            6
## 2152             23            7
## 2153             23            8
## 2154             23            9
## 2155             23           10
## 2156             23           11
## 2157             23           12
## 2158             23           13
## 2159             23           14
## 2160             23           15
## 2161             23           16
## 2162             23           17
## 2163             23           18
## 2164             23           19
## 2165             23           20
## 2166             23           21
## 2167             23           22
## 2168             23           23
## 2169             23           24
## 2170             23           25
## 2171             23           26
## 2172             23           27
## 2173             23           28
## 2174             23           29
## 2175             23           30
## 2176             23           31
## 2177             23           32
## 2178             23           33
## 2179             24            1
## 2180             24            2
## 2181             24            3
## 2182             24            4
## 2183             24            5
## 2184             24            6
## 2185             24            7
## 2186             24            8
## 2187             24            9
## 2188             24           10
## 2189             24           11
## 2190             24           12
## 2191             24           13
## 2192             24           14
## 2193             24           15
## 2194             24           16
## 2195             24           17
## 2196             24           18
## 2197             25            1
## 2198             25            2
## 2199             25            3
## 2200             25            4
## 2201             25            5
## 2202             25            6
## 2203             25            7
## 2204             25            8
## 2205             25            9
## 2206             25           10
## 2207             25           11
## 2208             25           12
## 2209             25           13
## 2210             25           14
## 2211             25           15
## 2212             25           16
## 2213             25           17
## 2214             25           18
## 2215             25           19
## 2216             25           20
## 2217             25           21
## 2218             25           22
## 2219             25           23
## 2220             25           24
## 2221             25           25
## 2222             25           26
## 2223             25           27
## 2224             25           28
## 2225             25           29
## 2226             25           30
## 2227             25           31
## 2228             25           32
## 2229             25           33
## 2230             25           34
## 2231             25           35
## 2232             25           36
## 2233             25           37
## 2234             25           38
## 2235             25           39
## 2236             25           40
## 2237             26            1
## 2238             26            2
## 2239             26            3
## 2240             26            4
## 2241             26            5
## 2242             26            6
## 2243             26            7
## 2244             26            8
## 2245             26            9
## 2246             26           10
## 2247             26           11
## 2248             26           12
## 2249             26           13
## 2250             26           14
## 2251             26           15
## 2252             26           16
## 2253             26           17
## 2254             26           18
## 2255             26           19
## 2256             26           20
## 2257             26           21
## 2258             26           22
## 2259             26           23
## 2260             26           24
## 2261             26           25
## 2262             26           26
## 2263             26           27
## 2264             26           28
## 2265             26           29
## 2266             26           30
## 2267             26           31
## 2268             26           32
## 2269             26           33
## 2270             26           34
## 2271             26           35
## 2272             26           36
## 2273             26           37
## 2274             27            1
## 2275             27            2
## 2276             27            3
## 2277             27            4
## 2278             27            5
## 2279             27            6
## 2280             27            7
## 2281             27            8
## 2282             27            9
## 2283             27           10
## 2284             27           11
## 2285             27           12
## 2286             27           13
## 2287             27           14
## 2288             27           15
## 2289             27           16
## 2290             27           17
## 2291             27           18
## 2292             27           19
## 2293             27           20
## 2294             27           21
## 2295             28            1
## 2296             28            2
## 2297             28            3
## 2298             28            4
## 2299             28            5
## 2300             28            6
## 2301             28            7
## 2302             28            8
## 2303             28            9
## 2304             28           10
## 2305             28           11
## 2306             28           12
## 2307             28           13
## 2308             28           14
## 2309             28           15
## 2310             28           16
## 2311             28           17
## 2312             28           18
## 2313             28           19
## 2314             28           20
## 2315             28           21
## 2316             28           22
## 2317             28           23
## 2318             28           24
## 2319             28           25
## 2320             28           26
## 2321             28           27
## 2322             28           28
## 2323             28           29
## 2324             28           30
## 2325             28           31
## 2326             28           32
## 2327             28           33
## 2328             28           34
## 2329             28           35
## 2330             28           36
## 2331             28           37
## 2332             28           38
## 2333             28           39
## 2334             28           40
## 2335             28           41
## 2336             28           42
## 2337             28           43
## 2338             29            1
## 2339             29            2
## 2340             29            3
## 2341             29            4
## 2342             29            5
## 2343             29            6
## 2344             29            7
## 2345             29            8
## 2346             29            9
## 2347             29           10
## 2348             29           11
## 2349             29           12
## 2350             29           13
## 2351             29           14
## 2352             29           15
## 2353             29           16
## 2354             29           17
## 2355             29           18
## 2356             29           19
## 2357             29           20
## 2358             29           21
## 2359             29           22
## 2360             29           23
## 2361             29           24
## 2362             29           25
## 2363             29           26
## 2364             29           27
## 2365             29           28
## 2366             29           29
## 2367             29           30
## 2368             29           31
## 2369             29           32
## 2370             29           33
## 2371             29           34
## 2372             29           35
## 2373             29           36
## 2374             29           37
## 2375             29           38
## 2376             29           39
## 2377             29           40
## 2378             29           41
## 2379             29           42
## 2380             29           43
## 2381             29           44
## 2382             29           45
## 2383             29           46
## 2384             30            1
## 2385             30            2
## 2386             30            3
## 2387             30            4
## 2388             30            5
## 2389             30            6
## 2390             30            7
## 2391             30            8
## 2392             30            9
## 2393             30           10
## 2394             30           11
## 2395             30           12
## 2396             30           13
## 2397             30           14
## 2398             30           15
## 2399             30           16
## 2400             30           17
## 2401             30           18
## 2402             30           19
## 2403             30           20
## 2404             30           21
## 2405             30           22
## 2406             30           23
## 2407             30           24
## 2408             30           25
## 2409             30           26
## 2410             30           27
## 2411             30           28
## 2412             30           29
## 2413             30           30
## 2414             30           31
## 2415             30           32
## 2416             30           33
## 2417             30           34
## 2418             30           35
## 2419             30           36
## 2420             30           37
## 2421             30           38
## 2422             31            1
## 2423             31            2
## 2424             31            3
## 2425             31            4
## 2426             31            5
## 2427             31            6
## 2428             31            7
## 2429             31            8
## 2430             31            9
## 2431             31           10
## 2432             31           11
## 2433             31           12
## 2434             31           13
## 2435             31           14
## 2436             31           15
## 2437             31           16
## 2438             31           17
## 2439             31           18
## 2440             32            1
## 2441             32            2
## 2442             32            3
## 2443             32            4
## 2444             32            5
## 2445             32            6
## 2446             32            7
## 2447             32            8
## 2448             32            9
## 2449             32           10
## 2450             32           11
## 2451             32           12
## 2452             32           13
## 2453             32           14
## 2454             32           15
## 2455             32           16
## 2456             32           17
## 2457             32           18
## 2458             32           19
## 2459             32           20
## 2460             32           21
## 2461             32           22
## 2462             32           23
## 2463             32           24
## 2464             32           25
## 2465             32           26
## 2466             32           27
## 2467             32           28
## 2468             32           29
## 2469             32           30
## 2470             32           31
## 2471             32           32
## 2472             32           33
## 2473             32           34
## 2474             32           35
## 2475             33            1
## 2476             33            2
## 2477             33            3
## 2478             33            4
## 2479             33            5
## 2480             33            6
## 2481             33            7
## 2482             33            8
## 2483             33            9
## 2484             33           10
## 2485             33           11
## 2486             33           12
## 2487             33           13
## 2488             33           14
## 2489             33           15
## 2490             33           16
## 2491             33           17
## 2492             33           18
## 2493             33           19
## 2494             33           20
## 2495             33           21
## 2496             33           22
## 2497             33           23
## 2498             34            1
## 2499             34            2
## 2500             34            3
## 2501             34            4
## 2502             34            5
## 2503             34            6
## 2504             34            7
## 2505             34            8
## 2506             34            9
## 2507             34           10
## 2508             34           11
## 2509             34           12
## 2510             34           13
## 2511             34           14
## 2512             34           15
## 2513             34           16
## 2514             34           17
## 2515             34           18
## 2516             34           19
## 2517             34           20
## 2518             34           21
## 2519             34           22
## 2520             34           23
## 2521             34           24
## 2522             34           25
## 2523             34           26
## 2524             34           27
## 2525             34           28
## 2526             34           29
## 2527             34           30
## 2528             34           31
## 2529             34           32
## 2530             34           33
## 2531             34           34
## 2532             34           35
## 2533             35            1
## 2534             35            2
## 2535             35            3
## 2536             35            4
## 2537             35            5
## 2538             35            6
## 2539             35            7
## 2540             35            8
## 2541             35            9
## 2542             35           10
## 2543             35           11
## 2544             35           12
## 2545             35           13
## 2546             35           14
## 2547             35           15
## 2548             35           16
## 2549             35           17
## 2550             35           18
## 2551             35           19
## 2552             35           20
## 2553             35           21
## 2554             35           22
## 2555             35           23
## 2556             35           24
## 2557             35           25
## 2558             35           26
## 2559             35           27
## 2560             35           28
## 2561             35           29
## 2562             35           30
## 2563             35           31
## 2564             35           32
## 2565             35           33
## 2566             35           34
## 2567             35           35
## 2568             36            1
## 2569             36            2
## 2570             36            3
## 2571             36            4
## 2572             36            5
## 2573             36            6
## 2574             36            7
## 2575             36            8
## 2576             36            9
## 2577             36           10
## 2578             36           11
## 2579             36           12
## 2580             36           13
## 2581             36           14
## 2582             36           15
## 2583             36           16
## 2584             36           17
## 2585             36           18
## 2586             36           19
## 2587             36           20
## 2588             36           21
## 2589             36           22
## 2590             36           23
## 2591             36           24
## 2592             36           25
## 2593             36           26
## 2594             36           27
## 2595             36           28
## 2596             36           29
## 2597             36           30
## 2598             36           31
## 2599             36           32
## 2600             36           33
## 2601             36           34
## 2602             36           35
## 2603             36           36
## 2604             36           37
## 2605             36           38
## 2606             37            1
## 2607             37            2
## 2608             37            3
## 2609             37            4
## 2610             37            5
## 2611             37            6
## 2612             37            7
## 2613             37            8
## 2614             37            9
## 2615             37           10
## 2616             37           11
## 2617             37           12
## 2618             37           13
## 2619             37           14
## 2620             37           15
## 2621             37           16
## 2622             37           17
## 2623             37           18
## 2624             37           19
## 2625             37           20
## 2626             37           21
## 2627             37           22
## 2628             37           23
## 2629             37           24
## 2630             37           25
## 2631             37           26
## 2632             37           27
## 2633             37           28
## 2634             37           29
## 2635             38            1
## 2636             38            2
## 2637             38            3
## 2638             38            4
## 2639             38            5
## 2640             38            6
## 2641             38            7
## 2642             38            8
## 2643             38            9
## 2644             38           10
## 2645             38           11
## 2646             38           12
## 2647             38           13
## 2648             38           14
## 2649             38           15
## 2650             38           16
## 2651             38           17
## 2652             38           18
## 2653             38           19
## 2654             38           20
## 2655             38           21
## 2656             38           22
## 2657             38           23
## 2658             38           24
## 2659             38           25
## 2660             38           26
## 2661             38           27
## 2662             38           28
## 2663             38           29
## 2664             38           30
## 2665             38           31
## 2666             39            1
## 2667             39            2
## 2668             39            3
## 2669             39            4
## 2670             39            5
## 2671             39            6
## 2672             39            7
## 2673             39            8
## 2674             39            9
## 2675             39           10
## 2676             39           11
## 2677             39           12
## 2678             39           13
## 2679             39           14
## 2680             39           15
## 2681             39           16
## 2682             39           17
## 2683             39           18
## 2684             39           19
## 2685             39           20
## 2686             39           21
## 2687             39           22
## 2688             39           23
## 2689             39           24
## 2690             39           25
## 2691             39           26
## 2692             39           27
## 2693             39           28
## 2694             39           29
## 2695             39           30
## 2696             39           31
## 2697             39           32
## 2698             39           33
## 2699             39           34
## 2700             39           35
## 2701             39           36
## 2702             39           37
## 2703             39           38
## 2704             39           39
## 2705             39           40
## 2706             39           41
## 2707             39           42
## 2708             39           43
## 2709             40            1
## 2710             40            2
## 2711             40            3
## 2712             40            4
## 2713             40            5
## 2714             40            6
## 2715             40            7
## 2716             40            8
## 2717             40            9
## 2718             40           10
## 2719             40           11
## 2720             40           12
## 2721             40           13
## 2722             40           14
## 2723             40           15
## 2724             40           16
## 2725             40           17
## 2726             40           18
## 2727             40           19
## 2728             40           20
## 2729             40           21
## 2730             40           22
## 2731             40           23
## 2732             40           24
## 2733             40           25
## 2734             40           26
## 2735             40           27
## 2736             40           28
## 2737             40           29
## 2738             40           30
## 2739             40           31
## 2740             40           32
## 2741             40           33
## 2742             40           34
## 2743             40           35
## 2744             40           36
## 2745             40           37
## 2746             40           38
## 2747              1            1
## 2748              1            2
## 2749              1            3
## 2750              1            4
## 2751              1            5
## 2752              1            6
## 2753              1            7
## 2754              1            8
## 2755              1            9
## 2756              1           10
## 2757              1           11
## 2758              1           12
## 2759              1           13
## 2760              1           14
## 2761              1           15
## 2762              1           16
## 2763              1           17
## 2764              2            1
## 2765              2            2
## 2766              2            3
## 2767              2            4
## 2768              2            5
## 2769              2            6
## 2770              2            7
## 2771              2            8
## 2772              2            9
## 2773              2           10
## 2774              2           11
## 2775              2           12
## 2776              2           13
## 2777              2           14
## 2778              2           15
## 2779              2           16
## 2780              3            1
## 2781              3            2
## 2782              3            3
## 2783              3            4
## 2784              3            5
## 2785              3            6
## 2786              3            7
## 2787              3            8
## 2788              3            9
## 2789              3           10
## 2790              3           11
## 2791              3           12
## 2792              3           13
## 2793              3           14
## 2794              3           15
## 2795              3           16
## 2796              3           17
## 2797              4            1
## 2798              4            2
## 2799              4            3
## 2800              4            4
## 2801              4            5
## 2802              4            6
## 2803              4            7
## 2804              4            8
## 2805              4            9
## 2806              4           10
## 2807              4           11
## 2808              4           12
## 2809              4           13
## 2810              4           14
## 2811              4           15
## 2812              4           16
## 2813              4           17
## 2814              4           18
## 2815              4           19
## 2816              4           20
## 2817              4           21
## 2818              4           22
## 2819              4           23
## 2820              4           24
## 2821              4           25
## 2822              4           26
## 2823              4           27
## 2824              4           28
## 2825              4           29
## 2826              4           30
## 2827              4           31
## 2828              4           32
## 2829              4           33
## 2830              4           34
## 2831              4           35
## 2832              5            1
## 2833              5            2
## 2834              5            3
## 2835              5            4
## 2836              5            5
## 2837              5            6
## 2838              5            7
## 2839              5            8
## 2840              5            9
## 2841              5           10
## 2842              5           11
## 2843              5           12
## 2844              5           13
## 2845              5           14
## 2846              5           15
## 2847              5           16
## 2848              5           17
## 2849              5           18
## 2850              5           19
## 2851              6            1
## 2852              6            2
## 2853              6            3
## 2854              6            4
## 2855              6            5
## 2856              6            6
## 2857              6            7
## 2858              6            8
## 2859              6            9
## 2860              6           10
## 2861              6           11
## 2862              6           12
## 2863              6           13
## 2864              6           14
## 2865              6           15
## 2866              6           16
## 2867              6           17
## 2868              6           18
## 2869              6           19
## 2870              6           20
## 2871              6           21
## 2872              6           22
## 2873              6           23
## 2874              6           24
## 2875              6           25
## 2876              6           26
## 2877              6           27
## 2878              6           28
## 2879              6           29
## 2880              6           30
## 2881              7            1
## 2882              7            2
## 2883              7            3
## 2884              7            4
## 2885              7            5
## 2886              7            6
## 2887              7            7
## 2888              7            8
## 2889              7            9
## 2890              7           10
## 2891              7           11
## 2892              7           12
## 2893              7           13
## 2894              7           14
## 2895              7           15
## 2896              7           16
## 2897              7           17
## 2898              7           18
## 2899              7           19
## 2900              7           20
## 2901              7           21
## 2902              7           22
## 2903              7           23
## 2904              7           24
## 2905              7           25
## 2906              7           26
## 2907              7           27
## 2908              7           28
## 2909              7           29
## 2910              7           30
## 2911              7           31
## 2912              7           32
## 2913              7           33
## 2914              7           34
## 2915              7           35
## 2916              7           36
## 2917              7           37
## 2918              7           38
## 2919              8            1
## 2920              8            2
## 2921              8            3
## 2922              8            4
## 2923              8            5
## 2924              8            6
## 2925              8            7
## 2926              8            8
## 2927              8            9
## 2928              8           10
## 2929              8           11
## 2930              8           12
## 2931              8           13
## 2932              8           14
## 2933              8           15
## 2934              8           16
## 2935              8           17
## 2936              8           18
## 2937              8           19
## 2938              8           20
## 2939              8           21
## 2940              8           22
## 2941              8           23
## 2942              8           24
## 2943              8           25
## 2944              8           26
## 2945              8           27
## 2946              8           28
## 2947              8           29
## 2948              8           30
## 2949              8           31
## 2950              8           32
## 2951              8           33
## 2952              8           34
## 2953              8           35
## 2954              8           36
## 2955              9            1
## 2956              9            2
## 2957              9            3
## 2958              9            4
## 2959              9            5
## 2960              9            6
## 2961              9            7
## 2962              9            8
## 2963              9            9
## 2964              9           10
## 2965              9           11
## 2966              9           12
## 2967              9           13
## 2968              9           14
## 2969              9           15
## 2970              9           16
## 2971              9           17
## 2972              9           18
## 2973              9           19
## 2974              9           20
## 2975              9           21
## 2976              9           22
## 2977              9           23
## 2978              9           24
## 2979             10            1
## 2980             10            2
## 2981             10            3
## 2982             10            4
## 2983             10            5
## 2984             10            6
## 2985             10            7
## 2986             10            8
## 2987             10            9
## 2988             10           10
## 2989             10           11
## 2990             10           12
## 2991             10           13
## 2992             10           14
## 2993             10           15
## 2994             10           16
## 2995             10           17
## 2996             10           18
## 2997             10           19
## 2998             10           20
## 2999             11            1
## 3000             11            2
## 3001             11            3
## 3002             11            4
## 3003             11            5
## 3004             11            6
## 3005             11            7
## 3006             11            8
## 3007             11            9
## 3008             11           10
## 3009             11           11
## 3010             11           12
## 3011             11           13
## 3012             11           14
## 3013             11           15
## 3014             11           16
## 3015             11           17
## 3016             11           18
## 3017             11           19
## 3018             11           20
## 3019             11           21
## 3020             11           22
## 3021             11           23
## 3022             11           24
## 3023             11           25
## 3024             11           26
## 3025             11           27
## 3026             11           28
## 3027             11           29
## 3028             11           30
## 3029             11           31
## 3030             11           32
## 3031             11           33
## 3032             11           34
## 3033             11           35
## 3034             11           36
## 3035             11           37
## 3036             11           38
## 3037             11           39
## 3038             11           40
## 3039             11           41
## 3040             11           42
## 3041             11           43
## 3042             11           44
## 3043             11           45
## 3044             11           46
## 3045             11           47
## 3046             12            1
## 3047             12            2
## 3048             12            3
## 3049             12            4
## 3050             12            5
## 3051             12            6
## 3052             12            7
## 3053             12            8
## 3054             13            1
## 3055             13            2
## 3056             13            3
## 3057             13            4
## 3058             13            5
## 3059             13            6
## 3060             13            7
## 3061             13            8
## 3062             13            9
## 3063             13           10
## 3064             13           11
## 3065             13           12
## 3066             13           13
## 3067             13           14
## 3068             13           15
## 3069             13           16
## 3070             13           17
## 3071             13           18
## 3072             13           19
## 3073             13           20
## 3074             13           21
## 3075             13           22
## 3076             13           23
## 3077             13           24
## 3078             13           25
## 3079             13           26
## 3080             13           27
## 3081             13           28
## 3082             13           29
## 3083             13           30
## 3084             13           31
## 3085             13           32
## 3086             13           33
## 3087             13           34
## 3088             13           35
## 3089             13           36
## 3090             13           37
## 3091             13           38
## 3092             13           39
## 3093             13           40
## 3094             13           41
## 3095             13           42
## 3096             13           43
## 3097             13           44
## 3098             13           45
## 3099             13           46
## 3100             13           47
## 3101             13           48
## 3102             13           49
## 3103             13           50
## 3104             13           51
## 3105             13           52
## 3106             13           53
## 3107             13           54
## 3108             13           55
## 3109             13           56
## 3110             13           57
## 3111             13           58
## 3112             13           59
## 3113             14            1
## 3114             14            2
## 3115             14            3
## 3116             14            4
## 3117             14            5
## 3118             14            6
## 3119             14            7
## 3120             14            8
## 3121             14            9
## 3122             14           10
## 3123             14           11
## 3124             14           12
## 3125             14           13
## 3126             14           14
## 3127             14           15
## 3128             14           16
## 3129             14           17
## 3130             14           18
## 3131             14           19
## 3132             14           20
## 3133             14           21
## 3134             14           22
## 3135             14           23
## 3136             14           24
## 3137             14           25
## 3138             14           26
## 3139             14           27
## 3140             14           28
## 3141             14           29
## 3142             14           30
## 3143             14           31
## 3144             14           32
## 3145             14           33
## 3146             14           34
## 3147             14           35
## 3148             14           36
## 3149             14           37
## 3150             14           38
## 3151             14           39
## 3152             14           40
## 3153             14           41
## 3154             14           42
## 3155             14           43
## 3156             14           44
## 3157             14           45
## 3158             14           46
## 3159             14           47
## 3160             14           48
## 3161             14           49
## 3162             14           50
## 3163             14           51
## 3164             14           52
## 3165             14           53
## 3166             14           54
## 3167             14           55
## 3168             14           56
## 3169             14           57
## 3170             15            1
## 3171             15            2
## 3172             15            3
## 3173             15            4
## 3174             15            5
## 3175             15            6
## 3176             15            7
## 3177             15            8
## 3178             15            9
## 3179             15           10
## 3180             15           11
## 3181             15           12
## 3182             15           13
## 3183             15           14
## 3184             15           15
## 3185             15           16
## 3186             15           17
## 3187             15           18
## 3188             15           19
## 3189             15           20
## 3190             15           21
## 3191             15           22
## 3192             15           23
## 3193             15           24
## 3194             15           25
## 3195             15           26
## 3196             15           27
## 3197             15           28
## 3198             15           29
## 3199             15           30
## 3200             15           31
## 3201             15           32
## 3202             15           33
## 3203             16            1
## 3204             16            2
## 3205             16            3
## 3206             16            4
## 3207             16            5
## 3208             16            6
## 3209             16            7
## 3210             16            8
## 3211             16            9
## 3212             16           10
## 3213             16           11
## 3214             16           12
## 3215             16           13
## 3216             16           14
## 3217             16           15
## 3218             16           16
## 3219             16           17
## 3220             16           18
## 3221             16           19
## 3222             16           20
## 3223             16           21
## 3224             16           22
## 3225             16           23
## 3226             16           24
## 3227             16           25
## 3228             16           26
## 3229             16           27
## 3230             16           28
## 3231             16           29
## 3232             16           30
## 3233             16           31
## 3234             16           32
## 3235             16           33
## 3236             16           34
## 3237             17            1
## 3238             17            2
## 3239             17            3
## 3240             17            4
## 3241             17            5
## 3242             17            6
## 3243             17            7
## 3244             17            8
## 3245             17            9
## 3246             17           10
## 3247             17           11
## 3248             17           12
## 3249             17           13
## 3250             17           14
## 3251             17           15
## 3252             17           16
## 3253             18            1
## 3254             18            2
## 3255             18            3
## 3256             18            4
## 3257             18            5
## 3258             18            6
## 3259             18            7
## 3260             18            8
## 3261             18            9
## 3262             18           10
## 3263             18           11
## 3264             18           12
## 3265             18           13
## 3266             18           14
## 3267             18           15
## 3268             18           16
## 3269             18           17
## 3270             18           18
## 3271             18           19
## 3272             18           20
## 3273             18           21
## 3274             18           22
## 3275             18           23
## 3276             18           24
## 3277             18           25
## 3278             18           26
## 3279             18           27
## 3280             18           28
## 3281             18           29
## 3282             18           30
## 3283             19            1
## 3284             19            2
## 3285             19            3
## 3286             19            4
## 3287             19            5
## 3288             19            6
## 3289             19            7
## 3290             19            8
## 3291             19            9
## 3292             19           10
## 3293             19           11
## 3294             19           12
## 3295             19           13
## 3296             19           14
## 3297             19           15
## 3298             19           16
## 3299             19           17
## 3300             19           18
## 3301             19           19
## 3302             19           20
## 3303             19           21
## 3304             19           22
## 3305             19           23
## 3306             19           24
## 3307             19           25
## 3308             19           26
## 3309             19           27
## 3310             19           28
## 3311             19           29
## 3312             19           30
## 3313             19           31
## 3314             19           32
## 3315             19           33
## 3316             19           34
## 3317             19           35
## 3318             19           36
## 3319             19           37
## 3320             20            1
## 3321             20            2
## 3322             20            3
## 3323             20            4
## 3324             20            5
## 3325             20            6
## 3326             20            7
## 3327             20            8
## 3328             20            9
## 3329             20           10
## 3330             20           11
## 3331             20           12
## 3332             20           13
## 3333             20           14
## 3334             20           15
## 3335             20           16
## 3336             20           17
## 3337             20           18
## 3338             20           19
## 3339             20           20
## 3340             20           21
## 3341             20           22
## 3342             20           23
## 3343             20           24
## 3344             20           25
## 3345             20           26
## 3346             20           27
## 3347             21            1
## 3348             21            2
## 3349             21            3
## 3350             21            4
## 3351             21            5
## 3352             21            6
## 3353             21            7
## 3354             21            8
## 3355             21            9
## 3356             21           10
## 3357             21           11
## 3358             21           12
## 3359             21           13
## 3360             21           14
## 3361             21           15
## 3362             21           16
## 3363             21           17
## 3364             21           18
## 3365             21           19
## 3366             21           20
## 3367             21           21
## 3368             21           22
## 3369             21           23
## 3370             21           24
## 3371             22            1
## 3372             22            2
## 3373             22            3
## 3374             22            4
## 3375             22            5
## 3376             22            6
## 3377             22            7
## 3378             22            8
## 3379             22            9
## 3380             22           10
## 3381             22           11
## 3382             22           12
## 3383             22           13
## 3384             22           14
## 3385             22           15
## 3386             22           16
## 3387             22           17
## 3388             22           18
## 3389             22           19
## 3390             22           20
## 3391             22           21
## 3392             22           22
## 3393             22           23
## 3394             22           24
## 3395             22           25
## 3396             22           26
## 3397             22           27
## 3398             22           28
## 3399             22           29
## 3400             22           30
## 3401             22           31
## 3402             22           32
## 3403             22           33
## 3404             23            1
## 3405             23            2
## 3406             23            3
## 3407             23            4
## 3408             23            5
## 3409             23            6
## 3410             23            7
## 3411             23            8
## 3412             23            9
## 3413             23           10
## 3414             23           11
## 3415             23           12
## 3416             23           13
## 3417             23           14
## 3418             23           15
## 3419             23           16
## 3420             23           17
## 3421             23           18
## 3422             23           19
## 3423             23           20
## 3424             23           21
## 3425             23           22
## 3426             23           23
## 3427             23           24
## 3428             23           25
## 3429             23           26
## 3430             23           27
## 3431             23           28
## 3432             23           29
## 3433             23           30
## 3434             23           31
## 3435             23           32
## 3436             23           33
## 3437             23           34
## 3438             23           35
## 3439             23           36
## 3440             23           37
## 3441             23           38
## 3442             23           39
## 3443             23           40
## 3444             23           41
## 3445             23           42
## 3446             23           43
## 3447             23           44
## 3448             24            1
## 3449             24            2
## 3450             24            3
## 3451             24            4
## 3452             24            5
## 3453             24            6
## 3454             24            7
## 3455             24            8
## 3456             24            9
## 3457             24           10
## 3458             24           11
## 3459             24           12
## 3460             24           13
## 3461             24           14
## 3462             24           15
## 3463             24           16
## 3464             24           17
## 3465             24           18
## 3466             24           19
## 3467             24           20
## 3468             24           21
## 3469             24           22
## 3470             24           23
## 3471             25            1
## 3472             25            2
## 3473             25            3
## 3474             25            4
## 3475             25            5
## 3476             25            6
## 3477             25            7
## 3478             25            8
## 3479             25            9
## 3480             25           10
## 3481             25           11
## 3482             25           12
## 3483             25           13
## 3484             25           14
## 3485             25           15
## 3486             25           16
## 3487             25           17
## 3488             25           18
## 3489             25           19
## 3490             25           20
## 3491             25           21
## 3492             25           22
## 3493             25           23
## 3494             25           24
## 3495             25           25
## 3496             25           26
## 3497             25           27
## 3498             25           28
## 3499             25           29
## 3500             25           30
## 3501             25           31
## 3502             25           32
## 3503             25           33
## 3504             25           34
## 3505             25           35
## 3506             25           36
## 3507             25           37
## 3508             25           38
## 3509             25           39
## 3510             25           40
## 3511             25           41
## 3512             25           42
## 3513             25           43
## 3514             25           44
## 3515             25           45
## 3516             25           46
## 3517             25           47
## 3518             25           48
## 3519             25           49
## 3520             25           50
## 3521             25           51
## 3522             25           52
## 3523             25           53
## 3524             25           54
## 3525             25           55
## 3526             26            1
## 3527             26            2
## 3528             26            3
## 3529             26            4
## 3530             26            5
## 3531             26            6
## 3532             26            7
## 3533             26            8
## 3534             26            9
## 3535             26           10
## 3536             26           11
## 3537             26           12
## 3538             26           13
## 3539             26           14
## 3540             26           15
## 3541             26           16
## 3542             26           17
## 3543             26           18
## 3544             26           19
## 3545             26           20
## 3546             26           21
## 3547             26           22
## 3548             26           23
## 3549             26           24
## 3550             26           25
## 3551             26           26
## 3552             26           27
## 3553             26           28
## 3554             26           29
## 3555             26           30
## 3556             26           31
## 3557             26           32
## 3558             26           33
## 3559             26           34
## 3560             26           35
## 3561             26           36
## 3562             26           37
## 3563             26           38
## 3564             26           39
## 3565             26           40
## 3566             26           41
## 3567             26           42
## 3568             26           43
## 3569             26           44
## 3570             26           45
## 3571             26           46
## 3572             27            1
## 3573             27            2
## 3574             27            3
## 3575             27            4
## 3576             27            5
## 3577             27            6
## 3578             27            7
## 3579             27            8
## 3580             27            9
## 3581             27           10
## 3582             27           11
## 3583             27           12
## 3584             27           13
## 3585             27           14
## 3586             27           15
## 3587             27           16
## 3588             27           17
## 3589             27           18
## 3590             27           19
## 3591             27           20
## 3592             27           21
## 3593             27           22
## 3594             27           23
## 3595             27           24
## 3596             27           25
## 3597             27           26
## 3598             27           27
## 3599             27           28
## 3600             27           29
## 3601             27           30
## 3602             27           31
## 3603             27           32
## 3604             27           33
## 3605             27           34
## 3606              1            1
## 3607              1            2
## 3608              1            3
## 3609              1            4
## 3610              1            5
## 3611              1            6
## 3612              1            7
## 3613              1            8
## 3614              1            9
## 3615              1           10
## 3616              1           11
## 3617              1           12
## 3618              1           13
## 3619              1           14
## 3620              1           15
## 3621              1           16
## 3622              1           17
## 3623              1           18
## 3624              1           19
## 3625              1           20
## 3626              1           21
## 3627              1           22
## 3628              1           23
## 3629              1           24
## 3630              1           25
## 3631              1           26
## 3632              1           27
## 3633              1           28
## 3634              1           29
## 3635              1           30
## 3636              1           31
## 3637              1           32
## 3638              1           33
## 3639              1           34
## 3640              1           35
## 3641              1           36
## 3642              1           37
## 3643              1           38
## 3644              1           39
## 3645              1           40
## 3646              1           41
## 3647              1           42
## 3648              1           43
## 3649              1           44
## 3650              1           45
## 3651              1           46
## 3652              1           47
## 3653              1           48
## 3654              1           49
## 3655              1           50
## 3656              1           51
## 3657              1           52
## 3658              1           53
## 3659              1           54
## 3660              2            1
## 3661              2            2
## 3662              2            3
## 3663              2            4
## 3664              2            5
## 3665              2            6
## 3666              2            7
## 3667              2            8
## 3668              2            9
## 3669              2           10
## 3670              2           11
## 3671              2           12
## 3672              2           13
## 3673              2           14
## 3674              2           15
## 3675              2           16
## 3676              2           17
## 3677              2           18
## 3678              2           19
## 3679              2           20
## 3680              2           21
## 3681              2           22
## 3682              2           23
## 3683              2           24
## 3684              2           25
## 3685              2           26
## 3686              2           27
## 3687              2           28
## 3688              2           29
## 3689              2           30
## 3690              2           31
## 3691              2           32
## 3692              2           33
## 3693              2           34
## 3694              3            1
## 3695              3            2
## 3696              3            3
## 3697              3            4
## 3698              3            5
## 3699              3            6
## 3700              3            7
## 3701              3            8
## 3702              3            9
## 3703              3           10
## 3704              3           11
## 3705              3           12
## 3706              3           13
## 3707              3           14
## 3708              3           15
## 3709              3           16
## 3710              3           17
## 3711              3           18
## 3712              3           19
## 3713              3           20
## 3714              3           21
## 3715              3           22
## 3716              3           23
## 3717              3           24
## 3718              3           25
## 3719              3           26
## 3720              3           27
## 3721              3           28
## 3722              3           29
## 3723              3           30
## 3724              3           31
## 3725              3           32
## 3726              3           33
## 3727              3           34
## 3728              3           35
## 3729              3           36
## 3730              3           37
## 3731              3           38
## 3732              3           39
## 3733              3           40
## 3734              3           41
## 3735              3           42
## 3736              3           43
## 3737              3           44
## 3738              3           45
## 3739              3           46
## 3740              3           47
## 3741              3           48
## 3742              3           49
## 3743              3           50
## 3744              3           51
## 3745              4            1
## 3746              4            2
## 3747              4            3
## 3748              4            4
## 3749              4            5
## 3750              4            6
## 3751              4            7
## 3752              4            8
## 3753              4            9
## 3754              4           10
## 3755              4           11
## 3756              4           12
## 3757              4           13
## 3758              4           14
## 3759              4           15
## 3760              4           16
## 3761              4           17
## 3762              4           18
## 3763              4           19
## 3764              4           20
## 3765              4           21
## 3766              4           22
## 3767              4           23
## 3768              4           24
## 3769              4           25
## 3770              4           26
## 3771              4           27
## 3772              4           28
## 3773              4           29
## 3774              4           30
## 3775              4           31
## 3776              4           32
## 3777              4           33
## 3778              4           34
## 3779              4           35
## 3780              4           36
## 3781              4           37
## 3782              4           38
## 3783              4           39
## 3784              4           40
## 3785              4           41
## 3786              4           42
## 3787              4           43
## 3788              4           44
## 3789              4           45
## 3790              4           46
## 3791              4           47
## 3792              4           48
## 3793              4           49
## 3794              5            1
## 3795              5            2
## 3796              5            3
## 3797              5            4
## 3798              5            5
## 3799              5            6
## 3800              5            7
## 3801              5            8
## 3802              5            9
## 3803              5           10
## 3804              5           11
## 3805              5           12
## 3806              5           13
## 3807              5           14
## 3808              5           15
## 3809              5           16
## 3810              5           17
## 3811              5           18
## 3812              5           19
## 3813              5           20
## 3814              5           21
## 3815              5           22
## 3816              5           23
## 3817              5           24
## 3818              5           25
## 3819              5           26
## 3820              5           27
## 3821              5           28
## 3822              5           29
## 3823              5           30
## 3824              5           31
## 3825              6            1
## 3826              6            2
## 3827              6            3
## 3828              6            4
## 3829              6            5
## 3830              6            6
## 3831              6            7
## 3832              6            8
## 3833              6            9
## 3834              6           10
## 3835              6           11
## 3836              6           12
## 3837              6           13
## 3838              6           14
## 3839              6           15
## 3840              6           16
## 3841              6           17
## 3842              6           18
## 3843              6           19
## 3844              6           20
## 3845              6           21
## 3846              6           22
## 3847              6           23
## 3848              6           24
## 3849              6           25
## 3850              6           26
## 3851              6           27
## 3852              7            1
## 3853              7            2
## 3854              7            3
## 3855              7            4
## 3856              7            5
## 3857              7            6
## 3858              7            7
## 3859              7            8
## 3860              7            9
## 3861              7           10
## 3862              7           11
## 3863              7           12
## 3864              7           13
## 3865              7           14
## 3866              7           15
## 3867              7           16
## 3868              7           17
## 3869              7           18
## 3870              7           19
## 3871              7           20
## 3872              7           21
## 3873              7           22
## 3874              7           23
## 3875              7           24
## 3876              7           25
## 3877              7           26
## 3878              7           27
## 3879              7           28
## 3880              7           29
## 3881              7           30
## 3882              7           31
## 3883              7           32
## 3884              7           33
## 3885              7           34
## 3886              7           35
## 3887              7           36
## 3888              7           37
## 3889              7           38
## 3890              7           39
## 3891              7           40
## 3892              7           41
## 3893              7           42
## 3894              7           43
## 3895              7           44
## 3896              7           45
## 3897              7           46
## 3898              7           47
## 3899              7           48
## 3900              7           49
## 3901              7           50
## 3902              7           51
## 3903              7           52
## 3904              7           53
## 3905              7           54
## 3906              7           55
## 3907              7           56
## 3908              7           57
## 3909              7           58
## 3910              7           59
## 3911              7           60
## 3912              7           61
## 3913              7           62
## 3914              7           63
## 3915              7           64
## 3916              7           65
## 3917              7           66
## 3918              7           67
## 3919              7           68
## 3920              7           69
## 3921              7           70
## 3922              7           71
## 3923              7           72
## 3924              7           73
## 3925              7           74
## 3926              7           75
## 3927              7           76
## 3928              7           77
## 3929              7           78
## 3930              7           79
## 3931              7           80
## 3932              7           81
## 3933              7           82
## 3934              7           83
## 3935              7           84
## 3936              7           85
## 3937              7           86
## 3938              7           87
## 3939              7           88
## 3940              7           89
## 3941              8            1
## 3942              8            2
## 3943              8            3
## 3944              8            4
## 3945              8            5
## 3946              8            6
## 3947              8            7
## 3948              8            8
## 3949              8            9
## 3950              8           10
## 3951              8           11
## 3952              8           12
## 3953              8           13
## 3954              8           14
## 3955              8           15
## 3956              8           16
## 3957              8           17
## 3958              8           18
## 3959              8           19
## 3960              8           20
## 3961              8           21
## 3962              8           22
## 3963              8           23
## 3964              8           24
## 3965              8           25
## 3966              8           26
## 3967              9            1
## 3968              9            2
## 3969              9            3
## 3970              9            4
## 3971              9            5
## 3972              9            6
## 3973              9            7
## 3974              9            8
## 3975              9            9
## 3976              9           10
## 3977              9           11
## 3978              9           12
## 3979              9           13
## 3980              9           14
## 3981              9           15
## 3982              9           16
## 3983              9           17
## 3984              9           18
## 3985              9           19
## 3986              9           20
## 3987              9           21
## 3988              9           22
## 3989              9           23
## 3990             10            1
## 3991             10            2
## 3992             10            3
## 3993             10            4
## 3994             10            5
## 3995             10            6
## 3996             10            7
## 3997             10            8
## 3998             10            9
## 3999             10           10
## 4000             10           11
## 4001             10           12
## 4002             10           13
## 4003             10           14
## 4004             10           15
## 4005             10           16
## 4006             10           17
## 4007             10           18
## 4008             10           19
## 4009             10           20
## 4010             10           21
## 4011             10           22
## 4012             10           23
## 4013             10           24
## 4014             10           25
## 4015             10           26
## 4016             10           27
## 4017             10           28
## 4018             10           29
## 4019             10           30
## 4020             10           31
## 4021             10           32
## 4022             10           33
## 4023             10           34
## 4024             10           35
## 4025             10           36
## 4026             11            1
## 4027             11            2
## 4028             11            3
## 4029             11            4
## 4030             11            5
## 4031             11            6
## 4032             11            7
## 4033             11            8
## 4034             11            9
## 4035             11           10
## 4036             11           11
## 4037             11           12
## 4038             11           13
## 4039             11           14
## 4040             11           15
## 4041             11           16
## 4042             11           17
## 4043             11           18
## 4044             11           19
## 4045             11           20
## 4046             11           21
## 4047             11           22
## 4048             11           23
## 4049             11           24
## 4050             11           25
## 4051             11           26
## 4052             11           27
## 4053             11           28
## 4054             11           29
## 4055             11           30
## 4056             11           31
## 4057             11           32
## 4058             11           33
## 4059             11           34
## 4060             11           35
## 4061             12            1
## 4062             12            2
## 4063             12            3
## 4064             12            4
## 4065             12            5
## 4066             12            6
## 4067             12            7
## 4068             12            8
## 4069             12            9
## 4070             12           10
## 4071             12           11
## 4072             12           12
## 4073             12           13
## 4074             12           14
## 4075             12           15
## 4076             12           16
## 4077             13            1
## 4078             13            2
## 4079             13            3
## 4080             13            4
## 4081             13            5
## 4082             13            6
## 4083             13            7
## 4084             13            8
## 4085             13            9
## 4086             13           10
## 4087             13           11
## 4088             13           12
## 4089             13           13
## 4090             13           14
## 4091             13           15
## 4092             13           16
## 4093             13           17
## 4094             13           18
## 4095             13           19
## 4096             13           20
## 4097             13           21
## 4098             13           22
## 4099             13           23
## 4100             13           24
## 4101             13           25
## 4102             13           26
## 4103             13           27
## 4104             13           28
## 4105             13           29
## 4106             13           30
## 4107             13           31
## 4108             13           32
## 4109             13           33
## 4110             14            1
## 4111             14            2
## 4112             14            3
## 4113             14            4
## 4114             14            5
## 4115             14            6
## 4116             14            7
## 4117             14            8
## 4118             14            9
## 4119             14           10
## 4120             14           11
## 4121             14           12
## 4122             14           13
## 4123             14           14
## 4124             14           15
## 4125             14           16
## 4126             14           17
## 4127             14           18
## 4128             14           19
## 4129             14           20
## 4130             14           21
## 4131             14           22
## 4132             14           23
## 4133             14           24
## 4134             14           25
## 4135             14           26
## 4136             14           27
## 4137             14           28
## 4138             14           29
## 4139             14           30
## 4140             14           31
## 4141             14           32
## 4142             14           33
## 4143             14           34
## 4144             14           35
## 4145             14           36
## 4146             14           37
## 4147             14           38
## 4148             14           39
## 4149             14           40
## 4150             14           41
## 4151             14           42
## 4152             14           43
## 4153             14           44
## 4154             14           45
## 4155             15            1
## 4156             15            2
## 4157             15            3
## 4158             15            4
## 4159             15            5
## 4160             15            6
## 4161             15            7
## 4162             15            8
## 4163             15            9
## 4164             15           10
## 4165             15           11
## 4166             15           12
## 4167             15           13
## 4168             15           14
## 4169             15           15
## 4170             15           16
## 4171             15           17
## 4172             15           18
## 4173             15           19
## 4174             15           20
## 4175             15           21
## 4176             15           22
## 4177             15           23
## 4178             15           24
## 4179             15           25
## 4180             15           26
## 4181             15           27
## 4182             15           28
## 4183             15           29
## 4184             15           30
## 4185             15           31
## 4186             15           32
## 4187             15           33
## 4188             15           34
## 4189             15           35
## 4190             15           36
## 4191             15           37
## 4192             15           38
## 4193             15           39
## 4194             15           40
## 4195             15           41
## 4196             16            1
## 4197             16            2
## 4198             16            3
## 4199             16            4
## 4200             16            5
## 4201             16            6
## 4202             16            7
## 4203             16            8
## 4204             16            9
## 4205             16           10
## 4206             16           11
## 4207             16           12
## 4208             16           13
## 4209             16           14
## 4210             16           15
## 4211             16           16
## 4212             16           17
## 4213             16           18
## 4214             16           19
## 4215             16           20
## 4216             16           21
## 4217             16           22
## 4218             16           23
## 4219             16           24
## 4220             16           25
## 4221             16           26
## 4222             16           27
## 4223             16           28
## 4224             16           29
## 4225             16           30
## 4226             16           31
## 4227             16           32
## 4228             16           33
## 4229             16           34
## 4230             16           35
## 4231             16           36
## 4232             16           37
## 4233             16           38
## 4234             16           39
## 4235             16           40
## 4236             16           41
## 4237             16           42
## 4238             16           43
## 4239             16           44
## 4240             16           45
## 4241             16           46
## 4242             16           47
## 4243             16           48
## 4244             16           49
## 4245             16           50
## 4246             17            1
## 4247             17            2
## 4248             17            3
## 4249             17            4
## 4250             17            5
## 4251             17            6
## 4252             17            7
## 4253             17            8
## 4254             17            9
## 4255             17           10
## 4256             17           11
## 4257             17           12
## 4258             17           13
## 4259             18            1
## 4260             18            2
## 4261             18            3
## 4262             18            4
## 4263             18            5
## 4264             18            6
## 4265             18            7
## 4266             18            8
## 4267             18            9
## 4268             18           10
## 4269             18           11
## 4270             18           12
## 4271             18           13
## 4272             18           14
## 4273             18           15
## 4274             18           16
## 4275             18           17
## 4276             18           18
## 4277             18           19
## 4278             18           20
## 4279             18           21
## 4280             18           22
## 4281             18           23
## 4282             18           24
## 4283             18           25
## 4284             18           26
## 4285             18           27
## 4286             18           28
## 4287             18           29
## 4288             18           30
## 4289             18           31
## 4290             18           32
## 4291             19            1
## 4292             19            2
## 4293             19            3
## 4294             19            4
## 4295             19            5
## 4296             19            6
## 4297             19            7
## 4298             19            8
## 4299             19            9
## 4300             19           10
## 4301             19           11
## 4302             19           12
## 4303             19           13
## 4304             19           14
## 4305             19           15
## 4306             19           16
## 4307             19           17
## 4308             19           18
## 4309             19           19
## 4310             19           20
## 4311             19           21
## 4312             19           22
## 4313             20            1
## 4314             20            2
## 4315             20            3
## 4316             20            4
## 4317             20            5
## 4318             20            6
## 4319             20            7
## 4320             20            8
## 4321             20            9
## 4322             20           10
## 4323             20           11
## 4324             20           12
## 4325             20           13
## 4326             20           14
## 4327             20           15
## 4328             20           16
## 4329             20           17
## 4330             20           18
## 4331             20           19
## 4332             20           20
## 4333             20           21
## 4334             20           22
## 4335             20           23
## 4336             20           24
## 4337             20           25
## 4338             20           26
## 4339             20           27
## 4340             20           28
## 4341             20           29
## 4342             21            1
## 4343             21            2
## 4344             21            3
## 4345             21            4
## 4346             21            5
## 4347             21            6
## 4348             21            7
## 4349             21            8
## 4350             21            9
## 4351             21           10
## 4352             21           11
## 4353             21           12
## 4354             21           13
## 4355             21           14
## 4356             21           15
## 4357             21           16
## 4358             21           17
## 4359             21           18
## 4360             21           19
## 4361             21           20
## 4362             21           21
## 4363             21           22
## 4364             21           23
## 4365             21           24
## 4366             21           25
## 4367             21           26
## 4368             21           27
## 4369             21           28
## 4370             21           29
## 4371             21           30
## 4372             21           31
## 4373             21           32
## 4374             21           33
## 4375             21           34
## 4376             21           35
## 4377             22            1
## 4378             22            2
## 4379             22            3
## 4380             22            4
## 4381             22            5
## 4382             22            6
## 4383             22            7
## 4384             22            8
## 4385             22            9
## 4386             22           10
## 4387             22           11
## 4388             22           12
## 4389             22           13
## 4390             22           14
## 4391             22           15
## 4392             22           16
## 4393             22           17
## 4394             22           18
## 4395             22           19
## 4396             22           20
## 4397             22           21
## 4398             22           22
## 4399             22           23
## 4400             22           24
## 4401             22           25
## 4402             22           26
## 4403             22           27
## 4404             22           28
## 4405             22           29
## 4406             22           30
## 4407             22           31
## 4408             22           32
## 4409             22           33
## 4410             22           34
## 4411             22           35
## 4412             22           36
## 4413             22           37
## 4414             22           38
## 4415             22           39
## 4416             22           40
## 4417             22           41
## 4418             23            1
## 4419             23            2
## 4420             23            3
## 4421             23            4
## 4422             23            5
## 4423             23            6
## 4424             23            7
## 4425             23            8
## 4426             23            9
## 4427             23           10
## 4428             23           11
## 4429             23           12
## 4430             23           13
## 4431             23           14
## 4432             23           15
## 4433             23           16
## 4434             23           17
## 4435             23           18
## 4436             23           19
## 4437             23           20
## 4438             23           21
## 4439             23           22
## 4440             23           23
## 4441             23           24
## 4442             23           25
## 4443             23           26
## 4444             23           27
## 4445             23           28
## 4446             23           29
## 4447             23           30
## 4448             24            1
## 4449             24            2
## 4450             24            3
## 4451             24            4
## 4452             24            5
## 4453             24            6
## 4454             24            7
## 4455             24            8
## 4456             24            9
## 4457             24           10
## 4458             24           11
## 4459             24           12
## 4460             24           13
## 4461             24           14
## 4462             24           15
## 4463             24           16
## 4464             24           17
## 4465             24           18
## 4466             24           19
## 4467             24           20
## 4468             24           21
## 4469             24           22
## 4470             24           23
## 4471             24           24
## 4472             24           25
## 4473             25            1
## 4474             25            2
## 4475             25            3
## 4476             25            4
## 4477             25            5
## 4478             25            6
## 4479             25            7
## 4480             25            8
## 4481             25            9
## 4482             25           10
## 4483             25           11
## 4484             25           12
## 4485             25           13
## 4486             25           14
## 4487             25           15
## 4488             25           16
## 4489             25           17
## 4490             25           18
## 4491             26            1
## 4492             26            2
## 4493             26            3
## 4494             26            4
## 4495             26            5
## 4496             26            6
## 4497             26            7
## 4498             26            8
## 4499             26            9
## 4500             26           10
## 4501             26           11
## 4502             26           12
## 4503             26           13
## 4504             26           14
## 4505             26           15
## 4506             26           16
## 4507             26           17
## 4508             26           18
## 4509             26           19
## 4510             26           20
## 4511             26           21
## 4512             26           22
## 4513             26           23
## 4514             26           24
## 4515             26           25
## 4516             26           26
## 4517             26           27
## 4518             26           28
## 4519             26           29
## 4520             26           30
## 4521             26           31
## 4522             26           32
## 4523             26           33
## 4524             26           34
## 4525             26           35
## 4526             26           36
## 4527             26           37
## 4528             26           38
## 4529             26           39
## 4530             26           40
## 4531             26           41
## 4532             26           42
## 4533             26           43
## 4534             26           44
## 4535             26           45
## 4536             26           46
## 4537             26           47
## 4538             26           48
## 4539             26           49
## 4540             26           50
## 4541             26           51
## 4542             26           52
## 4543             26           53
## 4544             26           54
## 4545             26           55
## 4546             26           56
## 4547             26           57
## 4548             26           58
## 4549             26           59
## 4550             26           60
## 4551             26           61
## 4552             26           62
## 4553             26           63
## 4554             26           64
## 4555             26           65
## 4556             27            1
## 4557             27            2
## 4558             27            3
## 4559             27            4
## 4560             27            5
## 4561             27            6
## 4562             27            7
## 4563             27            8
## 4564             27            9
## 4565             27           10
## 4566             27           11
## 4567             27           12
## 4568             27           13
## 4569             27           14
## 4570             27           15
## 4571             27           16
## 4572             27           17
## 4573             27           18
## 4574             27           19
## 4575             27           20
## 4576             27           21
## 4577             27           22
## 4578             27           23
## 4579             28            1
## 4580             28            2
## 4581             28            3
## 4582             28            4
## 4583             28            5
## 4584             28            6
## 4585             28            7
## 4586             28            8
## 4587             28            9
## 4588             28           10
## 4589             28           11
## 4590             28           12
## 4591             28           13
## 4592             28           14
## 4593             28           15
## 4594             28           16
## 4595             28           17
## 4596             28           18
## 4597             28           19
## 4598             28           20
## 4599             28           21
## 4600             28           22
## 4601             28           23
## 4602             28           24
## 4603             28           25
## 4604             28           26
## 4605             28           27
## 4606             28           28
## 4607             28           29
## 4608             28           30
## 4609             28           31
## 4610             29            1
## 4611             29            2
## 4612             29            3
## 4613             29            4
## 4614             29            5
## 4615             29            6
## 4616             29            7
## 4617             29            8
## 4618             29            9
## 4619             29           10
## 4620             29           11
## 4621             29           12
## 4622             29           13
## 4623             29           14
## 4624             29           15
## 4625             29           16
## 4626             29           17
## 4627             29           18
## 4628             29           19
## 4629             29           20
## 4630             29           21
## 4631             29           22
## 4632             29           23
## 4633             29           24
## 4634             29           25
## 4635             29           26
## 4636             29           27
## 4637             29           28
## 4638             29           29
## 4639             29           30
## 4640             29           31
## 4641             29           32
## 4642             29           33
## 4643             29           34
## 4644             29           35
## 4645             29           36
## 4646             29           37
## 4647             29           38
## 4648             29           39
## 4649             29           40
## 4650             30            1
## 4651             30            2
## 4652             30            3
## 4653             30            4
## 4654             30            5
## 4655             30            6
## 4656             30            7
## 4657             30            8
## 4658             30            9
## 4659             30           10
## 4660             30           11
## 4661             30           12
## 4662             30           13
## 4663             30           14
## 4664             30           15
## 4665             30           16
## 4666             31            1
## 4667             31            2
## 4668             31            3
## 4669             31            4
## 4670             31            5
## 4671             31            6
## 4672             31            7
## 4673             31            8
## 4674             31            9
## 4675             31           10
## 4676             31           11
## 4677             31           12
## 4678             31           13
## 4679             31           14
## 4680             31           15
## 4681             31           16
## 4682             31           17
## 4683             31           18
## 4684             31           19
## 4685             31           20
## 4686             31           21
## 4687             31           22
## 4688             31           23
## 4689             31           24
## 4690             31           25
## 4691             31           26
## 4692             31           27
## 4693             31           28
## 4694             31           29
## 4695             31           30
## 4696             31           31
## 4697             31           32
## 4698             31           33
## 4699             31           34
## 4700             31           35
## 4701             31           36
## 4702             31           37
## 4703             31           38
## 4704             31           39
## 4705             31           40
## 4706             31           41
## 4707             31           42
## 4708             31           43
## 4709             31           44
## 4710             31           45
## 4711             31           46
## 4712             31           47
## 4713             31           48
## 4714             31           49
## 4715             31           50
## 4716             31           51
## 4717             31           52
## 4718             31           53
## 4719             31           54
## 4720             32            1
## 4721             32            2
## 4722             32            3
## 4723             32            4
## 4724             32            5
## 4725             32            6
## 4726             32            7
## 4727             32            8
## 4728             32            9
## 4729             32           10
## 4730             32           11
## 4731             32           12
## 4732             32           13
## 4733             32           14
## 4734             32           15
## 4735             32           16
## 4736             32           17
## 4737             32           18
## 4738             32           19
## 4739             32           20
## 4740             32           21
## 4741             32           22
## 4742             32           23
## 4743             32           24
## 4744             32           25
## 4745             32           26
## 4746             32           27
## 4747             32           28
## 4748             32           29
## 4749             32           30
## 4750             32           31
## 4751             32           32
## 4752             32           33
## 4753             32           34
## 4754             32           35
## 4755             32           36
## 4756             32           37
## 4757             32           38
## 4758             32           39
## 4759             32           40
## 4760             32           41
## 4761             32           42
## 4762             33            1
## 4763             33            2
## 4764             33            3
## 4765             33            4
## 4766             33            5
## 4767             33            6
## 4768             33            7
## 4769             33            8
## 4770             33            9
## 4771             33           10
## 4772             33           11
## 4773             33           12
## 4774             33           13
## 4775             33           14
## 4776             33           15
## 4777             33           16
## 4778             33           17
## 4779             33           18
## 4780             33           19
## 4781             33           20
## 4782             33           21
## 4783             33           22
## 4784             33           23
## 4785             33           24
## 4786             33           25
## 4787             33           26
## 4788             33           27
## 4789             33           28
## 4790             33           29
## 4791             33           30
## 4792             33           31
## 4793             33           32
## 4794             33           33
## 4795             33           34
## 4796             33           35
## 4797             33           36
## 4798             33           37
## 4799             33           38
## 4800             33           39
## 4801             33           40
## 4802             33           41
## 4803             33           42
## 4804             33           43
## 4805             33           44
## 4806             33           45
## 4807             33           46
## 4808             33           47
## 4809             33           48
## 4810             33           49
## 4811             33           50
## 4812             33           51
## 4813             33           52
## 4814             33           53
## 4815             33           54
## 4816             33           55
## 4817             33           56
## 4818             34            1
## 4819             34            2
## 4820             34            3
## 4821             34            4
## 4822             34            5
## 4823             34            6
## 4824             34            7
## 4825             34            8
## 4826             34            9
## 4827             34           10
## 4828             34           11
## 4829             34           12
## 4830             34           13
## 4831             34           14
## 4832             34           15
## 4833             34           16
## 4834             34           17
## 4835             34           18
## 4836             34           19
## 4837             34           20
## 4838             34           21
## 4839             34           22
## 4840             34           23
## 4841             34           24
## 4842             34           25
## 4843             34           26
## 4844             34           27
## 4845             34           28
## 4846             34           29
## 4847             35            1
## 4848             35            2
## 4849             35            3
## 4850             35            4
## 4851             35            5
## 4852             35            6
## 4853             35            7
## 4854             35            8
## 4855             35            9
## 4856             35           10
## 4857             35           11
## 4858             35           12
## 4859             35           13
## 4860             35           14
## 4861             35           15
## 4862             35           16
## 4863             35           17
## 4864             35           18
## 4865             35           19
## 4866             35           20
## 4867             35           21
## 4868             35           22
## 4869             35           23
## 4870             35           24
## 4871             35           25
## 4872             35           26
## 4873             35           27
## 4874             35           28
## 4875             35           29
## 4876             35           30
## 4877             35           31
## 4878             35           32
## 4879             35           33
## 4880             35           34
## 4881             36            1
## 4882             36            2
## 4883             36            3
## 4884             36            4
## 4885             36            5
## 4886             36            6
## 4887             36            7
## 4888             36            8
## 4889             36            9
## 4890             36           10
## 4891             36           11
## 4892             36           12
## 4893             36           13
## 4894              1            1
## 4895              1            2
## 4896              1            3
## 4897              1            4
## 4898              1            5
## 4899              1            6
## 4900              1            7
## 4901              1            8
## 4902              1            9
## 4903              1           10
## 4904              1           11
## 4905              1           12
## 4906              1           13
## 4907              1           14
## 4908              1           15
## 4909              1           16
## 4910              1           17
## 4911              1           18
## 4912              1           19
## 4913              1           20
## 4914              1           21
## 4915              1           22
## 4916              1           23
## 4917              1           24
## 4918              1           25
## 4919              1           26
## 4920              1           27
## 4921              1           28
## 4922              1           29
## 4923              1           30
## 4924              1           31
## 4925              1           32
## 4926              1           33
## 4927              1           34
## 4928              1           35
## 4929              1           36
## 4930              1           37
## 4931              1           38
## 4932              1           39
## 4933              1           40
## 4934              1           41
## 4935              1           42
## 4936              1           43
## 4937              1           44
## 4938              1           45
## 4939              1           46
## 4940              2            1
## 4941              2            2
## 4942              2            3
## 4943              2            4
## 4944              2            5
## 4945              2            6
## 4946              2            7
## 4947              2            8
## 4948              2            9
## 4949              2           10
## 4950              2           11
## 4951              2           12
## 4952              2           13
## 4953              2           14
## 4954              2           15
## 4955              2           16
## 4956              2           17
## 4957              2           18
## 4958              2           19
## 4959              2           20
## 4960              2           21
## 4961              2           22
## 4962              2           23
## 4963              2           24
## 4964              2           25
## 4965              2           26
## 4966              2           27
## 4967              2           28
## 4968              2           29
## 4969              2           30
## 4970              2           31
## 4971              2           32
## 4972              2           33
## 4973              2           34
## 4974              2           35
## 4975              2           36
## 4976              2           37
## 4977              3            1
## 4978              3            2
## 4979              3            3
## 4980              3            4
## 4981              3            5
## 4982              3            6
## 4983              3            7
## 4984              3            8
## 4985              3            9
## 4986              3           10
## 4987              3           11
## 4988              3           12
## 4989              3           13
## 4990              3           14
## 4991              3           15
## 4992              3           16
## 4993              3           17
## 4994              3           18
## 4995              3           19
## 4996              3           20
## 4997              3           21
## 4998              3           22
## 4999              3           23
## 5000              3           24
## 5001              3           25
## 5002              3           26
## 5003              3           27
## 5004              3           28
## 5005              3           29
## 5006              4            1
## 5007              4            2
## 5008              4            3
## 5009              4            4
## 5010              4            5
## 5011              4            6
## 5012              4            7
## 5013              4            8
## 5014              4            9
## 5015              4           10
## 5016              4           11
## 5017              4           12
## 5018              4           13
## 5019              4           14
## 5020              4           15
## 5021              4           16
## 5022              4           17
## 5023              4           18
## 5024              4           19
## 5025              4           20
## 5026              4           21
## 5027              4           22
## 5028              4           23
## 5029              4           24
## 5030              4           25
## 5031              4           26
## 5032              4           27
## 5033              4           28
## 5034              4           29
## 5035              4           30
## 5036              4           31
## 5037              4           32
## 5038              4           33
## 5039              4           34
## 5040              4           35
## 5041              4           36
## 5042              4           37
## 5043              4           38
## 5044              4           39
## 5045              4           40
## 5046              4           41
## 5047              4           42
## 5048              4           43
## 5049              4           44
## 5050              4           45
## 5051              4           46
## 5052              4           47
## 5053              4           48
## 5054              4           49
## 5055              5            1
## 5056              5            2
## 5057              5            3
## 5058              5            4
## 5059              5            5
## 5060              5            6
## 5061              5            7
## 5062              5            8
## 5063              5            9
## 5064              5           10
## 5065              5           11
## 5066              5           12
## 5067              5           13
## 5068              5           14
## 5069              5           15
## 5070              5           16
## 5071              5           17
## 5072              5           18
## 5073              5           19
## 5074              5           20
## 5075              5           21
## 5076              5           22
## 5077              5           23
## 5078              5           24
## 5079              5           25
## 5080              5           26
## 5081              5           27
## 5082              5           28
## 5083              5           29
## 5084              5           30
## 5085              5           31
## 5086              5           32
## 5087              5           33
## 5088              6            1
## 5089              6            2
## 5090              6            3
## 5091              6            4
## 5092              6            5
## 5093              6            6
## 5094              6            7
## 5095              6            8
## 5096              6            9
## 5097              6           10
## 5098              6           11
## 5099              6           12
## 5100              6           13
## 5101              6           14
## 5102              6           15
## 5103              6           16
## 5104              6           17
## 5105              6           18
## 5106              6           19
## 5107              6           20
## 5108              6           21
## 5109              6           22
## 5110              6           23
## 5111              6           24
## 5112              6           25
## 5113              7            1
## 5114              7            2
## 5115              7            3
## 5116              7            4
## 5117              7            5
## 5118              7            6
## 5119              7            7
## 5120              7            8
## 5121              7            9
## 5122              7           10
## 5123              7           11
## 5124              7           12
## 5125              7           13
## 5126              7           14
## 5127              7           15
## 5128              7           16
## 5129              7           17
## 5130              7           18
## 5131              7           19
## 5132              7           20
## 5133              7           21
## 5134              7           22
## 5135              7           23
## 5136              7           24
## 5137              7           25
## 5138              7           26
## 5139              8            1
## 5140              8            2
## 5141              8            3
## 5142              8            4
## 5143              8            5
## 5144              8            6
## 5145              8            7
## 5146              8            8
## 5147              8            9
## 5148              8           10
## 5149              8           11
## 5150              8           12
## 5151              8           13
## 5152              8           14
## 5153              8           15
## 5154              8           16
## 5155              8           17
## 5156              8           18
## 5157              8           19
## 5158              8           20
## 5159              9            1
## 5160              9            2
## 5161              9            3
## 5162              9            4
## 5163              9            5
## 5164              9            6
## 5165              9            7
## 5166              9            8
## 5167              9            9
## 5168              9           10
## 5169              9           11
## 5170              9           12
## 5171              9           13
## 5172              9           14
## 5173              9           15
## 5174              9           16
## 5175              9           17
## 5176              9           18
## 5177              9           19
## 5178              9           20
## 5179              9           21
## 5180              9           22
## 5181              9           23
## 5182              9           24
## 5183              9           25
## 5184              9           26
## 5185              9           27
## 5186              9           28
## 5187              9           29
## 5188             10            1
## 5189             10            2
## 5190             10            3
## 5191             10            4
## 5192             10            5
## 5193             10            6
## 5194             10            7
## 5195             10            8
## 5196             10            9
## 5197             10           10
## 5198             10           11
## 5199             10           12
## 5200             10           13
## 5201             10           14
## 5202             10           15
## 5203             10           16
## 5204             10           17
## 5205             10           18
## 5206             10           19
## 5207             10           20
## 5208             10           21
## 5209             10           22
## 5210             11            1
## 5211             11            2
## 5212             11            3
## 5213             11            4
## 5214             11            5
## 5215             11            6
## 5216             11            7
## 5217             11            8
## 5218             11            9
## 5219             11           10
## 5220             11           11
## 5221             11           12
## 5222             11           13
## 5223             11           14
## 5224             11           15
## 5225             11           16
## 5226             11           17
## 5227             11           18
## 5228             11           19
## 5229             11           20
## 5230             11           21
## 5231             11           22
## 5232             11           23
## 5233             11           24
## 5234             11           25
## 5235             11           26
## 5236             11           27
## 5237             11           28
## 5238             11           29
## 5239             11           30
## 5240             11           31
## 5241             11           32
## 5242             12            1
## 5243             12            2
## 5244             12            3
## 5245             12            4
## 5246             12            5
## 5247             12            6
## 5248             12            7
## 5249             12            8
## 5250             12            9
## 5251             12           10
## 5252             12           11
## 5253             12           12
## 5254             12           13
## 5255             12           14
## 5256             12           15
## 5257             12           16
## 5258             12           17
## 5259             12           18
## 5260             12           19
## 5261             12           20
## 5262             12           21
## 5263             12           22
## 5264             12           23
## 5265             12           24
## 5266             12           25
## 5267             12           26
## 5268             12           27
## 5269             12           28
## 5270             12           29
## 5271             12           30
## 5272             12           31
## 5273             12           32
## 5274             13            1
## 5275             13            2
## 5276             13            3
## 5277             13            4
## 5278             13            5
## 5279             13            6
## 5280             13            7
## 5281             13            8
## 5282             13            9
## 5283             13           10
## 5284             13           11
## 5285             13           12
## 5286             13           13
## 5287             13           14
## 5288             13           15
## 5289             13           16
## 5290             13           17
## 5291             13           18
## 5292             14            1
## 5293             14            2
## 5294             14            3
## 5295             14            4
## 5296             14            5
## 5297             14            6
## 5298             14            7
## 5299             14            8
## 5300             14            9
## 5301             14           10
## 5302             14           11
## 5303             14           12
## 5304             14           13
## 5305             14           14
## 5306             14           15
## 5307             14           16
## 5308             14           17
## 5309             14           18
## 5310             14           19
## 5311             14           20
## 5312             14           21
## 5313             14           22
## 5314             14           23
## 5315             14           24
## 5316             14           25
## 5317             14           26
## 5318             14           27
## 5319             14           28
## 5320             14           29
## 5321             15            1
## 5322             15            2
## 5323             15            3
## 5324             15            4
## 5325             15            5
## 5326             15            6
## 5327             15            7
## 5328             15            8
## 5329             15            9
## 5330             15           10
## 5331             15           11
## 5332             15           12
## 5333             15           13
## 5334             15           14
## 5335             15           15
## 5336             15           16
## 5337             15           17
## 5338             15           18
## 5339             15           19
## 5340             15           20
## 5341             15           21
## 5342             15           22
## 5343             15           23
## 5344             16            1
## 5345             16            2
## 5346             16            3
## 5347             16            4
## 5348             16            5
## 5349             16            6
## 5350             16            7
## 5351             16            8
## 5352             16            9
## 5353             16           10
## 5354             16           11
## 5355             16           12
## 5356             16           13
## 5357             16           14
## 5358             16           15
## 5359             16           16
## 5360             16           17
## 5361             16           18
## 5362             16           19
## 5363             16           20
## 5364             16           21
## 5365             16           22
## 5366             17            1
## 5367             17            2
## 5368             17            3
## 5369             17            4
## 5370             17            5
## 5371             17            6
## 5372             17            7
## 5373             17            8
## 5374             17            9
## 5375             17           10
## 5376             17           11
## 5377             17           12
## 5378             17           13
## 5379             17           14
## 5380             17           15
## 5381             17           16
## 5382             17           17
## 5383             17           18
## 5384             17           19
## 5385             17           20
## 5386             18            1
## 5387             18            2
## 5388             18            3
## 5389             18            4
## 5390             18            5
## 5391             18            6
## 5392             18            7
## 5393             18            8
## 5394             18            9
## 5395             18           10
## 5396             18           11
## 5397             18           12
## 5398             18           13
## 5399             18           14
## 5400             18           15
## 5401             18           16
## 5402             18           17
## 5403             18           18
## 5404             18           19
## 5405             18           20
## 5406             18           21
## 5407             18           22
## 5408             19            1
## 5409             19            2
## 5410             19            3
## 5411             19            4
## 5412             19            5
## 5413             19            6
## 5414             19            7
## 5415             19            8
## 5416             19            9
## 5417             19           10
## 5418             19           11
## 5419             19           12
## 5420             19           13
## 5421             19           14
## 5422             19           15
## 5423             19           16
## 5424             19           17
## 5425             19           18
## 5426             19           19
## 5427             19           20
## 5428             19           21
## 5429             20            1
## 5430             20            2
## 5431             20            3
## 5432             20            4
## 5433             20            5
## 5434             20            6
## 5435             20            7
## 5436             20            8
## 5437             20            9
## 5438             20           10
## 5439             20           11
## 5440             20           12
## 5441             20           13
## 5442             20           14
## 5443             20           15
## 5444             20           16
## 5445             20           17
## 5446             20           18
## 5447             20           19
## 5448             20           20
## 5449             21            1
## 5450             21            2
## 5451             21            3
## 5452             21            4
## 5453             21            5
## 5454             21            6
## 5455             21            7
## 5456             21            8
## 5457             21            9
## 5458             21           10
## 5459             21           11
## 5460             21           12
## 5461             21           13
## 5462             21           14
## 5463             21           15
## 5464             21           16
## 5465             21           17
## 5466             21           18
## 5467             21           19
## 5468             21           20
## 5469             21           21
## 5470             21           22
## 5471             21           23
## 5472             22            1
## 5473             22            2
## 5474             22            3
## 5475             22            4
## 5476             22            5
## 5477             22            6
## 5478             22            7
## 5479             22            8
## 5480             22            9
## 5481             22           10
## 5482             22           11
## 5483             22           12
## 5484             22           13
## 5485             22           14
## 5486             22           15
## 5487             22           16
## 5488             22           17
## 5489             22           18
## 5490             22           19
## 5491             22           20
## 5492             22           21
## 5493             22           22
## 5494             22           23
## 5495             22           24
## 5496             22           25
## 5497             22           26
## 5498             22           27
## 5499             22           28
## 5500             22           29
## 5501             22           30
## 5502             23            1
## 5503             23            2
## 5504             23            3
## 5505             23            4
## 5506             23            5
## 5507             23            6
## 5508             23            7
## 5509             23            8
## 5510             23            9
## 5511             23           10
## 5512             23           11
## 5513             23           12
## 5514             23           13
## 5515             23           14
## 5516             23           15
## 5517             23           16
## 5518             23           17
## 5519             23           18
## 5520             23           19
## 5521             23           20
## 5522             23           21
## 5523             23           22
## 5524             23           23
## 5525             23           24
## 5526             23           25
## 5527             24            1
## 5528             24            2
## 5529             24            3
## 5530             24            4
## 5531             24            5
## 5532             24            6
## 5533             24            7
## 5534             24            8
## 5535             24            9
## 5536             24           10
## 5537             24           11
## 5538             24           12
## 5539             24           13
## 5540             24           14
## 5541             24           15
## 5542             24           16
## 5543             24           17
## 5544             24           18
## 5545             24           19
## 5546             24           20
## 5547             24           21
## 5548             24           22
## 5549             25            1
## 5550             25            2
## 5551             25            3
## 5552             25            4
## 5553             25            5
## 5554             25            6
## 5555             25            7
## 5556             25            8
## 5557             25            9
## 5558             25           10
## 5559             25           11
## 5560             25           12
## 5561             25           13
## 5562             25           14
## 5563             25           15
## 5564             25           16
## 5565             25           17
## 5566             25           18
## 5567             25           19
## 5568             26            1
## 5569             26            2
## 5570             26            3
## 5571             26            4
## 5572             26            5
## 5573             26            6
## 5574             26            7
## 5575             26            8
## 5576             26            9
## 5577             26           10
## 5578             26           11
## 5579             26           12
## 5580             26           13
## 5581             26           14
## 5582             26           15
## 5583             26           16
## 5584             26           17
## 5585             26           18
## 5586             26           19
## 5587             27            1
## 5588             27            2
## 5589             27            3
## 5590             27            4
## 5591             27            5
## 5592             27            6
## 5593             27            7
## 5594             27            8
## 5595             27            9
## 5596             27           10
## 5597             27           11
## 5598             27           12
## 5599             27           13
## 5600             27           14
## 5601             27           15
## 5602             27           16
## 5603             27           17
## 5604             27           18
## 5605             27           19
## 5606             27           20
## 5607             27           21
## 5608             27           22
## 5609             27           23
## 5610             27           24
## 5611             27           25
## 5612             27           26
## 5613             28            1
## 5614             28            2
## 5615             28            3
## 5616             28            4
## 5617             28            5
## 5618             28            6
## 5619             28            7
## 5620             28            8
## 5621             28            9
## 5622             28           10
## 5623             28           11
## 5624             28           12
## 5625             28           13
## 5626             28           14
## 5627             28           15
## 5628             28           16
## 5629             28           17
## 5630             28           18
## 5631             28           19
## 5632             28           20
## 5633             28           21
## 5634             28           22
## 5635             28           23
## 5636             28           24
## 5637             28           25
## 5638             28           26
## 5639             28           27
## 5640             28           28
## 5641             28           29
## 5642             28           30
## 5643             28           31
## 5644             28           32
## 5645             28           33
## 5646             28           34
## 5647             28           35
## 5648             28           36
## 5649             28           37
## 5650             28           38
## 5651             28           39
## 5652             28           40
## 5653             28           41
## 5654             28           42
## 5655             28           43
## 5656             28           44
## 5657             28           45
## 5658             28           46
## 5659             28           47
## 5660             28           48
## 5661             28           49
## 5662             28           50
## 5663             28           51
## 5664             28           52
## 5665             28           53
## 5666             28           54
## 5667             28           55
## 5668             28           56
## 5669             28           57
## 5670             28           58
## 5671             28           59
## 5672             28           60
## 5673             28           61
## 5674             28           62
## 5675             28           63
## 5676             28           64
## 5677             28           65
## 5678             28           66
## 5679             28           67
## 5680             28           68
## 5681             29            1
## 5682             29            2
## 5683             29            3
## 5684             29            4
## 5685             29            5
## 5686             29            6
## 5687             29            7
## 5688             29            8
## 5689             29            9
## 5690             29           10
## 5691             29           11
## 5692             29           12
## 5693             29           13
## 5694             29           14
## 5695             29           15
## 5696             29           16
## 5697             29           17
## 5698             29           18
## 5699             29           19
## 5700             29           20
## 5701             29           21
## 5702             29           22
## 5703             29           23
## 5704             29           24
## 5705             29           25
## 5706             29           26
## 5707             29           27
## 5708             29           28
## 5709             29           29
## 5710             30            1
## 5711             30            2
## 5712             30            3
## 5713             30            4
## 5714             30            5
## 5715             30            6
## 5716             30            7
## 5717             30            8
## 5718             30            9
## 5719             30           10
## 5720             30           11
## 5721             30           12
## 5722             30           13
## 5723             30           14
## 5724             30           15
## 5725             30           16
## 5726             30           17
## 5727             30           18
## 5728             30           19
## 5729             30           20
## 5730             31            1
## 5731             31            2
## 5732             31            3
## 5733             31            4
## 5734             31            5
## 5735             31            6
## 5736             31            7
## 5737             31            8
## 5738             31            9
## 5739             31           10
## 5740             31           11
## 5741             31           12
## 5742             31           13
## 5743             31           14
## 5744             31           15
## 5745             31           16
## 5746             31           17
## 5747             31           18
## 5748             31           19
## 5749             31           20
## 5750             31           21
## 5751             31           22
## 5752             31           23
## 5753             31           24
## 5754             31           25
## 5755             31           26
## 5756             31           27
## 5757             31           28
## 5758             31           29
## 5759             31           30
## 5760             32            1
## 5761             32            2
## 5762             32            3
## 5763             32            4
## 5764             32            5
## 5765             32            6
## 5766             32            7
## 5767             32            8
## 5768             32            9
## 5769             32           10
## 5770             32           11
## 5771             32           12
## 5772             32           13
## 5773             32           14
## 5774             32           15
## 5775             32           16
## 5776             32           17
## 5777             32           18
## 5778             32           19
## 5779             32           20
## 5780             32           21
## 5781             32           22
## 5782             32           23
## 5783             32           24
## 5784             32           25
## 5785             32           26
## 5786             32           27
## 5787             32           28
## 5788             32           29
## 5789             32           30
## 5790             32           31
## 5791             32           32
## 5792             32           33
## 5793             32           34
## 5794             32           35
## 5795             32           36
## 5796             32           37
## 5797             32           38
## 5798             32           39
## 5799             32           40
## 5800             32           41
## 5801             32           42
## 5802             32           43
## 5803             32           44
## 5804             32           45
## 5805             32           46
## 5806             32           47
## 5807             32           48
## 5808             32           49
## 5809             32           50
## 5810             32           51
## 5811             32           52
## 5812             33            1
## 5813             33            2
## 5814             33            3
## 5815             33            4
## 5816             33            5
## 5817             33            6
## 5818             33            7
## 5819             33            8
## 5820             33            9
## 5821             33           10
## 5822             33           11
## 5823             33           12
## 5824             33           13
## 5825             33           14
## 5826             33           15
## 5827             33           16
## 5828             33           17
## 5829             33           18
## 5830             33           19
## 5831             33           20
## 5832             33           21
## 5833             33           22
## 5834             33           23
## 5835             33           24
## 5836             33           25
## 5837             33           26
## 5838             33           27
## 5839             33           28
## 5840             33           29
## 5841             34            1
## 5842             34            2
## 5843             34            3
## 5844             34            4
## 5845             34            5
## 5846             34            6
## 5847             34            7
## 5848             34            8
## 5849             34            9
## 5850             34           10
## 5851             34           11
## 5852             34           12
## 5853              1            1
## 5854              1            2
## 5855              1            3
## 5856              1            4
## 5857              1            5
## 5858              1            6
## 5859              1            7
## 5860              1            8
## 5861              1            9
## 5862              1           10
## 5863              1           11
## 5864              1           12
## 5865              1           13
## 5866              1           14
## 5867              1           15
## 5868              1           16
## 5869              1           17
## 5870              1           18
## 5871              2            1
## 5872              2            2
## 5873              2            3
## 5874              2            4
## 5875              2            5
## 5876              2            6
## 5877              2            7
## 5878              2            8
## 5879              2            9
## 5880              2           10
## 5881              2           11
## 5882              2           12
##                                                                                                                                                                                                                                                                                                                                                             scripture_text
## 1                                                                                                                                                                                                                                                                                                                   IN the beginning God created the heaven and the earth.
## 2                                                                                                                                                                                                                           And the earth was without form, and void; and darkness was upon the face of the deep. And the Spirit of God moved upon the face of the waters.
## 3                                                                                                                                                                                                                                                                                                                   And God said, Let there be light: and there was light.
## 4                                                                                                                                                                                                                                                                                    And God saw the light, that it was good: and God divided the light from the darkness.
## 5                                                                                                                                                                                                                                                      And God called the light Day, and the darkness he called Night. And the evening and the morning were the first day.
## 6                                                                                                                                                                                                                                                         And God said, Let there be a firmament in the midst of the waters, and let it divide the waters from the waters.
## 7                                                                                                                                                                                                                         And God made the firmament, and divided the waters which were under the firmament from the waters which were above the firmament: and it was so.
## 8                                                                                                                                                                                                                                                                                And God called the firmament Heaven. And the evening and the morning were the second day.
## 9                                                                                                                                                                                                                                           And God said, Let the waters under the heaven be gathered together unto one place, and let the dry land appear: and it was so.
## 10                                                                                                                                                                                                                                               And God called the dry land Earth; and the gathering together of the waters called he Seas: and God saw that it was good.
## 11                                                                                                                                                                                        And God said, Let the earth bring forth grass, the herb yielding seed, and the fruit tree yielding fruit after his kind, whose seed is in itself, upon the earth: and it was so.
## 12                                                                                                                                                                                          And the earth brought forth grass, and herb yielding seed after his kind, and the tree yielding fruit, whose seed was in itself, after his kind: and God saw that it was good.
## 13                                                                                                                                                                                                                                                                                                                     And the evening and the morning were the third day.
## 14                                                                                                                                                                                                 And God said, Let there be lights in the firmament of the heaven to divide the day from the night; and let them be for signs, and for seasons, and for days, and years:
## 15                                                                                                                                                                                                                                                                  And let them be for lights in the firmament of the heaven to give light upon the earth: and it was so.
## 16                                                                                                                                                                                                                                       And God made two great lights; the greater light to rule the day, and the lesser light to rule the night: he made the stars also.
## 17                                                                                                                                                                                                                                                                                           And God set them in the firmament of the heaven to give light upon the earth,
## 18                                                                                                                                                                                                                                                   And to rule over the day and over the night, and to divide the light from the darkness: and God saw that it was good.
## 19                                                                                                                                                                                                                                                                                                                    And the evening and the morning were the fourth day.
## 20                                                                                                                                                                                                          And God said, Let the waters bring forth abundantly the moving creature that hath life, and fowl that may fly above the earth in the open firmament of heaven.
## 21                                                                                                                                                                   And God created great whales, and every living creature that moveth, which the waters brought forth abundantly, after their kind, and every winged fowl after his kind: and God saw that it was good.
## 22                                                                                                                                                                                                                                           And God blessed them, saying, Be fruitful, and multiply, and fill the waters in the seas, and let fowl multiply in the earth.
## 23                                                                                                                                                                                                                                                                                                                     And the evening and the morning were the fifth day.
## 24                                                                                                                                                                                                           And God said, Let the earth bring forth the living creature after his kind, cattle, and creeping thing, and beast of the earth after his kind: and it was so.
## 25                                                                                                                                                                                             And God made the beast of the earth after his kind, and cattle after their kind, and every thing that creepeth upon the earth after his kind: and God saw that it was good.
## 26                                                                                                             And God said, Let us make man in our image, after our likeness: and let them have dominion over the fish of the sea, and over the fowl of the air, and over the cattle, and over all the earth, and over every creeping thing that creepeth upon the earth.
## 27                                                                                                                                                                                                                                                               So God created man in his own image, in the image of God created he him; male and female created he them.
## 28                                                                                                                      And God blessed them, and God said unto them, Be fruitful, and multiply, and replenish the earth, and subdue it: and have dominion over the fish of the sea, and over the fowl of the air, and over every living thing that moveth upon the earth.
## 29                                                                                                                                                                And God said, Behold, I have given you every herb bearing seed, which is upon the face of all the earth, and every tree, in the which is the fruit of a tree yielding seed; to you it shall be for meat.
## 30                                                                                                                                                                           And to every beast of the earth, and to every fowl of the air, and to every thing that creepeth upon the earth, wherein there is life, I have given every green herb for meat: and it was so.
## 31                                                                                                                                                                                                                                            And God saw every thing that he had made, and, behold, it was very good. And the evening and the morning were the sixth day.
## 32                                                                                                                                                                                                                                                                                                 THUS the heavens and the earth were finished, and all the host of them.
## 33                                                                                                                                                                                                                                      And on the seventh day God ended his work which he had made; and he rested on the seventh day from all his work which he had made.
## 34                                                                                                                                                                                                                                      And God blessed the seventh day, and sanctified it: because that in it he had rested from all his work which God created and made.
## 35                                                                                                                                                                                                                          These are the generations of the heavens and of the earth when they were created, in the day that the LORD God made the earth and the heavens,
## 36                                                                                                                                                             And every plant of the field before it was in the earth, and every herb of the field before it grew: for the LORD God had not caused it to rain upon the earth, and there was not a man to till the ground.
## 37                                                                                                                                                                                                                                                                                      But there went up a mist from the earth, and watered the whole face of the ground.
## 38                                                                                                                                                                                                                                 And the LORD God formed man of the dust of the ground, and breathed into his nostrils the breath of life; and man became a living soul.
## 39                                                                                                                                                                                                                                                                        And the LORD God planted a garden eastward in Eden; and there he put the man whom he had formed.
## 40                                                                                                                                                              And out of the ground made the LORD God to grow every tree that is pleasant to the sight, and good for food; the tree of life also in the midst of the garden, and the tree of knowledge of good and evil.
## 41                                                                                                                                                                                                                                                            And a river went out of Eden to water the garden; and from thence it was parted, and became into four heads.
## 42                                                                                                                                                                                                                                                             The name of the first is Pison: that is it which compasseth the whole land of Havilah, where there is gold;
## 43                                                                                                                                                                                                                                                                                                And the gold of that land is good: there is bdellium and the onyx stone.
## 44                                                                                                                                                                                                                                                                   And the name of the second river is Gihon: the same is it that compasseth the whole land of Ethiopia.
## 45                                                                                                                                                                                                                                      And the name of the third river is Hiddekel: that is it which goeth toward the east of Assyria. And the fourth river is Euphrates.
## 46                                                                                                                                                                                                                                                                          And the LORD God took the man, and put him into the garden of Eden to dress it and to keep it.
## 47                                                                                                                                                                                                                                                                         And the LORD God commanded the man, saying, Of every tree of the garden thou mayest freely eat:
## 48                                                                                                                                                                                                                             But of the tree of the knowledge of good and evil, thou shalt not eat of it: for in the day that thou eatest thereof thou shalt surely die.
## 49                                                                                                                                                                                                                                                               And the LORD God said, It is not good that the man should be alone; I will make him an help meet for him.
## 50                                                                                                                                  And out of the ground the LORD God formed every beast of the field, and every fowl of the air; and brought them unto Adam to see what he would call them: and whatsoever Adam called every living creature, that was the name thereof.
## 51                                                                                                                                                                                                                  And Adam gave names to all cattle, and to the fowl of the air, and to every beast of the field; but for Adam there was not found an help meet for him.
## 52                                                                                                                                                                                                                             And the LORD God caused a deep sleep to fall upon Adam, and he slept: and he took one of his ribs, and closed up the flesh instead thereof;
## 53                                                                                                                                                                                                                                                                      And the rib, which the LORD God had taken from man, made he a woman, and brought her unto the man.
## 54                                                                                                                                                                                                                                        And Adam said, This is now bone of my bones, and flesh of my flesh: she shall be called Woman, because she was taken out of Man.
## 55                                                                                                                                                                                                                                                     Therefore shall a man leave his father and his mother, and shall cleave unto his wife: and they shall be one flesh.
## 56                                                                                                                                                                                                                                                                                                   And they were both naked, the man and his wife, and were not ashamed.
## 57                                                                                                                                                                                  NOW the serpent was more subtil than any beast of the field which the LORD God had made. And he said unto the woman, Yea, hath God said, Ye shall not eat of every tree of the garden?
## 58                                                                                                                                                                                                                                                                                And the woman said unto the serpent, We may eat of the fruit of the trees of the garden:
## 59                                                                                                                                                                                                                        But of the fruit of the tree which is in the midst of the garden, God hath said, Ye shall not eat of it, neither shall ye touch it, lest ye die.
## 60                                                                                                                                                                                                                                                                                                           And the serpent said unto the woman, Ye shall not surely die:
## 61                                                                                                                                                                                                                                       For God doth know that in the day ye eat thereof, then your eyes shall be opened, and ye shall be as gods, knowing good and evil.
## 62                                                                                                                           And when the woman saw that the tree was good for food, and that it was pleasant to the eyes, and a tree to be desired to make one wise, she took of the fruit thereof, and did eat, and gave also unto her husband with her; and he did eat.
## 63                                                                                                                                                                                                                              And the eyes of them both were opened, and they knew that they were naked; and they sewed fig leaves together, and made themselves aprons.
## 64                                                                                                                                                                          And they heard the voice of the LORD God walking in the garden in the cool of the day: and Adam and his wife hid themselves from the presence of the LORD God amongst the trees of the garden.
## 65                                                                                                                                                                                                                                                                                                   And the LORD God called unto Adam, and said unto him, Where art thou?
## 66                                                                                                                                                                                                                                                                  And he said, I heard thy voice in the garden, and I was afraid, because I was naked; and I hid myself.
## 67                                                                                                                                                                                                                                     And he said, Who told thee that thou wast naked? Hast thou eaten of the tree, whereof I commanded thee that thou shouldest not eat?
## 68                                                                                                                                                                                                                                                                     And the man said, The woman whom thou gavest to be with me, she gave me of the tree, and I did eat.
## 69                                                                                                                                                                                                                                     And the LORD God said unto the woman, What is this that thou hast done? And the woman said, The serpent beguiled me, and I did eat.
## 70                                                                                                                                              And the LORD God said unto the serpent, Because thou hast done this, thou art cursed above all cattle, and above every beast of the field; upon thy belly shalt thou go, and dust shalt thou eat all the days of thy life:
## 71                                                                                                                                                                                                                          And I will put enmity between thee and the woman, and between thy seed and her seed; it shall bruise thy head, and thou shalt bruise his heel.
## 72                                                                                                                                                                          Unto the woman he said, I will greatly multiply thy sorrow and thy conception; in sorrow thou shalt bring forth children; and thy desire shall be to thy husband, and he shall rule over thee.
## 73                                                                                                     And unto Adam he said, Because thou hast hearkened unto the voice of thy wife, and hast eaten of the tree, of which I commanded thee, saying, Thou shalt not eat of it: cursed is the ground for thy sake; in sorrow shalt thou eat of it all the days of thy life;
## 74                                                                                                                                                                                                                                                                        Thorns also and thistles shall it bring forth to thee; and thou shalt eat the herb of the field;
## 75                                                                                                                                                                                                     In the sweat of thy face shalt thou eat bread, till thou return unto the ground; for out of it wast thou taken: for dust thou art, and unto dust shalt thou return.
## 76                                                                                                                                                                                                                                                                                          And Adam called his wife's name Eve; because she was the mother of all living.
## 77                                                                                                                                                                                                                                                                                  Unto Adam also and to his wife did the LORD God make coats of skins, and clothed them.
## 78                                                                                                                                                                               And the LORD God said, Behold, the man is become as one of us, to know good and evil: and now, lest he put forth his hand, and take also of the tree of life, and eat, and live for ever:
## 79                                                                                                                                                                                                                                                             Therefore the LORD God sent him forth from the garden of Eden, to till the ground from whence he was taken.
## 80                                                                                                                                                                                                    So he drove out the man; and he placed at the east of the garden of Eden Cherubims, and a flaming sword which turned every way, to keep the way of the tree of life.
## 81                                                                                                                                                                                                                                                              AND Adam knew Eve his wife; and she conceived, and bare Cain, and said, I have gotten a man from the LORD.
## 82                                                                                                                                                                                                                                                               And she again bare his brother Abel. And Abel was a keeper of sheep, but Cain was a tiller of the ground.
## 83                                                                                                                                                                                                                                                         And in process of time it came to pass, that Cain brought of the fruit of the ground an offering unto the LORD.
## 84                                                                                                                                                                                                                                And Abel, he also brought of the firstlings of his flock and of the fat thereof. And the LORD had respect unto Abel and to his offering:
## 85                                                                                                                                                                                                                                                                But unto Cain and to his offering he had not respect. And Cain was very wroth, and his countenance fell.
## 86                                                                                                                                                                                                                                                                                     And the LORD said unto Cain, Why art thou wroth? and why is thy countenance fallen?
## 87                                                                                                                                                                                                     If thou doest well, shalt thou not be accepted? and if thou doest not well, sin lieth at the door. And unto thee shall be his desire, and thou shalt rule over him.
## 88                                                                                                                                                                                                                      And Cain talked with Abel his brother: and it came to pass, when they were in the field, that Cain rose up against Abel his brother, and slew him.
## 89                                                                                                                                                                                                                                                              And the LORD said unto Cain, Where is Abel thy brother? And he said, I know not: Am I my brother's keeper?
## 90                                                                                                                                                                                                                                                                      And he said, What hast thou done? the voice of thy brother's blood crieth unto me from the ground.
## 91                                                                                                                                                                                                                                                       And now art thou cursed from the earth, which hath opened her mouth to receive thy brother's blood from thy hand;
## 92                                                                                                                                                                                                                               When thou tillest the ground, it shall not henceforth yield unto thee her strength; a fugitive and a vagabond shalt thou be in the earth.
## 93                                                                                                                                                                                                                                                                                                  And Cain said unto the LORD, My punishment is greater than I can bear.
## 94                                                                                                                                  Behold, thou hast driven me out this day from the face of the earth; and from thy face shall I be hid; and I shall be a fugitive and a vagabond in the earth; and it shall come to pass, that every one that findeth me shall slay me.
## 95                                                                                                                                                                                       And the LORD said unto him, Therefore whosoever slayeth Cain, vengeance shall be taken on him sevenfold. And the LORD set a mark upon Cain, lest any finding him should kill him.
## 96                                                                                                                                                                                                                                                                     And Cain went out from the presence of the LORD, and dwelt in the land of Nod, on the east of Eden.
## 97                                                                                                                                                                                                                    And Cain knew his wife; and she conceived, and bare Enoch: and he builded a city, and called the name of the city, after the name of his son, Enoch.
## 98                                                                                                                                                                                                                                                        And unto Enoch was born Irad: and Irad begat Mehujael: and Mehujael begat Methusael: and Methusael begat Lamech.
## 99                                                                                                                                                                                                                                                                     And Lamech took unto him two wives: the name of the one was Adah, and the name of the other Zillah.
## 100                                                                                                                                                                                                                                                                          And Adah bare Jabal: he was the father of such as dwell in tents, and of such as have cattle.
## 101                                                                                                                                                                                                                                                                          And his brother's name was Jubal: he was the father of all such as handle the harp and organ.
## 102                                                                                                                                                                                                                                     And Zillah, she also bare Tubal-cain, an instructer of every artificer in brass and iron: and the sister of Tubal-cain was Naamah.
## 103                                                                                                                                                                                         And Lamech said unto his wives, Adah and Zillah, Hear my voice; ye wives of Lamech, hearken unto my speech: for I have slain a man to my wounding, and a young man to my hurt.
## 104                                                                                                                                                                                                                                                                                                If Cain shall be avenged sevenfold, truly Lamech seventy and sevenfold.
## 105                                                                                                                                                                                                         And Adam knew his wife again; and she bare a son, and called his name Seth: For God, said she, hath appointed me another seed instead of Abel, whom Cain slew.
## 106                                                                                                                                                                                                                                          And to Seth, to him also there was born a son; and he called his name Enos: then began men to call upon the name of the LORD.
## 107                                                                                                                                                                                                                                                      THIS is the book of the generations of Adam. In the day that God created man, in the likeness of God made he him;
## 108                                                                                                                                                                                                                                                      Male and female created he them; and blessed them, and called their name Adam, in the day when they were created.
## 109                                                                                                                                                                                                                                            And Adam lived an hundred and thirty years, and begat a son in his own likeness, after his image; and called his name Seth:
## 110                                                                                                                                                                                                                                                             And the days of Adam after he had begotten Seth were eight hundred years: and he begat sons and daughters:
## 111                                                                                                                                                                                                                                                                                      And all the days that Adam lived were nine hundred and thirty years: and he died.
## 112                                                                                                                                                                                                                                                                                                              And Seth lived an hundred and five years, and begat Enos:
## 113                                                                                                                                                                                                                                                                        And Seth lived after he begat Enos eight hundred and seven years, and begat sons and daughters:
## 114                                                                                                                                                                                                                                                                                              And all the days of Seth were nine hundred and twelve years: and he died.
## 115                                                                                                                                                                                                                                                                                                                         And Enos lived ninety years, and begat Cainan:
## 116                                                                                                                                                                                                                                                                    And Enos lived after he begat Cainan eight hundred and fifteen years, and begat sons and daughters:
## 117                                                                                                                                                                                                                                                                                                And all the days of Enos were nine hundred and five years: and he died.
## 118                                                                                                                                                                                                                                                                                                                  And Cainan lived seventy years, and begat Mahalaleel:
## 119                                                                                                                                                                                                                                                                And Cainan lived after he begat Mahalaleel eight hundred and forty years, and begat sons and daughters:
## 120                                                                                                                                                                                                                                                                                               And all the days of Cainan were nine hundred and ten years: and he died.
## 121                                                                                                                                                                                                                                                                                                            And Mahalaleel lived sixty and five years, and begat Jared:
## 122                                                                                                                                                                                                                                                                And Mahalaleel lived after he begat Jared eight hundred and thirty years, and begat sons and daughters:
## 123                                                                                                                                                                                                                                                                              And all the days of Mahalaleel were eight hundred and ninety and five years: and he died.
## 124                                                                                                                                                                                                                                                                                                    And Jared lived an hundred sixty and two years, and he begat Enoch:
## 125                                                                                                                                                                                                                                                                                And Jared lived after he begat Enoch eight hundred years, and begat sons and daughters:
## 126                                                                                                                                                                                                                                                                                          And all the days of Jared were nine hundred sixty and two years: and he died.
## 127                                                                                                                                                                                                                                                                                                            And Enoch lived sixty and five years, and begat Methuselah:
## 128                                                                                                                                                                                                                                                                 And Enoch walked with God after he begat Methuselah three hundred years, and begat sons and daughters:
## 129                                                                                                                                                                                                                                                                                                     And all the days of Enoch were three hundred sixty and five years:
## 130                                                                                                                                                                                                                                                                                                           And Enoch walked with God: and he was not; for God took him.
## 131                                                                                                                                                                                                                                                                                              And Methuselah lived an hundred eighty and seven years, and begat Lamech:
## 132                                                                                                                                                                                                                                                           And Methuselah lived after he begat Lamech seven hundred eighty and two years, and begat sons and daughters:
## 133                                                                                                                                                                                                                                                                                    And all the days of Methuselah were nine hundred sixty and nine years: and he died.
## 134                                                                                                                                                                                                                                                                                                     And Lamech lived an hundred eighty and two years, and begat a son:
## 135                                                                                                                                                                                                           And he called his name Noah, saying, This same shall comfort us concerning our work and toil of our hands, because of the ground which the LORD hath cursed.
## 136                                                                                                                                                                                                                                                                 And Lamech lived after he begat Noah five hundred ninety and five years, and begat sons and daughters:
## 137                                                                                                                                                                                                                                                                                    And all the days of Lamech were seven hundred seventy and seven years: and he died.
## 138                                                                                                                                                                                                                                                                                            And Noah was five hundred years old: and Noah begat Shem, Ham, and Japheth.
## 139                                                                                                                                                                                                                                                           AND it came to pass, when men began to multiply on the face of the earth, and daughters were born unto them,
## 140                                                                                                                                                                                                                                                   That the sons of God saw the daughters of men that they were fair; and they took them wives of all which they chose.
## 141                                                                                                                                                                                                                           And the LORD said, My spirit shall not always strive with man, for that he also is flesh: yet his days shall be an hundred and twenty years.
## 142                                                                                                                                                There were giants in the earth in those days; and also after that, when the sons of God came in unto the daughters of men, and they bare children to them, the same became mighty men which were of old, men of renown.
## 143                                                                                                                                                                                                                      And GOD saw that the wickedness of man was great in the earth, and that every imagination of the thoughts of his heart was only evil continually.
## 144                                                                                                                                                                                                                                                                           And it repented the LORD that he had made man on the earth, and it grieved him at his heart.
## 145                                                                                                                                                                And the LORD said, I will destroy man whom I have created from the face of the earth; both man, and beast, and the creeping thing, and the fowls of the air; for it repenteth me that I have made them.
## 146                                                                                                                                                                                                                                                                                                                          But Noah found grace in the eyes of the LORD.
## 147                                                                                                                                                                                                                                                       These are the generations of Noah: Noah was a just man and perfect in his generations, and Noah walked with God.
## 148                                                                                                                                                                                                                                                                                                                     And Noah begat three sons, Shem, Ham, and Japheth.
## 149                                                                                                                                                                                                                                                                                         The earth also was corrupt before God, and the earth was filled with violence.
## 150                                                                                                                                                                                                                                                        And God looked upon the earth, and, behold, it was corrupt; for all flesh had corrupted his way upon the earth.
## 151                                                                                                                                                                                                   And God said unto Noah, The end of all flesh is come before me; for the earth is filled with violence through them; and, behold, I will destroy them with the earth.
## 152                                                                                                                                                                                                                                                   Make thee an ark of gopher wood; rooms shalt thou make in the ark, and shalt pitch it within and without with pitch.
## 153                                                                                                                                                                                          And this is the fashion which thou shalt make it of: The length of the ark shall be three hundred cubits, the breadth of it fifty cubits, and the height of it thirty cubits.
## 154                                                                                                                                                                  A window shalt thou make to the ark, and in a cubit shalt thou finish it above; and the door of the ark shalt thou set in the side thereof; with lower, second, and third stories shalt thou make it.
## 155                                                                                                                                                                             And, behold, I, even I, do bring a flood of waters upon the earth, to destroy all flesh, wherein is the breath of life, from under heaven; and every thing that is in the earth shall die.
## 156                                                                                                                                                                                                                         But with thee will I establish my covenant; and thou shalt come into the ark, thou, and thy sons, and thy wife, and thy sons' wives with thee.
## 157                                                                                                                                                                                                                  And of every living thing of all flesh, two of every sort shalt thou bring into the ark, to keep them alive with thee; they shall be male and female.
## 158                                                                                                                                                                                            Of fowls after their kind, and of cattle after their kind, of every creeping thing of the earth after his kind, two of every sort shall come unto thee, to keep them alive.
## 159                                                                                                                                                                                                                                  And take thou unto thee of all food that is eaten, and thou shalt gather it to thee; and it shall be for food for thee, and for them.
## 160                                                                                                                                                                                                                                                                                                     Thus did Noah; according to all that God commanded him, so did he.
## 161                                                                                                                                                                                                                                    AND the LORD said unto Noah, Come thou and all thy house into the ark; for thee have I seen righteous before me in this generation.
## 162                                                                                                                                                                                                                     Of every clean beast thou shalt take to thee by sevens, the male and his female: and of beasts that are not clean by two, the male and his female.
## 163                                                                                                                                                                                                                                                        Of fowls also of the air by sevens, the male and the female; to keep seed alive upon the face of all the earth.
## 164                                                                                                                                                                                 For yet seven days, and I will cause it to rain upon the earth forty days and forty nights; and every living substance that I have made will I destroy from off the face of the earth.
## 165                                                                                                                                                                                                                                                                                                           And Noah did according unto all that the LORD commanded him.
## 166                                                                                                                                                                                                                                                                                        And Noah was six hundred years old when the flood of waters was upon the earth.
## 167                                                                                                                                                                                                                                          And Noah went in, and his sons, and his wife, and his sons' wives with him, into the ark, because of the waters of the flood.
## 168                                                                                                                                                                                                                                                      Of clean beasts, and of beasts that are not clean, and of fowls, and of every thing that creepeth upon the earth,
## 169                                                                                                                                                                                                                                                                  There went in two and two unto Noah into the ark, the male and the female, as God had commanded Noah.
## 170                                                                                                                                                                                                                                                                                And it came to pass after seven days, that the waters of the flood were upon the earth.
## 171                                                                                                                                                               In the six hundredth year of Noah's life, in the second month, the seventeenth day of the month, the same day were all the fountains of the great deep broken up, and the windows of heaven were opened.
## 172                                                                                                                                                                                                                                                                                                           And the rain was upon the earth forty days and forty nights.
## 173                                                                                                                                                                                                          In the selfsame day entered Noah, and Shem, and Ham, and Japheth, the sons of Noah, and Noah's wife, and the three wives of his sons with them, into the ark;
## 174                                                                                                                                                              They, and every beast after his kind, and all the cattle after their kind, and every creeping thing that creepeth upon the earth after his kind, and every fowl after his kind, every bird of every sort.
## 175                                                                                                                                                                                                                                                                      And they went in unto Noah into the ark, two and two of all flesh, wherein is the breath of life.
## 176                                                                                                                                                                                                                                                       And they that went in, went in male and female of all flesh, as God had commanded him: and the LORD shut him in.
## 177                                                                                                                                                                                                                                        And the flood was forty days upon the earth; and the waters increased, and bare up the ark, and it was lift up above the earth.
## 178                                                                                                                                                                                                                                                     And the waters prevailed, and were increased greatly upon the earth; and the ark went upon the face of the waters.
## 179                                                                                                                                                                                                                                           And the waters prevailed exceedingly upon the earth; and all the high hills, that were under the whole heaven, were covered.
## 180                                                                                                                                                                                                                                                                                          Fifteen cubits upward did the waters prevail; and the mountains were covered.
## 181                                                                                                                                                                                                      And all flesh died that moved upon the earth, both of fowl, and of cattle, and of beast, and of every creeping thing that creepeth upon the earth, and every man:
## 182                                                                                                                                                                                                                                                                                   All in whose nostrils was the breath of life, of all that was in the dry land, died.
## 183                                                                                               And every living substance was destroyed which was upon the face of the ground, both man, and cattle, and the creeping things, and the fowl of the heaven; and they were destroyed from the earth: and Noah only remained alive, and they that were with him in the ark.
## 184                                                                                                                                                                                                                                                                                                     And the waters prevailed upon the earth an hundred and fifty days.
## 185                                                                                                                                                                                                 AND God remembered Noah, and every living thing, and all the cattle that was with him in the ark: and God made a wind to pass over the earth, and the waters asswaged;
## 186                                                                                                                                                                                                                                                        The fountains also of the deep and the windows of heaven were stopped, and the rain from heaven was restrained;
## 187                                                                                                                                                                                                                                        And the waters returned from off the earth continually: and after the end of the hundred and fifty days the waters were abated.
## 188                                                                                                                                                                                                                                                            And the ark rested in the seventh month, on the seventeenth day of the month, upon the mountains of Ararat.
## 189                                                                                                                                                                                                                    And the waters decreased continually until the tenth month: in the tenth month, on the first day of the month, were the tops of the mountains seen.
## 190                                                                                                                                                                                                                                                                And it came to pass at the end of forty days, that Noah opened the window of the ark which he had made:
## 191                                                                                                                                                                                                                                                             And he sent forth a raven, which went forth to and fro, until the waters were dried up from off the earth.
## 192                                                                                                                                                                                                                                                                  Also he sent forth a dove from him, to see if the waters were abated from off the face of the ground;
## 193                                                                                                                                    But the dove found no rest for the sole of her foot, and she returned unto him into the ark, for the waters were on the face of the whole earth: then he put forth his hand, and took her, and pulled her in unto him into the ark.
## 194                                                                                                                                                                                                                                                                                   And he stayed yet other seven days; and again he sent forth the dove out of the ark;
## 195                                                                                                                                                                                                           And the dove came in to him in the evening; and, lo, in her mouth was an olive leaf pluckt off: so Noah knew that the waters were abated from off the earth.
## 196                                                                                                                                                                                                                                                               And he stayed yet other seven days; and sent forth the dove; which returned not again unto him any more.
## 197                                                                                                               And it came to pass in the six hundredth and first year, in the first month, the first day of the month, the waters were dried up from off the earth: and Noah removed the covering of the ark, and looked, and, behold, the face of the ground was dry.
## 198                                                                                                                                                                                                                                                                             And in the second month, on the seven and twentieth day of the month, was the earth dried.
## 199                                                                                                                                                                                                                                                                                                                                       And God spake unto Noah, saying,
## 200                                                                                                                                                                                                                                                                                  Go forth of the ark, thou, and thy wife, and thy sons, and thy sons' wives with thee.
## 201                                                                                                            Bring forth with thee every living thing that is with thee, of all flesh, both of fowl, and of cattle, and of every creeping thing that creepeth upon the earth; that they may breed abundantly in the earth, and be fruitful, and multiply upon the earth.
## 202                                                                                                                                                                                                                                                                                         And Noah went forth, and his sons, and his wife, and his sons' wives with him:
## 203                                                                                                                                                                                                                               Every beast, every creeping thing, and every fowl, and whatsoever creepeth upon the earth, after their kinds, went forth out of the ark.
## 204                                                                                                                                                                                                                             And Noah builded an altar unto the LORD; and took of every clean beast, and of every clean fowl, and offered burnt offerings on the altar.
## 205                                                                                                     And the LORD smelled a sweet savour; and the LORD said in his heart, I will not again curse the ground any more for man's sake; for the imagination of man's heart is evil from his youth; neither will I again smite any more every thing living, as I have done.
## 206                                                                                                                                                                                                                                          While the earth remaineth, seedtime and harvest, and cold and heat, and summer and winter, and day and night shall not cease.
## 207                                                                                                                                                                                                                                                             AND God blessed Noah and his sons, and said unto them, Be fruitful, and multiply, and replenish the earth.
## 208                                                                                                                                           And the fear of you and the dread of you shall be upon every beast of the earth, and upon every fowl of the air, upon all that moveth upon the earth, and upon all the fishes of the sea; into your hand are they delivered.
## 209                                                                                                                                                                                                                                                              Every moving thing that liveth shall be meat for you; even as the green herb have I given you all things.
## 210                                                                                                                                                                                                                                                                                         But flesh with the life thereof, which is the blood thereof, shall ye not eat.
## 211                                                                                                                                                                           And surely your blood of your lives will I require; at the hand of every beast will I require it, and at the hand of man; at the hand of every man's brother will I require the life of man.
## 212                                                                                                                                                                                                                                                                       Whoso sheddeth man's blood, by man shall his blood be shed: for in the image of God made he man.
## 213                                                                                                                                                                                                                                                                      And you, be ye fruitful, and multiply; bring forth abundantly in the earth, and multiply therein.
## 214                                                                                                                                                                                                                                                                                                             And God spake unto Noah, and to his sons with him, saying,
## 215                                                                                                                                                                                                                                                                                         And I, behold, I establish my covenant with you, and with your seed after you;
## 216                                                                                                                                                                                   And with every living creature that is with you, of the fowl, of the cattle, and of every beast of the earth with you; from all that go out of the ark, to every beast of the earth.
## 217                                                                                                                                                                                         And I will establish my covenant with you; neither shall all flesh be cut off any more by the waters of a flood; neither shall there any more be a flood to destroy the earth.
## 218                                                                                                                                                                                                                 And God said, This is the token of the covenant which I make between me and you and every living creature that is with you, for perpetual generations:
## 219                                                                                                                                                                                                                                                                      I do set my bow in the cloud, and it shall be for a token of a covenant between me and the earth.
## 220                                                                                                                                                                                                                                                               And it shall come to pass, when I bring a cloud over the earth, that the bow shall be seen in the cloud:
## 221                                                                                                                                                                                                 And I will remember my covenant, which is between me and you and every living creature of all flesh; and the waters shall no more become a flood to destroy all flesh.
## 222                                                                                                                                                                                    And the bow shall be in the cloud; and I will look upon it, that I may remember the everlasting covenant between God and every living creature of all flesh that is upon the earth.
## 223                                                                                                                                                                                                                                   And God said unto Noah, This is the token of the covenant, which I have established between me and all flesh that is upon the earth.
## 224                                                                                                                                                                                                                                                    And the sons of Noah, that went forth of the ark, were Shem, and Ham, and Japheth: and Ham is the father of Canaan.
## 225                                                                                                                                                                                                                                                                                          These are the three sons of Noah: and of them was the whole earth overspread.
## 226                                                                                                                                                                                                                                                                                                         And Noah began to be an husbandman, and he planted a vineyard:
## 227                                                                                                                                                                                                                                                                                       And he drank of the wine, and was drunken; and he was uncovered within his tent.
## 228                                                                                                                                                                                                                                                                     And Ham, the father of Canaan, saw the nakedness of his father, and told his two brethren without.
## 229                                                                                                                                                    And Shem and Japheth took a garment, and laid it upon both their shoulders, and went backward, and covered the nakedness of their father; and their faces were backward, and they saw not their father's nakedness.
## 230                                                                                                                                                                                                                                                                                         And Noah awoke from his wine, and knew what his younger son had done unto him.
## 231                                                                                                                                                                                                                                                                                    And he said, Cursed be Canaan; a servant of servants shall he be unto his brethren.
## 232                                                                                                                                                                                                                                                                                         And he said, Blessed be the LORD God of Shem; and Canaan shall be his servant.
## 233                                                                                                                                                                                                                                                                   God shall enlarge Japheth, and he shall dwell in the tents of Shem; and Canaan shall be his servant.
## 234                                                                                                                                                                                                                                                                                                          And Noah lived after the flood three hundred and fifty years.
## 235                                                                                                                                                                                                                                                                                               And all the days of Noah were nine hundred and fifty years: and he died.
## 236                                                                                                                                                                                                                                               NOW these are the generations of the sons of Noah, Shem, Ham, and Japheth: and unto them were sons born after the flood.
## 237                                                                                                                                                                                                                                                                        The sons of Japheth; Gomer, and Magog, and Madai, and Javan, and Tubal, and Meshech, and Tiras.
## 238                                                                                                                                                                                                                                                                                                            And the sons of Gomer; Ashkenaz, and Riphath, and Togarmah.
## 239                                                                                                                                                                                                                                                                                                     And the sons of Javan; Elishah, and Tarshish, Kittim, and Dodanim.
## 240                                                                                                                                                                                                                                    By these were the isles of the Gentiles divided in their lands; every one after his tongue, after their families, in their nations.
## 241                                                                                                                                                                                                                                                                                                          And the sons of Ham; Cush, and Mizraim, and Phut, and Canaan.
## 242                                                                                                                                                                                                                                               And the sons of Cush; Seba, and Havilah, and Sabtah, and Raamah, and Sabtecha: and the sons of Raamah; Sheba, and Dedan.
## 243                                                                                                                                                                                                                                                                                                       And Cush begat Nimrod: he began to be a mighty one in the earth.
## 244                                                                                                                                                                                                                                                        He was a mighty hunter before the LORD: wherefore it is said, Even as Nimrod the mighty hunter before the LORD.
## 245                                                                                                                                                                                                                                                                   And the beginning of his kingdom was Babel, and Erech, and Accad, and Calneh, in the land of Shinar.
## 246                                                                                                                                                                                                                                                                             Out of that land went forth Asshur, and builded Nineveh, and the city Rehoboth, and Calah,
## 247                                                                                                                                                                                                                                                                                                         And Resen between Nineveh and Calah: the same is a great city.
## 248                                                                                                                                                                                                                                                                                                       And Mizraim begat Ludim, and Anamim, and Lehabim, and Naphtuhim,
## 249                                                                                                                                                                                                                                                                                              And Pathrusim, and Casluhim, (out of whom came Philistim,) and Caphtorim.
## 250                                                                                                                                                                                                                                                                                                                        And Canaan begat Sidon his firstborn, and Heth,
## 251                                                                                                                                                                                                                                                                                                                  And the Jebusite, and the Amorite, and the Girgasite,
## 252                                                                                                                                                                                                                                                                                                                        And the Hivite, and the Arkite, and the Sinite,
## 253                                                                                                                                                                                                                                                And the Arvadite, and the Zemarite, and the Hamathite: and afterward were the families of the Canaanites spread abroad.
## 254                                                                                                                                                                                                  And the border of the Canaanites was from Sidon, as thou comest to Gerar, unto Gaza; as thou goest, unto Sodom, and Gomorrah, and Admah, and Zeboim, even unto Lasha.
## 255                                                                                                                                                                                                                                                        These are the sons of Ham, after their families, after their tongues, in their countries, and in their nations.
## 256                                                                                                                                                                                                                                              Unto Shem also, the father of all the children of Eber, the brother of Japheth the elder, even to him were children born.
## 257                                                                                                                                                                                                                                                                                               The children of Shem; Elam, and Asshur, and Arphaxad, and Lud, and Aram.
## 258                                                                                                                                                                                                                                                                                                           And the children of Aram; Uz, and Hul, and Gether, and Mash.
## 259                                                                                                                                                                                                                                                                                                                        And Arphaxad begat Salah; and Salah begat Eber.
## 260                                                                                                                                                                                                                                 And unto Eber were born two sons: the name of one was Peleg; for in his days was the earth divided; and his brother's name was Joktan.
## 261                                                                                                                                                                                                                                                                                                     And Joktan begat Almodad, and Sheleph, and Hazarmaveth, and Jerah,
## 262                                                                                                                                                                                                                                                                                                                                     And Hadoram, and Uzal, and Diklah,
## 263                                                                                                                                                                                                                                                                                                                                      And Obal, and Abimael, and Sheba,
## 264                                                                                                                                                                                                                                                                                                  And Ophir, and Havilah, and Jobab: all these were the sons of Joktan.
## 265                                                                                                                                                                                                                                                                                      And their dwelling was from Mesha, as thou goest unto Sephar a mount of the east.
## 266                                                                                                                                                                                                                                                            These are the sons of Shem, after their families, after their tongues, in their lands, after their nations.
## 267                                                                                                                                                                                                             These are the families of the sons of Noah, after their generations, in their nations: and by these were the nations divided in the earth after the flood.
## 268                                                                                                                                                                                                                                                                                                            AND the whole earth was of one language, and of one speech.
## 269                                                                                                                                                                                                                                             And it came to pass, as they journeyed from the east, that they found a plain in the land of Shinar; and they dwelt there.
## 270                                                                                                                                                                                                                          And they said one to another, Go to, let us make brick, and burn them throughly. And they had brick for stone, and slime had they for morter.
## 271                                                                                                                                                                                    And they said, Go to, let us build us a city and a tower, whose top may reach unto heaven; and let us make us a name, lest we be scattered abroad upon the face of the whole earth.
## 272                                                                                                                                                                                                                                                                               And the LORD came down to see the city and the tower, which the children of men builded.
## 273                                                                                                                                                                                 And the LORD said, Behold, the people is one, and they have all one language; and this they begin to do: and now nothing will be restrained from them, which they have imagined to do.
## 274                                                                                                                                                                                                                                                           Go to, let us go down, and there confound their language, that they may not understand one another's speech.
## 275                                                                                                                                                                                                                                                     So the LORD scattered them abroad from thence upon the face of all the earth: and they left off to build the city.
## 276                                                                                                                                                                          Therefore is the name of it called Babel; because the LORD did there confound the language of all the earth: and from thence did the LORD scatter them abroad upon the face of all the earth.
## 277                                                                                                                                                                                                                                                        These are the generations of Shem: Shem was an hundred years old, and begat Arphaxad two years after the flood:
## 278                                                                                                                                                                                                                                                                               And Shem lived after he begat Arphaxad five hundred years, and begat sons and daughters.
## 279                                                                                                                                                                                                                                                                                                             And Arphaxad lived five and thirty years, and begat Salah:
## 280                                                                                                                                                                                                                                                                    And Arphaxad lived after he begat Salah four hundred and three years, and begat sons and daughters.
## 281                                                                                                                                                                                                                                                                                                                          And Salah lived thirty years, and begat Eber:
## 282                                                                                                                                                                                                                                                                        And Salah lived after he begat Eber four hundred and three years, and begat sons and daughters.
## 283                                                                                                                                                                                                                                                                                                                 And Eber lived four and thirty years, and begat Peleg:
## 284                                                                                                                                                                                                                                                                       And Eber lived after he begat Peleg four hundred and thirty years, and begat sons and daughters.
## 285                                                                                                                                                                                                                                                                                                                           And Peleg lived thirty years, and begat Reu:
## 286                                                                                                                                                                                                                                                                           And Peleg lived after he begat Reu two hundred and nine years, and begat sons and daughters.
## 287                                                                                                                                                                                                                                                                                                                   And Reu lived two and thirty years, and begat Serug:
## 288                                                                                                                                                                                                                                                                          And Reu lived after he begat Serug two hundred and seven years, and begat sons and daughters.
## 289                                                                                                                                                                                                                                                                                                                         And Serug lived thirty years, and begat Nahor:
## 290                                                                                                                                                                                                                                                                                  And Serug lived after he begat Nahor two hundred years, and begat sons and daughters.
## 291                                                                                                                                                                                                                                                                                                                And Nahor lived nine and twenty years, and begat Terah:
## 292                                                                                                                                                                                                                                                                      And Nahor lived after he begat Terah an hundred and nineteen years, and begat sons and daughters.
## 293                                                                                                                                                                                                                                                                                                      And Terah lived seventy years, and begat Abram, Nahor, and Haran.
## 294                                                                                                                                                                                                                                                                      Now these are the generations of Terah: Terah begat Abram, Nahor, and Haran; and Haran begat Lot.
## 295                                                                                                                                                                                                                                                                             And Haran died before his father Terah in the land of his nativity, in Ur of the Chaldees.
## 296                                                                                                                                                                                   And Abram and Nahor took them wives: the name of Abram's wife was Sarai; and the name of Nahor's wife, Milcah, the daughter of Haran, the father of Milcah, and the father of Iscah.
## 297                                                                                                                                                                                                                                                                                                                                But Sarai was barren; she had no child.
## 298                                                                                                            And Terah took Abram his son, and Lot the son of Haran his son's son, and Sarai his daughter in law, his son Abram's wife; and they went forth with them from Ur of the Chaldees, to go into the land of Canaan; and they came unto Haran, and dwelt there.
## 299                                                                                                                                                                                                                                                                                        And the days of Terah were two hundred and five years: and Terah died in Haran.
## 300                                                                                                                                                                                                                   NOW the LORD had said unto Abram, Get thee out of thy country, and from thy kindred, and from thy father's house, unto a land that I will shew thee:
## 301                                                                                                                                                                                                                                                  And I will make of thee a great nation, and I will bless thee, and make thy name great; and thou shalt be a blessing:
## 302                                                                                                                                                                                                                                        And I will bless them that bless thee, and curse him that curseth thee: and in thee shall all families of the earth be blessed.
## 303                                                                                                                                                                                                                     So Abram departed, as the LORD had spoken unto him; and Lot went with him: and Abram was seventy and five years old when he departed out of Haran.
## 304                                                                                                                       And Abram took Sarai his wife, and Lot his brother's son, and all their substance that they had gathered, and the souls that they had gotten in Haran; and they went forth to go into the land of Canaan; and into the land of Canaan they came.
## 305                                                                                                                                                                                                                                           And Abram passed through the land unto the place of Sichem, unto the plain of Moreh. And the Canaanite was then in the land.
## 306                                                                                                                                                                                                                   And the LORD appeared unto Abram, and said, Unto thy seed will I give this land: and there builded he an altar unto the LORD, who appeared unto him.
## 307                                                                                                                                           And he removed from thence unto a mountain on the east of Beth-el, and pitched his tent, having Beth-el on the west, and Hai on the east: and there he builded an altar unto the LORD, and called upon the name of the LORD.
## 308                                                                                                                                                                                                                                                                                                                  And Abram journeyed, going on still toward the south.
## 309                                                                                                                                                                                                                                          And there was a famine in the land: and Abram went down into Egypt to sojourn there; for the famine was grievous in the land.
## 310                                                                                                                                                                                                          And it came to pass, when he was come near to enter into Egypt, that he said unto Sarai his wife, Behold now, I know that thou art a fair woman to look upon:
## 311                                                                                                                                                                                                       Therefore it shall come to pass, when the Egyptians shall see thee, that they shall say, This is his wife: and they will kill me, but they will save thee alive.
## 312                                                                                                                                                                                                                                                Say, I pray thee, thou art my sister: that it may be well with me for thy sake; and my soul shall live because of thee.
## 313                                                                                                                                                                                                                                                      And it came to pass, that, when Abram was come into Egypt, the Egyptians beheld the woman that she was very fair.
## 314                                                                                                                                                                                                                                                   The princes also of Pharaoh saw her, and commended her before Pharaoh: and the woman was taken into Pharaoh's house.
## 315                                                                                                                                                                                                                      And he entreated Abram well for her sake: and he had sheep, and oxen, and he asses, and menservants, and maidservants, and she asses, and camels.
## 316                                                                                                                                                                                                                                                                           And the LORD plagued Pharaoh and his house with great plagues because of Sarai Abram's wife.
## 317                                                                                                                                                                                                                                        And Pharaoh called Abram, and said, What is this that thou hast done unto me? why didst thou not tell me that she was thy wife?
## 318                                                                                                                                                                                                                                   Why saidst thou, She is my sister? so I might have taken her to me to wife: now therefore behold thy wife, take her, and go thy way.
## 319                                                                                                                                                                                                                                                               And Pharaoh commanded his men concerning him: and they sent him away, and his wife, and all that he had.
## 320                                                                                                                                                                                                                                                               AND Abram went up out of Egypt, he, and his wife, and all that he had, and Lot with him, into the south.
## 321                                                                                                                                                                                                                                                                                                             And Abram was very rich in cattle, in silver, and in gold.
## 322                                                                                                                                                                                                                          And he went on his journeys from the south even to Beth-el, unto the place where his tent had been at the beginning, between Beth-el and Hai;
## 323                                                                                                                                                                                                                                                     Unto the place of the altar, which he had made there at the first: and there Abram called on the name of the LORD.
## 324                                                                                                                                                                                                                                                                                                 And Lot also, which went with Abram, had flocks, and herds, and tents.
## 325                                                                                                                                                                                                                          And the land was not able to bear them, that they might dwell together: for their substance was great, so that they could not dwell together.
## 326                                                                                                                                                                                                            And there was a strife between the herdmen of Abram's cattle and the herdmen of Lot's cattle: and the Canaanite and the Perizzite dwelled then in the land.
## 327                                                                                                                                                                                                                         And Abram said unto Lot, Let there be no strife, I pray thee, between me and thee, and between my herdmen and thy herdmen; for we be brethren.
## 328                                                                                                                                                              Is not the whole land before thee? separate thyself, I pray thee, from me: if thou wilt take the left hand, then I will go to the right; or if thou depart to the right hand, then I will go to the left.
## 329                                                                                                                                  And Lot lifted up his eyes, and beheld all the plain of Jordan, that it was well watered every where, before the LORD destroyed Sodom and Gomorrah, even as the garden of the LORD, like the land of Egypt, as thou comest unto Zoar.
## 330                                                                                                                                                                                                                                              Then Lot chose him all the plain of Jordan; and Lot journeyed east: and they separated themselves the one from the other.
## 331                                                                                                                                                                                                                                                    Abram dwelled in the land of Canaan, and Lot dwelled in the cities of the plain, and pitched his tent toward Sodom.
## 332                                                                                                                                                                                                                                                                                              But the men of Sodom were wicked and sinners before the LORD exceedingly.
## 333                                                                                                                                                                              And the LORD said unto Abram, after that Lot was separated from him, Lift up now thine eyes, and look from the place where thou art northward, and southward, and eastward, and westward:
## 334                                                                                                                                                                                                                                                                                   For all the land which thou seest, to thee will I give it, and to thy seed for ever.
## 335                                                                                                                                                                                                                            And I will make thy seed as the dust of the earth: so that if a man can number the dust of the earth, then shall thy seed also be numbered.
## 336                                                                                                                                                                                                                                                               Arise, walk through the land in the length of it and in the breadth of it; for I will give it unto thee.
## 337                                                                                                                                                                                                                                     Then Abram removed his tent, and came and dwelt in the plain of Mamre, which is in Hebron, and built there an altar unto the LORD.
## 338                                                                                                                                                                                                                              AND it came to pass in the days of Amraphel king of Shinar, Arioch king of Ellasar, Chedorlaomer king of Elam, and Tidal king of nations;
## 339                                                                                                                                                                                                That these made war with Bera king of Sodom, and with Birsha king of Gomorrah, Shinab king of Admah, and Shemeber king of Zeboiim, and the king of Bela, which is Zoar.
## 340                                                                                                                                                                                                                                                                                           All these were joined together in the vale of Siddim, which is the salt sea.
## 341                                                                                                                                                                                                                                                                                       Twelve years they served Chedorlaomer, and in the thirteenth year they rebelled.
## 342                                                                                                                                                                                And in the fourteenth year came Chedorlaomer, and the kings that were with him, and smote the Rephaims in Ashteroth Karnaim, and the Zuzims in Ham, and the Emims in Shaveh Kiriathaim,
## 343                                                                                                                                                                                                                                                                                        And the Horites in their mount Seir, unto El-paran, which is by the wilderness.
## 344                                                                                                                                                                                                           And they returned, and came to En-mishpat, which is Kadesh, and smote all the country of the Amalekites, and also the Amorites, that dwelt in Hazezon-tamar.
## 345                                                                                                                                                       And there went out the king of Sodom, and the king of Gomorrah, and the king of Admah, and the king of Zeboiim, and the king of Bela (the same is Zoar;) and they joined battle with them in the vale of Siddim;
## 346                                                                                                                                                                                                                     With Chedorlaomer the king of Elam, and with Tidal king of nations, and Amraphel king of Shinar, and Arioch king of Ellasar; four kings with five.
## 347                                                                                                                                                                                                                   And the vale of Siddim was full of slimepits; and the kings of Sodom and Gomorrah fled, and fell there; and they that remained fled to the mountain.
## 348                                                                                                                                                                                                                                                                         And they took all the goods of Sodom and Gomorrah, and all their victuals, and went their way.
## 349                                                                                                                                                                                                                                                                             And they took Lot, Abram's brother's son, who dwelt in Sodom, and his goods, and departed.
## 350                                                                                                                                                                         And there came one that had escaped, and told Abram the Hebrew; for he dwelt in the plain of Mamre the Amorite, brother of Eschol, and brother of Aner: and these were confederate with Abram.
## 351                                                                                                                                                                                                  And when Abram heard that his brother was taken captive, he armed his trained servants, born in his own house, three hundred and eighteen, and pursued them unto Dan.
## 352                                                                                                                                                                                                                And he divided himself against them, he and his servants, by night, and smote them, and pursued them unto Hobah, which is on the left hand of Damascus.
## 353                                                                                                                                                                                                                                          And he brought back all the goods, and also brought again his brother Lot, and his goods, and the women also, and the people.
## 354                                                                                                                                                                                And the king of Sodom went out to meet him after his return from the slaughter of Chedorlaomer, and of the kings that were with him, at the valley of Shaveh, which is the king's dale.
## 355                                                                                                                                                                                                                                                                And Melchizedek king of Salem brought forth bread and wine: and he was the priest of the most high God.
## 356                                                                                                                                                                                                                                                                    And he blessed him, and said, Blessed be Abram of the most high God, possessor of heaven and earth:
## 357                                                                                                                                                                                                                                                     And blessed be the most high God, which hath delivered thine enemies into thy hand. And he gave him tithes of all.
## 358                                                                                                                                                                                                                                                                             And the king of Sodom said unto Abram, Give me the persons, and take the goods to thyself.
## 359                                                                                                                                                                                                                                     And Abram said to the king of Sodom, I have lift up mine hand unto the LORD, the most high God, the possessor of heaven and earth,
## 360                                                                                                                                                                                                           That I will not take from a thread even to a shoelatchet, and that I will not take any thing that is thine, lest thou shouldest say, I have made Abram rich:
## 361                                                                                                                                                                                                                    Save only that which the young men have eaten, and the portion of the men which went with me, Aner, Eshcol, and Mamre; let them take their portion.
## 362                                                                                                                                                                                                                         AFTER these things the word of the LORD came unto Abram in a vision, saying, Fear not, Abram: I am thy shield, and thy exceeding great reward.
## 363                                                                                                                                                                                                                                      And Abram said, Lord GOD, what wilt thou give me, seeing I go childless, and the steward of my house is this Eliezer of Damascus?
## 364                                                                                                                                                                                                                                                                     And Abram said, Behold, to me thou hast given no seed: and, lo, one born in my house is mine heir.
## 365                                                                                                                                                                                                       And, behold, the word of the LORD came unto him, saying, This shall not be thine heir; but he that shall come forth out of thine own bowels shall be thine heir.
## 366                                                                                                                                                                                                     And he brought him forth abroad, and said, Look now toward heaven, and tell the stars, if thou be able to number them: and he said unto him, So shall thy seed be.
## 367                                                                                                                                                                                                                                                                                               And he believed in the LORD; and he counted it to him for righteousness.
## 368                                                                                                                                                                                                                                                 And he said unto him, I am the LORD that brought thee out of Ur of the Chaldees, to give thee this land to inherit it.
## 369                                                                                                                                                                                                                                                                                                   And he said, Lord GOD, whereby shall I know that I shall inherit it?
## 370                                                                                                                                                                                                     And he said unto him, Take me an heifer of three years old, and a she goat of three years old, and a ram of three years old, and a turtledove, and a young pigeon.
## 371                                                                                                                                                                                                                                  And he took unto him all these, and divided them in the midst, and laid each piece one against another: but the birds divided he not.
## 372                                                                                                                                                                                                                                                                                                 And when the fowls came down upon the carcases, Abram drove them away.
## 373                                                                                                                                                                                                                                                     And when the sun was going down, a deep sleep fell upon Abram; and, lo, an horror of great darkness fell upon him.
## 374                                                                                                                                                                                         And he said unto Abram, Know of a surety that thy seed shall be a stranger in a land that is not theirs, and shall serve them; and they shall afflict them four hundred years;
## 375                                                                                                                                                                                                                                                     And also that nation, whom they shall serve, will I judge: and afterward shall they come out with great substance.
## 376                                                                                                                                                                                                                                                                                     And thou shalt go to thy fathers in peace; thou shalt be buried in a good old age.
## 377                                                                                                                                                                                                                                                           But in the fourth generation they shall come hither again: for the iniquity of the Amorites is not yet full.
## 378                                                                                                                                                                                                                     And it came to pass, that, when the sun went down, and it was dark, behold a smoking furnace, and a burning lamp that passed between those pieces.
## 379                                                                                                                                                                                                  In the same day the LORD made a covenant with Abram, saying, Unto thy seed have I given this land, from the river of Egypt unto the great river, the river Euphrates:
## 380                                                                                                                                                                                                                                                                                                                   The Kenites, and the Kenizzites, and the Kadmonites,
## 381                                                                                                                                                                                                                                                                                                                And the Hittites, and the Perizzites, and the Rephaims,
## 382                                                                                                                                                                                                                                                                                          And the Amorites, and the Canaanites, and the Girgashites, and the Jebusites.
## 383                                                                                                                                                                                                                                                               NOW Sarai Abram's wife bare him no children: and she had an handmaid, an Egyptian, whose name was Hagar.
## 384                                                                                                                                                              And Sarai said unto Abram, Behold now, the LORD hath restrained me from bearing: I pray thee, go in unto my maid; it may be that I may obtain children by her. And Abram hearkened to the voice of Sarai.
## 385                                                                                                                                                                                                      And Sarai Abram's wife took Hagar her maid the Egyptian, after Abram had dwelt ten years in the land of Canaan, and gave her to her husband Abram to be his wife.
## 386                                                                                                                                                                                                                                          And he went in unto Hagar, and she conceived: and when she saw that she had conceived, her mistress was despised in her eyes.
## 387                                                                                                                                                                        And Sarai said unto Abram, My wrong be upon thee: I have given my maid into thy bosom; and when she saw that she had conceived, I was despised in her eyes: the LORD judge between me and thee.
## 388                                                                                                                                                                                                               But Abram said unto Sarai, Behold, thy maid is in thy hand; do to her as it pleaseth thee. And when Sarai dealt hardly with her, she fled from her face.
## 389                                                                                                                                                                                                                                                      And the angel of the LORD found her by a fountain of water in the wilderness, by the fountain in the way to Shur.
## 390                                                                                                                                                                                                                               And he said, Hagar, Sarai's maid, whence camest thou? and whither wilt thou go? And she said, I flee from the face of my mistress Sarai.
## 391                                                                                                                                                                                                                                                                   And the angel of the LORD said unto her, Return to thy mistress, and submit thyself under her hands.
## 392                                                                                                                                                                                                                                            And the angel of the LORD said unto her, I will multiply thy seed exceedingly, that it shall not be numbered for multitude.
## 393                                                                                                                                                                                               And the angel of the LORD said unto her, Behold, thou art with child, and shalt bear a son, and shalt call his name Ishmael; because the LORD hath heard thy affliction.
## 394                                                                                                                                                                                                               And he will be a wild man; his hand will be against every man, and every man's hand against him; and he shall dwell in the presence of all his brethren.
## 395                                                                                                                                                                                                                             And she called the name of the LORD that spake unto her, Thou God seest me: for she said, Have I also here looked after him that seeth me?
## 396                                                                                                                                                                                                                                                                                  Wherefore the well was called Beer-lahai-roi; behold, it is between Kadesh and Bered.
## 397                                                                                                                                                                                                                                                                                And Hagar bare Abram a son: and Abram called his son's name, which Hagar bare, Ishmael.
## 398                                                                                                                                                                                                                                                                                           And Abram was fourscore and six years old, when Hagar bare Ishmael to Abram.
## 399                                                                                                                                                                                                               AND when Abram was ninety years old and nine, the LORD appeared to Abram, and said unto him, I am the Almighty God; walk before me, and be thou perfect.
## 400                                                                                                                                                                                                                                                                                   And I will make my covenant between me and thee, and will multiply thee exceedingly.
## 401                                                                                                                                                                                                                                                                                                           And Abram fell on his face: and God talked with him, saying,
## 402                                                                                                                                                                                                                                                                               As for me, behold, my covenant is with thee, and thou shalt be a father of many nations.
## 403                                                                                                                                                                                                                                         Neither shall thy name any more be called Abram, but thy name shall be Abraham; for a father of many nations have I made thee.
## 404                                                                                                                                                                                                                                                            And I will make thee exceeding fruitful, and I will make nations of thee, and kings shall come out of thee.
## 405                                                                                                                                                                                      And I will establish my covenant between me and thee and thy seed after thee in their generations for an everlasting covenant, to be a God unto thee, and to thy seed after thee.
## 406                                                                                                                                                                                           And I will give unto thee, and to thy seed after thee, the land wherein thou art a stranger, all the land of Canaan, for an everlasting possession; and I will be their God.
## 407                                                                                                                                                                                                                                                  And God said unto Abraham, Thou shalt keep my covenant therefore, thou, and thy seed after thee in their generations.
## 408                                                                                                                                                                                                                                  This is my covenant, which ye shall keep, between me and you and thy seed after thee; Every man child among you shall be circumcised.
## 409                                                                                                                                                                                                                                                        And ye shall circumcise the flesh of your foreskin; and it shall be a token of the covenant betwixt me and you.
## 410                                                                                                                                                                       And he that is eight days old shall be circumcised among you, every man child in your generations, he that is born in the house, or bought with money of any stranger, which is not of thy seed.
## 411                                                                                                                                                                                                     He that is born in thy house, and he that is bought with thy money, must needs be circumcised: and my covenant shall be in your flesh for an everlasting covenant.
## 412                                                                                                                                                                                                                And the uncircumcised man child whose flesh of his foreskin is not circumcised, that soul shall be cut off from his people; he hath broken my covenant.
## 413                                                                                                                                                                                                                                                     And God said unto Abraham, As for Sarai thy wife, thou shalt not call her name Sarai, but Sarah shall her name be.
## 414                                                                                                                                                                                                                   And I will bless her, and give thee a son also of her: yea, I will bless her, and she shall be a mother of nations; kings of people shall be of her.
## 415                                                                                                                                                                                     Then Abraham fell upon his face, and laughed, and said in his heart, Shall a child be born unto him that is an hundred years old? and shall Sarah, that is ninety years old, bear?
## 416                                                                                                                                                                                                                                                                                                      And Abraham said unto God, O that Ishmael might live before thee!
## 417                                                                                                                                                                     And God said, Sarah thy wife shall bear thee a son indeed; and thou shalt call his name Isaac: and I will establish my covenant with him for an everlasting covenant, and with his seed after him.
## 418                                                                                                                                                                   And as for Ishmael, I have heard thee: Behold, I have blessed him, and will make him fruitful, and will multiply him exceedingly; twelve princes shall he beget, and I will make him a great nation.
## 419                                                                                                                                                                                                                                                       But my covenant will I establish with Isaac, which Sarah shall bear unto thee at this set time in the next year.
## 420                                                                                                                                                                                                                                                                                                        And he left off talking with him, and God went up from Abraham.
## 421                                                                                                                And Abraham took Ishmael his son, and all that were born in his house, and all that were bought with his money, every male among the men of Abraham's house; and circumcised the flesh of their foreskin in the selfsame day, as God had said unto him.
## 422                                                                                                                                                                                                                                                                       And Abraham was ninety years old and nine, when he was circumcised in the flesh of his foreskin.
## 423                                                                                                                                                                                                                                                                      And Ishmael his son was thirteen years old, when he was circumcised in the flesh of his foreskin.
## 424                                                                                                                                                                                                                                                                                                      In the selfsame day was Abraham circumcised, and Ishmael his son.
## 425                                                                                                                                                                                                                                                     And all the men of his house, born in the house, and bought with money of the stranger, were circumcised with him.
## 426                                                                                                                                                                                                                                                             AND the LORD appeared unto him in the plains of Mamre: and he sat in the tent door in the heat of the day;
## 427                                                                                                                                                                                                And he lift up his eyes and looked, and, lo, three men stood by him: and when he saw them, he ran to meet them from the tent door, and bowed himself toward the ground,
## 428                                                                                                                                                                                                                                                              And said, My Lord, if now I have found favour in thy sight, pass not away, I pray thee, from thy servant:
## 429                                                                                                                                                                                                                                                                    Let a little water, I pray you, be fetched, and wash your feet, and rest yourselves under the tree:
## 430                                                                                                                                                                                       And I will fetch a morsel of bread, and comfort ye your hearts; after that ye shall pass on: for therefore are ye come to your servant. And they said, So do, as thou hast said.
## 431                                                                                                                                                                                                                     And Abraham hastened into the tent unto Sarah, and said, Make ready quickly three measures of fine meal, knead it, and make cakes upon the hearth.
## 432                                                                                                                                                                                                                                             And Abraham ran unto the herd, and fetcht a calf tender and good, and gave it unto a young man; and he hasted to dress it.
## 433                                                                                                                                                                                                                        And he took butter, and milk, and the calf which he had dressed, and set it before them; and he stood by them under the tree, and they did eat.
## 434                                                                                                                                                                                                                                                                                     And they said unto him, Where is Sarah thy wife? And he said, Behold, in the tent.
## 435                                                                                                                                                                                     And he said, I will certainly return unto thee according to the time of life; and, lo, Sarah thy wife shall have a son. And Sarah heard it in the tent door, which was behind him.
## 436                                                                                                                                                                                                                                                     Now Abraham and Sarah were old and well stricken in age; and it ceased to be with Sarah after the manner of women.
## 437                                                                                                                                                                                                                                                    Therefore Sarah laughed within herself, saying, After I am waxed old shall I have pleasure, my lord being old also?
## 438                                                                                                                                                                                                                                                     And the LORD said unto Abraham, Wherefore did Sarah laugh, saying, Shall I of a surety bear a child, which am old?
## 439                                                                                                                                                                                                                          Is any thing too hard for the LORD? At the time appointed I will return unto thee, according to the time of life, and Sarah shall have a son.
## 440                                                                                                                                                                                                                                                                  Then Sarah denied, saying, I laughed not; for she was afraid. And he said, Nay; but thou didst laugh.
## 441                                                                                                                                                                                                                                                         And the men rose up from thence, and looked toward Sodom: and Abraham went with them to bring them on the way.
## 442                                                                                                                                                                                                                                                                                                    And the LORD said, Shall I hide from Abraham that thing which I do;
## 443                                                                                                                                                                                                                                           Seeing that Abraham shall surely become a great and mighty nation, and all the nations of the earth shall be blessed in him?
## 444                                                                                                                                             For I know him, that he will command his children and his household after him, and they shall keep the way of the LORD, to do justice and judgment; that the LORD may bring upon Abraham that which he hath spoken of him.
## 445                                                                                                                                                                                                                                                             And the LORD said, Because the cry of Sodom and Gomorrah is great, and because their sin is very grievous;
## 446                                                                                                                                                                                                                              I will go down now, and see whether they have done altogether according to the cry of it, which is come unto me; and if not, I will know.
## 447                                                                                                                                                                                                                                                              And the men turned their faces from thence, and went toward Sodom: but Abraham stood yet before the LORD.
## 448                                                                                                                                                                                                                                                                                 And Abraham drew near, and said, Wilt thou also destroy the righteous with the wicked?
## 449                                                                                                                                                                                                                        Peradventure there be fifty righteous within the city: wilt thou also destroy and not spare the place for the fifty righteous that are therein?
## 450                                                                                                                                                            That be far from thee to do after this manner, to slay the righteous with the wicked: and that the righteous should be as the wicked, that be far from thee: Shall not the Judge of all the earth do right?
## 451                                                                                                                                                                                                                                                And the LORD said, If I find in Sodom fifty righteous within the city, then I will spare all the place for their sakes.
## 452                                                                                                                                                                                                                                                   And Abraham answered and said, Behold now, I have taken upon me to speak unto the Lord, which am but dust and ashes:
## 453                                                                                                                                                                                        Peradventure there shall lack five of the fifty righteous: wilt thou destroy all the city for lack of five? And he said, If I find there forty and five, I will not destroy it.
## 454                                                                                                                                                                                                                              And he spake unto him yet again, and said, Peradventure there shall be forty found there. And he said, I will not do it for forty's sake.
## 455                                                                                                                                                                                           And he said unto him, Oh let not the Lord be angry, and I will speak: Peradventure there shall thirty be found there. And he said, I will not do it, if I find thirty there.
## 456                                                                                                                                                                                            And he said, Behold now, I have taken upon me to speak unto the Lord: Peradventure there shall be twenty found there. And he said, I will not destroy it for twenty's sake.
## 457                                                                                                                                                                                               And he said, Oh let not the Lord be angry, and I will speak yet but this once: Peradventure ten shall be found there. And he said, I will not destroy it for ten's sake.
## 458                                                                                                                                                                                                                                                         And the LORD went his way, as soon as he had left communing with Abraham: and Abraham returned unto his place.
## 459                                                                                                                                                                                          AND there came two angels to Sodom at even; and Lot sat in the gate of Sodom: and Lot seeing them rose up to meet them; and he bowed himself with his face toward the ground;
## 460                                                                                                                            And he said, Behold now, my lords, turn in, I pray you, into your servant's house, and tarry all night, and wash your feet, and ye shall rise up early, and go on your ways. And they said, Nay; but we will abide in the street all night.
## 461                                                                                                                                                                                                  And he pressed upon them greatly; and they turned in unto him, and entered into his house; and he made them a feast, and did bake unleavened bread, and they did eat.
## 462                                                                                                                                                                                                                But before they lay down, the men of the city, even the men of Sodom, compassed the house round, both old and young, all the people from every quarter:
## 463                                                                                                                                                                                                                        And they called unto Lot, and said unto him, Where are the men which came in to thee this night? bring them out unto us, that we may know them.
## 464                                                                                                                                                                                                                                                                                                   And Lot went out at the door unto them, and shut the door after him,
## 465                                                                                                                                                                                                                                                                                                                    And said, I pray you, brethren, do not so wickedly.
## 466                                                                                                                                Behold now, I have two daughters which have not known man; let me, I pray you, bring them out unto you, and do ye to them as is good in your eyes: only unto these men do nothing; for therefore came they under the shadow of my roof.
## 467                                                                                                                     And they said, Stand back. And they said again, This one fellow came in to sojourn, and he will needs be a judge: now will we deal worse with thee, than with them. And they pressed sore upon the man, even Lot, and came near to break the door.
## 468                                                                                                                                                                                                                                                                         But the men put forth their hand, and pulled Lot into the house to them, and shut to the door.
## 469                                                                                                                                                                                                                      And they smote the men that were at the door of the house with blindness, both small and great: so that they wearied themselves to find the door.
## 470                                                                                                                                                                                                And the men said unto Lot, Hast thou here any besides? son in law, and thy sons, and thy daughters, and whatsoever thou hast in the city, bring them out of this place:
## 471                                                                                                                                                                                                                           For we will destroy this place, because the cry of them is waxen great before the face of the LORD; and the LORD hath sent us to destroy it.
## 472                                                                                                                                                    And Lot went out, and spake unto his sons in law, which married his daughters, and said, Up, get you out of this place; for the LORD will destroy this city. But he seemed as one that mocked unto his sons in law.
## 473                                                                                                                                                                                      And when the morning arose, then the angels hastened Lot, saying, Arise, take thy wife, and thy two daughters, which are here; lest thou be consumed in the iniquity of the city.
## 474                                                                                                                                             And while he lingered, the men laid hold upon his hand, and upon the hand of his wife, and upon the hand of his two daughters; the LORD being merciful unto him: and they brought him forth, and set him without the city.
## 475                                                                                                                                                              And it came to pass, when they had brought them forth abroad, that he said, Escape for thy life; look not behind thee, neither stay thou in all the plain; escape to the mountain, lest thou be consumed.
## 476                                                                                                                                                                                                                                                                                                                           And Lot said unto them, Oh, not so, my Lord:
## 477                                                                                                                                                    Behold now, thy servant hath found grace in thy sight, and thou hast magnified thy mercy, which thou hast shewed unto me in saving my life; and I cannot escape to the mountain, lest some evil take me, and I die:
## 478                                                                                                                                                                                                                       Behold now, this city is near to flee unto, and it is a little one: Oh, let me escape thither, (is it not a little one?) and my soul shall live.
## 479                                                                                                                                                                                                                       And he said unto him, See, I have accepted thee concerning this thing also, that I will not overthrow this city, for the which thou hast spoken.
## 480                                                                                                                                                                                                                                       Haste thee, escape thither; for I cannot do any thing till thou be come thither. Therefore the name of the city was called Zoar.
## 481                                                                                                                                                                                                                                                                                                           The sun was risen upon the earth when Lot entered into Zoar.
## 482                                                                                                                                                                                                                                                                      Then the LORD rained upon Sodom and upon Gomorrah brimstone and fire from the LORD out of heaven;
## 483                                                                                                                                                                                                                                          And he overthrew those cities, and all the plain, and all the inhabitants of the cities, and that which grew upon the ground.
## 484                                                                                                                                                                                                                                                                                             But his wife looked back from behind him, and she became a pillar of salt.
## 485                                                                                                                                                                                                                                                                                   And Abraham gat up early in the morning to the place where he stood before the LORD:
## 486                                                                                                                                                                                                        And he looked toward Sodom and Gomorrah, and toward all the land of the plain, and beheld, and, lo, the smoke of the country went up as the smoke of a furnace.
## 487                                                                                                                                                                     And it came to pass, when God destroyed the cities of the plain, that God remembered Abraham, and sent Lot out of the midst of the overthrow, when he overthrew the cities in the which Lot dwelt.
## 488                                                                                                                                                                                              And Lot went up out of Zoar, and dwelt in the mountain, and his two daughters with him; for he feared to dwell in Zoar: and he dwelt in a cave, he and his two daughters.
## 489                                                                                                                                                                                                                  And the firstborn said unto the younger, Our father is old, and there is not a man in the earth to come in unto us after the manner of all the earth:
## 490                                                                                                                                                                                                                                                            Come, let us make our father drink wine, and we will lie with him, that we may preserve seed of our father.
## 491                                                                                                                                                                                                      And they made their father drink wine that night: and the firstborn went in, and lay with her father; and he perceived not when she lay down, nor when she arose.
## 492                                                                                                                          And it came to pass on the morrow, that the firstborn said unto the younger, Behold, I lay yesternight with my father: let us make him drink wine this night also; and go thou in, and lie with him, that we may preserve seed of our father.
## 493                                                                                                                                                                                                            And they made their father drink wine that night also: and the younger arose, and lay with him; and he perceived not when she lay down, nor when she arose.
## 494                                                                                                                                                                                                                                                                                                        Thus were both the daughters of Lot with child by their father.
## 495                                                                                                                                                                                                                                                          And the firstborn bare a son, and called his name Moab: the same is the father of the Moabites unto this day.
## 496                                                                                                                                                                                                                                      And the younger, she also bare a son, and called his name Benammi: the same is the father of the children of Ammon unto this day.
## 497                                                                                                                                                                                                                                               AND Abraham journeyed from thence toward the south country, and dwelled between Kadesh and Shur, and sojourned in Gerar.
## 498                                                                                                                                                                                                                                                                And Abraham said of Sarah his wife, She is my sister: and Abimelech king of Gerar sent, and took Sarah.
## 499                                                                                                                                                                                                         But God came to Abimelech in a dream by night, and said to him, Behold, thou art but a dead man, for the woman which thou hast taken; for she is a man's wife.
## 500                                                                                                                                                                                                                                                                        But Abimelech had not come near her: and he said, Lord, wilt thou slay also a righteous nation?
## 501                                                                                                                                                                                                      Said he not unto me, She is my sister? and she, even she herself said, He is my brother: in the integrity of my heart and innocency of my hands have I done this.
## 502                                                                                                                                                                        And God said unto him in a dream, Yea, I know that thou didst this in the integrity of thy heart; for I also withheld thee from sinning against me: therefore suffered I thee not to touch her.
## 503                                                                                                                                                         Now therefore restore the man his wife; for he is a prophet, and he shall pray for thee, and thou shalt live: and if thou restore her not, know thou that thou shalt surely die, thou, and all that are thine.
## 504                                                                                                                                                                                                                     Therefore Abimelech rose early in the morning, and called all his servants, and told all these things in their ears: and the men were sore afraid.
## 505                                                                                                                                      Then Abimelech called Abraham, and said unto him, What hast thou done unto us? and what have I offended thee, that thou hast brought on me and on my kingdom a great sin? thou hast done deeds unto me that ought not to be done.
## 506                                                                                                                                                                                                                                                                                     And Abimelech said unto Abraham, What sawest thou, that thou hast done this thing?
## 507                                                                                                                                                                                                                                            And Abraham said, Because I thought, Surely the fear of God is not in this place; and they will slay me for my wife's sake.
## 508                                                                                                                                                                                                                                          And yet indeed she is my sister; she is the daughter of my father, but not the daughter of my mother; and she became my wife.
## 509                                                                                                                                                 And it came to pass, when God caused me to wander from my father's house, that I said unto her, This is thy kindness which thou shalt shew unto me; at every place whither we shall come, say of me, He is my brother.
## 510                                                                                                                                                                                                                                   And Abimelech took sheep, and oxen, and menservants, and womenservants, and gave them unto Abraham, and restored him Sarah his wife.
## 511                                                                                                                                                                                                                                                                                      And Abimelech said, Behold, my land is before thee: dwell where it pleaseth thee.
## 512                                                                                                                                                            And unto Sarah he said, Behold, I have given thy brother a thousand pieces of silver: behold, he is to thee a covering of the eyes, unto all that are with thee, and with all other: thus she was reproved.
## 513                                                                                                                                                                                                                                                      So Abraham prayed unto God: and God healed Abimelech, and his wife, and his maidservants; and they bare children.
## 514                                                                                                                                                                                                                                                              For the LORD had fast closed up all the wombs of the house of Abimelech, because of Sarah Abraham's wife.
## 515                                                                                                                                                                                                                                                                               AND the LORD visited Sarah as he had said, and the LORD did unto Sarah as he had spoken.
## 516                                                                                                                                                                                                                                                            For Sarah conceived, and bare Abraham a son in his old age, at the set time of which God had spoken to him.
## 517                                                                                                                                                                                                                                                                          And Abraham called the name of his son that was born unto him, whom Sarah bare to him, Isaac.
## 518                                                                                                                                                                                                                                                                                  And Abraham circumcised his son Isaac being eight days old, as God had commanded him.
## 519                                                                                                                                                                                                                                                                                            And Abraham was an hundred years old, when his son Isaac was born unto him.
## 520                                                                                                                                                                                                                                                                                   And Sarah said, God hath made me to laugh, so that all that hear will laugh with me.
## 521                                                                                                                                                                                                                                  And she said, Who would have said unto Abraham, that Sarah should have given children suck? for I have born him a son in his old age.
## 522                                                                                                                                                                                                                                                                 And the child grew, and was weaned: and Abraham made a great feast the same day that Isaac was weaned.
## 523                                                                                                                                                                                                                                                                                 And Sarah saw the son of Hagar the Egyptian, which she had born unto Abraham, mocking.
## 524                                                                                                                                                                                                                    Wherefore she said unto Abraham, Cast out this bondwoman and her son: for the son of this bondwoman shall not be heir with my son, even with Isaac.
## 525                                                                                                                                                                                                                                                                                                 And the thing was very grievous in Abraham's sight because of his son.
## 526                                                                                                                                                 And God said unto Abraham, Let it not be grievous in thy sight because of the lad, and because of thy bondwoman; in all that Sarah hath said unto thee, hearken unto her voice; for in Isaac shall thy seed be called.
## 527                                                                                                                                                                                                                                                                                     And also of the son of the bondwoman will I make a nation, because he is thy seed.
## 528                                                                                                                                 And Abraham rose up early in the morning, and took bread, and a bottle of water, and gave it unto Hagar, putting it on her shoulder, and the child, and sent her away: and she departed, and wandered in the wilderness of Beer-sheba.
## 529                                                                                                                                                                                                                                                                                 And the water was spent in the bottle, and she cast the child under one of the shrubs.
## 530                                                                                                                                                              And she went, and sat her down over against him a good way off, as it were a bowshot: for she said, Let me not see the death of the child. And she sat over against him, and lift up her voice, and wept.
## 531                                                                                                                                                                     And God heard the voice of the lad; and the angel of God called to Hagar out of heaven, and said unto her, What aileth thee, Hagar? fear not; for God hath heard the voice of the lad where he is.
## 532                                                                                                                                                                                                                                                                                Arise, lift up the lad, and hold him in thine hand; for I will make him a great nation.
## 533                                                                                                                                                                                                                                          And God opened her eyes, and she saw a well of water; and she went, and filled the bottle with water, and gave the lad drink.
## 534                                                                                                                                                                                                                                                                              And God was with the lad; and he grew, and dwelt in the wilderness, and became an archer.
## 535                                                                                                                                                                                                                                                                      And he dwelt in the wilderness of Paran: and his mother took him a wife out of the land of Egypt.
## 536                                                                                                                                                                                                        And it came to pass at that time, that Abimelech and Phichol the chief captain of his host spake unto Abraham, saying, God is with thee in all that thou doest:
## 537                                                                                                                 Now therefore swear unto me here by God that thou wilt not deal falsely with me, nor with my son, nor with my son's son: but according to the kindness that I have done unto thee, thou shalt do unto me, and to the land wherein thou hast sojourned.
## 538                                                                                                                                                                                                                                                                                                                                        And Abraham said, I will swear.
## 539                                                                                                                                                                                                                                                        And Abraham reproved Abimelech because of a well of water, which Abimelech's servants had violently taken away.
## 540                                                                                                                                                                                                                                             And Abimelech said, I wot not who hath done this thing: neither didst thou tell me, neither yet heard I of it, but to day.
## 541                                                                                                                                                                                                                                                                       And Abraham took sheep and oxen, and gave them unto Abimelech; and both of them made a covenant.
## 542                                                                                                                                                                                                                                                                                                            And Abraham set seven ewe lambs of the flock by themselves.
## 543                                                                                                                                                                                                                                                                    And Abimelech said unto Abraham, What mean these seven ewe lambs which thou hast set by themselves?
## 544                                                                                                                                                                                                                                   And he said, For these seven ewe lambs shalt thou take of my hand, that they may be a witness unto me, that I have digged this well.
## 545                                                                                                                                                                                                                                                                                      Wherefore he called that place Beer-sheba; because there they sware both of them.
## 546                                                                                                                                                                                                        Thus they made a covenant at Beer-sheba: then Abimelech rose up, and Phichol the chief captain of his host, and they returned into the land of the Philistines.
## 547                                                                                                                                                                                                                                                              And Abraham planted a grove in Beer-sheba, and called there on the name of the LORD, the everlasting God.
## 548                                                                                                                                                                                                                                                                                                              And Abraham sojourned in the Philistines' land many days.
## 549                                                                                                                                                                                                                                        AND it came to pass after these things, that God did tempt Abraham, and said unto him, Abraham: and he said, Behold, here I am.
## 550                                                                                                                                                             And he said, Take now thy son, thine only son Isaac, whom thou lovest, and get thee into the land of Moriah; and offer him there for a burnt offering upon one of the mountains which I will tell thee of.
## 551                                                                                                                                   And Abraham rose up early in the morning, and saddled his ass, and took two of his young men with him, and Isaac his son, and clave the wood for the burnt offering, and rose up, and went unto the place of which God had told him.
## 552                                                                                                                                                                                                                                                                                          Then on the third day Abraham lifted up his eyes, and saw the place afar off.
## 553                                                                                                                                                                                                                                  And Abraham said unto his young men, Abide ye here with the ass; and I and the lad will go yonder and worship, and come again to you.
## 554                                                                                                                                                                                                   And Abraham took the wood of the burnt offering, and laid it upon Isaac his son; and he took the fire in his hand, and a knife; and they went both of them together.
## 555                                                                                                                                                                                   And Isaac spake unto Abraham his father, and said, My father: and he said, Here am I, my son. And he said, Behold the fire and the wood: but where is the lamb for a burnt offering?
## 556                                                                                                                                                                                                                                                    And Abraham said, My son, God will provide himself a lamb for a burnt offering: so they went both of them together.
## 557                                                                                                                                                                                  And they came to the place which God had told him of; and Abraham built an altar there, and laid the wood in order, and bound Isaac his son, and laid him on the altar upon the wood.
## 558                                                                                                                                                                                                                                                                                              And Abraham stretched forth his hand, and took the knife to slay his son.
## 559                                                                                                                                                                                                                                                           And the angel of the LORD called unto him out of heaven, and said, Abraham, Abraham: and he said, Here am I.
## 560                                                                                                                                                                                 And he said, Lay not thine hand upon the lad, neither do thou any thing unto him: for now I know that thou fearest God, seeing thou hast not withheld thy son, thine only son from me.
## 561                                                                                                                                                          And Abraham lifted up his eyes, and looked, and behold behind him a ram caught in a thicket by his horns: and Abraham went and took the ram, and offered him up for a burnt offering in the stead of his son.
## 562                                                                                                                                                                                                                                         And Abraham called the name of that place Jehovah-jireh: as it is said to this day, In the mount of the LORD it shall be seen.
## 563                                                                                                                                                                                                                                                                                           And the angel of the LORD called unto Abraham out of heaven the second time,
## 564                                                                                                                                                                                                                                And said, By myself have I sworn, saith the LORD, for because thou hast done this thing, and hast not withheld thy son, thine only son:
## 565                                                                                                                                                           That in blessing I will bless thee, and in multiplying I will multiply thy seed as the stars of the heaven, and as the sand which is upon the sea shore; and thy seed shall possess the gate of his enemies;
## 566                                                                                                                                                                                                                                                                      And in thy seed shall all the nations of the earth be blessed; because thou hast obeyed my voice.
## 567                                                                                                                                                                                                                                             So Abraham returned unto his young men, and they rose up and went together to Beer-sheba; and Abraham dwelt at Beer-sheba.
## 568                                                                                                                                                                                                                          And it came to pass after these things, that it was told Abraham, saying, Behold, Milcah, she hath also born children unto thy brother Nahor;
## 569                                                                                                                                                                                                                                                                                                 Huz his firstborn, and Buz his brother, and Kemuel the father of Aram,
## 570                                                                                                                                                                                                                                                                                                           And Chesed, and Hazo, and Pildash, and Jidlaph, and Bethuel.
## 571                                                                                                                                                                                                                                                                                    And Bethuel begat Rebekah: these eight Milcah did bear to Nahor, Abraham's brother.
## 572                                                                                                                                                                                                                                                                    And his concubine, whose name was Reumah, she bare also Tebah, and Gaham, and Thahash, and Maachah.
## 573                                                                                                                                                                                                                                                                    AND Sarah was an hundred and seven and twenty years old: these were the years of the life of Sarah.
## 574                                                                                                                                                                                                                                    And Sarah died in Kirjath-arba; the same is Hebron in the land of Canaan: and Abraham came to mourn for Sarah, and to weep for her.
## 575                                                                                                                                                                                                                                                                                    And Abraham stood up from before his dead, and spake unto the sons of Heth, saying,
## 576                                                                                                                                                                                                                                    I am a stranger and a sojourner with you: give me a possession of a buryingplace with you, that I may bury my dead out of my sight.
## 577                                                                                                                                                                                                                                                                                                            And the children of Heth answered Abraham, saying unto him,
## 578                                                                                                                                                                             Hear us, my lord: thou art a mighty prince among us: in the choice of our sepulchres bury thy dead; none of us shall withhold from thee his sepulchre, but that thou mayest bury thy dead.
## 579                                                                                                                                                                                                                                                                       And Abraham stood up, and bowed himself to the people of the land, even to the children of Heth.
## 580                                                                                                                                                                                                              And he communed with them, saying, If it be your mind that I should bury my dead out of my sight; hear me, and intreat for me to Ephron the son of Zohar,
## 581                                                                                                                                                                       That he may give me the cave of Machpelah, which he hath, which is in the end of his field; for as much money as it is worth he shall give it me for a possession of a buryingplace amongst you.
## 582                                                                                                                                                                                And Ephron dwelt among the children of Heth: and Ephron the Hittite answered Abraham in the audience of the children of Heth, even of all that went in at the gate of his city, saying,
## 583                                                                                                                                                                                                    Nay, my lord, hear me: the field give I thee, and the cave that is therein, I give it thee; in the presence of the sons of my people give I it thee: bury thy dead.
## 584                                                                                                                                                                                                                                                                                                          And Abraham bowed down himself before the people of the land.
## 585                                                                                                                                                        And he spake unto Ephron in the audience of the people of the land, saying, But if thou wilt give it, I pray thee, hear me: I will give thee money for the field; take it of me, and I will bury my dead there.
## 586                                                                                                                                                                                                                                                                                                                          And Ephron answered Abraham, saying unto him,
## 587                                                                                                                                                                                                                                 My lord, hearken unto me: the land is worth four hundred shekels of silver; what is that betwixt me and thee? bury therefore thy dead.
## 588                                                                                                                                                                  And Abraham hearkened unto Ephron; and Abraham weighed to Ephron the silver, which he had named in the audience of the sons of Heth, four hundred shekels of silver, current money with the merchant.
## 589                                                                                                                                                 And the field of Ephron, which was in Machpelah, which was before Mamre, the field, and the cave which was therein, and all the trees that were in the field, that were in all the borders round about, were made sure
## 590                                                                                                                                                                                                                                                Unto Abraham for a possession in the presence of the children of Heth, before all that went in at the gate of his city.
## 591                                                                                                                                                                                                                            And after this, Abraham buried Sarah his wife in the cave of the field of Machpelah before Mamre: the same is Hebron in the land of Canaan.
## 592                                                                                                                                                                                                                                       And the field, and the cave that is therein, were made sure unto Abraham for a possession of a buryingplace by the sons of Heth.
## 593                                                                                                                                                                                                                                                                         AND Abraham was old, and well stricken in age: and the LORD had blessed Abraham in all things.
## 594                                                                                                                                                                                                                                     And Abraham said unto his eldest servant of his house, that ruled over all that he had, Put, I pray thee, thy hand under my thigh:
## 595                                                                                                                                                                               And I will make thee swear by the LORD, the God of heaven, and the God of the earth, that thou shalt not take a wife unto my son of the daughters of the Canaanites, among whom I dwell:
## 596                                                                                                                                                                                                                                                                               But thou shalt go unto my country, and to my kindred, and take a wife unto my son Isaac.
## 597                                                                                                                                                                                         And the servant said unto him, Peradventure the woman will not be willing to follow me unto this land: must I needs bring thy son again unto the land from whence thou camest?
## 598                                                                                                                                                                                                                                                                                       And Abraham said unto him, Beware thou that thou bring not my son thither again.
## 599                                                                                  The LORD God of heaven, which took me from my father's house, and from the land of my kindred, and which spake unto me, and that sware unto me, saying, Unto thy seed will I give this land; he shall send his angel before thee, and thou shalt take a wife unto my son from thence.
## 600                                                                                                                                                                                                                                  And if the woman will not be willing to follow thee, then thou shalt be clear from this my oath: only bring not my son thither again.
## 601                                                                                                                                                                                                                                                           And the servant put his hand under the thigh of Abraham his master, and sware to him concerning that matter.
## 602                                                                                                                                                                            And the servant took ten camels of the camels of his master, and departed; for all the goods of his master were in his hand: and he arose, and went to Mesopotamia, unto the city of Nahor.
## 603                                                                                                                                                                                                                    And he made his camels to kneel down without the city by a well of water at the time of the evening, even the time that women go out to draw water.
## 604                                                                                                                                                                                                                                      And he said, O LORD God of my master Abraham, I pray thee, send me good speed this day, and shew kindness unto my master Abraham.
## 605                                                                                                                                                                                                                                                            Behold, I stand here by the well of water; and the daughters of the men of the city come out to draw water:
## 606                                        And let it come to pass, that the damsel to whom I shall say, Let down thy pitcher, I pray thee, that I may drink; and she shall say, Drink, and I will give thy camels drink also: let the same be she that thou hast appointed for thy servant Isaac; and thereby shall I know that thou hast shewed kindness unto my master.
## 607                                                                                                                                                                    And it came to pass, before he had done speaking, that, behold, Rebekah came out, who was born to Bethuel, son of Milcah, the wife of Nahor, Abraham's brother, with her pitcher upon her shoulder.
## 608                                                                                                                                                                                                                And the damsel was very fair to look upon, a virgin, neither had any man known her: and she went down to the well, and filled her pitcher, and came up.
## 609                                                                                                                                                                                                                                                                   And the servant ran to meet her, and said, Let me, I pray thee, drink a little water of thy pitcher.
## 610                                                                                                                                                                                                                                                              And she said, Drink, my lord: and she hasted, and let down her pitcher upon her hand, and gave him drink.
## 611                                                                                                                                                                                                                                                And when she had done giving him drink, she said, I will draw water for thy camels also, until they have done drinking.
## 612                                                                                                                                                                                                                                       And she hasted, and emptied her pitcher into the trough, and ran again unto the well to draw water, and drew for all his camels.
## 613                                                                                                                                                                                                                                                           And the man wondering at her held his peace, to wit whether the LORD had made his journey prosperous or not.
## 614                                                                                                                                                                                       And it came to pass, as the camels had done drinking, that the man took a golden earring of half a shekel weight, and two bracelets for her hands of ten shekels weight of gold;
## 615                                                                                                                                                                                                                                                       And said, Whose daughter art thou? tell me, I pray thee: is there room in thy father's house for us to lodge in?
## 616                                                                                                                                                                                                                                                                      And she said unto him, I am the daughter of Bethuel the son of Milcah, which she bare unto Nahor.
## 617                                                                                                                                                                                                                                                                             She said moreover unto him, We have both straw and provender enough, and room to lodge in.
## 618                                                                                                                                                                                                                                                                                                              And the man bowed down his head, and worshipped the LORD.
## 619                                                                                                                                                                 And he said, Blessed be the LORD God of my master Abraham, who hath not left destitute my master of his mercy and his truth: I being in the way, the LORD led me to the house of my master's brethren.
## 620                                                                                                                                                                                                                                                                                                  And the damsel ran, and told them of her mother's house these things.
## 621                                                                                                                                                                                                                                                                      And Rebekah had a brother, and his name was Laban: and Laban ran out unto the man, unto the well.
## 622                                                                                                                 And it came to pass, when he saw the earring and bracelets upon his sister's hands, and when he heard the words of Rebekah his sister, saying, Thus spake the man unto me; that he came unto the man; and, behold, he stood by the camels at the well.
## 623                                                                                                                                                                                                                               And he said, Come in, thou blessed of the LORD; wherefore standest thou without? for I have prepared the house, and room for the camels.
## 624                                                                                                                                                                                           And the man came into the house: and he ungirded his camels, and gave straw and provender for the camels, and water to wash his feet, and the men's feet that were with him.
## 625                                                                                                                                                                                                                                           And there was set meat before him to eat: but he said, I will not eat, until I have told mine errand. And he said, Speak on.
## 626                                                                                                                                                                                                                                                                                                                                   And he said, I am Abraham's servant.
## 627                                                                                                                                                                          And the LORD hath blessed my master greatly; and he is become great: and he hath given him flocks, and herds, and silver, and gold, and menservants, and maidservants, and camels, and asses.
## 628                                                                                                                                                                                                                                                      And Sarah my master's wife bare a son to my master when she was old: and unto him hath he given all that he hath.
## 629                                                                                                                                                                                                                                   And my master made me swear, saying, Thou shalt not take a wife to my son of the daughters of the Canaanites, in whose land I dwell:
## 630                                                                                                                                                                                                                                                                              But thou shalt go unto my father's house, and to my kindred, and take a wife unto my son.
## 631                                                                                                                                                                                                                                                                                                  And I said unto my master, Peradventure the woman will not follow me.
## 632                                                                                                                                                                                  And he said unto me, The LORD, before whom I walk, will send his angel with thee, and prosper thy way; and thou shalt take a wife for my son of my kindred, and of my father's house:
## 633                                                                                                                                                                                                                           Then shalt thou be clear from this my oath, when thou comest to my kindred; and if they give not thee one, thou shalt be clear from my oath.
## 634                                                                                                                                                                                                                                                And I came this day unto the well, and said, O LORD God of my master Abraham, if now thou do prosper my way which I go:
## 635                                                                                                                                                                      Behold, I stand by the well of water; and it shall come to pass, that when the virgin cometh forth to draw water, and I say to her, Give me, I pray thee, a little water of thy pitcher to drink;
## 636                                                                                                                                                                                                               And she say to me, Both drink thou, and I will also draw for thy camels: let the same be the woman whom the LORD hath appointed out for my master's son.
## 637                                                                                                                                                            And before I had done speaking in mine heart, behold, Rebekah came forth with her pitcher on her shoulder; and she went down unto the well, and drew water: and I said unto her, Let me drink, I pray thee.
## 638                                                                                                                                                                                                And she made haste, and let down her pitcher from her shoulder, and said, Drink, and I will give thy camels drink also: so I drank, and she made the camels drink also.
## 639                                                                                                                                                              And I asked her, and said, Whose daughter art thou? And she said, The daughter of Bethuel, Nahor's son, whom Milcah bare unto him: and I put the earring upon her face, and the bracelets upon her hands.
## 640                                                                                                                                                                               And I bowed down my head, and worshipped the LORD, and blessed the LORD God of my master Abraham, which had led me in the right way to take my master's brother's daughter unto his son.
## 641                                                                                                                                                                                                                              And now if ye will deal kindly and truly with my master, tell me: and if not, tell me; that I may turn to the right hand, or to the left.
## 642                                                                                                                                                                                                                                                   Then Laban and Bethuel answered and said, The thing proceedeth from the LORD: we cannot speak unto thee bad or good.
## 643                                                                                                                                                                                                                                                     Behold, Rebekah is before thee, take her, and go, and let her be thy master's son's wife, as the LORD hath spoken.
## 644                                                                                                                                                                                                                                              And it came to pass, that, when Abraham's servant heard their words, he worshipped the LORD, bowing himself to the earth.
## 645                                                                                                                                                                                              And the servant brought forth jewels of silver, and jewels of gold, and raiment, and gave them to Rebekah: he gave also to her brother and to her mother precious things.
## 646                                                                                                                                                                                                       And they did eat and drink, he and the men that were with him, and tarried all night; and they rose up in the morning, and he said, Send me away unto my master.
## 647                                                                                                                                                                                                                                               And her brother and her mother said, Let the damsel abide with us a few days, at the least ten; after that she shall go.
## 648                                                                                                                                                                                                                                                  And he said unto them, Hinder me not, seeing the LORD hath prospered my way; send me away that I may go to my master.
## 649                                                                                                                                                                                                                                                                                                      And they said, We will call the damsel, and enquire at her mouth.
## 650                                                                                                                                                                                                                                                                       And they called Rebekah, and said unto her, Wilt thou go with this man? And she said, I will go.
## 651                                                                                                                                                                                                                                                                            And they sent away Rebekah their sister, and her nurse, and Abraham's servant, and his men.
## 652                                                                                                                                                                                             And they blessed Rebekah, and said unto her, Thou art our sister, be thou the mother of thousands of millions, and let thy seed possess the gate of those which hate them.
## 653                                                                                                                                                                                                                               And Rebekah arose, and her damsels, and they rode upon the camels, and followed the man: and the servant took Rebekah, and went his way.
## 654                                                                                                                                                                                                                                                                                  And Isaac came from the way of the well Lahai-roi; for he dwelt in the south country.
## 655                                                                                                                                                                                                                                  And Isaac went out to meditate in the field at the eventide: and he lifted up his eyes, and saw, and, behold, the camels were coming.
## 656                                                                                                                                                                                                                                                                                     And Rebekah lifted up her eyes, and when she saw Isaac, she lighted off the camel.
## 657                                                                                                                                                                                   For she had said unto the servant, What man is this that walketh in the field to meet us? And the servant had said, It is my master: therefore she took a vail, and covered herself.
## 658                                                                                                                                                                                                                                                                                                                And the servant told Isaac all things that he had done.
## 659                                                                                                                                                                                                     And Isaac brought her into his mother Sarah's tent, and took Rebekah, and she became his wife; and he loved her: and Isaac was comforted after his mother's death.
## 660                                                                                                                                                                                                                                                                                                              THEN again Abraham took a wife, and her name was Keturah.
## 661                                                                                                                                                                                                                                                                                    And she bare him Zimran, and Jokshan, and Medan, and Midian, and Ishbak, and Shuah.
## 662                                                                                                                                                                                                                                                                    And Jokshan begat Sheba, and Dedan. And the sons of Dedan were Asshurim, and Letushim, and Leummim.
## 663                                                                                                                                                                                                                                                   And the sons of Midian; Ephah, and Epher, and Hanoch, and Abida, and Eldaah. All these were the children of Keturah.
## 664                                                                                                                                                                                                                                                                                                                           And Abraham gave all that he had unto Isaac.
## 665                                                                                                                                                                                                But unto the sons of the concubines, which Abraham had, Abraham gave gifts, and sent them away from Isaac his son, while he yet lived, eastward, unto the east country.
## 666                                                                                                                                                                                                                                                         And these are the days of the years of Abraham's life which he lived, an hundred threescore and fifteen years.
## 667                                                                                                                                                                                                                                             Then Abraham gave up the ghost, and died in a good old age, an old man, and full of years; and was gathered to his people.
## 668                                                                                                                                                                                                                        And his sons Isaac and Ishmael buried him in the cave of Machpelah, in the field of Ephron the son of Zohar the Hittite, which is before Mamre;
## 669                                                                                                                                                                                                                                                                   The field which Abraham purchased of the sons of Heth: there was Abraham buried, and Sarah his wife.
## 670                                                                                                                                                                                                                                                 And it came to pass after the death of Abraham, that God blessed his son Isaac; and Isaac dwelt by the well Lahai-roi.
## 671                                                                                                                                                                                                                                                 Now these are the generations of Ishmael, Abraham's son, whom Hagar the Egyptian, Sarah's handmaid, bare unto Abraham:
## 672                                                                                                                                                                                                 And these are the names of the sons of Ishmael, by their names, according to their generations: the firstborn of Ishmael, Nebajoth; and Kedar, and Adbeel, and Mibsam,
## 673                                                                                                                                                                                                                                                                                                                                      And Mishma, and Dumah, and Massa,
## 674                                                                                                                                                                                                                                                                                                                          Hadar, and Tema, Jetur, Naphish, and Kedemah:
## 675                                                                                                                                                                                                                             These are the sons of Ishmael, and these are their names, by their towns, and by their castles; twelve princes according to their nations.
## 676                                                                                                                                                                                                            And these are the years of the life of Ishmael, an hundred and thirty and seven years: and he gave up the ghost and died; and was gathered unto his people.
## 677                                                                                                                                                                                                                            And they dwelt from Havilah unto Shur, that is before Egypt, as thou goest toward Assyria: and he died in the presence of all his brethren.
## 678                                                                                                                                                                                                                                                                                            And these are the generations of Isaac, Abraham's son: Abraham begat Isaac:
## 679                                                                                                                                                                                                                          And Isaac was forty years old when he took Rebekah to wife, the daughter of Bethuel the Syrian of Padan-aram, the sister to Laban the Syrian.
## 680                                                                                                                                                                                                                                  And Isaac intreated the LORD for his wife, because she was barren: and the LORD was intreated of him, and Rebekah his wife conceived.
## 681                                                                                                                                                                                                                                         And the children struggled together within her; and she said, If it be so, why am I thus? And she went to enquire of the LORD.
## 682                                                                                                                                               And the LORD said unto her, Two nations are in thy womb, and two manner of people shall be separated from thy bowels; and the one people shall be stronger than the other people; and the elder shall serve the younger.
## 683                                                                                                                                                                                                                                                                                And when her days to be delivered were fulfilled, behold, there were twins in her womb.
## 684                                                                                                                                                                                                                                                                             And the first came out red, all over like an hairy garment; and they called his name Esau.
## 685                                                                                                                                                                                                      And after that came his brother out, and his hand took hold on Esau's heel; and his name was called Jacob: and Isaac was threescore years old when she bare them.
## 686                                                                                                                                                                                                                                                    And the boys grew: and Esau was a cunning hunter, a man of the field; and Jacob was a plain man, dwelling in tents.
## 687                                                                                                                                                                                                                                                                                      And Isaac loved Esau, because he did eat of his venison: but Rebekah loved Jacob.
## 688                                                                                                                                                                                                                                                                                                 And Jacob sod pottage: and Esau came from the field, and he was faint:
## 689                                                                                                                                                                                                                                          And Esau said to Jacob, Feed me, I pray thee, with that same red pottage; for I am faint: therefore was his name called Edom.
## 690                                                                                                                                                                                                                                                                                                                       And Jacob said, Sell me this day thy birthright.
## 691                                                                                                                                                                                                                                                                       And Esau said, Behold, I am at the point to die: and what profit shall this birthright do to me?
## 692                                                                                                                                                                                                                                                                    And Jacob said, Swear to me this day; and he sware unto him: and he sold his birthright unto Jacob.
## 693                                                                                                                                                                                                                        Then Jacob gave Esau bread and pottage of lentiles; and he did eat and drink, and rose up, and went his way: thus Esau despised his birthright.
## 694                                                                                                                                                                                                         AND there was a famine in the land, beside the first famine that was in the days of Abraham. And Isaac went unto Abimelech king of the Philistines unto Gerar.
## 695                                                                                                                                                                                                                                                        And the LORD appeared unto him, and said, Go not down into Egypt; dwell in the land which I shall tell thee of:
## 696                                                                                                                                                              Sojourn in this land, and I will be with thee, and will bless thee; for unto thee, and unto thy seed, I will give all these countries, and I will perform the oath which I sware unto Abraham thy father;
## 697                                                                                                                                                                                           And I will make thy seed to multiply as the stars of heaven, and will give unto thy seed all these countries; and in thy seed shall all the nations of the earth be blessed;
## 698                                                                                                                                                                                                                                                                   Because that Abraham obeyed my voice, and kept my charge, my commandments, my statutes, and my laws.
## 699                                                                                                                                                                                                                                                                                                                                              And Isaac dwelt in Gerar:
## 700                                                                                                                                                And the men of the place asked him of his wife; and he said, She is my sister: for he feared to say, She is my wife; lest, said he, the men of the place should kill me for Rebekah; because she was fair to look upon.
## 701                                                                                                                                                                                And it came to pass, when he had been there a long time, that Abimelech king of the Philistines looked out at a window, and saw, and, behold, Isaac was sporting with Rebekah his wife.
## 702                                                                                                                                                                                         And Abimelech called Isaac, and said, Behold, of a surety she is thy wife: and how saidst thou, She is my sister? And Isaac said unto him, Because I said, Lest I die for her.
## 703                                                                                                                                                                                                  And Abimelech said, What is this thou hast done unto us? one of the people might lightly have lien with thy wife, and thou shouldest have brought guiltiness upon us.
## 704                                                                                                                                                                                                                                                      And Abimelech charged all his people, saying, He that toucheth this man or his wife shall surely be put to death.
## 705                                                                                                                                                                                                                                                                 Then Isaac sowed in that land, and received in the same year an hundredfold: and the LORD blessed him.
## 706                                                                                                                                                                                                                                                                                        And the man waxed great, and went forward, and grew until he became very great:
## 707                                                                                                                                                                                                                                                 For he had possession of flocks, and possession of herds, and great store of servants: and the Philistines envied him.
## 708                                                                                                                                                                                                              For all the wells which his father's servants had digged in the days of Abraham his father, the Philistines had stopped them, and filled them with earth.
## 709                                                                                                                                                                                                                                                                                         And Abimelech said unto Isaac, Go from us; for thou art much mightier than we.
## 710                                                                                                                                                                                                                                                                               And Isaac departed thence, and pitched his tent in the valley of Gerar, and dwelt there.
## 711                                                                                                                    And Isaac digged again the wells of water, which they had digged in the days of Abraham his father; for the Philistines had stopped them after the death of Abraham: and he called their names after the names by which his father had called them.
## 712                                                                                                                                                                                                                                                                                  And Isaac's servants digged in the valley, and found there a well of springing water.
## 713                                                                                                                                                                                                            And the herdmen of Gerar did strive with Isaac's herdmen, saying, The water is ours: and he called the name of the well Esek; because they strove with him.
## 714                                                                                                                                                                                                                                                                           And they digged another well, and strove for that also: and he called the name of it Sitnah.
## 715                                                                                                                                                   And he removed from thence, and digged another well; and for that they strove not: and he called the name of it Rehoboth; and he said, For now the LORD hath made room for us, and we shall be fruitful in the land.
## 716                                                                                                                                                                                                                                                                                                                              And he went up from thence to Beer-sheba.
## 717                                                                                                                                                                   And the LORD appeared unto him the same night, and said, I am the God of Abraham thy father: fear not, for I am with thee, and will bless thee, and multiply thy seed for my servant Abraham's sake.
## 718                                                                                                                                                                                                                              And he builded an altar there, and called upon the name of the LORD and pitched his tent there: and there Isaac's servants digged a well.
## 719                                                                                                                                                                                                                                                     Then Abimelech went to him from Gerar, and Ahuzzath one of his friends, and Phichol the chief captain of his army.
## 720                                                                                                                                                                                                                                                                  And Isaac said unto them, Wherefore come ye to me, seeing ye hate me, and have sent me away from you?
## 721                                                                                                                                                                                         And they said, We saw certainly that the LORD was with thee: and we said, Let there be now an oath betwixt us, even betwixt us and thee, and let us make a covenant with thee;
## 722                                                                                                                                                                                     That thou wilt do us no hurt, as we have not touched thee, and as we have done unto thee nothing but good, and have sent thee away in peace: thou art now the blessed of the LORD.
## 723                                                                                                                                                                                                                                                                                                                  And he made them a feast, and they did eat and drink.
## 724                                                                                                                                                                                                                                      And they rose up betimes in the morning, and sware one to another: and Isaac sent them away, and they departed from him in peace.
## 725                                                                                                                                                                                                          And it came to pass the same day, that Isaac's servants came, and told him concerning the well which they had digged, and said unto him, We have found water.
## 726                                                                                                                                                                                                                                                                                   And he called it Shebah: therefore the name of the city is Beer-sheba unto this day.
## 727                                                                                                                                                                                                                            And Esau was forty years old when he took to wife Judith the daughter of Beeri the Hittite, and Bashemath the daughter of Elon the Hittite:
## 728                                                                                                                                                                                                                                                                                                                  Which were a grief of mind unto Isaac and to Rebekah.
## 729                                                                                                                                                                      AND it came to pass, that when Isaac was old, and his eyes were dim, so that he could not see, he called Esau his eldest son, and said unto him, My son: and he said unto him, Behold, here am I.
## 730                                                                                                                                                                                                                                                                                                     And he said, Behold now, I am old, I know not the day of my death:
## 731                                                                                                                                                                                                                                               Now therefore take, I pray thee, thy weapons, thy quiver and thy bow, and go out to the field, and take me some venison;
## 732                                                                                                                                                                                                                                                And make me savoury meat, such as I love, and bring it to me, that I may eat; that my soul may bless thee before I die.
## 733                                                                                                                                                                                                                                                   And Rebekah heard when Isaac spake to Esau his son. And Esau went to the field to hunt for venison, and to bring it.
## 734                                                                                                                                                                                                                                                          And Rebekah spake unto Jacob her son, saying, Behold, I heard thy father speak unto Esau thy brother, saying,
## 735                                                                                                                                                                                                                                                            Bring me venison, and make me savoury meat, that I may eat, and bless thee before the LORD before my death.
## 736                                                                                                                                                                                                                                                                                           Now therefore, my son, obey my voice according to that which I command thee.
## 737                                                                                                                                                                                                                         Go now to the flock, and fetch me from thence two good kids of the goats; and I will make them savoury meat for thy father, such as he loveth:
## 738                                                                                                                                                                                                                                                                   And thou shalt bring it to thy father, that he may eat, and that he may bless thee before his death.
## 739                                                                                                                                                                                                                                                                   And Jacob said to Rebekah his mother, Behold, Esau my brother is a hairy man, and I am a smooth man:
## 740                                                                                                                                                                                                                                     My father peradventure will feel me, and I shall seem to him as a deceiver; and I shall bring a curse upon me, and not a blessing.
## 741                                                                                                                                                                                                                                                                  And his mother said unto him, Upon me be thy curse, my son: only obey my voice, and go fetch me them.
## 742                                                                                                                                                                                                                                                  And he went, and fetched, and brought them to his mother: and his mother made savoury meat, such as his father loved.
## 743                                                                                                                                                                                                                                     And Rebekah took goodly raiment of her eldest son Esau, which were with her in the house, and put them upon Jacob her younger son:
## 744                                                                                                                                                                                                                                                                        And she put the skins of the kids of the goats upon his hands, and upon the smooth of his neck:
## 745                                                                                                                                                                                                                                                                   And she gave the savoury meat and the bread, which she had prepared, into the hand of her son Jacob.
## 746                                                                                                                                                                                                                                                                        And he came unto his father, and said, My father: and he said, Here am I; who art thou, my son?
## 747                                                                                                                                                                                           And Jacob said unto his father, I am Esau thy firstborn; I have done according as thou badest me: arise, I pray thee, sit and eat of my venison, that thy soul may bless me.
## 748                                                                                                                                                                                                                             And Isaac said unto his son, How is it that thou hast found it so quickly, my son? And he said, Because the LORD thy God brought it to me.
## 749                                                                                                                                                                                                                                              And Isaac said unto Jacob, Come near, I pray thee, that I may feel thee, my son, whether thou be my very son Esau or not.
## 750                                                                                                                                                                                                                                 And Jacob went near unto Isaac his father; and he felt him, and said, The voice is Jacob's voice, but the hands are the hands of Esau.
## 751                                                                                                                                                                                                                                                                And he discerned him not, because his hands were hairy, as his brother Esau's hands: so he blessed him.
## 752                                                                                                                                                                                                                                                                                                             And he said, Art thou my very son Esau? And he said, I am.
## 753                                                                                                                                                                               And he said, Bring it near to me, and I will eat of my son's venison, that my soul may bless thee. And he brought it near to him, and he did eat: and he brought him wine, and he drank.
## 754                                                                                                                                                                                                                                                                                                And his father Isaac said unto him, Come near now, and kiss me, my son.
## 755                                                                                                                                                                                 And he came near, and kissed him: and he smelled the smell of his raiment, and blessed him, and said, See, the smell of my son is as the smell of a field which the LORD hath blessed:
## 756                                                                                                                                                                                                                                                               Therefore God give thee of the dew of heaven, and the fatness of the earth, and plenty of corn and wine:
## 757                                                                                                                                                               Let people serve thee, and nations bow down to thee: be lord over thy brethren, and let thy mother's sons bow down to thee: cursed be every one that curseth thee, and blessed be he that blesseth thee.
## 758                                                                                                                                                                      And it came to pass, as soon as Isaac had made an end of blessing Jacob, and Jacob was yet scarce gone out from the presence of Isaac his father, that Esau his brother came in from his hunting.
## 759                                                                                                                                                                                            And he also had made savoury meat, and brought it unto his father, and said unto his father, Let my father arise, and eat of his son's venison, that thy soul may bless me.
## 760                                                                                                                                                                                                                                                                       And Isaac his father said unto him, Who art thou? And he said, I am thy son, thy firstborn Esau.
## 761                                                                                                                                                            And Isaac trembled very exceedingly, and said, Who? where is he that hath taken venison, and brought it me, and I have eaten of all before thou camest, and have blessed him? yea, and he shall be blessed.
## 762                                                                                                                                                                                                            And when Esau heard the words of his father, he cried with a great and exceeding bitter cry, and said unto his father, Bless me, even me also, O my father.
## 763                                                                                                                                                                                                                                                                                         And he said, Thy brother came with subtilty, and hath taken away thy blessing.
## 764                                                                                                                                             And he said, Is not he rightly named Jacob? for he hath supplanted me these two times: he took away my birthright; and, behold, now he hath taken away my blessing. And he said, Hast thou not reserved a blessing for me?
## 765                                                                                                                                                And Isaac answered and said unto Esau, Behold, I have made him thy lord, and all his brethren have I given to him for servants; and with corn and wine have I sustained him: and what shall I do now unto thee, my son?
## 766                                                                                                                                                                                                                     And Esau said unto his father, Hast thou but one blessing, my father? bless me, even me also, O my father. And Esau lifted up his voice, and wept.
## 767                                                                                                                                                                                                                          And Isaac his father answered and said unto him, Behold, thy dwelling shall be the fatness of the earth, and of the dew of heaven from above;
## 768                                                                                                                                                                                          And by thy sword shalt thou live, and shalt serve thy brother; and it shall come to pass when thou shalt have the dominion, that thou shalt break his yoke from off thy neck.
## 769                                                                                                                                                                          And Esau hated Jacob because of the blessing wherewith his father blessed him: and Esau said in his heart, The days of mourning for my father are at hand; then will I slay my brother Jacob.
## 770                                                                                                                                                And these words of Esau her elder son were told to Rebekah: and she sent and called Jacob her younger son, and said unto him, Behold, thy brother Esau, as touching thee, doth comfort himself, purposing to kill thee.
## 771                                                                                                                                                                                                                                                                               Now therefore, my son, obey my voice; and arise, flee thou to Laban my brother to Haran;
## 772                                                                                                                                                                                                                                                                                                     And tarry with him a few days, until thy brother's fury turn away;
## 773                                                                                                                                                                     Until thy brother's anger turn away from thee, and he forget that which thou hast done to him: then I will send, and fetch thee from thence: why should I be deprived also of you both in one day?
## 774                                                                                                                                                 And Rebekah said to Isaac, I am weary of my life because of the daughters of Heth: if Jacob take a wife of the daughters of Heth, such as these which are of the daughters of the land, what good shall my life do me?
## 775                                                                                                                                                                                                                                    AND Isaac called Jacob, and blessed him, and charged him, and said unto him, Thou shalt not take a wife of the daughters of Canaan.
## 776                                                                                                                                                                                                                 Arise, go to Padan-aram, to the house of Bethuel thy mother's father; and take thee a wife from thence of the daughters of Laban thy mother's brother.
## 777                                                                                                                                                                                                                                                     And God Almighty bless thee, and make thee fruitful, and multiply thee, that thou mayest be a multitude of people;
## 778                                                                                                                                                                                                 And give thee the blessing of Abraham, to thee, and to thy seed with thee; that thou mayest inherit the land wherein thou art a stranger, which God gave unto Abraham.
## 779                                                                                                                                                                                                                         And Isaac sent away Jacob: and he went to Padan-aram unto Laban, son of Bethuel the Syrian, the brother of Rebekah, Jacob's and Esau's mother.
## 780                                                                                                                                           When Esau saw that Isaac had blessed Jacob, and sent him away to Padan-aram, to take him a wife from thence; and that as he blessed him he gave him a charge, saying, Thou shalt not take a wife of the daughters of Canaan;
## 781                                                                                                                                                                                                                                                                                           And that Jacob obeyed his father and his mother, and was gone to Padan-aram;
## 782                                                                                                                                                                                                                                                                                             And Esau seeing that the daughters of Canaan pleased not Isaac his father;
## 783                                                                                                                                                                                                              Then went Esau unto Ishmael, and took unto the wives which he had Mahalath the daughter of Ishmael Abraham's son, the sister of Nebajoth, to be his wife.
## 784                                                                                                                                                                                                                                                                                                             And Jacob went out from Beer-sheba, and went toward Haran.
## 785                                                                                                                                                                 And he lighted upon a certain place, and tarried there all night, because the sun was set; and he took of the stones of that place, and put them for his pillows, and lay down in that place to sleep.
## 786                                                                                                                                                                                                             And he dreamed, and behold a ladder set up on the earth, and the top of it reached to heaven: and behold the angels of God ascending and descending on it.
## 787                                                                                                                                                                                   And, behold, the LORD stood above it, and said, I am the LORD God of Abraham thy father, and the God of Isaac: the land whereon thou liest, to thee will I give it, and to thy seed;
## 788                                                                                                                                             And thy seed shall be as the dust of the earth, and thou shalt spread abroad to the west, and to the east, and to the north, and to the south: and in thee and in thy seed shall all the families of the earth be blessed.
## 789                                                                                                                                                          And, behold, I am with thee, and will keep thee in all places whither thou goest, and will bring thee again into this land; for I will not leave thee, until I have done that which I have spoken to thee of.
## 790                                                                                                                                                                                                                                                                   And Jacob awaked out of his sleep, and he said, Surely the LORD is in this place; and I knew it not.
## 791                                                                                                                                                                                                                                      And he was afraid, and said, How dreadful is this place! this is none other but the house of God, and this is the gate of heaven.
## 792                                                                                                                                                                                                             And Jacob rose up early in the morning, and took the stone that he had put for his pillows, and set it up for a pillar, and poured oil upon the top of it.
## 793                                                                                                                                                                                                                                                                   And he called the name of that place Beth-el: but the name of that city was called Luz at the first.
## 794                                                                                                                                                                                                                   And Jacob vowed a vow, saying, If God will be with me, and will keep me in this way that I go, and will give me bread to eat, and raiment to put on,
## 795                                                                                                                                                                                                                                                                                     So that I come again to my father's house in peace; then shall the LORD be my God:
## 796                                                                                                                                                                                                                        And this stone, which I have set for a pillar, shall be God's house: and of all that thou shalt give me I will surely give the tenth unto thee.
## 797                                                                                                                                                                                                                                                                                      THEN Jacob went on his journey, and came into the land of the people of the east.
## 798                                                                                                                                                                       And he looked, and behold a well in the field, and, lo, there were three flocks of sheep lying by it; for out of that well they watered the flocks: and a great stone was upon the well's mouth.
## 799                                                                                                                                                                                          And thither were all the flocks gathered: and they rolled the stone from the well's mouth, and watered the sheep, and put the stone again upon the well's mouth in his place.
## 800                                                                                                                                                                                                                                                                                   And Jacob said unto them, My brethren, whence be ye? And they said, Of Haran are we.
## 801                                                                                                                                                                                                                                                                                     And he said unto them, Know ye Laban the son of Nahor? And they said, We know him.
## 802                                                                                                                                                                                                                                                  And he said unto them, Is he well? And they said, He is well: and, behold, Rachel his daughter cometh with the sheep.
## 803                                                                                                                                                                                                                         And he said, Lo, it is yet high day, neither is it time that the cattle should be gathered together: water ye the sheep, and go and feed them.
## 804                                                                                                                                                                                                                      And they said, We cannot, until all the flocks be gathered together, and till they roll the stone from the well's mouth; then we water the sheep.
## 805                                                                                                                                                                                                                                                                              And while he yet spake with them, Rachel came with her father's sheep: for she kept them.
## 806                                                                                                             And it came to pass, when Jacob saw Rachel the daughter of Laban his mother's brother, and the sheep of Laban his mother's brother, that Jacob went near, and rolled the stone from the well's mouth, and watered the flock of Laban his mother's brother.
## 807                                                                                                                                                                                                                                                                                                            And Jacob kissed Rachel, and lifted up his voice, and wept.
## 808                                                                                                                                                                                                                                                And Jacob told Rachel that he was her father's brother, and that he was Rebekah's son: and she ran and told her father.
## 809                                                                                                                                                              And it came to pass, when Laban heard the tidings of Jacob his sister's son, that he ran to meet him, and embraced him, and kissed him, and brought him to his house. And he told Laban all these things.
## 810                                                                                                                                                                                                                                                               And Laban said to him, Surely thou art my bone and my flesh. And he abode with him the space of a month.
## 811                                                                                                                                                                                                                                And Laban said unto Jacob, Because thou art my brother, shouldest thou therefore serve me for nought? tell me, what shall thy wages be?
## 812                                                                                                                                                                                                                                                                   And Laban had two daughters: the name of the elder was Leah, and the name of the younger was Rachel.
## 813                                                                                                                                                                                                                                                                                                      Leah was tender eyed; but Rachel was beautiful and well favoured.
## 814                                                                                                                                                                                                                                                                       And Jacob loved Rachel; and said, I will serve thee seven years for Rachel thy younger daughter.
## 815                                                                                                                                                                                                                                                       And Laban said, It is better that I give her to thee, than that I should give her to another man: abide with me.
## 816                                                                                                                                                                                                                                                          And Jacob served seven years for Rachel; and they seemed unto him but a few days, for the love he had to her.
## 817                                                                                                                                                                                                                                                                      And Jacob said unto Laban, Give me my wife, for my days are fulfilled, that I may go in unto her.
## 818                                                                                                                                                                                                                                                                                                And Laban gathered together all the men of the place, and made a feast.
## 819                                                                                                                                                                                                                                                   And it came to pass in the evening, that he took Leah his daughter, and brought her to him; and he went in unto her.
## 820                                                                                                                                                                                                                                                                                                 And Laban gave unto his daughter Leah Zilpah his maid for an handmaid.
## 821                                                                                                                                                                  And it came to pass, that in the morning, behold, it was Leah: and he said to Laban, What is this thou hast done unto me? did not I serve with thee for Rachel? wherefore then hast thou beguiled me?
## 822                                                                                                                                                                                                                                                                       And Laban said, It must not be so done in our country, to give the younger before the firstborn.
## 823                                                                                                                                                                                                                                                 Fulfil her week, and we will give thee this also for the service which thou shalt serve with me yet seven other years.
## 824                                                                                                                                                                                                                                                                            And Jacob did so, and fulfilled her week: and he gave him Rachel his daughter to wife also.
## 825                                                                                                                                                                                                                                                                                              And Laban gave to Rachel his daughter Bilhah his handmaid to be her maid.
## 826                                                                                                                                                                                                                                                   And he went in also unto Rachel, and he loved also Rachel more than Leah, and served with him yet seven other years.
## 827                                                                                                                                                                                                                                                                                  And when the LORD saw that Leah was hated, he opened her womb: but Rachel was barren.
## 828                                                                                                                                                                                               And Leah conceived, and bare a son, and she called his name Reuben: for she said, Surely the LORD hath looked upon my affliction; now therefore my husband will love me.
## 829                                                                                                                                                                                             And she conceived again, and bare a son; and said, Because the LORD hath heard that I was hated, he hath therefore given me this son also: and she called his name Simeon.
## 830                                                                                                                                                                                            And she conceived again, and bare a son; and said, Now this time will my husband be joined unto me, because I have born him three sons: therefore was his name called Levi.
## 831                                                                                                                                                                                                                              And she conceived again, and bare a son: and she said, Now will I praise the LORD: therefore she called his name Judah; and left bearing.
## 832                                                                                                                                                                                                                                   AND when Rachel saw that she bare Jacob no children, Rachel envied her sister; and said unto Jacob, Give me children, or else I die.
## 833                                                                                                                                                                                                                                     And Jacob's anger was kindled against Rachel: and he said, Am I in God's stead, who hath withheld from thee the fruit of the womb?
## 834                                                                                                                                                                                                                                            And she said, Behold my maid Bilhah, go in unto her; and she shall bear upon my knees that I may also have children by her.
## 835                                                                                                                                                                                                                                                                                              And she gave him Bilhah her handmaid to wife: and Jacob went in unto her.
## 836                                                                                                                                                                                                                                                                                                                            And Bilhah conceived, and bare Jacob a son.
## 837                                                                                                                                                                                                                                         And Rachel said, God hath judged me, and hath also heard my voice, and hath given me a son: therefore called she his name Dan.
## 838                                                                                                                                                                                                                                                                                                 And Bilhah Rachel's maid conceived again, and bare Jacob a second son.
## 839                                                                                                                                                                                                                                         And Rachel said, With great wrestlings have I wrestled with my sister, and I have prevailed: and she called his name Naphtali.
## 840                                                                                                                                                                                                                                                                         When Leah saw that she had left bearing, she took Zilpah her maid, and gave her Jacob to wife.
## 841                                                                                                                                                                                                                                                                                                                               And Zilpah Leah's maid bare Jacob a son.
## 842                                                                                                                                                                                                                                                                                                            And Leah said, A troop cometh: and she called his name Gad.
## 843                                                                                                                                                                                                                                                                                                                        And Zilpah Leah's maid bare Jacob a second son.
## 844                                                                                                                                                                                                                                                                      And Leah said, Happy am I, for the daughters will call me blessed: and she called his name Asher.
## 845                                                                                                                                                                         And Reuben went in the days of wheat harvest, and found mandrakes in the field, and brought them unto his mother Leah. Then Rachel said to Leah, Give me, I pray thee, of thy son's mandrakes.
## 846                                                                                                                                                  And she said unto her, Is it a small matter that thou hast taken my husband? and wouldest thou take away my son's mandrakes also? And Rachel said, Therefore he shall lie with thee to night for thy son's mandrakes.
## 847                                                                                                                                                              And Jacob came out of the field in the evening, and Leah went out to meet him, and said, Thou must come in unto me; for surely I have hired thee with my son's mandrakes. And he lay with her that night.
## 848                                                                                                                                                                                                                                                                                          And God hearkened unto Leah, and she conceived, and bare Jacob the fifth son.
## 849                                                                                                                                                                                                                                              And Leah said, God hath given me my hire, because I have given my maiden to my husband: and she called his name Issachar.
## 850                                                                                                                                                                                                                                                                                                                And Leah conceived again, and bare Jacob the sixth son.
## 851                                                                                                                                                                                                             And Leah said, God hath endued me with a good dowry; now will my husband dwell with me, because I have born him six sons: and she called his name Zebulun.
## 852                                                                                                                                                                                                                                                                                                         And afterwards she bare a daughter, and called her name Dinah.
## 853                                                                                                                                                                                                                                                                                              And God remembered Rachel, and God hearkened to her, and opened her womb.
## 854                                                                                                                                                                                                                                                                                          And she conceived, and bare a son; and said, God hath taken away my reproach:
## 855                                                                                                                                                                                                                                                                                        And she called his name Joseph; and said, The LORD shall add to me another son.
## 856                                                                                                                                                                                                                      And it came to pass, when Rachel had born Joseph, that Jacob said unto Laban, Send me away, that I may go unto mine own place, and to my country.
## 857                                                                                                                                                                                                                                      Give me my wives and my children, for whom I have served thee, and let me go: for thou knowest my service which I have done thee.
## 858                                                                                                                                                                                                        And Laban said unto him, I pray thee, if I have found favour in thine eyes, tarry: for I have learned by experience that the LORD hath blessed me for thy sake.
## 859                                                                                                                                                                                                                                                                                                                 And he said, Appoint me thy wages, and I will give it.
## 860                                                                                                                                                                                                                                                                             And he said unto him, Thou knowest how I have served thee, and how thy cattle was with me.
## 861                                                                                                                                                                      For it was little which thou hadst before I came, and it is now increased unto a multitude; and the LORD hath blessed thee since my coming: and now when shall I provide for mine own house also?
## 862                                                                                                                                                                                                        And he said, What shall I give thee? And Jacob said, Thou shalt not give me any thing: if thou wilt do this thing for me, I will again feed and keep thy flock.
## 863                                                                                                                                              I will pass through all thy flock to day, removing from thence all the speckled and spotted cattle, and all the brown cattle among the sheep, and the spotted and speckled among the goats: and of such shall be my hire.
## 864                                                                                                                                  So shall my righteousness answer for me in time to come, when it shall come for my hire before thy face: every one that is not speckled and spotted among the goats, and brown among the sheep, that shall be counted stolen with me.
## 865                                                                                                                                                                                                                                                                                                     And Laban said, Behold, I would it might be according to thy word.
## 866                                                                                                                     And he removed that day the he goats that were ringstraked and spotted, and all the she goats that were speckled and spotted, and every one that had some white in it, and all the brown among the sheep, and gave them into the hand of his sons.
## 867                                                                                                                                                                                                                                                                    And he set three days' journey betwixt himself and Jacob: and Jacob fed the rest of Laban's flocks.
## 868                                                                                                                                                                                                         And Jacob took him rods of green poplar, and of the hazel and chesnut tree; and pilled white strakes in them, and made the white appear which was in the rods.
## 869                                                                                                                                                                                     And he set the rods which he had pilled before the flocks in the gutters in the watering troughs when the flocks came to drink, that they should conceive when they came to drink.
## 870                                                                                                                                                                                                                                                                 And the flocks conceived before the rods, and brought forth cattle ringstraked, speckled, and spotted.
## 871                                                                                                                                                      And Jacob did separate the lambs, and set the faces of the flocks toward the ringstraked, and all the brown in the flock of Laban; and he put his own flocks by themselves, and put them not unto Laban's cattle.
## 872                                                                                                                                                                                      And it came to pass, whensoever the stronger cattle did conceive, that Jacob laid the rods before the eyes of the cattle in the gutters, that they might conceive among the rods.
## 873                                                                                                                                                                                                                                                            But when the cattle were feeble, he put them not in: so the feebler were Laban's, and the stronger Jacob's.
## 874                                                                                                                                                                                                                                                      And the man increased exceedingly, and had much cattle, and maidservants, and menservants, and camels, and asses.
## 875                                                                                                                                                                                                     AND he heard the words of Laban's sons, saying, Jacob hath taken away all that was our father's; and of that which was our father's hath he gotten all this glory.
## 876                                                                                                                                                                                                                                                                               And Jacob beheld the countenance of Laban, and, behold, it was not toward him as before.
## 877                                                                                                                                                                                                                                                        And the LORD said unto Jacob, Return unto the land of thy fathers, and to thy kindred; and I will be with thee.
## 878                                                                                                                                                                                                                                                                                                 And Jacob sent and called Rachel and Leah to the field unto his flock,
## 879                                                                                                                                                                                                                                   And said unto them, I see your father's countenance, that it is not toward me as before; but the God of my father hath been with me.
## 880                                                                                                                                                                                                                                                                                                          And ye know that with all my power I have served your father.
## 881                                                                                                                                                                                                                                                                 And your father hath deceived me, and changed my wages ten times; but God suffered him not to hurt me.
## 882                                                                                                                                                                                     If he said thus, The speckled shall be thy wages; then all the cattle bare speckled: and if he said thus, The ringstraked shall be thy hire; then bare all the cattle ringstraked.
## 883                                                                                                                                                                                                                                                                                              Thus God hath taken away the cattle of your father, and given them to me.
## 884                                                                                                                                                                 And it came to pass at the time that the cattle conceived, that I lifted up mine eyes, and saw in a dream, and, behold, the rams which leaped upon the cattle were ringstraked, speckled, and grisled.
## 885                                                                                                                                                                                                                                                                                   And the angel of God spake unto me in a dream, saying, Jacob: And I said, Here am I.
## 886                                                                                                                                                                                          And he said, Lift up now thine eyes, and see, all the rams which leap upon the cattle are ringstraked, speckled, and grisled: for I have seen all that Laban doeth unto thee.
## 887                                                                                                                                                                                      I am the God of Beth-el, where thou anointedst the pillar, and where thou vowedst a vow unto me: now arise, get thee out from this land, and return unto the land of thy kindred.
## 888                                                                                                                                                                                                                                                  And Rachel and Leah answered and said unto him, Is there yet any portion or inheritance for us in our father's house?
## 889                                                                                                                                                                                                                                                                      Are we not counted of him strangers? for he hath sold us, and hath quite devoured also our money.
## 890                                                                                                                                                                                                                           For all the riches which God hath taken from our father, that is ours, and our children's: now then, whatsoever God hath said unto thee, do.
## 891                                                                                                                                                                                                                                                                                                        Then Jacob rose up, and set his sons and his wives upon camels;
## 892                                                                                                                                                                          And he carried away all his cattle, and all his goods which he had gotten, the cattle of his getting, which he had gotten in Padan-aram, for to go to Isaac his father in the land of Canaan.
## 893                                                                                                                                                                                                                                                                            And Laban went to shear his sheep: and Rachel had stolen the images that were her father's.
## 894                                                                                                                                                                                                                                                                               And Jacob stole away unawares to Laban the Syrian, in that he told him not that he fled.
## 895                                                                                                                                                                                                                                                  So he fled with all that he had; and he rose up, and passed over the river, and set his face toward the mount Gilead.
## 896                                                                                                                                                                                                                                                                                                            And it was told Laban on the third day that Jacob was fled.
## 897                                                                                                                                                                                                                                               And he took his brethren with him, and pursued after him seven days' journey; and they overtook him in the mount Gilead.
## 898                                                                                                                                                                                                                                    And God came to Laban the Syrian in a dream by night, and said unto him, Take heed that thou speak not to Jacob either good or bad.
## 899                                                                                                                                                                                                                                    Then Laban overtook Jacob. Now Jacob had pitched his tent in the mount: and Laban with his brethren pitched in the mount of Gilead.
## 900                                                                                                                                                                                                              And Laban said to Jacob, What hast thou done, that thou hast stolen away unawares to me, and carried away my daughters, as captives taken with the sword?
## 901                                                                                                                                                                                       Wherefore didst thou flee away secretly, and steal away from me; and didst not tell me, that I might have sent thee away with mirth, and with songs, with tabret, and with harp?
## 902                                                                                                                                                                                                                                                                   And hast not suffered me to kiss my sons and my daughters? thou hast now done foolishly in so doing.
## 903                                                                                                                                                                                            It is in the power of my hand to do you hurt: but the God of your father spake unto me yesternight, saying, Take thou heed that thou speak not to Jacob either good or bad.
## 904                                                                                                                                                                                                                              And now, though thou wouldest needs be gone, because thou sore longedst after thy father's house, yet wherefore hast thou stolen my gods?
## 905                                                                                                                                                                                                                                And Jacob answered and said to Laban, Because I was afraid: for I said, Peradventure thou wouldest take by force thy daughters from me.
## 906                                                                                                                                                                                  With whomsoever thou findest thy gods, let him not live: before our brethren discern thou what is thine with me, and take it to thee. For Jacob knew not that Rachel had stolen them.
## 907                                                                                                                                                                                  And Laban went into Jacob's tent, and into Leah's tent, and into the two maidservants' tents; but he found them not. Then went he out of Leah's tent, and entered into Rachel's tent.
## 908                                                                                                                                                                                                                        Now Rachel had taken the images, and put them in the camel's furniture, and sat upon them. And Laban searched all the tent, but found them not.
## 909                                                                                                                                                                                             And she said to her father, Let it not displease my lord that I cannot rise up before thee; for the custom of women is upon me. And he searched, but found not the images.
## 910                                                                                                                                                                                                        And Jacob was wroth, and chode with Laban: and Jacob answered and said to Laban, What is my trespass? what is my sin, that thou hast so hotly pursued after me?
## 911                                                                                                                                                                                        Whereas thou hast searched all my stuff, what hast thou found of all thy household stuff? set it here before my brethren and thy brethren, that they may judge betwixt us both.
## 912                                                                                                                                                                                                                             This twenty years have I been with thee; thy ewes and thy she goats have not cast their young, and the rams of thy flock have I not eaten.
## 913                                                                                                                                                                                                             That which was torn of beasts I brought not unto thee; I bare the loss of it; of my hand didst thou require it, whether stolen by day, or stolen by night.
## 914                                                                                                                                                                                                                                                          Thus I was; in the day the drought consumed me, and the frost by night; and my sleep departed from mine eyes.
## 915                                                                                                                                                                                                Thus have I been twenty years in thy house; I served thee fourteen years for thy two daughters, and six years for thy cattle: and thou hast changed my wages ten times.
## 916                                                                                                                                            Except the God of my father, the God of Abraham, and the fear of Isaac, had been with me, surely thou hadst sent me away now empty. God hath seen mine affliction and the labour of my hands, and rebuked thee yesternight.
## 917                                                                                        And Laban answered and said unto Jacob, These daughters are my daughters, and these children are my children, and these cattle are my cattle, and all that thou seest is mine: and what can I do this day unto these my daughters, or unto their children which they have born?
## 918                                                                                                                                                                                                                                                          Now therefore come thou, let us make a covenant, I and thou; and let it be for a witness between me and thee.
## 919                                                                                                                                                                                                                                                                                                                    And Jacob took a stone, and set it up for a pillar.
## 920                                                                                                                                                                                                                                         And Jacob said unto his brethren, Gather stones; and they took stones, and made an heap: and they did eat there upon the heap.
## 921                                                                                                                                                                                                                                                                                                       And Laban called it Jegar-sahadutha: but Jacob called it Galeed.
## 922                                                                                                                                                                                                                                                       And Laban said, This heap is a witness between me and thee this day. Therefore was the name of it called Galeed;
## 923                                                                                                                                                                                                                                                                      And Mizpah; for he said, The LORD watch between me and thee, when we are absent one from another.
## 924                                                                                                                                                                                                                 If thou shalt afflict my daughters, or if thou shalt take other wives beside my daughters, no man is with us; see, God is witness betwixt me and thee.
## 925                                                                                                                                                                                                                                                              And Laban said to Jacob, Behold this heap, and behold this pillar, which I have cast betwixt me and thee;
## 926                                                                                                                                                                                          This heap be witness, and this pillar be witness, that I will not pass over this heap to thee, and that thou shalt not pass over this heap and this pillar unto me, for harm.
## 927                                                                                                                                                                                                                                  The God of Abraham, and the God of Nahor, the God of their father, judge betwixt us. And Jacob sware by the fear of his father Isaac.
## 928                                                                                                                                                                                                                         Then Jacob offered sacrifice upon the mount, and called his brethren to eat bread: and they did eat bread, and tarried all night in the mount.
## 929                                                                                                                                                                                                                      And early in the morning Laban rose up, and kissed his sons and his daughters, and blessed them: and Laban departed, and returned unto his place.
## 930                                                                                                                                                                                                                                                                                                              AND Jacob went on his way, and the angels of God met him.
## 931                                                                                                                                                                                                                                                                   And when Jacob saw them, he said, This is God's host: and he called the name of that place Mahanaim.
## 932                                                                                                                                                                                                                                                                   And Jacob sent messengers before him to Esau his brother unto the land of Seir, the country of Edom.
## 933                                                                                                                                                                                                           And he commanded them, saying, Thus shall ye speak unto my lord Esau; Thy servant Jacob saith thus, I have sojourned with Laban, and stayed there until now:
## 934                                                                                                                                                                                                                           And I have oxen, and asses, flocks, and menservants, and womenservants: and I have sent to tell my lord, that I may find grace in thy sight.
## 935                                                                                                                                                                                                                             And the messengers returned to Jacob, saying, We came to thy brother Esau, and also he cometh to meet thee, and four hundred men with him.
## 936                                                                                                                                                                                                                  Then Jacob was greatly afraid and distressed: and he divided the people that was with him, and the flocks, and herds, and the camels, into two bands;
## 937                                                                                                                                                                                                                                                            And said, If Esau come to the one company, and smite it, then the other company which is left shall escape.
## 938                                                                                                                                                                                    And Jacob said, O God of my father Abraham, and God of my father Isaac, the LORD which saidst unto me, Return unto thy country, and to thy kindred, and I will deal well with thee:
## 939                                                                                                                                                                            I am not worthy of the least of all the mercies, and of all the truth, which thou hast shewed unto thy servant; for with my staff I passed over this Jordan; and now I am become two bands.
## 940                                                                                                                                                                                                         Deliver me, I pray thee, from the hand of my brother, from the hand of Esau: for I fear him, lest he will come and smite me, and the mother with the children.
## 941                                                                                                                                                                                                                                         And thou saidst, I will surely do thee good, and make thy seed as the sand of the sea, which cannot be numbered for multitude.
## 942                                                                                                                                                                                                                                                           And he lodged there that same night; and took of that which came to his hand a present for Esau his brother;
## 943                                                                                                                                                                                                                                                                                         Two hundred she goats, and twenty he goats, two hundred ewes, and twenty rams,
## 944                                                                                                                                                                                                                                                                      Thirty milch camels with their colts, forty kine, and ten bulls, twenty she asses, and ten foals.
## 945                                                                                                                                                                                              And he delivered them into the hand of his servants, every drove by themselves; and said unto his servants, Pass over before me, and put a space betwixt drove and drove.
## 946                                                                                                                                                                                            And he commanded the foremost, saying, When Esau my brother meeteth thee, and asketh thee, saying, Whose art thou? and whither goest thou? and whose are these before thee?
## 947                                                                                                                                                                                                                                           Then thou shalt say, They be thy servant Jacob's; it is a present sent unto my lord Esau: and, behold, also he is behind us.
## 948                                                                                                                                                                                                                    And so commanded he the second, and the third, and all that followed the droves, saying, On this manner shall ye speak unto Esau, when ye find him.
## 949                                                                                                                                                              And say ye moreover, Behold, thy servant Jacob is behind us. For he said, I will appease him with the present that goeth before me, and afterward I will see his face; peradventure he will accept of me.
## 950                                                                                                                                                                                                                                                                                     So went the present over before him: and himself lodged that night in the company.
## 951                                                                                                                                                                                                                                    And he rose up that night, and took his two wives, and his two womenservants, and his eleven sons, and passed over the ford Jabbok.
## 952                                                                                                                                                                                                                                                                                             And he took them, and sent them over the brook, and sent over that he had.
## 953                                                                                                                                                                                                                                                                             And Jacob was left alone; and there wrestled a man with him until the breaking of the day.
## 954                                                                                                                                                                                                      And when he saw that he prevailed not against him, he touched the hollow of his thigh; and the hollow of Jacob's thigh was out of joint, as he wrestled with him.
## 955                                                                                                                                                                                                                                                               And he said, Let me go, for the day breaketh. And he said, I will not let thee go, except thou bless me.
## 956                                                                                                                                                                                                                                                                                                            And he said unto him, What is thy name? And he said, Jacob.
## 957                                                                                                                                                                                                                            And he said, Thy name shall be called no more Jacob, but Israel: for as a prince hast thou power with God and with men, and hast prevailed.
## 958                                                                                                                                                                                                                And Jacob asked him, and said, Tell me, I pray thee, thy name. And he said, Wherefore is it that thou dost ask after my name? And he blessed him there.
## 959                                                                                                                                                                                                                                                             And Jacob called the name of the place Peniel: for I have seen God face to face, and my life is preserved.
## 960                                                                                                                                                                                                                                                                                      And as he passed over Penuel the sun rose upon him, and he halted upon his thigh.
## 961                                                                                                                                                                     Therefore the children of Israel eat not of the sinew which shrank, which is upon the hollow of the thigh, unto this day: because he touched the hollow of Jacob's thigh in the sinew that shrank.
## 962                                                                                                                                                                                   AND Jacob lifted up his eyes, and looked, and, behold, Esau came, and with him four hundred men. And he divided the children unto Leah, and unto Rachel, and unto the two handmaids.
## 963                                                                                                                                                                                                                                               And he put the handmaids and their children foremost, and Leah and her children after, and Rachel and Joseph hindermost.
## 964                                                                                                                                                                                                                                                        And he passed over before them, and bowed himself to the ground seven times, until he came near to his brother.
## 965                                                                                                                                                                                                                                                                       And Esau ran to meet him, and embraced him, and fell on his neck, and kissed him: and they wept.
## 966                                                                                                                                                                                               And he lifted up his eyes, and saw the women and the children; and said, Who are those with thee? And he said, The children which God hath graciously given thy servant.
## 967                                                                                                                                                                                                                                                                                    Then the handmaidens came near, they and their children, and they bowed themselves.
## 968                                                                                                                                                                                                                                     And Leah also with her children came near, and bowed themselves: and after came Joseph near and Rachel, and they bowed themselves.
## 969                                                                                                                                                                                                                                            And he said, What meanest thou by all this drove which I met? And he said, These are to find grace in the sight of my lord.
## 970                                                                                                                                                                                                                                                                                            And Esau said, I have enough, my brother; keep that thou hast unto thyself.
## 971                                                                                                                                                 And Jacob said, Nay, I pray thee, if now I have found grace in thy sight, then receive my present at my hand: for therefore I have seen thy face, as though I had seen the face of God, and thou wast pleased with me.
## 972                                                                                                                                                                                                        Take, I pray thee, my blessing that is brought to thee; because God hath dealt graciously with me, and because I have enough. And he urged him, and he took it.
## 973                                                                                                                                                                                                                                                                                        And he said, Let us take our journey, and let us go, and I will go before thee.
## 974                                                                                                                                                                                 And he said unto him, My lord knoweth that the children are tender, and the flocks and herds with young are with me: and if men should overdrive them one day, all the flock will die.
## 975                                                                                                                                                               Let my lord, I pray thee, pass over before his servant: and I will lead on softly, according as the cattle that goeth before me and the children be able to endure, until I come unto my lord unto Seir.
## 976                                                                                                                                                                                                                  And Esau said, Let me now leave with thee some of the folk that are with me. And he said, What needeth it? let me find grace in the sight of my lord.
## 977                                                                                                                                                                                                                                                                                                                        So Esau returned that day on his way unto Seir.
## 978                                                                                                                                                                                                                             And Jacob journeyed to Succoth, and built him an house, and made booths for his cattle: therefore the name of the place is called Succoth.
## 979                                                                                                                                                                                                                       And Jacob came to Shalem, a city of Shechem, which is in the land of Canaan, when he came from Padan-aram; and pitched his tent before the city.
## 980                                                                                                                                                                                                               And he bought a parcel of a field, where he had spread his tent, at the hand of the children of Hamor, Shechem's father, for an hundred pieces of money.
## 981                                                                                                                                                                                                                                                                                                          And he erected there an altar, and called it El-elohe-Israel.
## 982                                                                                                                                                                                                                                                                  AND Dinah the daughter of Leah, which she bare unto Jacob, went out to see the daughters of the land.
## 983                                                                                                                                                                                                                                          And when Shechem the son of Hamor the Hivite, prince of the country, saw her, he took her, and lay with her, and defiled her.
## 984                                                                                                                                                                                                                                                        And his soul clave unto Dinah the daughter of Jacob, and he loved the damsel, and spake kindly unto the damsel.
## 985                                                                                                                                                                                                                                                                                           And Shechem spake unto his father Hamor, saying, Get me this damsel to wife.
## 986                                                                                                                                                                                                                 And Jacob heard that he had defiled Dinah his daughter: now his sons were with his cattle in the field: and Jacob held his peace until they were come.
## 987                                                                                                                                                                                                                                                                                               And Hamor the father of Shechem went out unto Jacob to commune with him.
## 988                                                                                                                                           And the sons of Jacob came out of the field when they heard it: and the men were grieved, and they were very wroth, because he had wrought folly in Israel in lying with Jacob's daughter; which thing ought not to be done.
## 989                                                                                                                                                                                                                                           And Hamor communed with them, saying, The soul of my son Shechem longeth for your daughter: I pray you give her him to wife.
## 990                                                                                                                                                                                                                                                                       And make ye marriages with us, and give your daughters unto us, and take our daughters unto you.
## 991                                                                                                                                                                                                                                             And ye shall dwell with us: and the land shall be before you; dwell and trade ye therein, and get you possessions therein.
## 992                                                                                                                                                                                                                                     And Shechem said unto her father and unto her brethren, Let me find grace in your eyes, and what ye shall say unto me I will give.
## 993                                                                                                                                                                                                                                                Ask me never so much dowry and gift, and I will give according as ye shall say unto me: but give me the damsel to wife.
## 994                                                                                                                                                                                                                                          And the sons of Jacob answered Shechem and Hamor his father deceitfully, and said, because he had defiled Dinah their sister:
## 995                                                                                                                                                                                                                                   And they said unto them, We cannot do this thing, to give our sister to one that is uncircumcised; for that were a reproach unto us:
## 996                                                                                                                                                                                                                                                                   But in this will we consent unto you: If ye will be as we be, that every male of you be circumcised;
## 997                                                                                                                                                                                                                            Then will we give our daughters unto you, and we will take your daughters to us, and we will dwell with you, and we will become one people.
## 998                                                                                                                                                                                                                                                            But if ye will not hearken unto us, to be circumcised; then will we take our daughter, and we will be gone.
## 999                                                                                                                                                                                                                                                                                                                And their words pleased Hamor, and Shechem Hamor's son.
## 1000                                                                                                                                                                                                              And the young man deferred not to do the thing, because he had delight in Jacob's daughter: and he was more honourable than all the house of his father.
## 1001                                                                                                                                                                                                                                                      And Hamor and Shechem his son came unto the gate of their city, and communed with the men of their city, saying,
## 1002                                                                                                                                         These men are peaceable with us; therefore let them dwell in the land, and trade therein; for the land, behold, it is large enough for them; let us take their daughters to us for wives, and let us give them our daughters.
## 1003                                                                                                                                                                                                                      Only herein will the men consent unto us for to dwell with us, to be one people, if every male among us be circumcised, as they are circumcised.
## 1004                                                                                                                                                                                                                             Shall not their cattle and their substance and every beast of theirs be ours? only let us consent unto them, and they will dwell with us.
## 1005                                                                                                                                                                                               And unto Hamor and unto Shechem his son hearkened all that went out of the gate of his city; and every male was circumcised, all that went out of the gate of his city.
## 1006                                                                                                                                                          And it came to pass on the third day, when they were sore, that two of the sons of Jacob, Simeon and Levi, Dinah's brethren, took each man his sword, and came upon the city boldly, and slew all the males.
## 1007                                                                                                                                                                                                                                              And they slew Hamor and Shechem his son with the edge of the sword, and took Dinah out of Shechem's house, and went out.
## 1008                                                                                                                                                                                                                                                                   The sons of Jacob came upon the slain, and spoiled the city, because they had defiled their sister.
## 1009                                                                                                                                                                                                                                              They took their sheep, and their oxen, and their asses, and that which was in the city, and that which was in the field,
## 1010                                                                                                                                                                                                                                       And all their wealth, and all their little ones, and their wives took they captive, and spoiled even all that was in the house.
## 1011                                                                            And Jacob said to Simeon and Levi, Ye have troubled me to make me to stink among the inhabitants of the land, among the Canaanites and the Perizzites: and I being few in number, they shall gather themselves together against me, and slay me; and I shall be destroyed, I and my house.
## 1012                                                                                                                                                                                                                                                                                                      And they said, Should he deal with our sister as with an harlot?
## 1013                                                                                                                                                                                    AND God said unto Jacob, Arise, go up to Beth-el, and dwell there: and make there an altar unto God, that appeared unto thee when thou fleddest from the face of Esau thy brother.
## 1014                                                                                                                                                                                                              Then Jacob said unto his household, and to all that were with him, Put away the strange gods that are among you, and be clean, and change your garments:
## 1015                                                                                                                                                                                                  And let us arise, and go up to Beth-el; and I will make there an altar unto God, who answered me in the day of my distress, and was with me in the way which I went.
## 1016                                                                                                                                                                                       And they gave unto Jacob all the strange gods which were in their hand, and all their earrings which were in their ears; and Jacob hid them under the oak which was by Shechem.
## 1017                                                                                                                                                                                                                            And they journeyed: and the terror of God was upon the cities that were round about them, and they did not pursue after the sons of Jacob.
## 1018                                                                                                                                                                                                                                                     So Jacob came to Luz, which is in the land of Canaan, that is, Beth-el, he and all the people that were with him.
## 1019                                                                                                                                                                                                                         And he built there an altar, and called the place El-beth-el: because there God appeared unto him, when he fled from the face of his brother.
## 1020                                                                                                                                                                                                                                       But Deborah Rebekah's nurse died, and she was buried beneath Beth-el under an oak: and the name of it was called Allon-bachuth.
## 1021                                                                                                                                                                                                                                                                                   And God appeared unto Jacob again, when he came out of Padan-aram, and blessed him.
## 1022                                                                                                                                                                                                                   And God said unto him, Thy name is Jacob: thy name shall not be called any more Jacob, but Israel shall be thy name: and he called his name Israel.
## 1023                                                                                                                                                                                                        And God said unto him, I am God Almighty: be fruitful and multiply; a nation and a company of nations shall be of thee, and kings shall come out of thy loins;
## 1024                                                                                                                                                                                                                                                 And the land which I gave Abraham and Isaac, to thee I will give it, and to thy seed after thee will I give the land.
## 1025                                                                                                                                                                                                                                                                                                       And God went up from him in the place where he talked with him.
## 1026                                                                                                                                                                                                           And Jacob set up a pillar in the place where he talked with him, even a pillar of stone: and he poured a drink offering thereon, and he poured oil thereon.
## 1027                                                                                                                                                                                                                                                                                             And Jacob called the name of the place where God spake with him, Beth-el.
## 1028                                                                                                                                                                                                                                    And they journeyed from Beth-el; and there was but a little way to come to Ephrath: and Rachel travailed, and she had hard labour.
## 1029                                                                                                                                                                                                                                            And it came to pass, when she was in hard labour, that the midwife said unto her, Fear not; thou shalt have this son also.
## 1030                                                                                                                                                                                                                               And it came to pass, as her soul was in departing, (for she died) that she called his name Ben-oni: but his father called him Benjamin.
## 1031                                                                                                                                                                                                                                                                                           And Rachel died, and was buried in the way to Ephrath, which is Beth-lehem.
## 1032                                                                                                                                                                                                                                                                            And Jacob set a pillar upon her grave: that is the pillar of Rachel's grave unto this day.
## 1033                                                                                                                                                                                                                                                                                                   And Israel journeyed, and spread his tent beyond the tower of Edar.
## 1034                                                                                                                                                                                             And it came to pass, when Israel dwelt in that land, that Reuben went and lay with Bilhah his father's concubine: and Israel heard it. Now the sons of Jacob were twelve:
## 1035                                                                                                                                                                                                                                                              The sons of Leah; Reuben, Jacob's firstborn, and Simeon, and Levi, and Judah, and Issachar, and Zebulun:
## 1036                                                                                                                                                                                                                                                                                                                             The sons of Rachel; Joseph, and Benjamin:
## 1037                                                                                                                                                                                                                                                                                                         And the sons of Bilhah, Rachel's handmaid; Dan, and Naphtali:
## 1038                                                                                                                                                                                                                                           And the sons of Zilpah, Leah's handmaid; Gad, and Asher: these are the sons of Jacob, which were born to him in Padan-aram.
## 1039                                                                                                                                                                                                                                          And Jacob came unto Isaac his father unto Mamre, unto the city of Arbah, which is Hebron, where Abraham and Isaac sojourned.
## 1040                                                                                                                                                                                                                                                                                                            And the days of Isaac were an hundred and fourscore years.
## 1041                                                                                                                                                                                                                          And Isaac gave up the ghost, and died, and was gathered unto his people, being old and full of days: and his sons Esau and Jacob buried him.
## 1042                                                                                                                                                                                                                                                                                                                   NOW these are the generations of Esau, who is Edom.
## 1043                                                                                                                                                                                                         Esau took his wives of the daughters of Canaan; Adah the daughter of Elon the Hittite, and Aholibamah the daughter of Anah the daughter of Zibeon the Hivite;
## 1044                                                                                                                                                                                                                                                                                                                 And Bashemath Ishmael's daughter, sister of Nebajoth.
## 1045                                                                                                                                                                                                                                                                                                              And Adah bare to Esau Eliphaz; and Bashemath bare Reuel;
## 1046                                                                                                                                                                                                                                         And Aholibamah bare Jeush, and Jaalam, and Korah: these are the sons of Esau, which were born unto him in the land of Canaan.
## 1047                                                                                                          And Esau took his wives, and his sons, and his daughters, and all the persons of his house, and his cattle, and all his beasts, and all his substance, which he had got in the land of Canaan; and went into the country from the face of his brother Jacob.
## 1048                                                                                                                                                                                                                 For their riches were more than that they might dwell together; and the land wherein they were strangers could not bear them because of their cattle.
## 1049                                                                                                                                                                                                                                                                                                                          Thus dwelt Esau in mount Seir: Esau is Edom.
## 1050                                                                                                                                                                                                                                                                                       And these are the generations of Esau the father of the Edomites in mount Seir:
## 1051                                                                                                                                                                                                                                            These are the names of Esau's sons; Eliphaz the son of Adah the wife of Esau, Reuel the son of Bashemath the wife of Esau.
## 1052                                                                                                                                                                                                                                                                                                And the sons of Eliphaz were Teman, Omar, Zepho, and Gatam, and Kenaz.
## 1053                                                                                                                                                                                                                                               And Timna was concubine to Eliphaz Esau's son; and she bare to Eliphaz Amalek: these were the sons of Adah Esau's wife.
## 1054                                                                                                                                                                                                                                                And these are the sons of Reuel; Nahath, and Zerah, Shammah, and Mizzah: these were the sons of Bashemath Esau's wife.
## 1055                                                                                                                                                                                                                   And these were the sons of Aholibamah, the daughter of Anah the daughter of Zibeon, Esau's wife: and she bare to Esau Jeush, and Jaalam, and Korah.
## 1056                                                                                                                                                                                                                                   These were dukes of the sons of Esau: the sons of Eliphaz the firstborn son of Esau; duke Teman, duke Omar, duke Zepho, duke Kenaz,
## 1057                                                                                                                                                                                                                                   Duke Korah, duke Gatam, and duke Amalek: these are the dukes that came of Eliphaz in the land of Edom; these were the sons of Adah.
## 1058                                                                                                                                                              And these are the sons of Reuel Esau's son; duke Nahath, duke Zerah, duke Shammah, duke Mizzah: these are the dukes that came of Reuel in the land of Edom; these are the sons of Bashemath Esau's wife.
## 1059                                                                                                                                                                                                And these are the sons of Aholibamah Esau's wife; duke Jeush, duke Jaalam, duke Korah: these were the dukes that came of Aholibamah the daughter of Anah, Esau's wife.
## 1060                                                                                                                                                                                                                                                                                                   These are the sons of Esau, who is Edom, and these are their dukes.
## 1061                                                                                                                                                                                                                                                               These are the sons of Seir the Horite, who inhabited the land; Lotan, and Shobal, and Zibeon, and Anah,
## 1062                                                                                                                                                                                                                                                       And Dishon, and Ezer, and Dishan: these are the dukes of the Horites, the children of Seir in the land of Edom.
## 1063                                                                                                                                                                                                                                                                                          And the children of Lotan were Hori and Hemam; and Lotan's sister was Timna.
## 1064                                                                                                                                                                                                                                                                               And the children of Shobal were these; Alvan, and Manahath, and Ebal, Shepho, and Onam.
## 1065                                                                                                                                                                                                       And these are the children of Zibeon; both Ajah, and Anah: this was that Anah that found the mules in the wilderness, as he fed the asses of Zibeon his father.
## 1066                                                                                                                                                                                                                                                                                     And the children of Anah were these; Dishon, and Aholibamah the daughter of Anah.
## 1067                                                                                                                                                                                                                                                                                     And these are the children of Dishon; Hemdan, and Eshban, and Ithran, and Cheran.
## 1068                                                                                                                                                                                                                                                                                                         The children of Ezer are these; Bilhan, and Zaavan, and Akan.
## 1069                                                                                                                                                                                                                                                                                                                       The children of Dishan are these; Uz, and Aran.
## 1070                                                                                                                                                                                                                                                                        These are the dukes that came of the Horites; duke Lotan, duke Shobal, duke Zibeon, duke Anah,
## 1071                                                                                                                                                                                                                                                    Duke Dishon, duke Ezer, duke Dishan: these are the dukes that came of Hori, among their dukes in the land of Seir.
## 1072                                                                                                                                                                                                                                                  And these are the kings that reigned in the land of Edom, before there reigned any king over the children of Israel.
## 1073                                                                                                                                                                                                                                                                                      And Bela the son of Beor reigned in Edom: and the name of his city was Dinhabah.
## 1074                                                                                                                                                                                                                                                                                             And Bela died, and Jobab the son of Zerah of Bozrah reigned in his stead.
## 1075                                                                                                                                                                                                                                                                                                And Jobab died, and Husham of the land of Temani reigned in his stead.
## 1076                                                                                                                                                                                                                         And Husham died, and Hadad the son of Bedad, who smote Midian in the field of Moab, reigned in his stead: and the name of his city was Avith.
## 1077                                                                                                                                                                                                                                                                                                          And Hadad died, and Samlah of Masrekah reigned in his stead.
## 1078                                                                                                                                                                                                                                                                                              And Samlah died, and Saul of Rehoboth by the river reigned in his stead.
## 1079                                                                                                                                                                                                                                                                                                 And Saul died, and Baal-hanan the son of Achbor reigned in his stead.
## 1080                                                                                                                                                                          And Baal-hanan the son of Achbor died, and Hadar reigned in his stead: and the name of his city was Pau; and his wife's name was Mehetabel, the daughter of Matred, the daughter of Mezahab.
## 1081                                                                                                                                                                                                       And these are the names of the dukes that came of Esau, according to their families, after their places, by their names; duke Timnah, duke Alvah, duke Jetheth,
## 1082                                                                                                                                                                                                                                                                                                                               Duke Aholibamah, duke Elah, duke Pinon,
## 1083                                                                                                                                                                                                                                                                                                                                  Duke Kenaz, duke Teman, duke Mibzar,
## 1084                                                                                                                                                                                                           Duke Magdiel, duke Iram: these be the dukes of Edom, according to their habitations in the land of their possession: he is Esau the father of the Edomites.
## 1085                                                                                                                                                                                                                                                                                 AND Jacob dwelt in the land wherein his father was a stranger, in the land of Canaan.
## 1086                                                                                                       These are the generations of Jacob. Joseph, being seventeen years old, was feeding the flock with his brethren; and the lad was with the sons of Bilhah, and with the sons of Zilpah, his father's wives: and Joseph brought unto his father their evil report.
## 1087                                                                                                                                                                                                                                    Now Israel loved Joseph more than all his children, because he was the son of his old age: and he made him a coat of many colours.
## 1088                                                                                                                                                                                                                             And when his brethren saw that their father loved him more than all his brethren, they hated him, and could not speak peaceably unto him.
## 1089                                                                                                                                                                                                                                                                             And Joseph dreamed a dream, and he told it his brethren: and they hated him yet the more.
## 1090                                                                                                                                                                                                                                                                                             And he said unto them, Hear, I pray you, this dream which I have dreamed:
## 1091                                                                                                                                                                                      For, behold, we were binding sheaves in the field, and, lo, my sheaf arose, and also stood upright; and, behold, your sheaves stood round about, and made obeisance to my sheaf.
## 1092                                                                                                                                                                                         And his brethren said to him, Shalt thou indeed reign over us? or shalt thou indeed have dominion over us? And they hated him yet the more for his dreams, and for his words.
## 1093                                                                                                                                                                               And he dreamed yet another dream, and told it his brethren, and said, Behold, I have dreamed a dream more; and, behold, the sun and the moon and the eleven stars made obeisance to me.
## 1094                                                                                                                          And he told it to his father, and to his brethren: and his father rebuked him, and said unto him, What is this dream that thou hast dreamed? Shall I and thy mother and thy brethren indeed come to bow down ourselves to thee to the earth?
## 1095                                                                                                                                                                                                                                                                                                      And his brethren envied him; but his father observed the saying.
## 1096                                                                                                                                                                                                                                                                                                        And his brethren went to feed their father's flock in Shechem.
## 1097                                                                                                                                                                                                                      And Israel said unto Joseph, Do not thy brethren feed the flock in Shechem? come, and I will send thee unto them. And he said to him, Here am I.
## 1098                                                                                                                                                                   And he said to him, Go, I pray thee, see whether it be well with thy brethren, and well with the flocks; and bring me word again. So he sent him out of the vale of Hebron, and he came to Shechem.
## 1099                                                                                                                                                                                                                                            And a certain man found him, and, behold, he was wandering in the field: and the man asked him, saying, What seekest thou?
## 1100                                                                                                                                                                                                                                                                                  And he said, I seek my brethren: tell me, I pray thee, where they feed their flocks.
## 1101                                                                                                                                                                                                                   And the man said, They are departed hence; for I heard them say, Let us go to Dothan. And Joseph went after his brethren, and found them in Dothan.
## 1102                                                                                                                                                                                                                                                           And when they saw him afar off, even before he came near unto them, they conspired against him to slay him.
## 1103                                                                                                                                                                                                                                                                                                            And they said one to another, Behold, this dreamer cometh.
## 1104                                                                                                                                                                                             Come now therefore, and let us slay him, and cast him into some pit, and we will say, Some evil beast hath devoured him: and we shall see what will become of his dreams.
## 1105                                                                                                                                                                                                                                                                          And Reuben heard it, and he delivered him out of their hands; and said, Let us not kill him.
## 1106                                                                                                                                                               And Reuben said unto them, Shed no blood, but cast him into this pit that is in the wilderness, and lay no hand upon him; that he might rid him out of their hands, to deliver him to his father again.
## 1107                                                                                                                                                                                                                       And it came to pass, when Joseph was come unto his brethren, that they stript Joseph out of his coat, his coat of many colours that was on him;
## 1108                                                                                                                                                                                                                                                                          And they took him, and cast him into a pit: and the pit was empty, there was no water in it.
## 1109                                                                                                                                               And they sat down to eat bread: and they lifted up their eyes and looked, and, behold, a company of Ishmeelites came from Gilead with their camels bearing spicery and balm and myrrh, going to carry it down to Egypt.
## 1110                                                                                                                                                                                                                                                                    And Judah said unto his brethren, What profit is it if we slay our brother, and conceal his blood?
## 1111                                                                                                                                                                                                                   Come, and let us sell him to the Ishmeelites, and let not our hand be upon him; for he is our brother and our flesh. And his brethren were content.
## 1112                                                                                                                                                                   Then there passed by Midianites merchantmen; and they drew and lifted up Joseph out of the pit, and sold Joseph to the Ishmeelites for twenty pieces of silver: and they brought Joseph into Egypt.
## 1113                                                                                                                                                                                                                                                                    And Reuben returned unto the pit; and, behold, Joseph was not in the pit; and he rent his clothes.
## 1114                                                                                                                                                                                                                                                                             And he returned unto his brethren, and said, The child is not; and I, whither shall I go?
## 1115                                                                                                                                                                                                                                                                         And they took Joseph's coat, and killed a kid of the goats, and dipped the coat in the blood;
## 1116                                                                                                                                                                                                               And they sent the coat of many colours, and they brought it to their father; and said, This have we found: know now whether it be thy son's coat or no.
## 1117                                                                                                                                                                                                                                               And he knew it, and said, It is my son's coat; an evil beast hath devoured him; Joseph is without doubt rent in pieces.
## 1118                                                                                                                                                                                                                                                                      And Jacob rent his clothes, and put sackcloth upon his loins, and mourned for his son many days.
## 1119                                                                                                                                                                     And all his sons and all his daughters rose up to comfort him; but he refused to be comforted; and he said, For I will go down into the grave unto my son mourning. Thus his father wept for him.
## 1120                                                                                                                                                                                                                                                              And the Midianites sold him into Egypt unto Potiphar, an officer of Pharaoh's, and captain of the guard.
## 1121                                                                                                                                                                                                                                AND it came to pass at that time, that Judah went down from his brethren, and turned in to a certain Adullamite, whose name was Hirah.
## 1122                                                                                                                                                                                                                                                   And Judah saw there a daughter of a certain Canaanite, whose name was Shuah; and he took her, and went in unto her.
## 1123                                                                                                                                                                                                                                                                                                         And she conceived, and bare a son; and he called his name Er.
## 1124                                                                                                                                                                                                                                                                                                And she conceived again, and bare a son; and she called his name Onan.
## 1125                                                                                                                                                                                                                                                     And she yet again conceived, and bare a son; and called his name Shelah: and he was at Chezib, when she bare him.
## 1126                                                                                                                                                                                                                                                                                                     And Judah took a wife for Er his firstborn, whose name was Tamar.
## 1127                                                                                                                                                                                                                                                                                And Er, Judah's firstborn, was wicked in the sight of the LORD; and the LORD slew him.
## 1128                                                                                                                                                                                                                                                             And Judah said unto Onan, Go in unto thy brother's wife, and marry her, and raise up seed to thy brother.
## 1129                                                                                                                                                                          And Onan knew that the seed should not be his; and it came to pass, when he went in unto his brother's wife, that he spilled it on the ground, lest that he should give seed to his brother.
## 1130                                                                                                                                                                                                                                                                                           And the thing which he did displeased the LORD: wherefore he slew him also.
## 1131                                                                                                                                     Then said Judah to Tamar his daughter in law, Remain a widow at thy father's house, till Shelah my son be grown: for he said, Lest peradventure he die also, as his brethren did. And Tamar went and dwelt in her father's house.
## 1132                                                                                                                                                                                       And in process of time the daughter of Shuah Judah's wife died; and Judah was comforted, and went up unto his sheepshearers to Timnath, he and his friend Hirah the Adullamite.
## 1133                                                                                                                                                                                                                                                                       And it was told Tamar, saying, Behold thy father in law goeth up to Timnath to shear his sheep.
## 1134                                                                                                                                 And she put her widow's garments off from her, and covered her with a vail, and wrapped herself, and sat in an open place, which is by the way to Timnath; for she saw that Shelah was grown, and she was not given unto him to wife.
## 1135                                                                                                                                                                                                                                                                                 When Judah saw her, he thought her to be an harlot; because she had covered her face.
## 1136                                                                                                                                                And he turned unto her by the way, and said, Go to, I pray thee, let me come in unto thee; (for he knew not that she was his daughter in law.) And she said, What wilt thou give me, that thou mayest come in unto me?
## 1137                                                                                                                                                                                                                                                      And he said, I will send thee a kid from the flock. And she said, Wilt thou give me a pledge, till thou send it?
## 1138                                                                                                                                                                     And he said, What pledge shall I give thee? And she said, Thy signet, and thy bracelets, and thy staff that is in thine hand. And he gave it her, and came in unto her, and she conceived by him.
## 1139                                                                                                                                                                                                                                                                And she arose, and went away, and laid by her vail from her, and put on the garments of her widowhood.
## 1140                                                                                                                                                                                                                                   And Judah sent the kid by the hand of his friend the Adullamite, to receive his pledge from the woman's hand: but he found her not.
## 1141                                                                                                                                                                                                                  Then he asked the men of that place, saying, Where is the harlot, that was openly by the way side? And they said, There was no harlot in this place.
## 1142                                                                                                                                                                                                                                    And he returned to Judah, and said, I cannot find her; and also the men of the place said, that there was no harlot in this place.
## 1143                                                                                                                                                                                                                                                      And Judah said, Let her take it to her, lest we be shamed: behold, I sent this kid, and thou hast not found her.
## 1144                                                                                                                               And it came to pass about three months after, that it was told Judah, saying, Tamar thy daughter in law hath played the harlot; and also, behold, she is with child by whoredom. And Judah said, Bring her forth, and let her be burnt.
## 1145                                                                                                                                                           When she was brought forth, she sent to her father in law, saying, By the man, whose these are, am I with child: and she said, Discern, I pray thee, whose are these, the signet, and bracelets, and staff.
## 1146                                                                                                                                                                                                              And Judah acknowledged them, and said, She hath been more righteous than I; because that I gave her not to Shelah my son. And he knew her again no more.
## 1147                                                                                                                                                                                                                                                                                 And it came to pass in the time of her travail, that, behold, twins were in her womb.
## 1148                                                                                                                                                                                                   And it came to pass, when she travailed, that the one put out his hand: and the midwife took and bound upon his hand a scarlet thread, saying, This came out first.
## 1149                                                                                                                                                                          And it came to pass, as he drew back his hand, that, behold, his brother came out: and she said, How hast thou broken forth? this breach be upon thee: therefore his name was called Pharez.
## 1150                                                                                                                                                                                                                                                         And afterward came out his brother, that had the scarlet thread upon his hand: and his name was called Zarah.
## 1151                                                                                                                                                                         AND Joseph was brought down to Egypt; and Potiphar, an officer of Pharaoh, captain of the guard, an Egyptian, bought him of the hands of the Ishmeelites, which had brought him down thither.
## 1152                                                                                                                                                                                                                                                        And the LORD was with Joseph, and he was a prosperous man; and he was in the house of his master the Egyptian.
## 1153                                                                                                                                                                                                                                                         And his master saw that the LORD was with him, and that the LORD made all that he did to prosper in his hand.
## 1154                                                                                                                                                                                                                            And Joseph found grace in his sight, and he served him: and he made him overseer over his house, and all that he had he put into his hand.
## 1155                                                                                                           And it came to pass from the time that he had made him overseer in his house, and over all that he had, that the LORD blessed the Egyptian's house for Joseph's sake; and the blessing of the LORD was upon all that he had in the house, and in the field.
## 1156                                                                                                                                                                                                       And he left all that he had in Joseph's hand; and he knew not ought he had, save the bread which he did eat. And Joseph was a goodly person, and well favoured.
## 1157                                                                                                                                                                                                                                                  And it came to pass after these things, that his master's wife cast her eyes upon Joseph; and she said, Lie with me.
## 1158                                                                                                                                                                                                       But he refused, and said unto his master's wife, Behold, my master wotteth not what is with me in the house, and he hath committed all that he hath to my hand;
## 1159                                                                                                                                                                            There is none greater in this house than I; neither hath he kept back any thing from me but thee, because thou art his wife: how then can I do this great wickedness, and sin against God?
## 1160                                                                                                                                                                                                                                             And it came to pass, as she spake to Joseph day by day, that he hearkened not unto her, to lie by her, or to be with her.
## 1161                                                                                                                                                                                                                     And it came to pass about this time, that Joseph went into the house to do his business; and there was none of the men of the house there within.
## 1162                                                                                                                                                                                                                                               And she caught him by his garment, saying, Lie with me: and he left his garment in her hand, and fled, and got him out.
## 1163                                                                                                                                                                                                                                                                       And it came to pass, when she saw that he had left his garment in her hand, and was fled forth,
## 1164                                                                                                                                                                       That she called unto the men of her house, and spake unto them, saying, See, he hath brought in an Hebrew unto us to mock us; he came in unto me to lie with me, and I cried with a loud voice:
## 1165                                                                                                                                                                                                                                  And it came to pass, when he heard that I lifted up my voice and cried, that he left his garment with me, and fled, and got him out.
## 1166                                                                                                                                                                                                                                                                                                         And she laid up his garment by her, until his lord came home.
## 1167                                                                                                                                                                                                                             And she spake unto him according to these words, saying, The Hebrew servant, which thou hast brought unto us, came in unto me to mock me:
## 1168                                                                                                                                                                                                                                                               And it came to pass, as I lifted up my voice and cried, that he left his garment with me, and fled out.
## 1169                                                                                                                                                                                              And it came to pass, when his master heard the words of his wife, which she spake unto him, saying, After this manner did thy servant to me; that his wrath was kindled.
## 1170                                                                                                                                                                                                                             And Joseph's master took him, and put him into the prison, a place where the king's prisoners were bound: and he was there in the prison.
## 1171                                                                                                                                                                                                                                                     But the LORD was with Joseph, and shewed him mercy, and gave him favour in the sight of the keeper of the prison.
## 1172                                                                                                                                                                                                              And the keeper of the prison committed to Joseph's hand all the prisoners that were in the prison; and whatsoever they did there, he was the doer of it.
## 1173                                                                                                                                                                                                          The keeper of the prison looked not to any thing that was under his hand; because the LORD was with him, and that which he did, the LORD made it to prosper.
## 1174                                                                                                                                                                                                                                 AND it came to pass after these things, that the butler of the king of Egypt and his baker had offended their lord the king of Egypt.
## 1175                                                                                                                                                                                                                                             And Pharaoh was wroth against two of his officers, against the chief of the butlers, and against the chief of the bakers.
## 1176                                                                                                                                                                                                                                                  And he put them in ward in the house of the captain of the guard, into the prison, the place where Joseph was bound.
## 1177                                                                                                                                                                                                                                                       And the captain of the guard charged Joseph with them, and he served them: and they continued a season in ward.
## 1178                                                                                                                                                         And they dreamed a dream both of them, each man his dream in one night, each man according to the interpretation of his dream, the butler and the baker of the king of Egypt, which were bound in the prison.
## 1179                                                                                                                                                                                                                                                                        And Joseph came in unto them in the morning, and looked upon them, and, behold, they were sad.
## 1180                                                                                                                                                                                                                                        And he asked Pharaoh's officers that were with him in the ward of his lord's house, saying, Wherefore look ye so sadly to day?
## 1181                                                                                                                                                                                        And they said unto him, We have dreamed a dream, and there is no interpreter of it. And Joseph said unto them, Do not interpretations belong to God? tell me them, I pray you.
## 1182                                                                                                                                                                                                                                                            And the chief butler told his dream to Joseph, and said to him, In my dream, behold, a vine was before me;
## 1183                                                                                                                                                                                                                 And in the vine were three branches: and it was as though it budded, and her blossoms shot forth; and the clusters thereof brought forth ripe grapes:
## 1184                                                                                                                                                                                                                                 And Pharaoh's cup was in my hand: and I took the grapes, and pressed them into Pharaoh's cup, and I gave the cup into Pharaoh's hand.
## 1185                                                                                                                                                                                                                                                                        And Joseph said unto him, This is the interpretation of it: The three branches are three days:
## 1186                                                                                                                                                                       Yet within three days shall Pharaoh lift up thine head, and restore thee unto thy place: and thou shalt deliver Pharaoh's cup into his hand, after the former manner when thou wast his butler.
## 1187                                                                                                                                                                                                        But think on me when it shall be well with thee, and shew kindness, I pray thee, unto me, and make mention of me unto Pharaoh, and bring me out of this house:
## 1188                                                                                                                                                                                                                              For indeed I was stolen away out of the land of the Hebrews: and here also have I done nothing that they should put me into the dungeon.
## 1189                                                                                                                                                                                                            When the chief baker saw that the interpretation was good, he said unto Joseph, I also was in my dream, and, behold, I had three white baskets on my head:
## 1190                                                                                                                                                                                                                              And in the uppermost basket there was of all manner of bakemeats for Pharaoh; and the birds did eat them out of the basket upon my head.
## 1191                                                                                                                                                                                                                                                                   And Joseph answered and said, This is the interpretation thereof: The three baskets are three days:
## 1192                                                                                                                                                                                                                   Yet within three days shall Pharaoh lift up thy head from off thee, and shall hang thee on a tree; and the birds shall eat thy flesh from off thee.
## 1193                                                                                                                                                                 And it came to pass the third day, which was Pharaoh's birthday, that he made a feast unto all his servants: and he lifted up the head of the chief butler and of the chief baker among his servants.
## 1194                                                                                                                                                                                                                                                                  And he restored the chief butler unto his butlership again; and he gave the cup into Pharaoh's hand:
## 1195                                                                                                                                                                                                                                                                                                     But he hanged the chief baker: as Joseph had interpreted to them.
## 1196                                                                                                                                                                                                                                                                                                         Yet did not the chief butler remember Joseph, but forgat him.
## 1197                                                                                                                                                                                                                                                           AND it came to pass at the end of two full years, that Pharaoh dreamed: and, behold, he stood by the river.
## 1198                                                                                                                                                                                                                                                        And, behold, there came up out of the river seven well favoured kine and fatfleshed; and they fed in a meadow.
## 1199                                                                                                                                                                                                             And, behold, seven other kine came up after them out of the river, ill favoured and leanfleshed; and stood by the other kine upon the brink of the river.
## 1200                                                                                                                                                                                                                                                          And the ill favoured and leanfleshed kine did eat up the seven well favoured and fat kine. So Pharaoh awoke.
## 1201                                                                                                                                                                                                                                                      And he slept and dreamed the second time: and, behold, seven ears of corn came up upon one stalk, rank and good.
## 1202                                                                                                                                                                                                                                                                                     And, behold, seven thin ears and blasted with the east wind sprung up after them.
## 1203                                                                                                                                                                                                                                                        And the seven thin ears devoured the seven rank and full ears. And Pharaoh awoke, and, behold, it was a dream.
## 1204                                                                                                                     And it came to pass in the morning that his spirit was troubled; and he sent and called for all the magicians of Egypt, and all the wise men thereof: and Pharaoh told them his dream; but there was none that could interpret them unto Pharaoh.
## 1205                                                                                                                                                                                                                                                                                   Then spake the chief butler unto Pharaoh, saying, I do remember my faults this day:
## 1206                                                                                                                                                                                                                                             Pharaoh was wroth with his servants, and put me in ward in the captain of the guard's house, both me and the chief baker:
## 1207                                                                                                                                                                                                                                                      And we dreamed a dream in one night, I and he; we dreamed each man according to the interpretation of his dream.
## 1208                                                                                                                                                                   And there was there with us a young man, an Hebrew, servant to the captain of the guard; and we told him, and he interpreted to us our dreams; to each man according to his dream he did interpret.
## 1209                                                                                                                                                                                                                                                          And it came to pass, as he interpreted to us, so it was; me he restored unto mine office, and him he hanged.
## 1210                                                                                                                                                                                                       Then Pharaoh sent and called Joseph, and they brought him hastily out of the dungeon: and he shaved himself, and changed his raiment, and came in unto Pharaoh.
## 1211                                                                                                                                                                                      And Pharaoh said unto Joseph, I have dreamed a dream, and there is none that can interpret it: and I have heard say of thee, that thou canst understand a dream to interpret it.
## 1212                                                                                                                                                                                                                                                                      And Joseph answered Pharaoh, saying, It is not in me: God shall give Pharaoh an answer of peace.
## 1213                                                                                                                                                                                                                                                                                And Pharaoh said unto Joseph, In my dream, behold, I stood upon the bank of the river:
## 1214                                                                                                                                                                                                                                                       And, behold, there came up out of the river seven kine, fatfleshed and well favoured; and they fed in a meadow:
## 1215                                                                                                                                                                                                               And, behold, seven other kine came up after them, poor and very ill favoured and leanfleshed, such as I never saw in all the land of Egypt for badness:
## 1216                                                                                                                                                                                                                                                                                           And the lean and the ill favoured kine did eat up the first seven fat kine:
## 1217                                                                                                                                                                                                                   And when they had eaten them up, it could not be known that they had eaten them; but they were still ill favoured, as at the beginning. So I awoke.
## 1218                                                                                                                                                                                                                                                                                   And I saw in my dream, and, behold, seven ears came up in one stalk, full and good:
## 1219                                                                                                                                                                                                                                                                        And, behold, seven ears, withered, thin, and blasted with the east wind, sprung up after them:
## 1220                                                                                                                                                                                                                                   And the thin ears devoured the seven good ears: and I told this unto the magicians; but there was none that could declare it to me.
## 1221                                                                                                                                                                                                                                                            And Joseph said unto Pharaoh, The dream of Pharaoh is one: God hath shewed Pharaoh what he is about to do.
## 1222                                                                                                                                                                                                                                                                       The seven good kine are seven years; and the seven good ears are seven years: the dream is one.
## 1223                                                                                                                                                                                                 And the seven thin and ill favoured kine that came up after them are seven years; and the seven empty ears blasted with the east wind shall be seven years of famine.
## 1224                                                                                                                                                                                                                                                                  This is the thing which I have spoken unto Pharaoh: What God is about to do he sheweth unto Pharaoh.
## 1225                                                                                                                                                                                                                                                                                      Behold, there come seven years of great plenty throughout all the land of Egypt:
## 1226                                                                                                                                                                                                            And there shall arise after them seven years of famine; and all the plenty shall be forgotten in the land of Egypt; and the famine shall consume the land;
## 1227                                                                                                                                                                                                                                                      And the plenty shall not be known in the land by reason of that famine following; for it shall be very grievous.
## 1228                                                                                                                                                                                                                          And for that the dream was doubled unto Pharaoh twice; it is because the thing is established by God, and God will shortly bring it to pass.
## 1229                                                                                                                                                                                                                                                                       Now therefore let Pharaoh look out a man discreet and wise, and set him over the land of Egypt.
## 1230                                                                                                                                                                                                                        Let Pharaoh do this, and let him appoint officers over the land, and take up the fifth part of the land of Egypt in the seven plenteous years.
## 1231                                                                                                                                                                                                                      And let them gather all the food of those good years that come, and lay up corn under the hand of Pharaoh, and let them keep food in the cities.
## 1232                                                                                                                                                                                                     And that food shall be for store to the land against the seven years of famine, which shall be in the land of Egypt; that the land perish not through the famine.
## 1233                                                                                                                                                                                                                                                                                   And the thing was good in the eyes of Pharaoh, and in the eyes of all his servants.
## 1234                                                                                                                                                                                                                                                            And Pharaoh said unto his servants, Can we find such a one as this is, a man in whom the Spirit of God is?
## 1235                                                                                                                                                                                                                                             And Pharaoh said unto Joseph, Forasmuch as God hath shewed thee all this, there is none so discreet and wise as thou art:
## 1236                                                                                                                                                                                                                                Thou shalt be over my house, and according unto thy word shall all my people be ruled: only in the throne will I be greater than thou.
## 1237                                                                                                                                                                                                                                                                                        And Pharaoh said unto Joseph, See, I have set thee over all the land of Egypt.
## 1238                                                                                                                                                                                                           And Pharaoh took off his ring from his hand, and put it upon Joseph's hand, and arrayed him in vestures of fine linen, and put a gold chain about his neck;
## 1239                                                                                                                                                                                                                And he made him to ride in the second chariot which he had; and they cried before him, Bow the knee: and he made him ruler over all the land of Egypt.
## 1240                                                                                                                                                                                                                                          And Pharaoh said unto Joseph, I am Pharaoh, and without thee shall no man lift up his hand or foot in all the land of Egypt.
## 1241                                                                                                                                                                                           And Pharaoh called Joseph's name Zaphnath-paaneah; and he gave him to wife Asenath the daughter of Potipherah priest of On. And Joseph went out over all the land of Egypt.
## 1242                                                                                                                                                                                              And Joseph was thirty years old when he stood before Pharaoh king of Egypt. And Joseph went out from the presence of Pharaoh, and went throughout all the land of Egypt.
## 1243                                                                                                                                                                                                                                                                                                 And in the seven plenteous years the earth brought forth by handfuls.
## 1244                                                                                                                                                             And he gathered up all the food of the seven years, which were in the land of Egypt, and laid up the food in the cities: the food of the field, which was round about every city, laid he up in the same.
## 1245                                                                                                                                                                                                                                                       And Joseph gathered corn as the sand of the sea, very much, until he left numbering; for it was without number.
## 1246                                                                                                                                                                                                                              And unto Joseph were born two sons before the years of famine came, which Asenath the daughter of Potipherah priest of On bare unto him.
## 1247                                                                                                                                                                                                                                   And Joseph called the name of the firstborn Manasseh: For God, said he, hath made me forget all my toil, and all my father's house.
## 1248                                                                                                                                                                                                                                                     And the name of the second called he Ephraim: For God hath caused me to be fruitful in the land of my affliction.
## 1249                                                                                                                                                                                                                                                                                      And the seven years of plenteousness, that was in the land of Egypt, were ended.
## 1250                                                                                                                                                                                                             And the seven years of dearth began to come, according as Joseph had said: and the dearth was in all lands; but in all the land of Egypt there was bread.
## 1251                                                                                                                                                                                                And when all the land of Egypt was famished, the people cried to Pharaoh for bread: and Pharaoh said unto all the Egyptians, Go unto Joseph; what he saith to you, do.
## 1252                                                                                                                                                                                                And the famine was over all the face of the earth: And Joseph opened all the storehouses, and sold unto the Egyptians; and the famine waxed sore in the land of Egypt.
## 1253                                                                                                                                                                                                                                                        And all countries came into Egypt to Joseph for to buy corn; because that the famine was so sore in all lands.
## 1254                                                                                                                                                                                                                                                           NOW when Jacob saw that there was corn in Egypt, Jacob said unto his sons, Why do ye look one upon another?
## 1255                                                                                                                                                                                                                       And he said, Behold, I have heard that there is corn in Egypt: get you down thither, and buy for us from thence; that we may live, and not die.
## 1256                                                                                                                                                                                                                                                                                                             And Joseph's ten brethren went down to buy corn in Egypt.
## 1257                                                                                                                                                                                                                                                 But Benjamin, Joseph's brother, Jacob sent not with his brethren; for he said, Lest peradventure mischief befall him.
## 1258                                                                                                                                                                                                                                                              And the sons of Israel came to buy corn among those that came: for the famine was in the land of Canaan.
## 1259                                                                                                                                                                     And Joseph was the governor over the land, and he it was that sold to all the people of the land: and Joseph's brethren came, and bowed down themselves before him with their faces to the earth.
## 1260                                                                                                                                                            And Joseph saw his brethren, and he knew them, but made himself strange unto them, and spake roughly unto them; and he said unto them, Whence come ye? And they said, From the land of Canaan to buy food.
## 1261                                                                                                                                                                                                                                                                                                                  And Joseph knew his brethren, but they knew not him.
## 1262                                                                                                                                                                                                                            And Joseph remembered the dreams which he dreamed of them, and said unto them, Ye are spies; to see the nakedness of the land ye are come.
## 1263                                                                                                                                                                                                                                                                                          And they said unto him, Nay, my lord, but to buy food are thy servants come.
## 1264                                                                                                                                                                                                                                                                                                We are all one man's sons; we are true men, thy servants are no spies.
## 1265                                                                                                                                                                                                                                                                                         And he said unto them, Nay, but to see the nakedness of the land ye are come.
## 1266                                                                                                                                                                                                    And they said, Thy servants are twelve brethren, the sons of one man in the land of Canaan; and, behold, the youngest is this day with our father, and one is not.
## 1267                                                                                                                                                                                                                                                                                    And Joseph said unto them, That is it that I spake unto you, saying, Ye are spies:
## 1268                                                                                                                                                                                                                                              Hereby ye shall be proved: By the life of Pharaoh ye shall not go forth hence, except your youngest brother come hither.
## 1269                                                                                                                                                                Send one of you, and let him fetch your brother, and ye shall be kept in prison, that your words may be proved, whether there be any truth in you: or else by the life of Pharaoh surely ye are spies.
## 1270                                                                                                                                                                                                                                                                                                                    And he put them all together into ward three days.
## 1271                                                                                                                                                                                                                                                                                           And Joseph said unto them the third day, This do, and live; for I fear God:
## 1272                                                                                                                                                                                                                                    If ye be true men, let one of your brethren be bound in the house of your prison: go ye, carry corn for the famine of your houses:
## 1273                                                                                                                                                                                                                                                      But bring your youngest brother unto me; so shall your words be verified, and ye shall not die. And they did so.
## 1274                                                                                                                                                               And they said one to another, We are verily guilty concerning our brother, in that we saw the anguish of his soul, when he besought us, and we would not hear; therefore is this distress come upon us.
## 1275                                                                                                                                                                                                   And Reuben answered them, saying, Spake I not unto you, saying, Do not sin against the child; and ye would not hear? therefore, behold, also his blood is required.
## 1276                                                                                                                                                                                                                                                                              And they knew not that Joseph understood them; for he spake unto them by an interpreter.
## 1277                                                                                                                                                                                                      And he turned himself about from them, and wept; and returned to them again, and communed with them, and took from them Simeon, and bound him before their eyes.
## 1278                                                                                                                                                                                               Then Joseph commanded to fill their sacks with corn, and to restore every man's money into his sack, and to give them provision for the way: and thus did he unto them.
## 1279                                                                                                                                                                                                                                                                                                        And they laded their asses with the corn, and departed thence.
## 1280                                                                                                                                                                                                                                And as one of them opened his sack to give his ass provender in the inn, he espied his money; for, behold, it was in his sack's mouth.
## 1281                                                                                                                                                               And he said unto his brethren, My money is restored; and, lo, it is even in my sack: and their heart failed them, and they were afraid, saying one to another, What is this that God hath done unto us?
## 1282                                                                                                                                                                                                                                                        And they came unto Jacob their father unto the land of Canaan, and told him all that befell unto them; saying,
## 1283                                                                                                                                                                                                                                                                      The man, who is the lord of the land, spake roughly to us, and took us for spies of the country.
## 1284                                                                                                                                                                                                                                                                                                               And we said unto him, We are true men; we are no spies:
## 1285                                                                                                                                                                                                                                            We be twelve brethren, sons of our father; one is not, and the youngest is this day with our father in the land of Canaan.
## 1286                                                                                                                                                                  And the man, the lord of the country, said unto us, Hereby shall I know that ye are true men; leave one of your brethren here with me, and take food for the famine of your households, and be gone:
## 1287                                                                                                                                                                                     And bring your youngest brother unto me: then shall I know that ye are no spies, but that ye are true men: so will I deliver you your brother, and ye shall traffick in the land.
## 1288                                                                                                                                                                           And it came to pass as they emptied their sacks, that, behold, every man's bundle of money was in his sack: and when both they and their father saw the bundles of money, they were afraid.
## 1289                                                                                                                                                                                         And Jacob their father said unto them, Me have ye bereaved of my children: Joseph is not, and Simeon is not, and ye will take Benjamin away: all these things are against me.
## 1290                                                                                                                                                                                                                 And Reuben spake unto his father, saying, Slay my two sons, if I bring him not to thee: deliver him into my hand, and I will bring him to thee again.
## 1291                                                                                                                                                 And he said, My son shall not go down with you; for his brother is dead, and he is left alone: if mischief befall him by the way in the which ye go, then shall ye bring down my gray hairs with sorrow to the grave.
## 1292                                                                                                                                                                                                                                                                                                                                  AND the famine was sore in the land.
## 1293                                                                                                                                                                                                                And it came to pass, when they had eaten up the corn which they had brought out of Egypt, their father said unto them, Go again, buy us a little food.
## 1294                                                                                                                                                                                                                            And Judah spake unto him, saying, The man did solemnly protest unto us, saying, Ye shall not see my face, except your brother be with you.
## 1295                                                                                                                                                                                                                                                                                             If thou wilt send our brother with us, we will go down and buy thee food:
## 1296                                                                                                                                                                                                                              But if thou wilt not send him, we will not go down: for the man said unto us, Ye shall not see my face, except your brother be with you.
## 1297                                                                                                                                                                                                                                                                  And Israel said, Wherefore dealt ye so ill with me, as to tell the man whether ye had yet a brother?
## 1298                                                                                                      And they said, The man asked us straitly of our state, and of our kindred, saying, Is your father yet alive? have ye another brother? and we told him according to the tenor of these words: could we certainly know that he would say, Bring your brother down?
## 1299                                                                                                                                                                                                    And Judah said unto Israel his father, Send the lad with me, and we will arise and go; that we may live, and not die, both we, and thou, and also our little ones.
## 1300                                                                                                                                                                                                              I will be surety for him; of my hand shalt thou require him: if I bring him not unto thee, and set him before thee, then let me bear the blame for ever:
## 1301                                                                                                                                                                                                                                                                                              For except we had lingered, surely now we had returned this second time.
## 1302                                                                                                                                And their father Israel said unto them, If it must be so now, do this; take of the best fruits of the land in your vessels, and carry down the man a present, a little balm, and a little honey, spices, and myrrh, nuts, and almonds:
## 1303                                                                                                                                                                                                   And take double money in your hand; and the money that was brought again in the mouth of your sacks, carry it again in your hand; peradventure it was an oversight:
## 1304                                                                                                                                                                                                                                                                                                             Take also your brother, and arise, go again unto the man:
## 1305                                                                                                                                                                                                               And God Almighty give you mercy before the man, that he may send away your other brother, and Benjamin. If I be bereaved of my children, I am bereaved.
## 1306                                                                                                                                                                                                                  And the men took that present, and they took double money in their hand, and Benjamin; and rose up, and went down to Egypt, and stood before Joseph.
## 1307                                                                                                                                                                                                  And when Joseph saw Benjamin with them, he said to the ruler of his house, Bring these men home, and slay, and make ready; for these men shall dine with me at noon.
## 1308                                                                                                                                                                                                                                                                                      And the man did as Joseph bade; and the man brought the men into Joseph's house.
## 1309                                                                                       And the men were afraid, because they were brought into Joseph's house; and they said, Because of the money that was returned in our sacks at the first time are we brought in; that he may seek occasion against us, and fall upon us, and take us for bondmen, and our asses.
## 1310                                                                                                                                                                                                                                                             And they came near to the steward of Joseph's house, and they communed with him at the door of the house,
## 1311                                                                                                                                                                                                                                                                                                   And said, O sir, we came indeed down at the first time to buy food:
## 1312                                                                                                                                                              And it came to pass, when we came to the inn, that we opened our sacks, and, behold, every man's money was in the mouth of his sack, our money in full weight: and we have brought it again in our hand.
## 1313                                                                                                                                                                                                                                                         And other money have we brought down in our hands to buy food: we cannot tell who put our money in our sacks.
## 1314                                                                                                                                                                                           And he said, Peace be to you, fear not: your God, and the God of your father, hath given you treasure in your sacks: I had your money. And he brought Simeon out unto them.
## 1315                                                                                                                                                                                                                                  And the man brought the men into Joseph's house, and gave them water, and they washed their feet; and he gave their asses provender.
## 1316                                                                                                                                                                                                                                                         And they made ready the present against Joseph came at noon: for they heard that they should eat bread there.
## 1317                                                                                                                                                                                                                             And when Joseph came home, they brought him the present which was in their hand into the house, and bowed themselves to him to the earth.
## 1318                                                                                                                                                                                                                                                     And he asked them of their welfare, and said, Is your father well, the old man of whom ye spake? Is he yet alive?
## 1319                                                                                                                                                                                                                                    And they answered, Thy servant our father is in good health, he is yet alive. And they bowed down their heads, and made obeisance.
## 1320                                                                                                                                                                          And he lifted up his eyes, and saw his brother Benjamin, his mother's son, and said, Is this your younger brother, of whom ye spake unto me? And he said, God be gracious unto thee, my son.
## 1321                                                                                                                                                                                                                       And Joseph made haste; for his bowels did yearn upon his brother: and he sought where to weep; and he entered into his chamber, and wept there.
## 1322                                                                                                                                                                                                                                                                                  And he washed his face, and went out, and refrained himself, and said, Set on bread.
## 1323                                                                                                                              And they set on for him by himself, and for them by themselves, and for the Egyptians, which did eat with him, by themselves: because the Egyptians might not eat bread with the Hebrews; for that is an abomination unto the Egyptians.
## 1324                                                                                                                                                                                                                    And they sat before him, the firstborn according to his birthright, and the youngest according to his youth: and the men marvelled one at another.
## 1325                                                                                                                                                                                                          And he took and sent messes unto them from before him: but Benjamin's mess was five times so much as any of theirs. And they drank, and were merry with him.
## 1326                                                                                                                                                                                                          AND he commanded the steward of his house, saying, Fill the men's sacks with food, as much as they can carry, and put every man's money in his sack's mouth.
## 1327                                                                                                                                                                                                                     And put my cup, the silver cup, in the sack's mouth of the youngest, and his corn money. And he did according to the word that Joseph had spoken.
## 1328                                                                                                                                                                                                                                                                                       As soon as the morning was light, the men were sent away, they and their asses.
## 1329                                                                                                                                                      And when they were gone out of the city, and not yet far off, Joseph said unto his steward, Up, follow after the men; and when thou dost overtake them, say unto them, Wherefore have ye rewarded evil for good?
## 1330                                                                                                                                                                                                                                                              Is not this it in which my lord drinketh, and whereby indeed he divineth? ye have done evil in so doing.
## 1331                                                                                                                                                                                                                                                                                                        And he overtook them, and he spake unto them these same words.
## 1332                                                                                                                                                                                                                                          And they said unto him, Wherefore saith my lord these words? God forbid that thy servants should do according to this thing:
## 1333                                                                                                                                                                                        Behold, the money, which we found in our sacks' mouths, we brought again unto thee out of the land of Canaan: how then should we steal out of thy lord's house silver or gold?
## 1334                                                                                                                                                                                                                                                                 With whomsoever of thy servants it be found, both let him die, and we also will be my lord's bondmen.
## 1335                                                                                                                                                                                                                                   And he said, Now also let it be according unto your words: he with whom it is found shall be my servant; and ye shall be blameless.
## 1336                                                                                                                                                                                                                                                                         Then they speedily took down every man his sack to the ground, and opened every man his sack.
## 1337                                                                                                                                                                                                                                                         And he searched, and began at the eldest, and left at the youngest: and the cup was found in Benjamin's sack.
## 1338                                                                                                                                                                                                                                                                                  Then they rent their clothes, and laded every man his ass, and returned to the city.
## 1339                                                                                                                                                                                                                                                      And Judah and his brethren came to Joseph's house; for he was yet there: and they fell before him on the ground.
## 1340                                                                                                                                                                                                                                                 And Joseph said unto them, What deed is this that ye have done? wot ye not that such a man as I can certainly divine?
## 1341                                                                                                                            And Judah said, What shall we say unto my lord? what shall we speak? or how shall we clear ourselves? God hath found out the iniquity of thy servants: behold, we are my lord's servants, both we, and he also with whom the cup is found.
## 1342                                                                                                                                                                                                And he said, God forbid that I should do so: but the man in whose hand the cup is found, he shall be my servant; and as for you, get you up in peace unto your father.
## 1343                                                                                                                                                                    Then Judah came near unto him, and said, Oh my lord, let thy servant, I pray thee, speak a word in my lord's ears, and let not thine anger burn against thy servant: for thou art even as Pharaoh.
## 1344                                                                                                                                                                                                                                                                                                   My lord asked his servants, saying, Have ye a father, or a brother?
## 1345                                                                                                                                                                             And we said unto my lord, We have a father, an old man, and a child of his old age, a little one; and his brother is dead, and he alone is left of his mother, and his father loveth him.
## 1346                                                                                                                                                                                                                                                                         And thou saidst unto thy servants, Bring him down unto me, that I may set mine eyes upon him.
## 1347                                                                                                                                                                                                                                                   And we said unto my lord, The lad cannot leave his father: for if he should leave his father, his father would die.
## 1348                                                                                                                                                                                                                                                     And thou saidst unto thy servants, Except your youngest brother come down with you, ye shall see my face no more.
## 1349                                                                                                                                                                                                                                                                     And it came to pass when we came up unto thy servant my father, we told him the words of my lord.
## 1350                                                                                                                                                                                                                                                                                                              And our father said, Go again, and buy us a little food.
## 1351                                                                                                                                                                                                  And we said, We cannot go down: if our youngest brother be with us, then will we go down: for we may not see the man's face, except our youngest brother be with us.
## 1352                                                                                                                                                                                                                                                                                        And thy servant my father said unto us, Ye know that my wife bare me two sons:
## 1353                                                                                                                                                                                                                                                                       And the one went out from me, and I said, Surely he is torn in pieces; and I saw him not since:
## 1354                                                                                                                                                                                                                                                And if ye take this also from me, and mischief befall him, ye shall bring down my gray hairs with sorrow to the grave.
## 1355                                                                                                                                                                                                                                   Now therefore when I come to thy servant my father, and the lad be not with us; seeing that his life is bound up in the lad's life;
## 1356                                                                                                                                                                              It shall come to pass, when he seeth that the lad is not with us, that he will die: and thy servants shall bring down the gray hairs of thy servant our father with sorrow to the grave.
## 1357                                                                                                                                                                                                                    For thy servant became surety for the lad unto my father, saying, If I bring him not unto thee, then I shall bear the blame to my father for ever.
## 1358                                                                                                                                                                                                                                   Now therefore, I pray thee, let thy servant abide instead of the lad a bondman to my lord; and let the lad go up with his brethren.
## 1359                                                                                                                                                                                                                                        For how shall I go up to my father, and the lad be not with me? lest peradventure I see the evil that shall come on my father.
## 1360                                                                                                                                                         THEN Joseph could not refrain himself before all them that stood by him; and he cried, Cause every man to go out from me. And there stood no man with him, while Joseph made himself known unto his brethren.
## 1361                                                                                                                                                                                                                                                                                                  And he wept aloud: and the Egyptians and the house of Pharaoh heard.
## 1362                                                                                                                                                                                                               And Joseph said unto his brethren, I am Joseph; doth my father yet live? And his brethren could not answer him; for they were troubled at his presence.
## 1363                                                                                                                                                                                                                   And Joseph said unto his brethren, Come near to me, I pray you. And they came near. And he said, I am Joseph your brother, whom ye sold into Egypt.
## 1364                                                                                                                                                                                                                                     Now therefore be not grieved, nor angry with yourselves, that ye sold me hither: for God did send me before you to preserve life.
## 1365                                                                                                                                                                                                                           For these two years hath the famine been in the land: and yet there are five years, in the which there shall neither be earing nor harvest.
## 1366                                                                                                                                                                                                                                                   And God sent me before you to preserve you a posterity in the earth, and to save your lives by a great deliverance.
## 1367                                                                                                                                                                                                 So now it was not you that sent me hither, but God: and he hath made me a father to Pharaoh, and lord of all his house, and a ruler throughout all the land of Egypt.
## 1368                                                                                                                                                                                                                      Haste ye, and go up to my father, and say unto him, Thus saith thy son Joseph, God hath made me lord of all Egypt: come down unto me, tarry not:
## 1369                                                                                                                                                                               And thou shalt dwell in the land of Goshen, and thou shalt be near unto me, thou, and thy children, and thy children's children, and thy flocks, and thy herds, and all that thou hast:
## 1370                                                                                                                                                                                                                         And there will I nourish thee; for yet there are five years of famine; lest thou, and thy household, and all that thou hast, come to poverty.
## 1371                                                                                                                                                                                                                                                          And, behold, your eyes see, and the eyes of my brother Benjamin, that it is my mouth that speaketh unto you.
## 1372                                                                                                                                                                                                                               And ye shall tell my father of all my glory in Egypt, and of all that ye have seen: and ye shall haste and bring down my father hither.
## 1373                                                                                                                                                                                                                                                                              And he fell upon his brother Benjamin's neck, and wept; and Benjamin wept upon his neck.
## 1374                                                                                                                                                                                                                                                                 Moreover he kissed all his brethren, and wept upon them: and after that his brethren talked with him.
## 1375                                                                                                                                                                                                                                 And the fame thereof was heard in Pharaoh's house, saying, Joseph's brethren are come: and it pleased Pharaoh well, and his servants.
## 1376                                                                                                                                                                                                                                           And Pharaoh said unto Joseph, Say unto thy brethren, This do ye; lade your beasts, and go, get you unto the land of Canaan;
## 1377                                                                                                                                                                                                                  And take your father and your households, and come unto me: and I will give you the good of the land of Egypt, and ye shall eat the fat of the land.
## 1378                                                                                                                                                                                                               Now thou art commanded, this do ye; take you wagons out of the land of Egypt for your little ones, and for your wives, and bring your father, and come.
## 1379                                                                                                                                                                                                                                                                                           Also regard not your stuff; for the good of all the land of Egypt is yours.
## 1380                                                                                                                                                                                                                         And the children of Israel did so: and Joseph gave them wagons, according to the commandment of Pharaoh, and gave them provision for the way.
## 1381                                                                                                                                                                                                                              To all of them he gave each man changes of raiment; but to Benjamin he gave three hundred pieces of silver, and five changes of raiment.
## 1382                                                                                                                                                                                           And to his father he sent after this manner; ten asses laden with the good things of Egypt, and ten she asses laden with corn and bread and meat for his father by the way.
## 1383                                                                                                                                                                                                                                                          So he sent his brethren away, and they departed: and he said unto them, See that ye fall not out by the way.
## 1384                                                                                                                                                                                                                                                                              And they went up out of Egypt, and came into the land of Canaan unto Jacob their father,
## 1385                                                                                                                                                                                                                        And told him, saying, Joseph is yet alive, and he is governor over all the land of Egypt. And Jacob's heart fainted, for he believed them not.
## 1386                                                                                                                                                                                      And they told him all the words of Joseph, which he had said unto them: and when he saw the wagons which Joseph had sent to carry him, the spirit of Jacob their father revived:
## 1387                                                                                                                                                                                                                                                                        And Israel said, It is enough; Joseph my son is yet alive: I will go and see him before I die.
## 1388                                                                                                                                                                                                                                    AND Israel took his journey with all that he had, and came to Beer-sheba, and offered sacrifices unto the God of his father Isaac.
## 1389                                                                                                                                                                                                                                                                And God spake unto Israel in the visions of the night, and said, Jacob, Jacob. And he said, Here am I.
## 1390                                                                                                                                                                                                                                           And he said, I am God, the God of thy father: fear not to go down into Egypt; for I will there make of thee a great nation:
## 1391                                                                                                                                                                                                                                       I will go down with thee into Egypt; and I will also surely bring thee up again: and Joseph shall put his hand upon thine eyes.
## 1392                                                                                                                                                                                      And Jacob rose up from Beer-sheba: and the sons of Israel carried Jacob their father, and their little ones, and their wives, in the wagons which Pharaoh had sent to carry him.
## 1393                                                                                                                                                                                                                      And they took their cattle, and their goods, which they had gotten in the land of Canaan, and came into Egypt, Jacob, and all his seed with him:
## 1394                                                                                                                                                                                                                                       His sons, and his sons' sons with him, his daughters, and his sons' daughters, and all his seed brought he with him into Egypt.
## 1395                                                                                                                                                                                                                                              And these are the names of the children of Israel, which came into Egypt, Jacob and his sons: Reuben, Jacob's firstborn.
## 1396                                                                                                                                                                                                                                                                                                    And the sons of Reuben; Hanoch, and Phallu, and Hezron, and Carmi.
## 1397                                                                                                                                                                                                                                                 And the sons of Simeon; Jemuel, and Jamin, and Ohad, and Jachin, and Zohar, and Shaul the son of a Canaanitish woman.
## 1398                                                                                                                                                                                                                                                                                                                    And the sons of Levi; Gershon, Kohath, and Merari.
## 1399                                                                                                                                                                                                     And the sons of Judah; Er, and Onan, and Shelah, and Pharez, and Zerah: but Er and Onan died in the land of Canaan. And the sons of Pharez were Hezron and Hamul.
## 1400                                                                                                                                                                                                                                                                                                     And the sons of Issachar; Tola, and Phuvah, and Job, and Shimron.
## 1401                                                                                                                                                                                                                                                                                                                And the sons of Zebulun; Sered, and Elon, and Jahleel.
## 1402                                                                                                                                                                                                       These be the sons of Leah, which she bare unto Jacob in Padan-aram, with his daughter Dinah: all the souls of his sons and his daughters were thirty and three.
## 1403                                                                                                                                                                                                                                                                                 And the sons of Gad; Ziphion, and Haggi, Shuni, and Ezbon, Eri, and Arodi, and Areli.
## 1404                                                                                                                                                                                                                                 And the sons of Asher; Jimnah, and Ishuah, and Isui, and Beriah, and Serah their sister: and the sons of Beriah; Heber, and Malchiel.
## 1405                                                                                                                                                                                                                                                These are the sons of Zilpah, whom Laban gave to Leah his daughter, and these she bare unto Jacob, even sixteen souls.
## 1406                                                                                                                                                                                                                                                                                                                The sons of Rachel Jacob's wife; Joseph, and Benjamin.
## 1407                                                                                                                                                                                                                            And unto Joseph in the land of Egypt were born Manasseh and Ephraim, which Asenath the daughter of Poti-pherah priest of On bare unto him.
## 1408                                                                                                                                                                                                                                            And the sons of Benjamin were Belah, and Becher, and Ashbel, Gera, and Naaman, Ehi, and Rosh, Muppim, and Huppim, and Ard.
## 1409                                                                                                                                                                                                                                                                                  These are the sons of Rachel, which were born to Jacob: all the souls were fourteen.
## 1410                                                                                                                                                                                                                                                                                                                                          And the sons of Dan; Hushim.
## 1411                                                                                                                                                                                                                                                                                                  And the sons of Naphtali; Jahzeel, and Guni, and Jezer, and Shillem.
## 1412                                                                                                                                                                                                                                     These are the sons of Bilhah, which Laban gave unto Rachel his daughter, and she bare these unto Jacob: all the souls were seven.
## 1413                                                                                                                                                                                                                       All the souls that came with Jacob into Egypt, which came out of his loins, besides Jacob's sons' wives, all the souls were threescore and six;
## 1414                                                                                                                                                                                                            And the sons of Joseph, which were born him in Egypt, were two souls: all the souls of the house of Jacob, which came into Egypt, were threescore and ten.
## 1415                                                                                                                                                                                                                                                      And he sent Judah before him unto Joseph, to direct his face unto Goshen; and they came into the land of Goshen.
## 1416                                                                                                                                                                                      And Joseph made ready his chariot, and went up to meet Israel his father, to Goshen, and presented himself unto him; and he fell on his neck, and wept on his neck a good while.
## 1417                                                                                                                                                                                                                                                                  And Israel said unto Joseph, Now let me die, since I have seen thy face, because thou art yet alive.
## 1418                                                                                                                                                             And Joseph said unto his brethren, and unto his father's house, I will go up, and shew Pharaoh, and say unto him, My brethren, and my father's house, which were in the land of Canaan, are come unto me;
## 1419                                                                                                                                                                                                                     And the men are shepherds, for their trade hath been to feed cattle; and they have brought their flocks, and their herds, and all that they have.
## 1420                                                                                                                                                                                                                                                                       And it shall come to pass, when Pharaoh shall call you, and shall say, What is your occupation?
## 1421                                                                                                                                         That ye shall say, Thy servants' trade hath been about cattle from our youth even until now, both we, and also our fathers: that ye may dwell in the land of Goshen; for every shepherd is an abomination unto the Egyptians.
## 1422                                                                                                                                                   THEN Joseph came and told Pharaoh, and said, My father and my brethren, and their flocks, and their herds, and all that they have, are come out of the land of Canaan; and, behold, they are in the land of Goshen.
## 1423                                                                                                                                                                                                                                                                                     And he took some of his brethren, even five men, and presented them unto Pharaoh.
## 1424                                                                                                                                                                                                                   And Pharaoh said unto his brethren, What is your occupation? And they said unto Pharaoh, Thy servants are shepherds, both we, and also our fathers.
## 1425                                                                                                                  They said moreover unto Pharaoh, For to sojourn in the land are we come; for thy servants have no pasture for their flocks; for the famine is sore in the land of Canaan: now therefore, we pray thee, let thy servants dwell in the land of Goshen.
## 1426                                                                                                                                                                                                                                                                                And Pharaoh spake unto Joseph, saying, Thy father and thy brethren are come unto thee:
## 1427                                                                                                                                      The land of Egypt is before thee; in the best of the land make thy father and brethren to dwell; in the land of Goshen let them dwell: and if thou knowest any men of activity among them, then make them rulers over my cattle.
## 1428                                                                                                                                                                                                                                                                        And Joseph brought in Jacob his father, and set him before Pharaoh: and Jacob blessed Pharaoh.
## 1429                                                                                                                                                                                                                                                                                                                        And Pharaoh said unto Jacob, How old art thou?
## 1430                                                                                             And Jacob said unto Pharaoh, The days of the years of my pilgrimage are an hundred and thirty years: few and evil have the days of the years of my life been, and have not attained unto the days of the years of the life of my fathers in the days of their pilgrimage.
## 1431                                                                                                                                                                                                                                                                                                          And Jacob blessed Pharaoh, and went out from before Pharaoh.
## 1432                                                                                                                                                                                            And Joseph placed his father and his brethren, and gave them a possession in the land of Egypt, in the best of the land, in the land of Rameses, as Pharaoh had commanded.
## 1433                                                                                                                                                                                                                                           And Joseph nourished his father, and his brethren, and all his father's household, with bread, according to their families.
## 1434                                                                                                                                                                                                           And there was no bread in all the land; for the famine was very sore, so that the land of Egypt and all the land of Canaan fainted by reason of the famine.
## 1435                                                                                                                                                                               And Joseph gathered up all the money that was found in the land of Egypt, and in the land of Canaan, for the corn which they bought: and Joseph brought the money into Pharaoh's house.
## 1436                                                                                                                                                                     And when money failed in the land of Egypt, and in the land of Canaan, all the Egyptians came unto Joseph, and said, Give us bread: for why should we die in thy presence? for the money faileth.
## 1437                                                                                                                                                                                                                                                                                And Joseph said, Give your cattle; and I will give you for your cattle, if money fail.
## 1438                                                                                                                                  And they brought their cattle unto Joseph: and Joseph gave them bread in exchange for horses, and for the flocks, and for the cattle of the herds, and for the asses: and he fed them with bread for all their cattle for that year.
## 1439                                                                                                When that year was ended, they came unto him the second year, and said unto him, We will not hide it from my lord, how that our money is spent; my lord also hath our herds of cattle; there is not ought left in the sight of my lord, but our bodies, and our lands:
## 1440                                                                                                                                     Wherefore shall we die before thine eyes, both we and our land? buy us and our land for bread, and we and our land will be servants unto Pharaoh: and give us seed, that we may live, and not die, that the land be not desolate.
## 1441                                                                                                                                                                                                And Joseph bought all the land of Egypt for Pharaoh; for the Egyptians sold every man his field, because the famine prevailed over them: so the land became Pharaoh's.
## 1442                                                                                                                                                                                                                                                  And as for the people, he removed them to cities from one end of the borders of Egypt even to the other end thereof.
## 1443                                                                                                                                                                           Only the land of the priests bought he not; for the priests had a portion assigned them of Pharaoh, and did eat their portion which Pharaoh gave them: wherefore they sold not their lands.
## 1444                                                                                                                                                                                                                  Then Joseph said unto the people, Behold, I have bought you this day and your land for Pharaoh: lo, here is seed for you, and ye shall sow the land.
## 1445                                                                                                                            And it shall come to pass in the increase, that ye shall give the fifth part unto Pharaoh, and four parts shall be your own, for seed of the field, and for your food, and for them of your households, and for food for your little ones.
## 1446                                                                                                                                                                                                                                               And they said, Thou hast saved our lives: let us find grace in the sight of my lord, and we will be Pharaoh's servants.
## 1447                                                                                                                                                                                              And Joseph made it a law over the land of Egypt unto this day, that Pharaoh should have the fifth part; except the land of the priests only, which became not Pharaoh's.
## 1448                                                                                                                                                                                                                              And Israel dwelt in the land of Egypt, in the country of Goshen; and they had possessions therein, and grew, and multiplied exceedingly.
## 1449                                                                                                                                                                                                                                                 And Jacob lived in the land of Egypt seventeen years: so the whole age of Jacob was an hundred forty and seven years.
## 1450                                                                                                               And the time drew nigh that Israel must die: and he called his son Joseph, and said unto him, If now I have found grace in thy sight, put, I pray thee, thy hand under my thigh, and deal kindly and truly with me; bury me not, I pray thee, in Egypt:
## 1451                                                                                                                                                                                                                    But I will lie with my fathers, and thou shalt carry me out of Egypt, and bury me in their buryingplace. And he said, I will do as thou hast said.
## 1452                                                                                                                                                                                                                                                                      And he said, Swear unto me. And he sware unto him. And Israel bowed himself upon the bed's head.
## 1453                                                                                                                                                                                                                    AND it came to pass after these things, that one told Joseph, Behold, thy father is sick: and he took with him his two sons, Manasseh and Ephraim.
## 1454                                                                                                                                                                                                                                         And one told Jacob, and said, Behold, thy son Joseph cometh unto thee: and Israel strengthened himself, and sat upon the bed.
## 1455                                                                                                                                                                                                                                                               And Jacob said unto Joseph, God Almighty appeared unto me at Luz in the land of Canaan, and blessed me,
## 1456                                                                                                                                                                  And said unto me, Behold, I will make thee fruitful, and multiply thee, and I will make of thee a multitude of people; and will give this land to thy seed after thee for an everlasting possession.
## 1457                                                                                                                                                                                    And now thy two sons, Ephraim and Manasseh, which were born unto thee in the land of Egypt before I came unto thee into Egypt, are mine; as Reuben and Simeon, they shall be mine.
## 1458                                                                                                                                                                                                                            And thy issue, which thou begettest after them, shall be thine, and shall be called after the name of their brethren in their inheritance.
## 1459                                                                                                                                            And as for me, when I came from Padan, Rachel died by me in the land of Canaan in the way, when yet there was but a little way to come unto Ephrath: and I buried her there in the way of Ephrath; the same is Beth-lehem.
## 1460                                                                                                                                                                                                                                                                                                             And Israel beheld Joseph's sons, and said, Who are these?
## 1461                                                                                                                                                                                                        And Joseph said unto his father, They are my sons, whom God hath given me in this place. And he said, Bring them, I pray thee, unto me, and I will bless them.
## 1462                                                                                                                                                                                                                          Now the eyes of Israel were dim for age, so that he could not see. And he brought them near unto him; and he kissed them, and embraced them.
## 1463                                                                                                                                                                                                                                                            And Israel said unto Joseph, I had not thought to see thy face: and, lo, God hath shewed me also thy seed.
## 1464                                                                                                                                                                                                                                                                  And Joseph brought them out from between his knees, and he bowed himself with his face to the earth.
## 1465                                                                                                                                                                                             And Joseph took them both, Ephraim in his right hand toward Israel's left hand, and Manasseh in his left hand toward Israel's right hand, and brought them near unto him.
## 1466                                                                                                                                                                   And Israel stretched out his right hand, and laid it upon Ephraim's head, who was the younger, and his left hand upon Manasseh's head, guiding his hands wittingly; for Manasseh was the firstborn.
## 1467                                                                                                                                                                                                                         And he blessed Joseph, and said, God, before whom my fathers Abraham and Isaac did walk, the God which fed me all my life long unto this day.
## 1468                                                                                                                                                              The Angel which redeemed me from all evil, bless the lads; and let my name be named on them, and the name of my fathers Abraham and Isaac; and let them grow into a multitude in the midst of the earth.
## 1469                                                                                                                                                                         And when Joseph saw that his father laid his right hand upon the head of Ephraim, it displeased him: and he held up his father's hand, to remove it from Ephraim's head unto Manasseh's head.
## 1470                                                                                                                                                                                                                                                      And Joseph said unto his father, Not so, my father: for this is the firstborn; put thy right hand upon his head.
## 1471                                                                                                                                  And his father refused, and said, I know it, my son, I know it: he also shall become a people, and he also shall be great: but truly his younger brother shall be greater than he, and his seed shall become a multitude of nations.
## 1472                                                                                                                                                                                                               And he blessed them that day, saying, In thee shall Israel bless, saying, God make thee as Ephraim and as Manasseh: and he set Ephraim before Manasseh.
## 1473                                                                                                                                                                                                                                             And Israel said unto Joseph, Behold, I die: but God shall be with you, and bring you again unto the land of your fathers.
## 1474                                                                                                                                                                                                                              Moreover I have given to thee one portion above thy brethren, which I took out of the hand of the Amorite with my sword and with my bow.
## 1475                                                                                                                                                                                                                               AND Jacob called unto his sons, and said, Gather yourselves together, that I may tell you that which shall befall you in the last days.
## 1476                                                                                                                                                                                                                                                                          Gather yourselves together, and hear, ye sons of Jacob; and hearken unto Israel your father.
## 1477                                                                                                                                                                                                                                    Reuben, thou art my firstborn, my might, and the beginning of my strength, the excellency of dignity, and the excellency of power:
## 1478                                                                                                                                                                                                                                 Unstable as water, thou shalt not excel; because thou wentest up to thy father's bed; then defiledst thou it: he went up to my couch.
## 1479                                                                                                                                                                                                                                                                                        Simeon and Levi are brethren; instruments of cruelty are in their habitations.
## 1480                                                                                                                                                                                  O my soul, come not thou into their secret; unto their assembly, mine honour, be not thou united: for in their anger they slew a man, and in their selfwill they digged down a wall.
## 1481                                                                                                                                                                                                                                 Cursed be their anger, for it was fierce; and their wrath, for it was cruel: I will divide them in Jacob, and scatter them in Israel.
## 1482                                                                                                                                                                                                                  Judah, thou art he whom thy brethren shall praise: thy hand shall be in the neck of thine enemies; thy father's children shall bow down before thee.
## 1483                                                                                                                                                                                                                  Judah is a lion's whelp: from the prey, my son, thou art gone up: he stooped down, he couched as a lion, and as an old lion; who shall rouse him up?
## 1484                                                                                                                                                                                                                  The sceptre shall not depart from Judah, nor a lawgiver from between his feet, until Shiloh come; and unto him shall the gathering of the people be.
## 1485                                                                                                                                                                                                                      Binding his foal unto the vine, and his ass's colt unto the choice vine; he washed his garments in wine, and his clothes in the blood of grapes:
## 1486                                                                                                                                                                                                                                                                                                       His eyes shall be red with wine, and his teeth white with milk.
## 1487                                                                                                                                                                                                                                               Zebulun shall dwell at the haven of the sea; and he shall be for an haven of ships; and his border shall be unto Zidon.
## 1488                                                                                                                                                                                                                                                                                                           Issachar is a strong ass couching down between two burdens:
## 1489                                                                                                                                                                                                                                  And he saw that rest was good, and the land that it was pleasant; and bowed his shoulder to bear, and became a servant unto tribute.
## 1490                                                                                                                                                                                                                                                                                                           Dan shall judge his people, as one of the tribes of Israel.
## 1491                                                                                                                                                                                                                                          Dan shall be a serpent by the way, an adder in the path, that biteth the horse heels, so that his rider shall fall backward.
## 1492                                                                                                                                                                                                                                                                                                                              I have waited for thy salvation, O LORD.
## 1493                                                                                                                                                                                                                                                                                                   Gad, a troop shall overcome him: but he shall overcome at the last.
## 1494                                                                                                                                                                                                                                                                                               Out of Asher his bread shall be fat, and he shall yield royal dainties.
## 1495                                                                                                                                                                                                                                                                                                                 Naphtali is a hind let loose: he giveth goodly words.
## 1496                                                                                                                                                                                                                                                                        Joseph is a fruitful bough, even a fruitful bough by a well; whose branches run over the wall:
## 1497                                                                                                                                                                                                                                                                                                  The archers have sorely grieved him, and shot at him, and hated him:
## 1498                                                                                                                                                                                                But his bow abode in strength, and the arms of his hands were made strong by the hands of the mighty God of Jacob; (from thence is the shepherd, the stone of Israel:)
## 1499                                                                                                                                                      Even by the God of thy father, who shall help thee; and by the Almighty, who shall bless thee with blessings of heaven above, blessings of the deep that lieth under, blessings of the breasts, and of the womb:
## 1500                                                                                                                        The blessings of thy father have prevailed above the blessings of my progenitors unto the utmost bound of the everlasting hills: they shall be on the head of Joseph, and on the crown of the head of him that was separate from his brethren.
## 1501                                                                                                                                                                                                                                                      Benjamin shall ravin as a wolf: in the morning he shall devour the prey, and at night he shall divide the spoil.
## 1502                                                                                                                                                                                                   All these are the twelve tribes of Israel: and this is it that their father spake unto them, and blessed them; every one according to his blessing he blessed them.
## 1503                                                                                                                                                                                                          And he charged them, and said unto them, I am to be gathered unto my people: bury me with my fathers in the cave that is in the field of Ephron the Hittite,
## 1504                                                                                                                                                                            In the cave that is in the field of Machpelah, which is before Mamre, in the land of Canaan, which Abraham bought with the field of Ephron the Hittite for a possession of a buryingplace.
## 1505                                                                                                                                                                                                                                                  There they buried Abraham and Sarah his wife; there they buried Isaac and Rebekah his wife; and there I buried Leah.
## 1506                                                                                                                                                                                                                                                                              The purchase of the field and of the cave that is therein was from the children of Heth.
## 1507                                                                                                                                                                                                              And when Jacob had made an end of commanding his sons, he gathered up his feet into the bed, and yielded up the ghost, and was gathered unto his people.
## 1508                                                                                                                                                                                                                                                                                            AND Joseph fell upon his father's face, and wept upon him, and kissed him.
## 1509                                                                                                                                                                                                                                                            And Joseph commanded his servants the physicians to embalm his father: and the physicians embalmed Israel.
## 1510                                                                                                                                                                                                          And forty days were fulfilled for him; for so are fulfilled the days of those which are embalmed: and the Egyptians mourned for him threescore and ten days.
## 1511                                                                                                                                                                               And when the days of his mourning were past, Joseph spake unto the house of Pharaoh, saying, If now I have found grace in your eyes, speak, I pray you, in the ears of Pharaoh, saying,
## 1512                                                                                                                                               My father made me swear, saying, Lo, I die: in my grave which I have digged for me in the land of Canaan, there shalt thou bury me. Now therefore let me go up, I pray thee, and bury my father, and I will come again.
## 1513                                                                                                                                                                                                                                                                                        And Pharaoh said, Go up, and bury thy father, according as he made thee swear.
## 1514                                                                                                                                                                                                            And Joseph went up to bury his father: and with him went up all the servants of Pharaoh, the elders of his house, and all the elders of the land of Egypt,
## 1515                                                                                                                                                                                                    And all the house of Joseph, and his brethren, and his father's house: only their little ones, and their flocks, and their herds, they left in the land of Goshen.
## 1516                                                                                                                                                                                                                                                                               And there went up with him both chariots and horsemen: and it was a very great company.
## 1517                                                                                                                                                                                 And they came to the threshingfloor of Atad, which is beyond Jordan, and there they mourned with a great and very sore lamentation: and he made a mourning for his father seven days.
## 1518                                                                                                                                       And when the inhabitants of the land, the Canaanites, saw the mourning in the floor of Atad, they said, This is a grievous mourning to the Egyptians: wherefore the name of it was called Abel-mizraim, which is beyond Jordan.
## 1519                                                                                                                                                                                                                                                                                                             And his sons did unto him according as he commanded them:
## 1520                                                                                                                                                   For his sons carried him into the land of Canaan, and buried him in the cave of the field of Machpelah, which Abraham bought with the field for a possession of a buryingplace of Ephron the Hittite, before Mamre.
## 1521                                                                                                                                                                                                                               And Joseph returned into Egypt, he, and his brethren, and all that went up with him to bury his father, after he had buried his father.
## 1522                                                                                                                                                                                             And when Joseph's brethren saw that their father was dead, they said, Joseph will peradventure hate us, and will certainly requite us all the evil which we did unto him.
## 1523                                                                                                                                                                                                                                                                         And they sent a messenger unto Joseph, saying, Thy father did command before he died, saying,
## 1524                                                                                                      So shall ye say unto Joseph, Forgive, I pray thee now, the trespass of thy brethren, and their sin; for they did unto thee evil: and now, we pray thee, forgive the trespass of the servants of the God of thy father. And Joseph wept when they spake unto him.
## 1525                                                                                                                                                                                                                                                                  And his brethren also went and fell down before his face; and they said, Behold, we be thy servants.
## 1526                                                                                                                                                                                                                                                                                                    And Joseph said unto them, Fear not: for am I in the place of God?
## 1527                                                                                                                                                                                                                               But as for you, ye thought evil against me; but God meant it unto good, to bring to pass, as it is this day, to save much people alive.
## 1528                                                                                                                                                                                                                                               Now therefore fear ye not: I will nourish you, and your little ones. And he comforted them, and spake kindly unto them.
## 1529                                                                                                                                                                                                                                                                     And Joseph dwelt in Egypt, he, and his father's house: and Joseph lived an hundred and ten years.
## 1530                                                                                                                                                                                                                       And Joseph saw Ephraim's children of the third generation: the children also of Machir the son of Manasseh were brought up upon Joseph's knees.
## 1531                                                                                                                                                                                              And Joseph said unto his brethren, I die: and God will surely visit you, and bring you out of this land unto the land which he sware to Abraham, to Isaac, and to Jacob.
## 1532                                                                                                                                                                                                                                      And Joseph took an oath of the children of Israel, saying, God will surely visit you, and ye shall carry up my bones from hence.
## 1533                                                                                                                                                                                                                                                       So Joseph died, being an hundred and ten years old: and they embalmed him, and he was put in a coffin in Egypt.
## 1534                                                                                                                                                                                                                                                NOW these are the names of the children of Israel, which came into Egypt; every man and his household came with Jacob.
## 1535                                                                                                                                                                                                                                                                                                                                      Reuben, Simeon, Levi, and Judah,
## 1536                                                                                                                                                                                                                                                                                                                                      Issachar, Zebulun, and Benjamin,
## 1537                                                                                                                                                                                                                                                                                                                                    Dan, and Naphtali, Gad, and Asher.
## 1538                                                                                                                                                                                                                                                            And all the souls that came out of the loins of Jacob were seventy souls: for Joseph was in Egypt already.
## 1539                                                                                                                                                                                                                                                                                                       And Joseph died, and all his brethren, and all that generation.
## 1540                                                                                                                                                                                                                    And the children of Israel were fruitful, and increased abundantly, and multiplied, and waxed exceeding mighty; and the land was filled with them.
## 1541                                                                                                                                                                                                                                                                                                      Now there arose up a new king over Egypt, which knew not Joseph.
## 1542                                                                                                                                                                                                                                                              And he said unto his people, Behold, the people of the children of Israel are more and mightier than we:
## 1543                                                                                                                                                      Come on, let us deal wisely with them; lest they multiply, and it come to pass, that, when there falleth out any war, they join also unto our enemies, and fight against us, and so get them up out of the land.
## 1544                                                                                                                                                                                                                      Therefore they did set over them taskmasters to afflict them with their burdens. And they built for Pharaoh treasure cities, Pithom and Raamses.
## 1545                                                                                                                                                                                                                                         But the more they afflicted them, the more they multiplied and grew. And they were grieved because of the children of Israel.
## 1546                                                                                                                                                                                                                                                                                                   And the Egyptians made the children of Israel to serve with rigour:
## 1547                                                                                                                                                                             And they made their lives bitter with hard bondage, in morter, and in brick, and in all manner of service in the field: all their service, wherein they made them serve, was with rigour.
## 1548                                                                                                                                                                                                                                        And the king of Egypt spake to the Hebrew midwives, of which the name of the one was Shiphrah, and the name of the other Puah:
## 1549                                                                                                                                                                              And he said, When ye do the office of a midwife to the Hebrew women, and see them upon the stools; if it be a son, then ye shall kill him: but if it be a daughter, then she shall live.
## 1550                                                                                                                                                                                                                                                       But the midwives feared God, and did not as the king of Egypt commanded them, but saved the men children alive.
## 1551                                                                                                                                                                                                                                And the king of Egypt called for the midwives, and said unto them, Why have ye done this thing, and have saved the men children alive?
## 1552                                                                                                                                                                                                And the midwives said unto Pharaoh, Because the Hebrew women are not as the Egyptian women; for they are lively, and are delivered ere the midwives come in unto them.
## 1553                                                                                                                                                                                                                                                                         Therefore God dealt well with the midwives: and the people multiplied, and waxed very mighty.
## 1554                                                                                                                                                                                                                                                                                       And it came to pass, because the midwives feared God, that he made them houses.
## 1555                                                                                                                                                                                                                              And Pharaoh charged all his people, saying, Every son that is born ye shall cast into the river, and every daughter ye shall save alive.
## 1556                                                                                                                                                                                                                                                                                       AND there went a man of the house of Levi, and took to wife a daughter of Levi.
## 1557                                                                                                                                                                                                                                                   And the woman conceived, and bare a son: and when she saw him that he was a goodly child, she hid him three months.
## 1558                                                                                                                                                                  And when she could not longer hide him, she took for him an ark of bulrushes, and daubed it with slime and with pitch, and put the child therein; and she laid it in the flags by the river's brink.
## 1559                                                                                                                                                                                                                                                                                                      And his sister stood afar off, to wit what would be done to him.
## 1560                                                                                                                                                                        And the daughter of Pharaoh came down to wash herself at the river; and her maidens walked along by the river's side; and when she saw the ark among the flags, she sent her maid to fetch it.
## 1561                                                                                                                                                                                                             And when she had opened it, she saw the child: and, behold, the babe wept. And she had compassion on him, and said, This is one of the Hebrews' children.
## 1562                                                                                                                                                                                                                           Then said his sister to Pharaoh's daughter, Shall I go and call to thee a nurse of the Hebrew women, that she may nurse the child for thee?
## 1563                                                                                                                                                                                                                                                                              And Pharaoh's daughter said to her, Go. And the maid went and called the child's mother.
## 1564                                                                                                                                                                                                         And Pharaoh's daughter said unto her, Take this child away, and nurse it for me, and I will give thee thy wages. And the woman took the child, and nursed it.
## 1565                                                                                                                                                                                             And the child grew, and she brought him unto Pharaoh's daughter, and he became her son. And she called his name Moses: and she said, Because I drew him out of the water.
## 1566                                                                                                                                                                            And it came to pass in those days, when Moses was grown, that he went out unto his brethren, and looked on their burdens: and he spied an Egyptian smiting an Hebrew, one of his brethren.
## 1567                                                                                                                                                                                                                                            And he looked this way and that way, and when he saw that there was no man, he slew the Egyptian, and hid him in the sand.
## 1568                                                                                                                                                                                                        And when he went out the second day, behold, two men of the Hebrews strove together: and he said to him that did the wrong, Wherefore smitest thou thy fellow?
## 1569                                                                                                                                                                                            And he said, Who made thee a prince and a judge over us? intendest thou to kill me, as thou killedst the Egyptian? And Moses feared, and said, Surely this thing is known.
## 1570                                                                                                                                                                                                      Now when Pharaoh heard this thing, he sought to slay Moses. But Moses fled from the face of Pharaoh, and dwelt in the land of Midian: and he sat down by a well.
## 1571                                                                                                                                                                                                                                     Now the priest of Midian had seven daughters: and they came and drew water, and filled the troughs to water their father's flock.
## 1572                                                                                                                                                                                                                                                              And the shepherds came and drove them away: but Moses stood up and helped them, and watered their flock.
## 1573                                                                                                                                                                                                                                                                         And when they came to Reuel their father, he said, How is it that ye are come so soon to day?
## 1574                                                                                                                                                                                                                                   And they said, An Egyptian delivered us out of the hand of the shepherds, and also drew water enough for us, and watered the flock.
## 1575                                                                                                                                                                                                                                                And he said unto his daughters, And where is he? why is it that ye have left the man? call him, that he may eat bread.
## 1576                                                                                                                                                                                                                                                                                 And Moses was content to dwell with the man: and he gave Moses Zipporah his daughter.
## 1577                                                                                                                                                                                                                                                        And she bare him a son, and he called his name Gershom: for he said, I have been a stranger in a strange land.
## 1578                                                                                                                                                             And it came to pass in process of time, that the king of Egypt died: and the children of Israel sighed by reason of the bondage, and they cried, and their cry came up unto God by reason of the bondage.
## 1579                                                                                                                                                                                                                                                               And God heard their groaning, and God remembered his covenant with Abraham, with Isaac, and with Jacob.
## 1580                                                                                                                                                                                                                                                                                            And God looked upon the children of Israel, and God had respect unto them.
## 1581                                                                                                                                                                                       NOW Moses kept the flock of Jethro his father in law, the priest of Midian: and he led the flock to the backside of the desert, and came to the mountain of God, even to Horeb.
## 1582                                                                                                                                                                                      And the angel of the LORD appeared unto him in a flame of fire out of the midst of a bush: and he looked, and, behold, the bush burned with fire, and the bush was not consumed.
## 1583                                                                                                                                                                                                                                                                           And Moses said, I will now turn aside, and see this great sight, why the bush is not burnt.
## 1584                                                                                                                                                                                                                  And when the LORD saw that he turned aside to see, God called unto him out of the midst of the bush, and said, Moses, Moses. And he said, Here am I.
## 1585                                                                                                                                                                                                                                           And he said, Draw not nigh hither: put off thy shoes from off thy feet, for the place whereon thou standest is holy ground.
## 1586                                                                                                                                                                                                 Moreover he said, I am the God of thy father, the God of Abraham, the God of Isaac, and the God of Jacob. And Moses hid his face; for he was afraid to look upon God.
## 1587                                                                                                                                                                                              And the LORD said, I have surely seen the affliction of my people which are in Egypt, and have heard their cry by reason of their taskmasters; for I know their sorrows;
## 1588                                                       And I am come down to deliver them out of the hand of the Egyptians, and to bring them up out of that land unto a good land and a large, unto a land flowing with milk and honey; unto the place of the Canaanites, and the Hittites, and the Amorites, and the Perizzites, and the Hivites, and the Jebusites.
## 1589                                                                                                                                                                                                                   Now therefore, behold, the cry of the children of Israel is come unto me: and I have also seen the oppression wherewith the Egyptians oppress them.
## 1590                                                                                                                                                                                                                                    Come now therefore, and I will send thee unto Pharaoh, that thou mayest bring forth my people the children of Israel out of Egypt.
## 1591                                                                                                                                                                                                                                  And Moses said unto God, Who am I, that I should go unto Pharaoh, and that I should bring forth the children of Israel out of Egypt?
## 1592                                                                                                                                                                  And he said, Certainly I will be with thee; and this shall be a token unto thee, that I have sent thee: When thou hast brought forth the people out of Egypt, ye shall serve God upon this mountain.
## 1593                                                                                                                                             And Moses said unto God, Behold, when I come unto the children of Israel, and shall say unto them, The God of your fathers hath sent me unto you; and they shall say to me, What is his name? what shall I say unto them?
## 1594                                                                                                                                                                                                                                    And God said unto Moses, I AM THAT I AM: and he said, Thus shalt thou say unto the children of Israel, I AM hath sent me unto you.
## 1595                                                                                           And God said moreover unto Moses, Thus shalt thou say unto the children of Israel, The LORD God of your fathers, the God of Abraham, the God of Isaac, and the God of Jacob, hath sent me unto you: this is my name for ever, and this is my memorial unto all generations.
## 1596                                                                                                                          Go, and gather the elders of Israel together, and say unto them, The LORD God of your fathers, the God of Abraham, of Isaac, and of Jacob, appeared unto me, saying, I have surely visited you, and seen that which is done to you in Egypt:
## 1597                                                                                                                             And I have said, I will bring you up out of the affliction of Egypt unto the land of the Canaanites, and the Hittites, and the Amorites, and the Perizzites, and the Hivites, and the Jebusites, unto a land flowing with milk and honey.
## 1598                                                     And they shall hearken to thy voice: and thou shalt come, thou and the elders of Israel, unto the king of Egypt, and ye shall say unto him, The LORD God of the Hebrews hath met with us: and now let us go, we beseech thee, three days' journey into the wilderness, that we may sacrifice to the LORD our God.
## 1599                                                                                                                                                                                                                                                                                   And I am sure that the king of Egypt will not let you go, no, not by a mighty hand.
## 1600                                                                                                                                                                                                                          And I will stretch out my hand, and smite Egypt with all my wonders which I will do in the midst thereof: and after that he will let you go.
## 1601                                                                                                                                                                                                                                 And I will give this people favour in the sight of the Egyptians: and it shall come to pass, that, when ye go, ye shall not go empty:
## 1602                                                                                                                           But every woman shall borrow of her neighbour, and of her that sojourneth in her house, jewels of silver, and jewels of gold, and raiment: and ye shall put them upon your sons, and upon your daughters; and ye shall spoil the Egyptians.
## 1603                                                                                                                                                                                                               AND Moses answered and said, But, behold, they will not believe me, nor hearken unto my voice: for they will say, The LORD hath not appeared unto thee.
## 1604                                                                                                                                                                                                                                                                                           And the LORD said unto him, What is that in thine hand? And he said, A rod.
## 1605                                                                                                                                                                                                                                             And he said, Cast it on the ground. And he cast it on the ground, and it became a serpent; and Moses fled from before it.
## 1606                                                                                                                                                                                                               And the LORD said unto Moses, Put forth thine hand, and take it by the tail. And he put forth his hand, and caught it, and it became a rod in his hand:
## 1607                                                                                                                                                                                                                        That they may believe that the LORD God of their fathers, the God of Abraham, the God of Isaac, and the God of Jacob, hath appeared unto thee.
## 1608                                                                                                                                                                                         And the LORD said furthermore unto him, Put now thine hand into thy bosom. And he put his hand into his bosom: and when he took it out, behold, his hand was leprous as snow.
## 1609                                                                                                                                                                                     And he said, Put thine hand into thy bosom again. And he put his hand into his bosom again; and plucked it out of his bosom, and, behold, it was turned again as his other flesh.
## 1610                                                                                                                                                                                                        And it shall come to pass, if they will not believe thee, neither hearken to the voice of the first sign, that they will believe the voice of the latter sign.
## 1611                                                                                       And it shall come to pass, if they will not believe also these two signs, neither hearken unto thy voice, that thou shalt take of the water of the river, and pour it upon the dry land: and the water which thou takest out of the river shall become blood upon the dry land.
## 1612                                                                                                                                                                                           And Moses said unto the LORD, O my Lord, I am not eloquent, neither heretofore, nor since thou hast spoken unto thy servant: but I am slow of speech, and of a slow tongue.
## 1613                                                                                                                                                                                                                             And the LORD said unto him, Who hath made man's mouth? or who maketh the dumb, or deaf, or the seeing, or the blind? have not I the LORD?
## 1614                                                                                                                                                                                                                                                                                   Now therefore go, and I will be with thy mouth, and teach thee what thou shalt say.
## 1615                                                                                                                                                                                                                                                                                    And he said, O my Lord, send, I pray thee, by the hand of him whom thou wilt send.
## 1616                                                                                                                           And the anger of the LORD was kindled against Moses, and he said, Is not Aaron the Levite thy brother? I know that he can speak well. And also, behold, he cometh forth to meet thee: and when he seeth thee, he will be glad in his heart.
## 1617                                                                                                                                                                                                                     And thou shalt speak unto him, and put words in his mouth: and I will be with thy mouth, and with his mouth, and will teach you what ye shall do.
## 1618                                                                                                                                                                                                                 And he shall be thy spokesman unto the people: and he shall be, even he shall be to thee instead of a mouth, and thou shalt be to him instead of God.
## 1619                                                                                                                                                                                                                                                                                            And thou shalt take this rod in thine hand, wherewith thou shalt do signs.
## 1620                                                                                                                                         And Moses went and returned to Jethro his father in law, and said unto him, Let me go, I pray thee, and return unto my brethren which are in Egypt, and see whether they be yet alive. And Jethro said to Moses, Go in peace.
## 1621                                                                                                                                                                                                                                                        And the LORD said unto Moses in Midian, Go, return into Egypt: for all the men are dead which sought thy life.
## 1622                                                                                                                                                                                                                      And Moses took his wife and his sons, and set them upon an ass, and he returned to the land of Egypt: and Moses took the rod of God in his hand.
## 1623                                                                                                                                              And the LORD said unto Moses, When thou goest to return into Egypt, see that thou do all those wonders before Pharaoh, which I have put in thine hand: but I will harden his heart, that he shall not let the people go.
## 1624                                                                                                                                                                                                                                                                            And thou shalt say unto Pharaoh, Thus saith the LORD, Israel is my son, even my firstborn:
## 1625                                                                                                                                                                                                                          And I say unto thee, Let my son go, that he may serve me: and if thou refuse to let him go, behold, I will slay thy son, even thy firstborn.
## 1626                                                                                                                                                                                                                                                                             And it came to pass by the way in the inn, that the LORD met him, and sought to kill him.
## 1627                                                                                                                                                                                                                     Then Zipporah took a sharp stone, and cut off the foreskin of her son, and cast it at his feet, and said, Surely a bloody husband art thou to me.
## 1628                                                                                                                                                                                                                                                                              So he let him go: then she said, A bloody husband thou art, because of the circumcision.
## 1629                                                                                                                                                                                                                                       And the LORD said to Aaron, Go into the wilderness to meet Moses. And he went, and met him in the mount of God, and kissed him.
## 1630                                                                                                                                                                                                                                                        And Moses told Aaron all the words of the LORD who had sent him, and all the signs which he had commanded him.
## 1631                                                                                                                                                                                                                                                                              And Moses and Aaron went and gathered together all the elders of the children of Israel:
## 1632                                                                                                                                                                                                                                                     And Aaron spake all the words which the LORD had spoken unto Moses, and did the signs in the sight of the people.
## 1633                                                                                                                                                                              And the people believed: and when they heard that the LORD had visited the children of Israel, and that he had looked upon their affliction, then they bowed their heads and worshipped.
## 1634                                                                                                                                                                                                   AND afterward Moses and Aaron went in, and told Pharaoh, Thus saith the LORD God of Israel, Let my people go, that they may hold a feast unto me in the wilderness.
## 1635                                                                                                                                                                                                                                  And Pharaoh said, Who is the LORD, that I should obey his voice to let Israel go? I know not the LORD, neither will I let Israel go.
## 1636                                                                                                                                                   And they said, The God of the Hebrews hath met with us: let us go, we pray thee, three days' journey into the desert, and sacrifice unto the LORD our God; lest he fall upon us with pestilence, or with the sword.
## 1637                                                                                                                                                                                                                                   And the king of Egypt said unto them, Wherefore do ye, Moses and Aaron, let the people from their works? get you unto your burdens.
## 1638                                                                                                                                                                                                                                                              And Pharaoh said, Behold, the people of the land now are many, and ye make them rest from their burdens.
## 1639                                                                                                                                                                                                                                                                         And Pharaoh commanded the same day the taskmasters of the people, and their officers, saying,
## 1640                                                                                                                                                                                                                                                     Ye shall no more give the people straw to make brick, as heretofore: let them go and gather straw for themselves.
## 1641                                                                                                                                                            And the tale of the bricks, which they did make heretofore, ye shall lay upon them; ye shall not diminish ought thereof: for they be idle; therefore they cry, saying, Let us go and sacrifice to our God.
## 1642                                                                                                                                                                                                                                                           Let there more work be laid upon the men, that they may labour therein; and let them not regard vain words.
## 1643                                                                                                                                                                                                                  And the taskmasters of the people went out, and their officers, and they spake to the people, saying, Thus saith Pharaoh, I will not give you straw.
## 1644                                                                                                                                                                                                                                                                            Go ye, get you straw where ye can find it: yet not ought of your work shall be diminished.
## 1645                                                                                                                                                                                                                                                              So the people were scattered abroad throughout all the land of Egypt to gather stubble instead of straw.
## 1646                                                                                                                                                                                                                                                                And the taskmasters hasted them, saying, Fulfil your works, your daily tasks, as when there was straw.
## 1647                                                                                                                                             And the officers of the children of Israel, which Pharaoh's taskmasters had set over them, were beaten, and demanded, Wherefore have ye not fulfilled your task in making brick both yesterday and to day, as heretofore?
## 1648                                                                                                                                                                                                                                       Then the officers of the children of Israel came and cried unto Pharaoh, saying, Wherefore dealest thou thus with thy servants?
## 1649                                                                                                                                                                                                                There is no straw given unto thy servants, and they say to us, Make brick: and, behold, thy servants are beaten; but the fault is in thine own people.
## 1650                                                                                                                                                                                                                                                                      But he said, Ye are idle, ye are idle: therefore ye say, Let us go and do sacrifice to the LORD.
## 1651                                                                                                                                                                                                                                                           Go therefore now, and work; for there shall no straw be given you, yet shall ye deliver the tale of bricks.
## 1652                                                                                                                                                                                                     And the officers of the children of Israel did see that they were in evil case, after it was said, Ye shall not minish ought from your bricks of your daily task.
## 1653                                                                                                                                                                                                                                                                                  And they met Moses and Aaron, who stood in the way, as they came forth from Pharaoh:
## 1654                                                                                                                                                          And they said unto them, The LORD look upon you, and judge; because ye have made our savour to be abhorred in the eyes of Pharaoh, and in the eyes of his servants, to put a sword in their hand to slay us.
## 1655                                                                                                                                                                                                                                And Moses returned unto the LORD, and said, Lord, wherefore hast thou so evil entreated this people? why is it that thou hast sent me?
## 1656                                                                                                                                                                                                                                    For since I came to Pharaoh to speak in thy name, he hath done evil to this people; neither hast thou delivered thy people at all.
## 1657                                                                                                                                                                                 THEN the LORD said unto Moses, Now shalt thou see what I will do to Pharaoh: for with a strong hand shall he let them go, and with a strong hand shall he drive them out of his land.
## 1658                                                                                                                                                                                                                                                                                                           And God spake unto Moses, and said unto him, I am the LORD:
## 1659                                                                                                                                                                                                                                 And I appeared unto Abraham, unto Isaac, and unto Jacob, by the name of God Almighty, but by my name JEHOVAH was I not known to them.
## 1660                                                                                                                                                                                                                        And I have also established my covenant with them, to give them the land of Canaan, the land of their pilgrimage, wherein they were strangers.
## 1661                                                                                                                                                                                                                                  And I have also heard the groaning of the children of Israel, whom the Egyptians keep in bondage; and I have remembered my covenant.
## 1662                                                                                                                        Wherefore say unto the children of Israel, I am the LORD, and I will bring you out from under the burdens of the Egyptians, and I will rid you out of their bondage, and I will redeem you with a stretched out arm, and with great judgments:
## 1663                                                                                                                                                                                    And I will take you to me for a people, and I will be to you a God: and ye shall know that I am the LORD your God, which bringeth you out from under the burdens of the Egyptians.
## 1664                                                                                                                                                                                         And I will bring you in unto the land, concerning the which I did swear to give it to Abraham, to Isaac, and to Jacob; and I will give it you for an heritage: I am the LORD.
## 1665                                                                                                                                                                                                                                       And Moses spake so unto the children of Israel: but they hearkened not unto Moses for anguish of spirit, and for cruel bondage.
## 1666                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 1667                                                                                                                                                                                                                                                                       Go in, speak unto Pharaoh king of Egypt, that he let the children of Israel go out of his land.
## 1668                                                                                                                                                                                                     And Moses spake before the LORD, saying, Behold, the children of Israel have not hearkened unto me; how then shall Pharaoh hear me, who am of uncircumcised lips?
## 1669                                                                                                                                                                           And the LORD spake unto Moses and unto Aaron, and gave them a charge unto the children of Israel, and unto Pharaoh king of Egypt, to bring the children of Israel out of the land of Egypt.
## 1670                                                                                                                                                                                                       These be the heads of their fathers' houses: The sons of Reuben the firstborn of Israel; Hanoch, and Pallu, Hezron, and Carmi: these be the families of Reuben.
## 1671                                                                                                                                                                                                               And the sons of Simeon; Jemuel, and Jamin, and Ohad, and Jachin, and Zohar, and Shaul the son of a Canaanitish woman: these are the families of Simeon.
## 1672                                                                                                                                                                                And these are the names of the sons of Levi according to their generations; Gershon, and Kohath, and Merari: and the years of the life of Levi were an hundred thirty and seven years.
## 1673                                                                                                                                                                                                                                                                                                   The sons of Gershon; Libni, and Shimi, according to their families.
## 1674                                                                                                                                                                                                                         And the sons of Kohath; Amram, and Izhar, and Hebron, and Uzziel: and the years of the life of Kohath were an hundred thirty and three years.
## 1675                                                                                                                                                                                                                                                              And the sons of Merari; Mahali and Mushi: these are the families of Levi according to their generations.
## 1676                                                                                                                                                                                             And Amram took him Jochebed his father's sister to wife; and she bare him Aaron and Moses: and the years of the life of Amram were an hundred and thirty and seven years.
## 1677                                                                                                                                                                                                                                                                                                                 And the sons of Izhar; Korah, and Nepheg, and Zichri.
## 1678                                                                                                                                                                                                                                                                                                            And the sons of Uzziel; Mishael, and Elzaphan, and Zithri.
## 1679                                                                                                                                                                                                                              And Aaron took him Elisheba, daughter of Amminadab, sister of Naashon, to wife; and she bare him Nadab, and Abihu, Eleazar, and Ithamar.
## 1680                                                                                                                                                                                                                                                                      And the sons of Korah; Assir, and Elkanah, and Abiasaph: these are the families of the Korhites.
## 1681                                                                                                                                                                                    And Eleazar Aaron's son took him one of the daughters of Putiel to wife; and she bare him Phinehas: these are the heads of the fathers of the Levites according to their families.
## 1682                                                                                                                                                                                                                             These are that Aaron and Moses, to whom the LORD said, Bring out the children of Israel from the land of Egypt according to their armies.
## 1683                                                                                                                                                                                                                                  These are they which spake to Pharaoh king of Egypt, to bring out the children of Israel from Egypt: these are that Moses and Aaron.
## 1684                                                                                                                                                                                                                                                                                   And it came to pass on the day when the LORD spake unto Moses in the land of Egypt,
## 1685                                                                                                                                                                                                                                                That the LORD spake unto Moses, saying, I am the LORD: speak thou unto Pharaoh king of Egypt all that I say unto thee.
## 1686                                                                                                                                                                                                                                                            And Moses said before the LORD, Behold, I am of uncircumcised lips, and how shall Pharaoh hearken unto me?
## 1687                                                                                                                                                                                                                                                     AND the LORD said unto Moses, See, I have made thee a god to Pharaoh: and Aaron thy brother shall be thy prophet.
## 1688                                                                                                                                                                                                                        Thou shalt speak all that I command thee: and Aaron thy brother shall speak unto Pharaoh, that he send the children of Israel out of his land.
## 1689                                                                                                                                                                                                                                                                         And I will harden Pharaoh's heart, and multiply my signs and my wonders in the land of Egypt.
## 1690                                                                                                                                                                            But Pharaoh shall not hearken unto you, that I may lay my hand upon Egypt, and bring forth mine armies, and my people the children of Israel, out of the land of Egypt by great judgments.
## 1691                                                                                                                                                                                                                     And the Egyptians shall know that I am the LORD, when I stretch forth mine hand upon Egypt, and bring out the children of Israel from among them.
## 1692                                                                                                                                                                                                                                                                                                      And Moses and Aaron did as the LORD commanded them, so did they.
## 1693                                                                                                                                                                                                                                                             And Moses was fourscore years old, and Aaron fourscore and three years old, when they spake unto Pharaoh.
## 1694                                                                                                                                                                                                                                                                                                                 And the LORD spake unto Moses and unto Aaron, saying,
## 1695                                                                                                                                                                                           When Pharaoh shall speak unto you, saying, Shew a miracle for you: then thou shalt say unto Aaron, Take thy rod, and cast it before Pharaoh, and it shall become a serpent.
## 1696                                                                                                                                                                                    And Moses and Aaron went in unto Pharaoh, and they did so as the LORD had commanded: and Aaron cast down his rod before Pharaoh, and before his servants, and it became a serpent.
## 1697                                                                                                                                                                                                                            Then Pharaoh also called the wise men and the sorcerers: now the magicians of Egypt, they also did in like manner with their enchantments.
## 1698                                                                                                                                                                                                                                                              For they cast down every man his rod, and they became serpents: but Aaron's rod swallowed up their rods.
## 1699                                                                                                                                                                                                                                                                               And he hardened Pharaoh's heart, that he hearkened not unto them; as the LORD had said.
## 1700                                                                                                                                                                                                                                                                          And the LORD said unto Moses, Pharaoh's heart is hardened, he refuseth to let the people go.
## 1701                                                                                                                                                            Get thee unto Pharaoh in the morning; lo, he goeth out unto the water; and thou shalt stand by the river's brink against he come; and the rod which was turned to a serpent shalt thou take in thine hand.
## 1702                                                                                                                                                                    And thou shalt say unto him, The LORD God of the Hebrews hath sent me unto thee, saying, Let my people go, that they may serve me in the wilderness: and, behold, hitherto thou wouldest not hear.
## 1703                                                                                                                                                                    Thus saith the LORD, In this thou shalt know that I am the LORD: behold, I will smite with the rod that is in mine hand upon the waters which are in the river, and they shall be turned to blood.
## 1704                                                                                                                                                                                                                             And the fish that is in the river shall die, and the river shall stink; and the Egyptians shall lothe to drink of the water of the river.
## 1705         And the LORD spake unto Moses, Say unto Aaron, Take thy rod, and stretch out thine hand upon the waters of Egypt, upon their streams, upon their rivers, and upon their ponds, and upon all their pools of water, that they may become blood; and that there may be blood throughout all the land of Egypt, both in vessels of wood, and in vessels of stone.
## 1706                                                                                                                  And Moses and Aaron did so, as the LORD commanded; and he lifted up the rod, and smote the waters that were in the river, in the sight of Pharaoh, and in the sight of his servants; and all the waters that were in the river were turned to blood.
## 1707                                                                                                                                                                                      And the fish that was in the river died; and the river stank, and the Egyptians could not drink of the water of the river; and there was blood throughout all the land of Egypt.
## 1708                                                                                                                                                                                                                  And the magicians of Egypt did so with their enchantments: and Pharaoh's heart was hardened, neither did he hearken unto them; as the LORD had said.
## 1709                                                                                                                                                                                                                                                                                And Pharaoh turned and went into his house, neither did he set his heart to this also.
## 1710                                                                                                                                                                                                                                            And all the Egyptians digged round about the river for water to drink; for they could not drink of the water of the river.
## 1711                                                                                                                                                                                                                                                                                             And seven days were fulfilled, after that the LORD had smitten the river.
## 1712                                                                                                                                                                                                                                      AND the LORD spake unto Moses, Go unto Pharaoh, and say unto him, Thus saith the LORD, Let my people go, that they may serve me.
## 1713                                                                                                                                                                                                                                                                                   And if thou refuse to let them go, behold, I will smite all thy borders with frogs:
## 1714                                                                                                                And the river shall bring forth frogs abundantly, which shall go up and come into thine house, and into thy bedchamber, and upon thy bed, and into the house of thy servants, and upon thy people, and into thine ovens, and into thy kneadingtroughs:
## 1715                                                                                                                                                                                                                                                                             And the frogs shall come up both on thee, and upon thy people, and upon all thy servants.
## 1716                                                                                                                                                                        And the LORD spake unto Moses, Say unto Aaron, Stretch forth thine hand with thy rod over the streams, over the rivers, and over the ponds, and cause frogs to come up upon the land of Egypt.
## 1717                                                                                                                                                                                                                                                      And Aaron stretched out his hand over the waters of Egypt; and the frogs came up, and covered the land of Egypt.
## 1718                                                                                                                                                                                                                                                                        And the magicians did so with their enchantments, and brought up frogs upon the land of Egypt.
## 1719                                                                                                                                                             Then Pharaoh called for Moses and Aaron, and said, Intreat the LORD, that he may take away the frogs from me, and from my people; and I will let the people go, that they may do sacrifice unto the LORD.
## 1720                                                                                                                                                           And Moses said unto Pharaoh, Glory over me: when shall I intreat for thee, and for thy servants, and for thy people, to destroy the frogs from thee and thy houses, that they may remain in the river only?
## 1721                                                                                                                                                                                                                                And he said, To morrow. And he said, Be it according to thy word: that thou mayest know that there is none like unto the LORD our God.
## 1722                                                                                                                                                                                                                           And the frogs shall depart from thee, and from thy houses, and from thy servants, and from thy people; they shall remain in the river only.
## 1723                                                                                                                                                                                                                                   And Moses and Aaron went out from Pharaoh: and Moses cried unto the LORD because of the frogs which he had brought against Pharaoh.
## 1724                                                                                                                                                                                                                                    And the LORD did according to the word of Moses; and the frogs died out of the houses, out of the villages, and out of the fields.
## 1725                                                                                                                                                                                                                                                                                                       And they gathered them together upon heaps: and the land stank.
## 1726                                                                                                                                                                                                                                                But when Pharaoh saw that there was respite, he hardened his heart, and hearkened not unto them; as the LORD had said.
## 1727                                                                                                                                                                                                          And the LORD said unto Moses, Say unto Aaron, Stretch out thy rod, and smite the dust of the land, that it may become lice throughout all the land of Egypt.
## 1728                                                                                                                                                      And they did so; for Aaron stretched out his hand with his rod, and smote the dust of the earth, and it became lice in man, and in beast; all the dust of the land became lice throughout all the land of Egypt.
## 1729                                                                                                                                                                                                                                And the magicians did so with their enchantments to bring forth lice, but they could not: so there were lice upon man, and upon beast.
## 1730                                                                                                                                                                                                              Then the magicians said unto Pharaoh, This is the finger of God: and Pharaoh's heart was hardened, and he hearkened not unto them; as the LORD had said.
## 1731                                                                                                                                                              And the LORD said unto Moses, Rise up early in the morning, and stand before Pharaoh; lo, he cometh forth to the water; and say unto him, Thus saith the LORD, Let my people go, that they may serve me.
## 1732                                                                                                      Else, if thou wilt not let my people go, behold, I will send swarms of flies upon thee, and upon thy servants, and upon thy people, and into thy houses: and the houses of the Egyptians shall be full of swarms of flies, and also the ground whereon they are.
## 1733                                                                                                                                                                          And I will sever in that day the land of Goshen, in which my people dwell, that no swarms of flies shall be there; to the end thou mayest know that I am the LORD in the midst of the earth.
## 1734                                                                                                                                                                                                                                                                             And I will put a division between my people and thy people: to morrow shall this sign be.
## 1735                                                                                                                                                       And the LORD did so; and there came a grievous swarm of flies into the house of Pharaoh, and into his servants' houses, and into all the land of Egypt: the land was corrupted by reason of the swarm of flies.
## 1736                                                                                                                                                                                                                                                                       And Pharaoh called for Moses and for Aaron, and said, Go ye, sacrifice to your God in the land.
## 1737                                                                                                                                          And Moses said, It is not meet so to do; for we shall sacrifice the abomination of the Egyptians to the LORD our God: lo, shall we sacrifice the abomination of the Egyptians before their eyes, and will they not stone us?
## 1738                                                                                                                                                                                                                                                        We will go three days' journey into the wilderness, and sacrifice to the LORD our God, as he shall command us.
## 1739                                                                                                                                                                                                                And Pharaoh said, I will let you go, that ye may sacrifice to the LORD your God in the wilderness; only ye shall not go very far away: intreat for me.
## 1740                                                                                     And Moses said, Behold, I go out from thee, and I will intreat the LORD that the swarms of flies may depart from Pharaoh, from his servants, and from his people, to morrow: but let not Pharaoh deal deceitfully any more in not letting the people go to sacrifice to the LORD.
## 1741                                                                                                                                                                                                                                                                                                              And Moses went out from Pharaoh, and intreated the LORD.
## 1742                                                                                                                                                                                                     And the LORD did according to the word of Moses; and he removed the swarms of flies from Pharaoh, from his servants, and from his people; there remained not one.
## 1743                                                                                                                                                                                                                                                                                 And Pharaoh hardened his heart at this time also, neither would he let the people go.
## 1744                                                                                                                                                                                                                    THEN the LORD said unto Moses, Go in unto Pharaoh, and tell him, Thus saith the LORD God of the Hebrews, Let my people go, that they may serve me.
## 1745                                                                                                                                                                                                                                                                                                          For if thou refuse to let them go, and wilt hold them still,
## 1746                                                                                                                                                                   Behold, the hand of the LORD is upon thy cattle which is in the field, upon the horses, upon the asses, upon the camels, upon the oxen, and upon the sheep: there shall be a very grievous murrain.
## 1747                                                                                                                                                                                                                   And the LORD shall sever between the cattle of Israel and the cattle of Egypt: and there shall nothing die of all that is the children's of Israel.
## 1748                                                                                                                                                                                                                                                                        And the LORD appointed a set time, saying, To morrow the LORD shall do this thing in the land.
## 1749                                                                                                                                                                                                                                And the LORD did that thing on the morrow, and all the cattle of Egypt died: but of the cattle of the children of Israel died not one.
## 1750                                                                                                                                                                                                       And Pharaoh sent, and, behold, there was not one of the cattle of the Israelites dead. And the heart of Pharaoh was hardened, and he did not let the people go.
## 1751                                                                                                                                                                                                       And the LORD said unto Moses and unto Aaron, Take to you handfuls of ashes of the furnace, and let Moses sprinkle it toward the heaven in the sight of Pharaoh.
## 1752                                                                                                                                                                                                   And it shall become small dust in all the land of Egypt, and shall be a boil breaking forth with blains upon man, and upon beast, throughout all the land of Egypt.
## 1753                                                                                                                                                                                      And they took ashes of the furnace, and stood before Pharaoh; and Moses sprinkled it up toward heaven; and it became a boil breaking forth with blains upon man, and upon beast.
## 1754                                                                                                                                                                                                                                 And the magicians could not stand before Moses because of the boils; for the boil was upon the magicians, and upon all the Egyptians.
## 1755                                                                                                                                                                                                                                                        And the LORD hardened the heart of Pharaoh, and he hearkened not unto them; as the LORD had spoken unto Moses.
## 1756                                                                                                                                                                             And the LORD said unto Moses, Rise up early in the morning, and stand before Pharaoh, and say unto him, Thus saith the LORD God of the Hebrews, Let my people go, that they may serve me.
## 1757                                                                                                                                                                                          For I will at this time send all my plagues upon thine heart, and upon thy servants, and upon thy people; that thou mayest know that there is none like me in all the earth.
## 1758                                                                                                                                                                                                                                   For now I will stretch out my hand, that I may smite thee and thy people with pestilence; and thou shalt be cut off from the earth.
## 1759                                                                                                                                                                                                                       And in very deed for this cause have I raised thee up, for to shew in thee my power; and that my name may be declared throughout all the earth.
## 1760                                                                                                                                                                                                                                                                                       As yet exaltest thou thyself against my people, that thou wilt not let them go?
## 1761                                                                                                                                                                                                           Behold, to morrow about this time I will cause it to rain a very grievous hail, such as hath not been in Egypt since the foundation thereof even until now.
## 1762                                                                                                                                Send therefore now, and gather thy cattle, and all that thou hast in the field; for upon every man and beast which shall be found in the field, and shall not be brought home, the hail shall come down upon them, and they shall die.
## 1763                                                                                                                                                                                                                                              He that feared the word of the LORD among the servants of Pharaoh made his servants and his cattle flee into the houses:
## 1764                                                                                                                                                                                                                                                                          And he that regarded not the word of the LORD left his servants and his cattle in the field.
## 1765                                                                                                                                                      And the LORD said unto Moses, Stretch forth thine hand toward heaven, that there may be hail in all the land of Egypt, upon man, and upon beast, and upon every herb of the field, throughout the land of Egypt.
## 1766                                                                                                                                                                                         And Moses stretched forth his rod toward heaven: and the LORD sent thunder and hail, and the fire ran along upon the ground; and the LORD rained hail upon the land of Egypt.
## 1767                                                                                                                                                                                                                   So there was hail, and fire mingled with the hail, very grievous, such as there was none like it in all the land of Egypt since it became a nation.
## 1768                                                                                                                                                                                     And the hail smote throughout all the land of Egypt all that was in the field, both man and beast; and the hail smote every herb of the field, and brake every tree of the field.
## 1769                                                                                                                                                                                                                                                                                     Only in the land of Goshen, where the children of Israel were, was there no hail.
## 1770                                                                                                                                                                                                                 And Pharaoh sent, and called for Moses and Aaron, and said unto them, I have sinned this time: the LORD is righteous, and I and my people are wicked.
## 1771                                                                                                                                                                                                                            Intreat the LORD (for it is enough) that there be no more mighty thunderings and hail; and I will let you go, and ye shall stay no longer.
## 1772                                                                                                                                And Moses said unto him, As soon as I am gone out of the city, I will spread abroad my hands unto the LORD; and the thunder shall cease, neither shall there be any more hail; that thou mayest know how that the earth is the LORD's.
## 1773                                                                                                                                                                                                                                                                                      But as for thee and thy servants, I know that ye will not yet fear the LORD God.
## 1774                                                                                                                                                                                                                                                                      And the flax and the barley was smitten: for the barley was in the ear, and the flax was bolled.
## 1775                                                                                                                                                                                                                                                                                               But the wheat and the rie were not smitten: for they were not grown up.
## 1776                                                                                                                                                                                                 And Moses went out of the city from Pharaoh, and spread abroad his hands unto the LORD: and the thunders and hail ceased, and the rain was not poured upon the earth.
## 1777                                                                                                                                                                                                                        And when Pharaoh saw that the rain and the hail and the thunders were ceased, he sinned yet more, and hardened his heart, he and his servants.
## 1778                                                                                                                                                                                                                                               And the heart of Pharaoh was hardened, neither would he let the children of Israel go; as the LORD had spoken by Moses.
## 1779                                                                                                                                                                                                          AND the LORD said unto Moses, Go in unto Pharaoh: for I have hardened his heart, and the heart of his servants, that I might shew these my signs before him:
## 1780                                                                                                                                                                      And that thou mayest tell in the ears of thy son, and of thy son's son, what things I have wrought in Egypt, and my signs which I have done among them; that ye may know how that I am the LORD.
## 1781                                                                                                                                                                 And Moses and Aaron came in unto Pharaoh, and said unto him, Thus saith the LORD God of the Hebrews, How long wilt thou refuse to humble thyself before me? let my people go, that they may serve me.
## 1782                                                                                                                                                                                                                                                                  Else, if thou refuse to let my people go, behold, to morrow will I bring the locusts into thy coast:
## 1783                                                                                                               And they shall cover the face of the earth, that one cannot be able to see the earth: and they shall eat the residue of that which is escaped, which remaineth unto you from the hail, and shall eat every tree which groweth for you out of the field:
## 1784                                                                                  And they shall fill thy houses, and the houses of all thy servants, and the houses of all the Egyptians; which neither thy fathers, nor thy fathers' fathers have seen, since the day that they were upon the earth unto this day. And he turned himself, and went out from Pharaoh.
## 1785                                                                                                                                                                               And Pharaoh's servants said unto him, How long shall this man be a snare unto us? let the men go, that they may serve the LORD their God: knowest thou not yet that Egypt is destroyed?
## 1786                                                                                                                                                                                                                              And Moses and Aaron were brought again unto Pharaoh: and he said unto them, Go, serve the LORD your God: but who are they that shall go?
## 1787                                                                                                                                                                              And Moses said, We will go with our young and with our old, with our sons and with our daughters, with our flocks and with our herds will we go; for we must hold a feast unto the LORD.
## 1788                                                                                                                                                                                                                                   And he said unto them, Let the LORD be so with you, as I will let you go, and your little ones: look to it; for evil is before you.
## 1789                                                                                                                                                                                                                                         Not so: go now ye that are men, and serve the LORD; for that ye did desire. And they were driven out from Pharaoh's presence.
## 1790                                                                                                                                                          And the LORD said unto Moses, Stretch out thine hand over the land of Egypt for the locusts, that they may come up upon the land of Egypt, and eat every herb of the land, even all that the hail hath left.
## 1791                                                                                                                                                               And Moses stretched forth his rod over the land of Egypt, and the LORD brought an east wind upon the land all that day, and all that night; and when it was morning, the east wind brought the locusts.
## 1792                                                                                                                                                                 And the locusts went up over all the land of Egypt, and rested in all the coasts of Egypt: very grievous were they; before them there were no such locusts as they, neither after them shall be such.
## 1793                                                                       For they covered the face of the whole earth, so that the land was darkened; and they did eat every herb of the land, and all the fruit of the trees which the hail had left: and there remained not any green thing in the trees, or in the herbs of the field, through all the land of Egypt.
## 1794                                                                                                                                                                                                                                              Then Pharaoh called for Moses and Aaron in haste; and he said, I have sinned against the LORD your God, and against you.
## 1795                                                                                                                                                                                                                              Now therefore forgive, I pray thee, my sin only this once, and intreat the LORD your God, that he may take away from me this death only.
## 1796                                                                                                                                                                                                                                                                                                                 And he went out from Pharaoh, and intreated the LORD.
## 1797                                                                                                                                                                                                 And the LORD turned a mighty strong west wind, which took away the locusts, and cast them into the Red sea; there remained not one locust in all the coasts of Egypt.
## 1798                                                                                                                                                                                                                                                                            But the LORD hardened Pharaoh's heart, so that he would not let the children of Israel go.
## 1799                                                                                                                                                                                                               And the LORD said unto Moses, Stretch out thine hand toward heaven, that there may be darkness over the land of Egypt, even darkness which may be felt.
## 1800                                                                                                                                                                                                                                                 And Moses stretched forth his hand toward heaven; and there was a thick darkness in all the land of Egypt three days:
## 1801                                                                                                                                                                                                                                They saw not one another, neither rose any from his place for three days: but all the children of Israel had light in their dwellings.
## 1802                                                                                                                                                                                                                 And Pharaoh called unto Moses, and said, Go ye, serve the LORD; only let your flocks and your herds be stayed: let your little ones also go with you.
## 1803                                                                                                                                                                                                                                                   And Moses said, Thou must give us also sacrifices and burnt offerings, that we may sacrifice unto the LORD our God.
## 1804                                                                                                                                                                Our cattle also shall go with us; there shall not an hoof be left behind; for thereof must we take to serve the LORD our God; and we know not with what we must serve the LORD, until we come thither.
## 1805                                                                                                                                                                                                                                                                                                  But the LORD hardened Pharaoh's heart, and he would not let them go.
## 1806                                                                                                                                                                                                                            And Pharaoh said unto him, Get thee from me, take heed to thyself, see my face no more; for in that day thou seest my face thou shalt die.
## 1807                                                                                                                                                                                                                                                                                             And Moses said, Thou hast spoken well, I will see thy face again no more.
## 1808                                                                                                                                                          AND the LORD said unto Moses, Yet will I bring one plague more upon Pharaoh, and upon Egypt; afterwards he will let you go hence: when he shall let you go, he shall surely thrust you out hence altogether.
## 1809                                                                                                                                                                                                               Speak now in the ears of the people, and let every man borrow of his neighbour, and every woman of her neighbour, jewels of silver, and jewels of gold.
## 1810                                                                                                                                                                    And the LORD gave the people favour in the sight of the Egyptians. Moreover the man Moses was very great in the land of Egypt, in the sight of Pharaoh's servants, and in the sight of the people.
## 1811                                                                                                                                                                                                                                                                            And Moses said, Thus saith the LORD, About midnight will I go out into the midst of Egypt:
## 1812                                                                                                                                                And all the firstborn in the land of Egypt shall die, from the firstborn of Pharaoh that sitteth upon his throne, even unto the firstborn of the maidservant that is behind the mill; and all the firstborn of beasts.
## 1813                                                                                                                                                                                                                                       And there shall be a great cry throughout all the land of Egypt, such as there was none like it, nor shall be like it any more.
## 1814                                                                                                                                                                           But against any of the children of Israel shall not a dog move his tongue, against man or beast: that ye may know how that the LORD doth put a difference between the Egyptians and Israel.
## 1815                                                                                                                                          And all these thy servants shall come down unto me, and bow down themselves unto me, saying, Get thee out, and all the people that follow thee: and after that I will go out. And he went out from Pharaoh in a great anger.
## 1816                                                                                                                                                                                                                                             And the LORD said unto Moses, Pharaoh shall not hearken unto you; that my wonders may be multiplied in the land of Egypt.
## 1817                                                                                                                                                                                                  And Moses and Aaron did all these wonders before Pharaoh: and the LORD hardened Pharaoh's heart, so that he would not let the children of Israel go out of his land.
## 1818                                                                                                                                                                                                                                                                                                 AND the LORD spake unto Moses and Aaron in the land of Egypt, saying,
## 1819                                                                                                                                                                                                                                                                 This month shall be unto you the beginning of months: it shall be the first month of the year to you.
## 1820                                                                                                                                                                          Speak ye unto all the congregation of Israel, saying, In the tenth day of this month they shall take to them every man a lamb, according to the house of their fathers, a lamb for an house:
## 1821                                                                                                                                                    And if the household be too little for the lamb, let him and his neighbour next unto his house take it according to the number of the souls; every man according to his eating shall make your count for the lamb.
## 1822                                                                                                                                                                                                                                                 Your lamb shall be without blemish, a male of the first year: ye shall take it out from the sheep, or from the goats:
## 1823                                                                                                                                                                                                                And ye shall keep it up until the fourteenth day of the same month: and the whole assembly of the congregation of Israel shall kill it in the evening.
## 1824                                                                                                                                                                                                                            And they shall take of the blood, and strike it on the two side posts and on the upper door post of the houses, wherein they shall eat it.
## 1825                                                                                                                                                                                                                                           And they shall eat the flesh in that night, roast with fire, and unleavened bread; and with bitter herbs they shall eat it.
## 1826                                                                                                                                                                                                                                        Eat not of it raw, nor sodden at all with water, but roast with fire; his head with his legs, and with the purtenance thereof.
## 1827                                                                                                                                                                                                                                    And ye shall let nothing of it remain until the morning; and that which remaineth of it until the morning ye shall burn with fire.
## 1828                                                                                                                                                                                                      And thus shall ye eat it; with your loins girded, your shoes on your feet, and your staff in your hand; and ye shall eat it in haste: it is the LORD's passover.
## 1829                                                                                                                                                            For I will pass through the land of Egypt this night, and will smite all the firstborn in the land of Egypt, both man and beast; and against all the gods of Egypt I will execute judgment: I am the LORD.
## 1830                                                                                                                                                          And the blood shall be to you for a token upon the houses where ye are: and when I see the blood, I will pass over you, and the plague shall not be upon you to destroy you, when I smite the land of Egypt.
## 1831                                                                                                                                                                                               And this day shall be unto you for a memorial; and ye shall keep it a feast to the LORD throughout your generations; ye shall keep it a feast by an ordinance for ever.
## 1832                                                                                                                                       Seven days shall ye eat unleavened bread; even the first day ye shall put away leaven out of your houses: for whosoever eateth leavened bread from the first day until the seventh day, that soul shall be cut off from Israel.
## 1833                                                                                                                                 And in the first day there shall be an holy convocation, and in the seventh day there shall be an holy convocation to you; no manner of work shall be done in them, save that which every man must eat, that only may be done of you.
## 1834                                                                                                                                                   And ye shall observe the feast of unleavened bread; for in this selfsame day have I brought your armies out of the land of Egypt: therefore shall ye observe this day in your generations by an ordinance for ever.
## 1835                                                                                                                                                                                                                  In the first month, on the fourteenth day of the month at even, ye shall eat unleavened bread, until the one and twentieth day of the month at even.
## 1836                                                                                                                                                Seven days shall there be no leaven found in your houses: for whosoever eateth that which is leavened, even that soul shall be cut off from the congregation of Israel, whether he be a stranger, or born in the land.
## 1837                                                                                                                                                                                                                                                                                 Ye shall eat nothing leavened; in all your habitations shall ye eat unleavened bread.
## 1838                                                                                                                                                                                                                   Then Moses called for all the elders of Israel, and said unto them, Draw out and take you a lamb according to your families, and kill the passover.
## 1839                                                                                                                         And ye shall take a bunch of hyssop, and dip it in the blood that is in the bason, and strike the lintel and the two side posts with the blood that is in the bason; and none of you shall go out at the door of his house until the morning.
## 1840                                                                                                                          For the LORD will pass through to smite the Egyptians; and when he seeth the blood upon the lintel, and on the two side posts, the LORD will pass over the door, and will not suffer the destroyer to come in unto your houses to smite you.
## 1841                                                                                                                                                                                                                                                                                    And ye shall observe this thing for an ordinance to thee and to thy sons for ever.
## 1842                                                                                                                                                                                                                  And it shall come to pass, when ye be come to the land which the LORD will give you, according as he hath promised, that ye shall keep this service.
## 1843                                                                                                                                                                                                                                                                       And it shall come to pass, when your children shall say unto you, What mean ye by this service?
## 1844                                                                                                                                    That ye shall say, It is the sacrifice of the LORD's passover, who passed over the houses of the children of Israel in Egypt, when he smote the Egyptians, and delivered our houses. And the people bowed the head and worshipped.
## 1845                                                                                                                                                                                                                                                                 And the children of Israel went away, and did as the LORD had commanded Moses and Aaron, so did they.
## 1846                                                                                                                         And it came to pass, that at midnight the LORD smote all the firstborn in the land of Egypt, from the firstborn of Pharaoh that sat on his throne unto the firstborn of the captive that was in the dungeon; and all the firstborn of cattle.
## 1847                                                                                                                                                                                        And Pharaoh rose up in the night, he, and all his servants, and all the Egyptians; and there was a great cry in Egypt; for there was not a house where there was not one dead.
## 1848                                                                                                                                                                                   And he called for Moses and Aaron by night, and said, Rise up, and get you forth from among my people, both ye and the children of Israel; and go, serve the LORD, as ye have said.
## 1849                                                                                                                                                                                                                                                                                Also take your flocks and your herds, as ye have said, and be gone; and bless me also.
## 1850                                                                                                                                                                                                                                 And the Egyptians were urgent upon the people, that they might send them out of the land in haste; for they said, We be all dead men.
## 1851                                                                                                                                                                                                                                   And the people took their dough before it was leavened, their kneadingtroughs being bound up in their clothes upon their shoulders.
## 1852                                                                                                                                                                                                                  And the children of Israel did according to the word of Moses; and they borrowed of the Egyptians jewels of silver, and jewels of gold, and raiment:
## 1853                                                                                                                                                                                                          And the LORD gave the people favour in the sight of the Egyptians, so that they lent unto them such things as they required. And they spoiled the Egyptians.
## 1854                                                                                                                                                                                                                                      And the children of Israel journeyed from Rameses to Succoth, about six hundred thousand on foot that were men, beside children.
## 1855                                                                                                                                                                                                                                                                           And a mixed multitude went up also with them; and flocks, and herds, even very much cattle.
## 1856                                                                                                                                        And they baked unleavened cakes of the dough which they brought forth out of Egypt, for it was not leavened; because they were thrust out of Egypt, and could not tarry, neither had they prepared for themselves any victual.
## 1857                                                                                                                                                                                                                                                                  Now the sojourning of the children of Israel, who dwelt in Egypt, was four hundred and thirty years.
## 1858                                                                                                                                                                                           And it came to pass at the end of the four hundred and thirty years, even the selfsame day it came to pass, that all the hosts of the LORD went out from the land of Egypt.
## 1859                                                                                                                                                                       It is a night to be much observed unto the LORD for bringing them out from the land of Egypt: this is that night of the LORD to be observed of all the children of Israel in their generations.
## 1860                                                                                                                                                                                                                                                   And the LORD said unto Moses and Aaron, This is the ordinance of the passover: There shall no stranger eat thereof:
## 1861                                                                                                                                                                                                                                                          But every man's servant that is bought for money, when thou hast circumcised him, then shall he eat thereof.
## 1862                                                                                                                                                                                                                                                                                                               A foreigner and an hired servant shall not eat thereof.
## 1863                                                                                                                                                                                                                         In one house shall it be eaten; thou shalt not carry forth ought of the flesh abroad out of the house; neither shall ye break a bone thereof.
## 1864                                                                                                                                                                                                                                                                                                                         All the congregation of Israel shall keep it.
## 1865                                                                                                        And when a stranger shall sojourn with thee, and will keep the passover to the LORD, let all his males be circumcised, and then let him come near and keep it; and he shall be as one that is born in the land: for no uncircumcised person shall eat thereof.
## 1866                                                                                                                                                                                                                                                                            One law shall be to him that is homeborn, and unto the stranger that sojourneth among you.
## 1867                                                                                                                                                                                                                                                                              Thus did all the children of Israel; as the LORD commanded Moses and Aaron, so did they.
## 1868                                                                                                                                                                                                                                        And it came to pass the selfsame day, that the LORD did bring the children of Israel out of the land of Egypt by their armies.
## 1869                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 1870                                                                                                                                                                                                                                   Sanctify unto me all the firstborn, whatsoever openeth the womb among the children of Israel, both of man and of beast: it is mine.
## 1871                                                                                                                                            And Moses said unto the people, Remember this day, in which ye came out from Egypt, out of the house of bondage; for by strength of hand the LORD brought you out from this place: there shall no leavened bread be eaten.
## 1872                                                                                                                                                                                                                                                                                                                               This day came ye out in the month Abib.
## 1873                                                                            And it shall be when the LORD shall bring thee into the land of the Canaanites, and the Hittites, and the Amorites, and the Hivites, and the Jebusites, which he sware unto thy fathers to give thee, a land flowing with milk and honey, that thou shalt keep this service in this month.
## 1874                                                                                                                                                                                                                                                                      Seven days thou shalt eat unleavened bread, and in the seventh day shall be a feast to the LORD.
## 1875                                                                                                                                                                                                    Unleavened bread shall be eaten seven days; and there shall no leavened bread be seen with thee, neither shall there be leaven seen with thee in all thy quarters.
## 1876                                                                                                                                                                                                                              And thou shalt shew thy son in that day, saying, This is done because of that which the LORD did unto me when I came forth out of Egypt.
## 1877                                                                                                                                                                 And it shall be for a sign unto thee upon thine hand, and for a memorial between thine eyes, that the LORD's law may be in thy mouth: for with a strong hand hath the LORD brought thee out of Egypt.
## 1878                                                                                                                                                                                                                                                                                             Thou shalt therefore keep this ordinance in his season from year to year.
## 1879                                                                                                                                                                                                                     And it shall be when the LORD shall bring thee into the land of the Canaanites, as he sware unto thee and to thy fathers, and shall give it thee,
## 1880                                                                                                                                                                                                       That thou shalt set apart unto the LORD all that openeth the matrix, and every firstling that cometh of a beast which thou hast; the males shall be the LORD's.
## 1881                                                                                                                                                                       And every firstling of an ass thou shalt redeem with a lamb; and if thou wilt not redeem it, then thou shalt break his neck: and all the firstborn of man among thy children shalt thou redeem.
## 1882                                                                                                                                                                      And it shall be when thy son asketh thee in time to come, saying, What is this? that thou shalt say unto him, By strength of hand the LORD brought us out from Egypt, from the house of bondage:
## 1883                                                                And it came to pass, when Pharaoh would hardly let us go, that the LORD slew all the firstborn in the land of Egypt, both the firstborn of man, and the firstborn of beast: therefore I sacrifice to the LORD all that openeth the matrix, being males; but all the firstborn of my children I redeem.
## 1884                                                                                                                                                                                                                    And it shall be for a token upon thine hand, and for frontlets between thine eyes: for by strength of hand the LORD brought us forth out of Egypt.
## 1885                                                                                                                 And it came to pass, when Pharaoh had let the people go, that God led them not through the way of the land of the Philistines, although that was near; for God said, Lest peradventure the people repent when they see war, and they return to Egypt:
## 1886                                                                                                                                                                                                                But God led the people about, through the way of the wilderness of the Red sea: and the children of Israel went up harnessed out of the land of Egypt.
## 1887                                                                                                                                                                                 And Moses took the bones of Joseph with him: for he had straitly sworn the children of Israel, saying, God will surely visit you; and ye shall carry up my bones away hence with you.
## 1888                                                                                                                                                                                                                                                                       And they took their journey from Succoth, and encamped in Etham, in the edge of the wilderness.
## 1889                                                                                                                                                                                                      And the LORD went before them by day in a pillar of a cloud, to lead them the way; and by night in a pillar of fire, to give them light; to go by day and night:
## 1890                                                                                                                                                                                                                                                             He took not away the pillar of the cloud by day, nor the pillar of fire by night, from before the people.
## 1891                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 1892                                                                                                                                                                                          Speak unto the children of Israel, that they turn and encamp before Pi-hahiroth, between Migdol and the sea, over against Baal-zephon: before it shall ye encamp by the sea.
## 1893                                                                                                                                                                                                                                                     For Pharaoh will say of the children of Israel, They are entangled in the land, the wilderness hath shut them in.
## 1894                                                                                                                                                                      And I will harden Pharaoh's heart, that he shall follow after them; and I will be honoured upon Pharaoh, and upon all his host; that the Egyptians may know that I am the LORD. And they did so.
## 1895                                                                                                                                                 And it was told the king of Egypt that the people fled: and the heart of Pharaoh and of his servants was turned against the people, and they said, Why have we done this, that we have let Israel go from serving us?
## 1896                                                                                                                                                                                                                                                                                                          And he made ready his chariot, and took his people with him:
## 1897                                                                                                                                                                                                                                                          And he took six hundred chosen chariots, and all the chariots of Egypt, and captains over every one of them.
## 1898                                                                                                                                                                                                         And the LORD hardened the heart of Pharaoh king of Egypt, and he pursued after the children of Israel: and the children of Israel went out with an high hand.
## 1899                                                                                                                                                                         But the Egyptians pursued after them, all the horses and chariots of Pharaoh, and his horsemen, and his army, and overtook them encamping by the sea, beside Pi-hahiroth, before Baal-zephon.
## 1900                                                                                                                                                                And when Pharaoh drew nigh, the children of Israel lifted up their eyes, and, behold, the Egyptians marched after them; and they were sore afraid: and the children of Israel cried out unto the LORD.
## 1901                                                                                                                                                                            And they said unto Moses, Because there were no graves in Egypt, hast thou taken us away to die in the wilderness? wherefore hast thou dealt thus with us, to carry us forth out of Egypt?
## 1902                                                                                                                                                          Is not this the word that we did tell thee in Egypt, saying, Let us alone, that we may serve the Egyptians? For it had been better for us to serve the Egyptians, than that we should die in the wilderness.
## 1903                                                                                                                                                  And Moses said unto the people, Fear ye not, stand still, and see the salvation of the LORD, which he will shew to you to day: for the Egyptians whom ye have seen to day, ye shall see them again no more for ever.
## 1904                                                                                                                                                                                                                                                                                                           The LORD shall fight for you, and ye shall hold your peace.
## 1905                                                                                                                                                                                                                                                 And the LORD said unto Moses, Wherefore criest thou unto me? speak unto the children of Israel, that they go forward:
## 1906                                                                                                                                                                                                     But lift thou up thy rod, and stretch out thine hand over the sea, and divide it: and the children of Israel shall go on dry ground through the midst of the sea.
## 1907                                                                                                                                                                         And I, behold, I will harden the hearts of the Egyptians, and they shall follow them: and I will get me honour upon Pharaoh, and upon all his host, upon his chariots, and upon his horsemen.
## 1908                                                                                                                                                                                                                                 And the Egyptians shall know that I am the LORD, when I have gotten me honour upon Pharaoh, upon his chariots, and upon his horsemen.
## 1909                                                                                                                                                                                             And the angel of God, which went before the camp of Israel, removed and went behind them; and the pillar of the cloud went from before their face, and stood behind them:
## 1910                                                                                                                                                            And it came between the camp of the Egyptians and the camp of Israel; and it was a cloud and darkness to them, but it gave light by night to these: so that the one came not near the other all the night.
## 1911                                                                                                                                                                                   And Moses stretched out his hand over the sea; and the LORD caused the sea to go back by a strong east wind all that night, and made the sea dry land, and the waters were divided.
## 1912                                                                                                                                                                                                           And the children of Israel went into the midst of the sea upon the dry ground: and the waters were a wall unto them on their right hand, and on their left.
## 1913                                                                                                                                                                                                                                 And the Egyptians pursued, and went in after them to the midst of the sea, even all Pharaoh's horses, his chariots, and his horsemen.
## 1914                                                                                                                                                                                    And it came to pass, that in the morning watch the LORD looked unto the host of the Egyptians through the pillar of fire and of the cloud, and troubled the host of the Egyptians,
## 1915                                                                                                                                                                               And took off their chariot wheels, that they drave them heavily: so that the Egyptians said, Let us flee from the face of Israel; for the LORD fighteth for them against the Egyptians.
## 1916                                                                                                                                                                                                   And the LORD said unto Moses, Stretch out thine hand over the sea, that the waters may come again upon the Egyptians, upon their chariots, and upon their horsemen.
## 1917                                                                                                                                                     And Moses stretched forth his hand over the sea, and the sea returned to his strength when the morning appeared; and the Egyptians fled against it; and the LORD overthrew the Egyptians in the midst of the sea.
## 1918                                                                                                                                                                                        And the waters returned, and covered the chariots, and the horsemen, and all the host of Pharaoh that came into the sea after them; there remained not so much as one of them.
## 1919                                                                                                                                                                                                                 But the children of Israel walked upon dry land in the midst of the sea; and the waters were a wall unto them on their right hand, and on their left.
## 1920                                                                                                                                                                                                                                           Thus the LORD saved Israel that day out of the hand of the Egyptians; and Israel saw the Egyptians dead upon the sea shore.
## 1921                                                                                                                                                                                                                   And Israel saw that great work which the LORD did upon the Egyptians: and the people feared the LORD, and believed the LORD, and his servant Moses.
## 1922                                                                                                                                                              THEN sang Moses and the children of Israel this song unto the LORD, and spake, saying, I will sing unto the LORD, for he hath triumphed gloriously: the horse and his rider hath he thrown into the sea.
## 1923                                                                                                                                                                                                           The LORD is my strength and song, and he is become my salvation: he is my God, and I will prepare him an habitation; my father's God, and I will exalt him.
## 1924                                                                                                                                                                                                                                                                                                                       The LORD is a man of war: the LORD is his name.
## 1925                                                                                                                                                                                                                                                       Pharaoh's chariots and his host hath he cast into the sea: his chosen captains also are drowned in the Red sea.
## 1926                                                                                                                                                                                                                                                                                                   The depths have covered them: they sank into the bottom as a stone.
## 1927                                                                                                                                                                                                                                                         Thy right hand, O LORD, is become glorious in power: thy right hand, O LORD, hath dashed in pieces the enemy.
## 1928                                                                                                                                                                                                           And in the greatness of thine excellency thou hast overthrown them that rose up against thee: thou sentest forth thy wrath, which consumed them as stubble.
## 1929                                                                                                                                                                                                     And with the blast of thy nostrils the waters were gathered together, the floods stood upright as an heap, and the depths were congealed in the heart of the sea.
## 1930                                                                                                                                                                                                      The enemy said, I will pursue, I will overtake, I will divide the spoil; my lust shall be satisfied upon them; I will draw my sword, my hand shall destroy them.
## 1931                                                                                                                                                                                                                                                                          Thou didst blow with thy wind, the sea covered them: they sank as lead in the mighty waters.
## 1932                                                                                                                                                                                                                                             Who is like unto thee, O LORD, among the gods? who is like thee, glorious in holiness, fearful in praises, doing wonders?
## 1933                                                                                                                                                                                                                                                                                                        Thou stretchedst out thy right hand, the earth swallowed them.
## 1934                                                                                                                                                                                                                                 Thou in thy mercy hast led forth the people which thou hast redeemed: thou hast guided them in thy strength unto thy holy habitation.
## 1935                                                                                                                                                                                                                                                                         The people shall hear, and be afraid: sorrow shall take hold on the inhabitants of Palestina.
## 1936                                                                                                                                                                                                                   Then the dukes of Edom shall be amazed; the mighty men of Moab, trembling shall take hold upon them; all the inhabitants of Canaan shall melt away.
## 1937                                                                                                                                                                        Fear and dread shall fall upon them; by the greatness of thine arm they shall be as still as a stone; till thy people pass over, O LORD, till the people pass over, which thou hast purchased.
## 1938                                                                                                                                                           Thou shalt bring them in, and plant them in the mountain of thine inheritance, in the place, O LORD, which thou hast made for thee to dwell in, in the Sanctuary, O Lord, which thy hands have established.
## 1939                                                                                                                                                                                                                                                                                                                               The LORD shall reign for ever and ever.
## 1940                                                                                                                                               For the horse of Pharaoh went in with his chariots and with his horsemen into the sea, and the LORD brought again the waters of the sea upon them; but the children of Israel went on dry land in the midst of the sea.
## 1941                                                                                                                                                                                                                       And Miriam the prophetess, the sister of Aaron, took a timbrel in her hand; and all the women went out after her with timbrels and with dances.
## 1942                                                                                                                                                                                                                                 And Miriam answered them, Sing ye to the LORD, for he hath triumphed gloriously; the horse and his rider hath he thrown into the sea.
## 1943                                                                                                                                                                                                              So Moses brought Israel from the Red sea, and they went out into the wilderness of Shur; and they went three days in the wilderness, and found no water.
## 1944                                                                                                                                                                                                                            And when they came to Marah, they could not drink of the waters of Marah, for they were bitter: therefore the name of it was called Marah.
## 1945                                                                                                                                                                                                                                                                                                   And the people murmured against Moses, saying, What shall we drink?
## 1946                                                                                                                                                          And he cried unto the LORD; and the LORD shewed him a tree, which when he had cast into the waters, the waters were made sweet: there he made for them a statute and an ordinance, and there he proved them,
## 1947                                                And said, If thou wilt diligently hearken to the voice of the LORD thy God, and wilt do that which is right in his sight, and wilt give ear to his commandments, and keep all his statutes, I will put none of these diseases upon thee, which I have brought upon the Egyptians: for I am the LORD that healeth thee.
## 1948                                                                                                                                                                                                                                    And they came to Elim, where were twelve wells of water, and threescore and ten palm trees: and they encamped there by the waters.
## 1949                                                                                                                  AND they took their journey from Elim, and all the congregation of the children of Israel came unto the wilderness of Sin, which is between Elim and Sinai, on the fifteenth day of the second month after their departing out of the land of Egypt.
## 1950                                                                                                                                                                                                                                                              And the whole congregation of the children of Israel murmured against Moses and Aaron in the wilderness:
## 1951                                                                                   And the children of Israel said unto them, Would to God we had died by the hand of the LORD in the land of Egypt, when we sat by the flesh pots, and when we did eat bread to the full; for ye have brought us forth into this wilderness, to kill this whole assembly with hunger.
## 1952                                                                                                                                                        Then said the LORD unto Moses, Behold, I will rain bread from heaven for you; and the people shall go out and gather a certain rate every day, that I may prove them, whether they will walk in my law, or no.
## 1953                                                                                                                                                                                                                     And it shall come to pass, that on the sixth day they shall prepare that which they bring in; and it shall be twice as much as they gather daily.
## 1954                                                                                                                                                                                                                      And Moses and Aaron said unto all the children of Israel, At even, then ye shall know that the LORD hath brought you out from the land of Egypt:
## 1955                                                                                                                                                                                                        And in the morning, then ye shall see the glory of the LORD; for that he heareth your murmurings against the LORD: and what are we, that ye murmur against us?
## 1956                                                                                      And Moses said, This shall be, when the LORD shall give you in the evening flesh to eat, and in the morning bread to the full; for that the LORD heareth your murmurings which ye murmur against him: and what are we? your murmurings are not against us, but against the LORD.
## 1957                                                                                                                                                                                                                    And Moses spake unto Aaron, Say unto all the congregation of the children of Israel, Come near before the LORD: for he hath heard your murmurings.
## 1958                                                                                                                                                                          And it came to pass, as Aaron spake unto the whole congregation of the children of Israel, that they looked toward the wilderness, and, behold, the glory of the LORD appeared in the cloud.
## 1959                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 1960                                                                                                                                                          I have heard the murmurings of the children of Israel: speak unto them, saying, At even ye shall eat flesh, and in the morning ye shall be filled with bread; and ye shall know that I am the LORD your God.
## 1961                                                                                                                                                                                                                                      And it came to pass, that at even the quails came up, and covered the camp: and in the morning the dew lay round about the host.
## 1962                                                                                                                                                                                                               And when the dew that lay was gone up, behold, upon the face of the wilderness there lay a small round thing, as small as the hoar frost on the ground.
## 1963                                                                                                                                                                       And when the children of Israel saw it, they said one to another, It is manna: for they wist not what it was. And Moses said unto them, This is the bread which the LORD hath given you to eat.
## 1964                                                                                                                                                   This is the thing which the LORD hath commanded, Gather of it every man according to his eating, an omer for every man, according to the number of your persons; take ye every man for them which are in his tents.
## 1965                                                                                                                                                                                                                                                                                                And the children of Israel did so, and gathered, some more, some less.
## 1966                                                                                                                                                                                             And when they did mete it with an omer, he that gathered much had nothing over, and he that gathered little had no lack; they gathered every man according to his eating.
## 1967                                                                                                                                                                                                                                                                                                              And Moses said, Let no man leave of it till the morning.
## 1968                                                                                                                                                                                                            Notwithstanding they hearkened not unto Moses; but some of them left of it until the morning, and it bred worms, and stank: and Moses was wroth with them.
## 1969                                                                                                                                                                                                                                                         And they gathered it every morning, every man according to his eating: and when the sun waxed hot, it melted.
## 1970                                                                                                                                                                                                      And it came to pass, that on the sixth day they gathered twice as much bread, two omers for one man: and all the rulers of the congregation came and told Moses.
## 1971                                                                                                And he said unto them, This is that which the LORD hath said, To morrow is the rest of the holy sabbath unto the LORD: bake that which ye will bake to day, and seethe that ye will seethe; and that which remaineth over lay up for you to be kept until the morning.
## 1972                                                                                                                                                                                                                                                        And they laid it up till the morning, as Moses bade: and it did not stink, neither was there any worm therein.
## 1973                                                                                                                                                                                                                                                     And Moses said, Eat that to day; for to day is a sabbath unto the LORD: to day ye shall not find it in the field.
## 1974                                                                                                                                                                                                                                                                 Six days ye shall gather it; but on the seventh day, which is the sabbath, in it there shall be none.
## 1975                                                                                                                                                                                                                                                    And it came to pass, that there went out some of the people on the seventh day for to gather, and they found none.
## 1976                                                                                                                                                                                                                                                                                 And the LORD said unto Moses, How long refuse ye to keep my commandments and my laws?
## 1977                                                                                                                                                                See, for that the LORD hath given you the sabbath, therefore he giveth you on the sixth day the bread of two days; abide ye every man in his place, let no man go out of his place on the seventh day.
## 1978                                                                                                                                                                                                                                                                                                                              So the people rested on the seventh day.
## 1979                                                                                                                                                                                                                    And the house of Israel called the name thereof Manna: and it was like coriander seed, white; and the taste of it was like wafers made with honey.
## 1980                                                                                                                             And Moses said, This is the thing which the LORD commandeth, Fill an omer of it to be kept for your generations; that they may see the bread wherewith I have fed you in the wilderness, when I brought you forth from the land of Egypt.
## 1981                                                                                                                                                                                                                         And Moses said unto Aaron, Take a pot, and put an omer full of manna therein, and lay it up before the LORD, to be kept for your generations.
## 1982                                                                                                                                                                                                                                                                                    As the LORD commanded Moses, so Aaron laid it up before the Testimony, to be kept.
## 1983                                                                                                                                                                                                And the children of Israel did eat manna forty years, until they came to a land inhabited; they did eat manna, until they came unto the borders of the land of Canaan.
## 1984                                                                                                                                                                                                                                                                                                                            Now an omer is the tenth part of an ephah.
## 1985                                                                                                                                     AND all the congregation of the children of Israel journeyed from the wilderness of Sin, after their journeys, according to the commandment of the LORD, and pitched in Rephidim: and there was no water for the people to drink.
## 1986                                                                                                                                                                                                 Wherefore the people did chide with Moses, and said, Give us water that we may drink. And Moses said unto them, Why chide ye with me? wherefore do ye tempt the LORD?
## 1987                                                                                                                                                        And the people thirsted there for water; and the people murmured against Moses, and said, Wherefore is this that thou hast brought us up out of Egypt, to kill us and our children and our cattle with thirst?
## 1988                                                                                                                                                                                                                                                            And Moses cried unto the LORD, saying, What shall I do unto this people? they be almost ready to stone me.
## 1989                                                                                                                                                                                         And the LORD said unto Moses, Go on before the people, and take with thee of the elders of Israel; and thy rod, wherewith thou smotest the river, take in thine hand, and go.
## 1990                                                                                                                                                 Behold, I will stand before thee there upon the rock in Horeb; and thou shalt smite the rock, and there shall come water out of it, that the people may drink. And Moses did so in the sight of the elders of Israel.
## 1991                                                                                                                                                                                   And he called the name of the place Massah, and Meribah, because of the chiding of the children of Israel, and because they tempted the LORD, saying, Is the LORD among us, or not?
## 1992                                                                                                                                                                                                                                                                                                                 Then came Amalek, and fought with Israel in Rephidim.
## 1993                                                                                                                                                                                                         And Moses said unto Joshua, Choose us out men, and go out, fight with Amalek: to morrow I will stand on the top of the hill with the rod of God in mine hand.
## 1994                                                                                                                                                                                                                                             So Joshua did as Moses had said to him, and fought with Amalek: and Moses, Aaron, and Hur went up to the top of the hill.
## 1995                                                                                                                                                                                                                                             And it came to pass, when Moses held up his hand, that Israel prevailed: and when he let down his hand, Amalek prevailed.
## 1996                                                                                                             But Moses' hands were heavy; and they took a stone, and put it under him, and he sat thereon; and Aaron and Hur stayed up his hands, the one on the one side, and the other on the other side; and his hands were steady until the going down of the sun.
## 1997                                                                                                                                                                                                                                                                                              And Joshua discomfited Amalek and his people with the edge of the sword.
## 1998                                                                                                                                                                                     And the LORD said unto Moses, Write this for a memorial in a book, and rehearse it in the ears of Joshua: for I will utterly put out the remembrance of Amalek from under heaven.
## 1999                                                                                                                                                                                                                                                                                                    And Moses built an altar, and called the name of it Jehovah-nissi:
## 2000                                                                                                                                                                                                                                                       For he said, Because the LORD hath sworn that the LORD will have war with Amalek from generation to generation.
## 2001                                                                                                                                                                                      WHEN Jethro, the priest of Midian, Moses' father in law, heard of all that God had done for Moses, and for Israel his people, and that the LORD had brought Israel out of Egypt;
## 2002                                                                                                                                                                                                                                                                            Then Jethro, Moses' father in law, took Zipporah, Moses' wife, after he had sent her back,
## 2003                                                                                                                                                                                                                                                      And her two sons; of which the name of the one was Gershom; for he said, I have been an alien in a strange land:
## 2004                                                                                                                                                                                                                                  And the name of the other was Eliezer; for the God of my father, said he, was mine help, and delivered me from the sword of Pharaoh:
## 2005                                                                                                                                                                                                                              And Jethro, Moses' father in law, came with his sons and his wife unto Moses into the wilderness, where he encamped at the mount of God:
## 2006                                                                                                                                                                                                                                                        And he said unto Moses, I thy father in law Jethro am come unto thee, and thy wife, and her two sons with her.
## 2007                                                                                                                                                                                                             And Moses went out to meet his father in law, and did obeisance, and kissed him; and they asked each other of their welfare; and they came into the tent.
## 2008                                                                                                                                                             And Moses told his father in law all that the LORD had done unto Pharaoh and to the Egyptians for Israel's sake, and all the travail that had come upon them by the way, and how the LORD delivered them.
## 2009                                                                                                                                                                                                                                   And Jethro rejoiced for all the goodness which the LORD had done to Israel, whom he had delivered out of the hand of the Egyptians.
## 2010                                                                                                                                                                    And Jethro said, Blessed be the LORD, who hath delivered you out of the hand of the Egyptians, and out of the hand of Pharaoh, who hath delivered the people from under the hand of the Egyptians.
## 2011                                                                                                                                                                                                                                                     Now I know that the LORD is greater than all gods: for in the thing wherein they dealt proudly he was above them.
## 2012                                                                                                                                                                                      And Jethro, Moses' father in law, took a burnt offering and sacrifices for God: and Aaron came, and all the elders of Israel, to eat bread with Moses' father in law before God.
## 2013                                                                                                                                                                                                                               And it came to pass on the morrow, that Moses sat to judge the people: and the people stood by Moses from the morning unto the evening.
## 2014                                                                                                                                                  And when Moses' father in law saw all that he did to the people, he said, What is this thing that thou doest to the people? why sittest thou thyself alone, and all the people stand by thee from morning unto even?
## 2015                                                                                                                                                                                                                                                                             And Moses said unto his father in law, Because the people come unto me to enquire of God:
## 2016                                                                                                                                                                                                                           When they have a matter, they come unto me; and I judge between one and another, and I do make them know the statutes of God, and his laws.
## 2017                                                                                                                                                                                                                                                                                        And Moses' father in law said unto him, The thing that thou doest is not good.
## 2018                                                                                                                                                                                                        Thou wilt surely wear away, both thou, and this people that is with thee: for this thing is too heavy for thee; thou art not able to perform it thyself alone.
## 2019                                                                                                                                                                                                      Hearken now unto my voice, I will give thee counsel, and God shall be with thee: Be thou for the people to God-ward, that thou mayest bring the causes unto God:
## 2020                                                                                                                                                                                                                                    And thou shalt teach them ordinances and laws, and shalt shew them the way wherein they must walk, and the work that they must do.
## 2021                                                                                                                                  Moreover thou shalt provide out of all the people able men, such as fear God, men of truth, hating covetousness; and place such over them, to be rulers of thousands, and rulers of hundreds, rulers of fifties, and rulers of tens:
## 2022                                                                                                                              And let them judge the people at all seasons: and it shall be, that every great matter they shall bring unto thee, but every small matter they shall judge: so shall it be easier for thyself, and they shall bear the burden with thee.
## 2023                                                                                                                                                                                                                   If thou shalt do this thing, and God command thee so, then thou shalt be able to endure, and all this people shall also go to their place in peace.
## 2024                                                                                                                                                                                                                                                                                   So Moses hearkened to the voice of his father in law, and did all that he had said.
## 2025                                                                                                                                                                                                      And Moses chose able men out of all Israel, and made them heads over the people, rulers of thousands, rulers of hundreds, rulers of fifties, and rulers of tens.
## 2026                                                                                                                                                                                                                                    And they judged the people at all seasons: the hard causes they brought unto Moses, but every small matter they judged themselves.
## 2027                                                                                                                                                                                                                                                                                        And Moses let his father in law depart; and he went his way into his own land.
## 2028                                                                                                                                                                                                                        IN the third month, when the children of Israel were gone forth out of the land of Egypt, the same day came they into the wilderness of Sinai.
## 2029                                                                                                                                                                                                              For they were departed from Rephidim, and were come to the desert of Sinai, and had pitched in the wilderness; and there Israel camped before the mount.
## 2030                                                                                                                                                                                                     And Moses went up unto God, and the LORD called unto him out of the mountain, saying, Thus shalt thou say to the house of Jacob, and tell the children of Israel;
## 2031                                                                                                                                                                                                                                                         Ye have seen what I did unto the Egyptians, and how I bare you on eagles' wings, and brought you unto myself.
## 2032                                                                                                                                                                                                       Now therefore, if ye will obey my voice indeed, and keep my covenant, then ye shall be a peculiar treasure unto me above all people: for all the earth is mine:
## 2033                                                                                                                                                                                                                             And ye shall be unto me a kingdom of priests, and an holy nation. These are the words which thou shalt speak unto the children of Israel.
## 2034                                                                                                                                                                                                                                     And Moses came and called for the elders of the people, and laid before their faces all these words which the LORD commanded him.
## 2035                                                                                                                                                                                                                   And all the people answered together, and said, All that the LORD hath spoken we will do. And Moses returned the words of the people unto the LORD.
## 2036                                                                                                                                                                And the LORD said unto Moses, Lo, I come unto thee in a thick cloud, that the people may hear when I speak with thee, and believe thee for ever. And Moses told the words of the people unto the LORD.
## 2037                                                                                                                                                                                                                                            And the LORD said unto Moses, Go unto the people, and sanctify them to day and to morrow, and let them wash their clothes,
## 2038                                                                                                                                                                                                                                        And be ready against the third day: for the third day the LORD will come down in the sight of all the people upon mount Sinai.
## 2039                                                                                                                                                       And thou shalt set bounds unto the people round about, saying, Take heed to yourselves, that ye go not up into the mount, or touch the border of it: whosoever toucheth the mount shall be surely put to death:
## 2040                                                                                                                                                                     There shall not an hand touch it, but he shall surely be stoned, or shot through; whether it be beast or man, it shall not live: when the trumpet soundeth long, they shall come up to the mount.
## 2041                                                                                                                                                                                                                                                         And Moses went down from the mount unto the people, and sanctified the people; and they washed their clothes.
## 2042                                                                                                                                                                                                                                                                                  And he said unto the people, Be ready against the third day: come not at your wives.
## 2043                                                                                                                                    And it came to pass on the third day in the morning, that there were thunders and lightnings, and a thick cloud upon the mount, and the voice of the trumpet exceeding loud; so that all the people that was in the camp trembled.
## 2044                                                                                                                                                                                                                                                  And Moses brought forth the people out of the camp to meet with God; and they stood at the nether part of the mount.
## 2045                                                                                                                                                                                  And mount Sinai was altogether on a smoke, because the LORD descended upon it in fire: and the smoke thereof ascended as the smoke of a furnace, and the whole mount quaked greatly.
## 2046                                                                                                                                                                                                                                            And when the voice of the trumpet sounded long, and waxed louder and louder, Moses spake, and God answered him by a voice.
## 2047                                                                                                                                                                                                                            And the LORD came down upon mount Sinai, on the top of the mount: and the LORD called Moses up to the top of the mount; and Moses went up.
## 2048                                                                                                                                                                                                                                     And the LORD said unto Moses, Go down, charge the people, lest they break through unto the LORD to gaze, and many of them perish.
## 2049                                                                                                                                                                                                                                                      And let the priests also, which come near to the LORD, sanctify themselves, lest the LORD break forth upon them.
## 2050                                                                                                                                                                                                                   And Moses said unto the LORD, The people cannot come up to mount Sinai: for thou chargedst us, saying, Set bounds about the mount, and sanctify it.
## 2051                                                                                                                                                     And the LORD said unto him, Away, get thee down, and thou shalt come up, thou, and Aaron with thee: but let not the priests and the people break through to come up unto the LORD, lest he break forth upon them.
## 2052                                                                                                                                                                                                                                                                                                              So Moses went down unto the people, and spake unto them.
## 2053                                                                                                                                                                                                                                                                                                                                AND God spake all these words, saying,
## 2054                                                                                                                                                                                                                                                                 I am the LORD thy God, which have brought thee out of the land of Egypt, out of the house of bondage.
## 2055                                                                                                                                                                                                                                                                                                                              Thou shalt have no other gods before me.
## 2056                                                                                                                                                                                       Thou shalt not make unto thee any graven image, or any likeness of any thing that is in heaven above, or that is in the earth beneath, or that is in the water under the earth:
## 2057                                                                                                                                                   Thou shalt not bow down thyself to them, nor serve them: for I the LORD thy God am a jealous God, visiting the iniquity of the fathers upon the children unto the third and fourth generation of them that hate me;
## 2058                                                                                                                                                                                                                                                                                      And shewing mercy unto thousands of them that love me, and keep my commandments.
## 2059                                                                                                                                                                                                                                      Thou shalt not take the name of the LORD thy God in vain; for the LORD will not hold him guiltless that taketh his name in vain.
## 2060                                                                                                                                                                                                                                                                                                                            Remember the sabbath day, to keep it holy.
## 2061                                                                                                                                                                                                                                                                                                                      Six days shalt thou labour, and do all thy work:
## 2062                                                                                                                                        But the seventh day is the sabbath of the LORD thy God: in it thou shalt not do any work, thou, nor thy son, nor thy daughter, thy manservant, nor thy maidservant, nor thy cattle, nor thy stranger that is within thy gates:
## 2063                                                                                                                                                                                            For in six days the LORD made heaven and earth, the sea, and all that in them is, and rested the seventh day: wherefore the LORD blessed the sabbath day, and hallowed it.
## 2064                                                                                                                                                                                                                                                         Honour thy father and thy mother: that thy days may be long upon the land which the LORD thy God giveth thee.
## 2065                                                                                                                                                                                                                                                                                                                                                  Thou shalt not kill.
## 2066                                                                                                                                                                                                                                                                                                                                       Thou shalt not commit adultery.
## 2067                                                                                                                                                                                                                                                                                                                                                 Thou shalt not steal.
## 2068                                                                                                                                                                                                                                                                                                              Thou shalt not bear false witness against thy neighbour.
## 2069                                                                                                                                                                       Thou shalt not covet thy neighbour's house, thou shalt not covet thy neighbour's wife, nor his manservant, nor his maidservant, nor his ox, nor his ass, nor any thing that is thy neighbour's.
## 2070                                                                                                                                                                                     And all the people saw the thunderings, and the lightnings, and the noise of the trumpet, and the mountain smoking: and when the people saw it, they removed, and stood afar off.
## 2071                                                                                                                                                                                                                                                           And they said unto Moses, Speak thou with us, and we will hear: but let not God speak with us, lest we die.
## 2072                                                                                                                                                                                                                                  And Moses said unto the people, Fear not: for God is come to prove you, and that his fear may be before your faces, that ye sin not.
## 2073                                                                                                                                                                                                                                                                             And the people stood afar off, and Moses drew near unto the thick darkness where God was.
## 2074                                                                                                                                                                                                                                  And the LORD said unto Moses, Thus thou shalt say unto the children of Israel, Ye have seen that I have talked with you from heaven.
## 2075                                                                                                                                                                                                                                                                                Ye shall not make with me gods of silver, neither shall ye make unto you gods of gold.
## 2076                                                                                                                                    An altar of earth thou shalt make unto me, and shalt sacrifice thereon thy burnt offerings, and thy peace offerings, thy sheep, and thine oxen: in all places where I record my name I will come unto thee, and I will bless thee.
## 2077                                                                                                                                                                                                                       And if thou wilt make me an altar of stone, thou shalt not build it of hewn stone: for if thou lift up thy tool upon it, thou hast polluted it.
## 2078                                                                                                                                                                                                                                                                      Neither shalt thou go up by steps unto mine altar, that thy nakedness be not discovered thereon.
## 2079                                                                                                                                                                                                                                                                                                         NOW these are the judgments which thou shalt set before them.
## 2080                                                                                                                                                                                                                                                         If thou buy an Hebrew servant, six years he shall serve: and in the seventh he shall go out free for nothing.
## 2081                                                                                                                                                                                                                                                        If he came in by himself, he shall go out by himself: if he were married, then his wife shall go out with him.
## 2082                                                                                                                                                                                                        If his master have given him a wife, and she have born him sons or daughters; the wife and her children shall be her master's, and he shall go out by himself.
## 2083                                                                                                                                                                                                                                                             And if the servant shall plainly say, I love my master, my wife, and my children; I will not go out free:
## 2084                                                                                                                                                                  Then his master shall bring him unto the judges; he shall also bring him to the door, or unto the door post; and his master shall bore his ear through with an aul; and he shall serve him for ever.
## 2085                                                                                                                                                                                                                                                                       And if a man sell his daughter to be a maidservant, she shall not go out as the menservants do.
## 2086                                                                                                                                                              If she please not her master, who hath betrothed her to himself, then shall he let her be redeemed: to sell her unto a strange nation he shall have no power, seeing he hath dealt deceitfully with her.
## 2087                                                                                                                                                                                                                                                                      And if he have betrothed her unto his son, he shall deal with her after the manner of daughters.
## 2088                                                                                                                                                                                                                                                                  If he take him another wife; her food, her raiment, and her duty of marriage, shall he not diminish.
## 2089                                                                                                                                                                                                                                                                                      And if he do not these three unto her, then shall she go out free without money.
## 2090                                                                                                                                                                                                                                                                                                  He that smiteth a man, so that he die, shall be surely put to death.
## 2091                                                                                                                                                                                                                                              And if a man lie not in wait, but God deliver him into his hand; then I will appoint thee a place whither he shall flee.
## 2092                                                                                                                                                                                                                                    But if a man come presumptuously upon his neighbour, to slay him with guile; thou shalt take him from mine altar, that he may die.
## 2093                                                                                                                                                                                                                                                                                          And he that smiteth his father, or his mother, shall be surely put to death.
## 2094                                                                                                                                                                                                                                                          And he that stealeth a man, and selleth him, or if he be found in his hand, he shall surely be put to death.
## 2095                                                                                                                                                                                                                                                                                          And he that curseth his father, or his mother, shall surely be put to death.
## 2096                                                                                                                                                                                                                                                And if men strive together, and one smite another with a stone, or with his fist, and he die not, but keepeth his bed:
## 2097                                                                                                                                                                                      If he rise again, and walk abroad upon his staff, then shall he that smote him be quit: only he shall pay for the loss of his time, and shall cause him to be thoroughly healed.
## 2098                                                                                                                                                                                                                                                      And if a man smite his servant, or his maid, with a rod, and he die under his hand; he shall be surely punished.
## 2099                                                                                                                                                                                                                                                                          Notwithstanding, if he continue a day or two, he shall not be punished: for he is his money.
## 2100                                                                                                                                 If men strive, and hurt a woman with child, so that her fruit depart from her, and yet no mischief follow: he shall be surely punished, according as the woman's husband will lay upon him; and he shall pay as the judges determine.
## 2101                                                                                                                                                                                                                                                                                                       And if any mischief follow, then thou shalt give life for life,
## 2102                                                                                                                                                                                                                                                                                                           Eye for eye, tooth for tooth, hand for hand, foot for foot,
## 2103                                                                                                                                                                                                                                                                                                              Burning for burning, wound for wound, stripe for stripe.
## 2104                                                                                                                                                                                                                                       And if a man smite the eye of his servant, or the eye of his maid, that it perish; he shall let him go free for his eye's sake.
## 2105                                                                                                                                                                                                                                                And if he smite out his manservant's tooth, or his maidservant's tooth; he shall let him go free for his tooth's sake.
## 2106                                                                                                                                                                                                           If an ox gore a man or a woman, that they die: then the ox shall be surely stoned, and his flesh shall not be eaten; but the owner of the ox shall be quit.
## 2107                                                                                                                         But if the ox were wont to push with his horn in time past, and it hath been testified to his owner, and he hath not kept him in, but that he hath killed a man or a woman; the ox shall be stoned, and his owner also shall be put to death.
## 2108                                                                                                                                                                                                                                                    If there be laid on him a sum of money, then he shall give for the ransom of his life whatsoever is laid upon him.
## 2109                                                                                                                                                                                                                                                          Whether he have gored a son, or have gored a daughter, according to this judgment shall it be done unto him.
## 2110                                                                                                                                                                                                                             If the ox shall push a manservant or a maidservant; he shall give unto their master thirty shekels of silver, and the ox shall be stoned.
## 2111                                                                                                                                                                                                                                                       And if a man shall open a pit, or if a man shall dig a pit, and not cover it, and an ox or an ass fall therein;
## 2112                                                                                                                                                                                                                                                      The owner of the pit shall make it good, and give money unto the owner of them; and the dead beast shall be his.
## 2113                                                                                                                                                                                                                And if one man's ox hurt another's, that he die; then they shall sell the live ox, and divide the money of it; and the dead ox also they shall divide.
## 2114                                                                                                                                                                                                       Or if it be known that the ox hath used to push in time past, and his owner hath not kept him in; he shall surely pay ox for ox; and the dead shall be his own.
## 2115                                                                                                                                                                                                                                    IF a man shall steal an ox, or a sheep, and kill it, or sell it; he shall restore five oxen for an ox, and four sheep for a sheep.
## 2116                                                                                                                                                                                                                                                                    If a thief be found breaking up, and be smitten that he die, there shall no blood be shed for him.
## 2117                                                                                                                                                                                                        If the sun be risen upon him, there shall be blood shed for him; for he should make full restitution; if he have nothing, then he shall be sold for his theft.
## 2118                                                                                                                                                                                                                                                       If the theft be certainly found in his hand alive, whether it be ox, or ass, or sheep; he shall restore double.
## 2119                                                                                                                                                If a man shall cause a field or vineyard to be eaten, and shall put in his beast, and shall feed in another man's field; of the best of his own field, and of the best of his own vineyard, shall he make restitution.
## 2120                                                                                                                                                                                If fire break out, and catch in thorns, so that the stacks of corn, or the standing corn, or the field, be consumed therewith; he that kindled the fire shall surely make restitution.
## 2121                                                                                                                                                                                                                 If a man shall deliver unto his neighbour money or stuff to keep, and it be stolen out of the man's house; if the thief be found, let him pay double.
## 2122                                                                                                                                                                                                             If the thief be not found, then the master of the house shall be brought unto the judges, to see whether he have put his hand unto his neighbour's goods.
## 2123                                                                           For all manner of trespass, whether it be for ox, for ass, for sheep, for raiment, or for any manner of lost thing, which another challengeth to be his, the cause of both parties shall come before the judges; and whom the judges shall condemn, he shall pay double unto his neighbour.
## 2124                                                                                                                                                                                                                    If a man deliver unto his neighbour an ass, or an ox, or a sheep, or any beast, to keep; and it die, or be hurt, or driven away, no man seeing it:
## 2125                                                                                                                                                                               Then shall an oath of the LORD be between them both, that he hath not put his hand unto his neighbour's goods; and the owner of it shall accept thereof, and he shall not make it good.
## 2126                                                                                                                                                                                                                                                                                       And if it be stolen from him, he shall make restitution unto the owner thereof.
## 2127                                                                                                                                                                                                                                                           If it be torn in pieces, then let him bring it for witness, and he shall not make good that which was torn.
## 2128                                                                                                                                                                                                                                And if a man borrow ought of his neighbour, and it be hurt, or die, the owner thereof being not with it, he shall surely make it good.
## 2129                                                                                                                                                                                                                                                        But if the owner thereof be with it, he shall not make it good: if it be an hired thing, it came for his hire.
## 2130                                                                                                                                                                                                                                                         And if a man entice a maid that is not betrothed, and lie with her, he shall surely endow her to be his wife.
## 2131                                                                                                                                                                                                                                                              If her father utterly refuse to give her unto him, he shall pay money according to the dowry of virgins.
## 2132                                                                                                                                                                                                                                                                                                                                Thou shalt not suffer a witch to live.
## 2133                                                                                                                                                                                                                                                                                                            Whosoever lieth with a beast shall surely be put to death.
## 2134                                                                                                                                                                                                                                                                             He that sacrificeth unto any god, save unto the LORD only, he shall be utterly destroyed.
## 2135                                                                                                                                                                                                                                                                       Thou shalt neither vex a stranger, nor oppress him: for ye were strangers in the land of Egypt.
## 2136                                                                                                                                                                                                                                                                                                                  Ye shall not afflict any widow, or fatherless child.
## 2137                                                                                                                                                                                                                                                                          If thou afflict them in any wise, and they cry at all unto me, I will surely hear their cry;
## 2138                                                                                                                                                                                                                                         And my wrath shall wax hot, and I will kill you with the sword; and your wives shall be widows, and your children fatherless.
## 2139                                                                                                                                                                                                                            If thou lend money to any of my people that is poor by thee, thou shalt not be to him as an usurer, neither shalt thou lay upon him usury.
## 2140                                                                                                                                                                                                                                                     If thou at all take thy neighbour's raiment to pledge, thou shalt deliver it unto him by that the sun goeth down:
## 2141                                                                                                                                                                                        For that is his covering only, it is his raiment for his skin: wherein shall he sleep? and it shall come to pass, when he crieth unto me, that I will hear; for I am gracious.
## 2142                                                                                                                                                                                                                                                                                                    Thou shalt not revile the gods, nor curse the ruler of thy people.
## 2143                                                                                                                                                                                                                                    Thou shalt not delay to offer the first of thy ripe fruits, and of thy liquors: the firstborn of thy sons shalt thou give unto me.
## 2144                                                                                                                                                                                                                             Likewise shalt thou do with thine oxen, and with thy sheep: seven days it shall be with his dam; on the eighth day thou shalt give it me.
## 2145                                                                                                                                                                                                                                   And ye shall be holy men unto me: neither shall ye eat any flesh that is torn of beasts in the field; ye shall cast it to the dogs.
## 2146                                                                                                                                                                                                                                                                 THOU shalt not raise a false report: put not thine hand with the wicked to be an unrighteous witness.
## 2147                                                                                                                                                                                                                                            Thou shalt not follow a multitude to do evil; neither shalt thou speak in a cause to decline after many to wrest judgment:
## 2148                                                                                                                                                                                                                                                                                                               Neither shalt thou countenance a poor man in his cause.
## 2149                                                                                                                                                                                                                                                                  If thou meet thine enemy's ox or his ass going astray, thou shalt surely bring it back to him again.
## 2150                                                                                                                                                                                                                                If thou see the ass of him that hateth thee lying under his burden, and wouldest forbear to help him, thou shalt surely help with him.
## 2151                                                                                                                                                                                                                                                                                                           Thou shalt not wrest the judgment of thy poor in his cause.
## 2152                                                                                                                                                                                                                                                   Keep thee far from a false matter; and the innocent and righteous slay thou not: for I will not justify the wicked.
## 2153                                                                                                                                                                                                                                                               And thou shalt take no gift: for the gift blindeth the wise, and perverteth the words of the righteous.
## 2154                                                                                                                                                                                                                                           Also thou shalt not oppress a stranger: for ye know the heart of a stranger, seeing ye were strangers in the land of Egypt.
## 2155                                                                                                                                                                                                                                                                                        And six years thou shalt sow thy land, and shalt gather in the fruits thereof:
## 2156                                                                                                                                      But the seventh year thou shalt let it rest and lie still; that the poor of thy people may eat: and what they leave the beasts of the field shall eat. In like manner thou shalt deal with thy vineyard, and with thy oliveyard.
## 2157                                                                                                                                                                                       Six days thou shalt do thy work, and on the seventh day thou shalt rest: that thine ox and thine ass may rest, and the son of thy handmaid, and the stranger, may be refreshed.
## 2158                                                                                                                                                                                                                  And in all things that I have said unto you be circumspect: and make no mention of the name of other gods, neither let it be heard out of thy mouth.
## 2159                                                                                                                                                                                                                                                                                                              Three times thou shalt keep a feast unto me in the year.
## 2160                                                                                                                               Thou shalt keep the feast of unleavened bread: (thou shalt eat unleavened bread seven days, as I commanded thee, in the time appointed of the month Abib; for in it thou camest out from Egypt: and none shall appear before me empty:)
## 2161                                                                                                                                                  And the feast of harvest, the firstfruits of thy labours, which thou hast sown in the field: and the feast of ingathering, which is in the end of the year, when thou hast gathered in thy labours out of the field.
## 2162                                                                                                                                                                                                                                                                                               Three times in the year all thy males shall appear before the Lord GOD.
## 2163                                                                                                                                                                                                                                   Thou shalt not offer the blood of my sacrifice with leavened bread; neither shall the fat of my sacrifice remain until the morning.
## 2164                                                                                                                                                                                                                       The first of the firstfruits of thy land thou shalt bring into the house of the LORD thy God. Thou shalt not seethe a kid in his mother's milk.
## 2165                                                                                                                                                                                                                                                 Behold, I send an Angel before thee, to keep thee in the way, and to bring thee into the place which I have prepared.
## 2166                                                                                                                                                                                                                                                Beware of him, and obey his voice, provoke him not; for he will not pardon your transgressions: for my name is in him.
## 2167                                                                                                                                                                                                                But if thou shalt indeed obey his voice, and do all that I speak; then I will be an enemy unto thine enemies, and an adversary unto thine adversaries.
## 2168                                                                                                                                                                      For mine Angel shall go before thee, and bring thee in unto the Amorites, and the Hittites, and the Perizzites, and the Canaanites, and the Hivites, and the Jebusites: and I will cut them off.
## 2169                                                                                                                                                                                                            Thou shalt not bow down to their gods, nor serve them, nor do after their works: but thou shalt utterly overthrow them, and quite break down their images.
## 2170                                                                                                                                                                                                                              And ye shall serve the LORD your God, and he shall bless thy bread, and thy water; and I will take sickness away from the midst of thee.
## 2171                                                                                                                                                                                                                                                               There shall nothing cast their young, nor be barren, in thy land: the number of thy days I will fulfil.
## 2172                                                                                                                                                                                                               I will send my fear before thee, and will destroy all the people to whom thou shalt come, and I will make all thine enemies turn their backs unto thee.
## 2173                                                                                                                                                                                                                                              And I will send hornets before thee, which shall drive out the Hivite, the Canaanite, and the Hittite, from before thee.
## 2174                                                                                                                                                                                                                              I will not drive them out from before thee in one year; lest the land become desolate, and the beast of the field multiply against thee.
## 2175                                                                                                                                                                                                                                                           By little and little I will drive them out from before thee, until thou be increased, and inherit the land.
## 2176                                                                                                                                        And I will set thy bounds from the Red sea even unto the sea of the Philistines, and from the desert unto the river: for I will deliver the inhabitants of the land into your hand; and thou shalt drive them out before thee.
## 2177                                                                                                                                                                                                                                                                                                           Thou shalt make no covenant with them, nor with their gods.
## 2178                                                                                                                                                                                                                              They shall not dwell in thy land, lest they make thee sin against me: for if thou serve their gods, it will surely be a snare unto thee.
## 2179                                                                                                                                                                                                                       AND he said unto Moses, Come up unto the LORD, thou, and Aaron, Nadab, and Abihu, and seventy of the elders of Israel; and worship ye afar off.
## 2180                                                                                                                                                                                                                                                      And Moses alone shall come near the LORD: but they shall not come nigh; neither shall the people go up with him.
## 2181                                                                                                                                                                         And Moses came and told the people all the words of the LORD, and all the judgments: and all the people answered with one voice, and said, All the words which the LORD hath said will we do.
## 2182                                                                                                                                                                                       And Moses wrote all the words of the LORD, and rose up early in the morning, and builded an altar under the hill, and twelve pillars, according to the twelve tribes of Israel.
## 2183                                                                                                                                                                                                                                 And he sent young men of the children of Israel, which offered burnt offerings, and sacrificed peace offerings of oxen unto the LORD.
## 2184                                                                                                                                                                                                                                                              And Moses took half of the blood, and put it in basons; and half of the blood he sprinkled on the altar.
## 2185                                                                                                                                                                                                                 And he took the book of the covenant, and read in the audience of the people: and they said, All that the LORD hath said will we do, and be obedient.
## 2186                                                                                                                                                                                                   And Moses took the blood, and sprinkled it on the people, and said, Behold the blood of the covenant, which the LORD hath made with you concerning all these words.
## 2187                                                                                                                                                                                                                                                                                 Then went up Moses, and Aaron, Nadab, and Abihu, and seventy of the elders of Israel:
## 2188                                                                                                                                                                                                         And they saw the God of Israel: and there was under his feet as it were a paved work of a sapphire stone, and as it were the body of heaven in his clearness.
## 2189                                                                                                                                                                                                                                                         And upon the nobles of the children of Israel he laid not his hand: also they saw God, and did eat and drink.
## 2190                                                                                                                                                                        And the LORD said unto Moses, Come up to me into the mount, and be there: and I will give thee tables of stone, and a law, and commandments which I have written; that thou mayest teach them.
## 2191                                                                                                                                                                                                                                                                                  And Moses rose up, and his minister Joshua: and Moses went up into the mount of God.
## 2192                                                                                                                                                                                  And he said unto the elders, Tarry ye here for us, until we come again unto you: and, behold, Aaron and Hur are with you: if any man have any matters to do, let him come unto them.
## 2193                                                                                                                                                                                                                                                                                                      And Moses went up into the mount, and a cloud covered the mount.
## 2194                                                                                                                                                                                                          And the glory of the LORD abode upon mount Sinai, and the cloud covered it six days: and the seventh day he called unto Moses out of the midst of the cloud.
## 2195                                                                                                                                                                                                                                         And the sight of the glory of the LORD was like devouring fire on the top of the mount in the eyes of the children of Israel.
## 2196                                                                                                                                                                                                                                    And Moses went into the midst of the cloud, and gat him up into the mount: and Moses was in the mount forty days and forty nights.
## 2197                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 2198                                                                                                                                                                                                                    Speak unto the children of Israel, that they bring me an offering: of every man that giveth it willingly with his heart ye shall take my offering.
## 2199                                                                                                                                                                                                                                                                                    And this is the offering which ye shall take of them; gold, and silver, and brass,
## 2200                                                                                                                                                                                                                                                                                                   And blue, and purple, and scarlet, and fine linen, and goats' hair,
## 2201                                                                                                                                                                                                                                                                                                       And rams' skins dyed red, and badgers' skins, and shittim wood,
## 2202                                                                                                                                                                                                                                                                                                   Oil for the light, spices for anointing oil, and for sweet incense,
## 2203                                                                                                                                                                                                                                                                                               Onyx stones, and stones to be set in the ephod, and in the breastplate.
## 2204                                                                                                                                                                                                                                                                                                        And let them make me a sanctuary; that I may dwell among them.
## 2205                                                                                                                                                                                                                     According to all that I shew thee, after the pattern of the tabernacle, and the pattern of all the instruments thereof, even so shall ye make it.
## 2206                                                                                                                                                                                 And they shall make an ark of shittim wood: two cubits and a half shall be the length thereof, and a cubit and a half the breadth thereof, and a cubit and a half the height thereof.
## 2207                                                                                                                                                                                                                               And thou shalt overlay it with pure gold, within and without shalt thou overlay it, and shalt make upon it a crown of gold round about.
## 2208                                                                                                                                                                                         And thou shalt cast four rings of gold for it, and put them in the four corners thereof; and two rings shall be in the one side of it, and two rings in the other side of it.
## 2209                                                                                                                                                                                                                                                                                               And thou shalt make staves of shittim wood, and overlay them with gold.
## 2210                                                                                                                                                                                                                                                            And thou shalt put the staves into the rings by the sides of the ark, that the ark may be borne with them.
## 2211                                                                                                                                                                                                                                                                                         The staves shall be in the rings of the ark: they shall not be taken from it.
## 2212                                                                                                                                                                                                                                                                                                And thou shalt put into the ark the testimony which I shall give thee.
## 2213                                                                                                                                                                                                                         And thou shalt make a mercy seat of pure gold: two cubits and a half shall be the length thereof, and a cubit and a half the breadth thereof.
## 2214                                                                                                                                                                                                                                                    And thou shalt make two cherubims of gold, of beaten work shalt thou make them, in the two ends of the mercy seat.
## 2215                                                                                                                                                                                                                And make one cherub on the one end, and the other cherub on the other end: even of the mercy seat shall ye make the cherubims on the two ends thereof.
## 2216                                                                                                                                                            And the cherubims shall stretch forth their wings on high, covering the mercy seat with their wings, and their faces shall look one to another; toward the mercy seat shall the faces of the cherubims be.
## 2217                                                                                                                                                                                                                                             And thou shalt put the mercy seat above upon the ark; and in the ark thou shalt put the testimony that I shall give thee.
## 2218                                                                                                                     And there I will meet with thee, and I will commune with thee from above the mercy seat, from between the two cherubims which are upon the ark of the testimony, of all things which I will give thee in commandment unto the children of Israel.
## 2219                                                                                                                                                                                                     Thou shalt also make a table of shittim wood: two cubits shall be the length thereof, and a cubit the breadth thereof, and a cubit and a half the height thereof.
## 2220                                                                                                                                                                                                                                                                               And thou shalt overlay it with pure gold, and make thereto a crown of gold round about.
## 2221                                                                                                                                                                                                                            And thou shalt make unto it a border of an hand breadth round about, and thou shalt make a golden crown to the border thereof round about.
## 2222                                                                                                                                                                                                                                               And thou shalt make for it four rings of gold, and put the rings in the four corners that are on the four feet thereof.
## 2223                                                                                                                                                                                                                                                                                Over against the border shall the rings be for places of the staves to bear the table.
## 2224                                                                                                                                                                                                                                                    And thou shalt make the staves of shittim wood, and overlay them with gold, that the table may be borne with them.
## 2225                                                                                                                                                                                                                And thou shalt make the dishes thereof, and spoons thereof, and covers thereof, and bowls thereof, to cover withal: of pure gold shalt thou make them.
## 2226                                                                                                                                                                                                                                                                                                          And thou shalt set upon the table shewbread before me alway.
## 2227                                                                                                                                                                               And thou shalt make a candlestick of pure gold: of beaten work shall the candlestick be made: his shaft, and his branches, his bowls, his knops, and his flowers, shall be of the same.
## 2228                                                                                                                                                                                               And six branches shall come out of the sides of it; three branches of the candlestick out of the one side, and three branches of the candlestick out of the other side:
## 2229                                                                                                                                                 Three bowls made like unto almonds, with a knop and a flower in one branch; and three bowls made like almonds in the other branch, with a knop and a flower: so in the six branches that come out of the candlestick.
## 2230                                                                                                                                                                                                                                                                And in the candlestick shall be four bowls made like unto almonds, with their knops and their flowers.
## 2231                                                                                                                                                    And there shall be a knop under two branches of the same, and a knop under two branches of the same, and a knop under two branches of the same, according to the six branches that proceed out of the candlestick.
## 2232                                                                                                                                                                                                                                                                    Their knops and their branches shall be of the same: all it shall be one beaten work of pure gold.
## 2233                                                                                                                                                                                                                                        And thou shalt make the seven lamps thereof: and they shall light the lamps thereof, that they may give light over against it.
## 2234                                                                                                                                                                                                                                                                                            And the tongs thereof, and the snuffdishes thereof, shall be of pure gold.
## 2235                                                                                                                                                                                                                                                                                                    Of a talent of pure gold shall he make it, with all these vessels.
## 2236                                                                                                                                                                                                                                                                                 And look that thou make them after their pattern, which was shewed thee in the mount.
## 2237                                                                                                                                                                                               MOREOVER thou shalt make the tabernacle with ten curtains of fine twined linen, and blue, and purple, and scarlet: with cherubims of cunning work shalt thou make them.
## 2238                                                                                                                                                                                                         The length of one curtain shall be eight and twenty cubits, and the breadth of one curtain four cubits: and every one of the curtains shall have one measure.
## 2239                                                                                                                                                                                                                                                  The five curtains shall be coupled together one to another; and other five curtains shall be coupled one to another.
## 2240                                                                                                                                                           And thou shalt make loops of blue upon the edge of the one curtain from the selvedge in the coupling; and likewise shalt thou make in the uttermost edge of another curtain, in the coupling of the second.
## 2241                                                                                                                                                                        Fifty loops shalt thou make in the one curtain, and fifty loops shalt thou make in the edge of the curtain that is in the coupling of the second; that the loops may take hold one of another.
## 2242                                                                                                                                                                                                                                           And thou shalt make fifty taches of gold, and couple the curtains together with the taches: and it shall be one tabernacle.
## 2243                                                                                                                                                                                                                                                    And thou shalt make curtains of goats' hair to be a covering upon the tabernacle: eleven curtains shalt thou make.
## 2244                                                                                                                                                                                                                    The length of one curtain shall be thirty cubits, and the breadth of one curtain four cubits: and the eleven curtains shall be all of one measure.
## 2245                                                                                                                                                                                                             And thou shalt couple five curtains by themselves, and six curtains by themselves, and shalt double the sixth curtain in the forefront of the tabernacle.
## 2246                                                                                                                                                                                                 And thou shalt make fifty loops on the edge of the one curtain that is outmost in the coupling, and fifty loops in the edge of the curtain which coupleth the second.
## 2247                                                                                                                                                                                                                                       And thou shalt make fifty taches of brass, and put the taches into the loops, and couple the tent together, that it may be one.
## 2248                                                                                                                                                                                                                          And the remnant that remaineth of the curtains of the tent, the half curtain that remaineth, shall hang over the backside of the tabernacle.
## 2249                                                                                                                                              And a cubit on the one side, and a cubit on the other side of that which remaineth in the length of the curtains of the tent, it shall hang over the sides of the tabernacle on this side and on that side, to cover it.
## 2250                                                                                                                                                                                                                                                          And thou shalt make a covering for the tent of rams' skins dyed red, and a covering above of badgers' skins.
## 2251                                                                                                                                                                                                                                                                                            And thou shalt make boards for the tabernacle of shittim wood standing up.
## 2252                                                                                                                                                                                                                                                                  Ten cubits shall be the length of a board, and a cubit and a half shall be the breadth of one board.
## 2253                                                                                                                                                                                                                                  Two tenons shall there be in one board, set in order one against another: thus shalt thou make for all the boards of the tabernacle.
## 2254                                                                                                                                                                                                                                                                         And thou shalt make the boards for the tabernacle, twenty boards on the south side southward.
## 2255                                                                                                                                                                                          And thou shalt make forty sockets of silver under the twenty boards; two sockets under one board for his two tenons, and two sockets under another board for his two tenons.
## 2256                                                                                                                                                                                                                                                                             And for the second side of the tabernacle on the north side there shall be twenty boards:
## 2257                                                                                                                                                                                                                                                                  And their forty sockets of silver; two sockets under one board, and two sockets under another board.
## 2258                                                                                                                                                                                                                                                                                              And for the sides of the tabernacle westward thou shalt make six boards.
## 2259                                                                                                                                                                                                                                                                                    And two boards shalt thou make for the corners of the tabernacle in the two sides.
## 2260                                                                                                                                                                                 And they shall be coupled together beneath, and they shall be coupled together above the head of it unto one ring: thus shall it be for them both; they shall be for the two corners.
## 2261                                                                                                                                                                                                                       And they shall be eight boards, and their sockets of silver, sixteen sockets; two sockets under one board, and two sockets under another board.
## 2262                                                                                                                                                                                                                                                                      And thou shalt make bars of shittim wood; five for the boards of the one side of the tabernacle,
## 2263                                                                                                                                                                                                             And five bars for the boards of the other side of the tabernacle, and five bars for the boards of the side of the tabernacle, for the two sides westward.
## 2264                                                                                                                                                                                                                                                                                            And the middle bar in the midst of the boards shall reach from end to end.
## 2265                                                                                                                                                                                                                         And thou shalt overlay the boards with gold, and make their rings of gold for places for the bars: and thou shalt overlay the bars with gold.
## 2266                                                                                                                                                                                                                                                            And thou shalt rear up the tabernacle according to the fashion thereof which was shewed thee in the mount.
## 2267                                                                                                                                                                                                                                  And thou shalt make a vail of blue, and purple, and scarlet, and fine twined linen of cunning work: with cherubims shall it be made:
## 2268                                                                                                                                                                                                                           And thou shalt hang it upon four pillars of shittim wood overlaid with gold: their hooks shall be of gold, upon the four sockets of silver.
## 2269                                                                                                                                                            And thou shalt hang up the vail under the taches, that thou mayest bring in thither within the vail the ark of the testimony: and the vail shall divide unto you between the holy place and the most holy.
## 2270                                                                                                                                                                                                                                                                               And thou shalt put the mercy seat upon the ark of the testimony in the most holy place.
## 2271                                                                                                                                                                             And thou shalt set the table without the vail, and the candlestick over against the table on the side of the tabernacle toward the south: and thou shalt put the table on the north side.
## 2272                                                                                                                                                                                                                            And thou shalt make an hanging for the door of the tent, of blue, and purple, and scarlet, and fine twined linen, wrought with needlework.
## 2273                                                                                                                                                                                   And thou shalt make for the hanging five pillars of shittim wood, and overlay them with gold, and their hooks shall be of gold: and thou shalt cast five sockets of brass for them.
## 2274                                                                                                                                                                                                   AND thou shalt make an altar of shittim wood, five cubits long, and five cubits broad; the altar shall be foursquare: and the height thereof shall be three cubits.
## 2275                                                                                                                                                                                                                              And thou shalt make the horns of it upon the four corners thereof: his horns shall be of the same: and thou shalt overlay it with brass.
## 2276                                                                                                                                                                                           And thou shalt make his pans to receive his ashes, and his shovels, and his basons, and his fleshhooks, and his firepans: all the vessels thereof thou shalt make of brass.
## 2277                                                                                                                                                                                                                               And thou shalt make for it a grate of network of brass; and upon the net shalt thou make four brasen rings in the four corners thereof.
## 2278                                                                                                                                                                                                                                                     And thou shalt put it under the compass of the altar beneath, that the net may be even to the midst of the altar.
## 2279                                                                                                                                                                                                                                                                        And thou shalt make staves for the altar, staves of shittim wood, and overlay them with brass.
## 2280                                                                                                                                                                                                                                                      And the staves shall be put into the rings, and the staves shall be upon the two sides of the altar, to bear it.
## 2281                                                                                                                                                                                                                                                                     Hollow with boards shalt thou make it: as it was shewed thee in the mount, so shall they make it.
## 2282                                                                                                                                                                                      And thou shalt make the court of the tabernacle: for the south side southward there shall be hangings for the court of fine twined linen of an hundred cubits long for one side:
## 2283                                                                                                                                                                                                                             And the twenty pillars thereof and their twenty sockets shall be of brass; the hooks of the pillars and their fillets shall be of silver.
## 2284                                                                                                                                                          And likewise for the north side in length there shall be hangings of an hundred cubits long, and his twenty pillars and their twenty sockets of brass; the hooks of the pillars and their fillets of silver.
## 2285                                                                                                                                                                                                                                        And for the breadth of the court on the west side shall be hangings of fifty cubits: their pillars ten, and their sockets ten.
## 2286                                                                                                                                                                                                                                                                                         And the breadth of the court on the east side eastward shall be fifty cubits.
## 2287                                                                                                                                                                                                                                                           The hangings of one side of the gate shall be fifteen cubits: their pillars three, and their sockets three.
## 2288                                                                                                                                                                                                                                                                 And on the other side shall be hangings fifteen cubits: their pillars three, and their sockets three.
## 2289                                                                                                                                                        And for the gate of the court shall be an hanging of twenty cubits, of blue, and purple, and scarlet, and fine twined linen, wrought with needlework: and their pillars shall be four, and their sockets four.
## 2290                                                                                                                                                                                                                                      All the pillars round about the court shall be filleted with silver; their hooks shall be of silver, and their sockets of brass.
## 2291                                                                                                                                                                                                   The length of the court shall be an hundred cubits, and the breadth fifty every where, and the height five cubits of fine twined linen, and their sockets of brass.
## 2292                                                                                                                                                                                                                             All the vessels of the tabernacle in all the service thereof, and all the pins thereof, and all the pins of the court, shall be of brass.
## 2293                                                                                                                                                                                                                            And thou shalt command the children of Israel, that they bring thee pure oil olive beaten for the light, to cause the lamp to burn always.
## 2294                                                                                                      In the tabernacle of the congregation without the vail, which is before the testimony, Aaron and his sons shall order it from evening to morning before the LORD: it shall be a statute for ever unto their generations on the behalf of the children of Israel.
## 2295                                                                                                                                             AND take thou unto thee Aaron thy brother, and his sons with him, from among the children of Israel, that he may minister unto me in the priest's office, even Aaron, Nadab and Abihu, Eleazar and Ithamar, Aaron's sons.
## 2296                                                                                                                                                                                                                                                                                     And thou shalt make holy garments for Aaron thy brother for glory and for beauty.
## 2297                                                                                                                                                        And thou shalt speak unto all that are wise hearted, whom I have filled with the spirit of wisdom, that they may make Aaron's garments to consecrate him, that he may minister unto me in the priest's office.
## 2298                                                                                                   And these are the garments which they shall make; a breastplate, and an ephod, and a robe, and a broidered coat, a mitre, and a girdle: and they shall make holy garments for Aaron thy brother, and his sons, that he may minister unto me in the priest's office.
## 2299                                                                                                                                                                                                                                                                                          And they shall take gold, and blue, and purple, and scarlet, and fine linen.
## 2300                                                                                                                                                                                                                                                  And they shall make the ephod of gold, of blue, and of purple, of scarlet, and fine twined linen, with cunning work.
## 2301                                                                                                                                                                                                                                                     It shall have the two shoulderpieces thereof joined at the two edges thereof; and so it shall be joined together.
## 2302                                                                                                                                                                                    And the curious girdle of the ephod, which is upon it, shall be of the same, according to the work thereof; even of gold, of blue, and purple, and scarlet, and fine twined linen.
## 2303                                                                                                                                                                                                                                                                           And thou shalt take two onyx stones, and grave on them the names of the children of Israel:
## 2304                                                                                                                                                                                                                                                    Six of their names on one stone, and the other six names of the rest on the other stone, according to their birth.
## 2305                                                                                                                                                                 With the work of an engraver in stone, like the engravings of a signet, shalt thou engrave the two stones with the names of the children of Israel: thou shalt make them to be set in ouches of gold.
## 2306                                                                                                                                                         And thou shalt put the two stones upon the shoulders of the ephod for stones of memorial unto the children of Israel: and Aaron shall bear their names before the LORD upon his two shoulders for a memorial.
## 2307                                                                                                                                                                                                                                                                                                                                   And thou shalt make ouches of gold;
## 2308                                                                                                                                                                                                                                         And two chains of pure gold at the ends; of wreathen work shalt thou make them, and fasten the wreathen chains to the ouches.
## 2309                                                                                                                                                     And thou shalt make the breastplate of judgment with cunning work; after the work of the ephod thou shalt make it; of gold, of blue, and of purple, and of scarlet, and of fine twined linen, shalt thou make it.
## 2310                                                                                                                                                                                                                                                    Foursquare it shall be being doubled; a span shall be the length thereof, and a span shall be the breadth thereof.
## 2311                                                                                                                                                                                                       And thou shalt set in it settings of stones, even four rows of stones: the first row shall be a sardius, a topaz, and a carbuncle: this shall be the first row.
## 2312                                                                                                                                                                                                                                                                                                    And the second row shall be an emerald, a sapphire, and a diamond.
## 2313                                                                                                                                                                                                                                                                                                                And the third row a ligure, an agate, and an amethyst.
## 2314                                                                                                                                                                                                                                                                 And the fourth row a beryl, and an onyx, and a jasper: they shall be set in gold in their inclosings.
## 2315                                                                                                                                                            And the stones shall be with the names of the children of Israel, twelve, according to their names, like the engravings of a signet; every one with his name shall they be according to the twelve tribes.
## 2316                                                                                                                                                                                                                                                                            And thou shalt make upon the breastplate chains at the ends of wreathen work of pure gold.
## 2317                                                                                                                                                                                                                                           And thou shalt make upon the breastplate two rings of gold, and shalt put the two rings on the two ends of the breastplate.
## 2318                                                                                                                                                                                                                                                         And thou shalt put the two wreathen chains of gold in the two rings which are on the ends of the breastplate.
## 2319                                                                                                                                                                                                                     And the other two ends of the two wreathen chains thou shalt fasten in the two ouches, and put them on the shoulderpieces of the ephod before it.
## 2320                                                                                                                                                                                                  And thou shalt make two rings of gold, and thou shalt put them upon the two ends of the breastplate in the border thereof, which is in the side of the ephod inward.
## 2321                                                                                                                                                And two other rings of gold thou shalt make, and shalt put them on the two sides of the ephod underneath, toward the forepart thereof, over against the other coupling thereof, above the curious girdle of the ephod.
## 2322                                                                                                                                                And they shall bind the breastplate by the rings thereof unto the rings of the ephod with a lace of blue, that it may be above the curious girdle of the ephod, and that the breastplate be not loosed from the ephod.
## 2323                                                                                                                                                                             And Aaron shall bear the names of the children of Israel in the breastplate of judgment upon his heart, when he goeth in unto the holy place, for a memorial before the LORD continually.
## 2324                                                                                                           And thou shalt put in the breastplate of judgment the Urim and the Thummim; and they shall be upon Aaron's heart, when he goeth in before the LORD: and Aaron shall bear the judgment of the children of Israel upon his heart before the LORD continually.
## 2325                                                                                                                                                                                                                                                                                                                And thou shalt make the robe of the ephod all of blue.
## 2326                                                                                                                                                                        And there shall be an hole in the top of it, in the midst thereof: it shall have a binding of woven work round about the hole of it, as it were the hole of an habergeon, that it be not rent.
## 2327                                                                                                                                                                                          And beneath upon the hem of it thou shalt make pomegranates of blue, and of purple, and of scarlet, round about the hem thereof; and bells of gold between them round about:
## 2328                                                                                                                                                                                                                                                               A golden bell and a pomegranate, a golden bell and a pomegranate, upon the hem of the robe round about.
## 2329                                                                                                                                                                                                   And it shall be upon Aaron to minister: and his sound shall be heard when he goeth in unto the holy place before the LORD, and when he cometh out, that he die not.
## 2330                                                                                                                                                                                                                                                   And thou shalt make a plate of pure gold, and grave upon it, like the engravings of a signet, HOLINESS TO THE LORD.
## 2331                                                                                                                                                                                                                                                     And thou shalt put it on a blue lace, that it may be upon the mitre; upon the forefront of the mitre it shall be.
## 2332                                                                                                                   And it shall be upon Aaron's forehead, that Aaron may bear the iniquity of the holy things, which the children of Israel shall hallow in all their holy gifts; and it shall be always upon his forehead, that they may be accepted before the LORD.
## 2333                                                                                                                                                                                                                           And thou shalt embroider the coat of fine linen, and thou shalt make the mitre of fine linen, and thou shalt make the girdle of needlework.
## 2334                                                                                                                                                                                                                     And for Aaron's sons thou shalt make coats, and thou shalt make for them girdles, and bonnets shalt thou make for them, for glory and for beauty.
## 2335                                                                                                                                                                          And thou shalt put them upon Aaron thy brother, and his sons with him; and shalt anoint them, and consecrate them, and sanctify them, that they may minister unto me in the priest's office.
## 2336                                                                                                                                                                                                                                               And thou shalt make them linen breeches to cover their nakedness; from the loins even unto the thighs they shall reach:
## 2337                                                                                And they shall be upon Aaron, and upon his sons, when they come in unto the tabernacle of the congregation, or when they come near unto the altar to minister in the holy place; that they bear not iniquity, and die: it shall be a statute for ever unto him and his seed after him.
## 2338                                                                                                                                                                                                  AND this is the thing that thou shalt do unto them to hallow them, to minister unto me in the priest's office: Take one young bullock, and two rams without blemish,
## 2339                                                                                                                                                                                                                         And unleavened bread, and cakes unleavened tempered with oil, and wafers unleavened anointed with oil: of wheaten flour shalt thou make them.
## 2340                                                                                                                                                                                                                                                             And thou shalt put them into one basket, and bring them in the basket, with the bullock and the two rams.
## 2341                                                                                                                                                                                                                                          And Aaron and his sons thou shalt bring unto the door of the tabernacle of the congregation, and shalt wash them with water.
## 2342                                                                                                                                                                                      And thou shalt take the garments, and put upon Aaron the coat, and the robe of the ephod, and the ephod, and the breastplate, and gird him with the curious girdle of the ephod:
## 2343                                                                                                                                                                                                                                                                                    And thou shalt put the mitre upon his head, and put the holy crown upon the mitre.
## 2344                                                                                                                                                                                                                                                                                    Then shalt thou take the anointing oil, and pour it upon his head, and anoint him.
## 2345                                                                                                                                                                                                                                                                                                               And thou shalt bring his sons, and put coats upon them.
## 2346                                                                                                                                                                And thou shalt gird them with girdles, Aaron and his sons, and put the bonnets on them: and the priest's office shall be theirs for a perpetual statute: and thou shalt consecrate Aaron and his sons.
## 2347                                                                                                                                                                                                    And thou shalt cause a bullock to be brought before the tabernacle of the congregation: and Aaron and his sons shall put their hands upon the head of the bullock.
## 2348                                                                                                                                                                                                                                                                   And thou shalt kill the bullock before the LORD, by the door of the tabernacle of the congregation.
## 2349                                                                                                                                                                                                       And thou shalt take of the blood of the bullock, and put it upon the horns of the altar with thy finger, and pour all the blood beside the bottom of the altar.
## 2350                                                                                                                                                                                    And thou shalt take all the fat that covereth the inwards, and the caul that is above the liver, and the two kidneys, and the fat that is upon them, and burn them upon the altar.
## 2351                                                                                                                                                                                                                                           But the flesh of the bullock, and his skin, and his dung, shalt thou burn with fire without the camp: it is a sin offering.
## 2352                                                                                                                                                                                                                                                                  Thou shalt also take one ram; and Aaron and his sons shall put their hands upon the head of the ram.
## 2353                                                                                                                                                                                                                                                               And thou shalt slay the ram, and thou shalt take his blood, and sprinkle it round about upon the altar.
## 2354                                                                                                                                                                                                                                     And thou shalt cut the ram in pieces, and wash the inwards of him, and his legs, and put them unto his pieces, and unto his head.
## 2355                                                                                                                                                                                                                 And thou shalt burn the whole ram upon the altar: it is a burnt offering unto the LORD: it is a sweet savour, an offering made by fire unto the LORD.
## 2356                                                                                                                                                                                                                                                             And thou shalt take the other ram; and Aaron and his sons shall put their hands upon the head of the ram.
## 2357                                                                         Then shalt thou kill the ram, and take of his blood, and put it upon the tip of the right ear of Aaron, and upon the tip of the right ear of his sons, and upon the thumb of their right hand, and upon the great toe of their right foot, and sprinkle the blood upon the altar round about.
## 2358                                                                       And thou shalt take of the blood that is upon the altar, and of the anointing oil, and sprinkle it upon Aaron, and upon his garments, and upon his sons, and upon the garments of his sons with him: and he shall be hallowed, and his garments, and his sons, and his sons' garments with him.
## 2359                                                                                                                               Also thou shalt take of the ram the fat and the rump, and the fat that covereth the inwards, and the caul above the liver, and the two kidneys, and the fat that is upon them, and the right shoulder; for it is a ram of consecration:
## 2360                                                                                                                                                                                                                                  And one loaf of bread, and one cake of oiled bread, and one wafer out of the basket of the unleavened bread that is before the LORD:
## 2361                                                                                                                                                                                                                                  And thou shalt put all in the hands of Aaron, and in the hands of his sons; and shalt wave them for a wave offering before the LORD.
## 2362                                                                                                                                                                                      And thou shalt receive them of their hands, and burn them upon the altar for a burnt offering, for a sweet savour before the LORD: it is an offering made by fire unto the LORD.
## 2363                                                                                                                                                                                                                         And thou shalt take the breast of the ram of Aaron's consecration, and wave it for a wave offering before the LORD: and it shall be thy part.
## 2364                                                                                                                          And thou shalt sanctify the breast of the wave offering, and the shoulder of the heave offering, which is waved, and which is heaved up, of the ram of the consecration, even of that which is for Aaron, and of that which is for his sons:
## 2365                                                                                               And it shall be Aaron's and his sons' by a statute for ever from the children of Israel: for it is an heave offering: and it shall be an heave offering from the children of Israel of the sacrifice of their peace offerings, even their heave offering unto the LORD.
## 2366                                                                                                                                                                                                                                                   And the holy garments of Aaron shall be his sons' after him, to be anointed therein, and to be consecrated in them.
## 2367                                                                                                                                                                                                          And that son that is priest in his stead shall put them on seven days, when he cometh into the tabernacle of the congregation to minister in the holy place.
## 2368                                                                                                                                                                                                                                                                              And thou shalt take the ram of the consecration, and seethe his flesh in the holy place.
## 2369                                                                                                                                                                                                                        And Aaron and his sons shall eat the flesh of the ram, and the bread that is in the basket, by the door of the tabernacle of the congregation.
## 2370                                                                                                                                                                                                    And they shall eat those things wherewith the atonement was made, to consecrate and to sanctify them: but a stranger shall not eat thereof, because they are holy.
## 2371                                                                                                                                                                                    And if ought of the flesh of the consecrations, or of the bread, remain unto the morning, then thou shalt burn the remainder with fire: it shall not be eaten, because it is holy.
## 2372                                                                                                                                                                                                                       And thus shalt thou do unto Aaron, and to his sons, according to all things which I have commanded thee: seven days shalt thou consecrate them.
## 2373                                                                                                                                                                       And thou shalt offer every day a bullock for a sin offering for atonement: and thou shalt cleanse the altar, when thou hast made an atonement for it, and thou shalt anoint it, to sanctify it.
## 2374                                                                                                                                                                                                              Seven days thou shalt make an atonement for the altar, and sanctify it; and it shall be an altar most holy: whatsoever toucheth the altar shall be holy.
## 2375                                                                                                                                                                                                                                                           Now this is that which thou shalt offer upon the altar; two lambs of the first year day by day continually.
## 2376                                                                                                                                                                                                                                                                            The one lamb thou shalt offer in the morning; and the other lamb thou shalt offer at even:
## 2377                                                                                                                                                                                                         And with the one lamb a tenth deal of flour mingled with the fourth part of an hin of beaten oil; and the fourth part of an hin of wine for a drink offering.
## 2378                                                                                                                                             And the other lamb thou shalt offer at even, and shalt do thereto according to the meat offering of the morning, and according to the drink offering thereof, for a sweet savour, an offering made by fire unto the LORD.
## 2379                                                                                                                                                                              This shall be a continual burnt offering throughout your generations at the door of the tabernacle of the congregation before the LORD: where I will meet you, to speak there unto thee.
## 2380                                                                                                                                                                                                                                                                And there I will meet with the children of Israel, and the tabernacle shall be sanctified by my glory.
## 2381                                                                                                                                                                                                        And I will sanctify the tabernacle of the congregation, and the altar: I will sanctify also both Aaron and his sons, to minister to me in the priest's office.
## 2382                                                                                                                                                                                                                                                                                                 And I will dwell among the children of Israel, and will be their God.
## 2383                                                                                                                                                                                                             And they shall know that I am the LORD their God, that brought them forth out of the land of Egypt, that I may dwell among them: I am the LORD their God.
## 2384                                                                                                                                                                                                                                                                                AND thou shalt make an altar to burn incense upon: of shittim wood shalt thou make it.
## 2385                                                                                                                                                                                     A cubit shall be the length thereof, and a cubit the breadth thereof; foursquare shall it be: and two cubits shall be the height thereof: the horns thereof shall be of the same.
## 2386                                                                                                                                                                                         And thou shalt overlay it with pure gold, the top thereof, and the sides thereof round about, and the horns thereof; and thou shalt make unto it a crown of gold round about.
## 2387                                                                                                                                                             And two golden rings shalt thou make to it under the crown of it, by the two corners thereof, upon the two sides of it shalt thou make it; and they shall be for places for the staves to bear it withal.
## 2388                                                                                                                                                                                                                                                                                           And thou shalt make the staves of shittim wood, and overlay them with gold.
## 2389                                                                                                                                                                                                             And thou shalt put it before the vail that is by the ark of the testimony, before the mercy seat that is over the testimony, where I will meet with thee.
## 2390                                                                                                                                                                                                                                                  And Aaron shall burn thereon sweet incense every morning: when he dresseth the lamps, he shall burn incense upon it.
## 2391                                                                                                                                                                                                                            And when Aaron lighteth the lamps at even, he shall burn incense upon it, a perpetual incense before the LORD throughout your generations.
## 2392                                                                                                                                                                                                                                      Ye shall offer no strange incense thereon, nor burnt sacrifice, nor meat offering; neither shall ye pour drink offering thereon.
## 2393                                                                                                                                  And Aaron shall make an atonement upon the horns of it once in a year with the blood of the sin offering of atonements: once in the year shall he make atonement upon it throughout your generations: it is most holy unto the LORD.
## 2394                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 2395                                                                                                                                    When thou takest the sum of the children of Israel after their number, then shall they give every man a ransom for his soul unto the LORD, when thou numberest them; that there be no plague among them, when thou numberest them.
## 2396                                                                                                                                                            This they shall give, every one that passeth among them that are numbered, half a shekel after the shekel of the sanctuary: (a shekel is twenty gerahs:) an half shekel shall be the offering of the LORD.
## 2397                                                                                                                                                                                                                                           Every one that passeth among them that are numbered, from twenty years old and above, shall give an offering unto the LORD.
## 2398                                                                                                                                                                                                     The rich shall not give more, and the poor shall not give less than half a shekel, when they give an offering unto the LORD, to make an atonement for your souls.
## 2399                                                                                                            And thou shalt take the atonement money of the children of Israel, and shalt appoint it for the service of the tabernacle of the congregation; that it may be a memorial unto the children of Israel before the LORD, to make an atonement for your souls.
## 2400                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 2401                                                                                                                                                                  Thou shalt also make a laver of brass, and his foot also of brass, to wash withal: and thou shalt put it between the tabernacle of the congregation and the altar, and thou shalt put water therein.
## 2402                                                                                                                                                                                                                                                                                                 For Aaron and his sons shall wash their hands and their feet thereat:
## 2403                                                                                                                                                                    When they go into the tabernacle of the congregation, they shall wash with water, that they die not; or when they come near to the altar to minister, to burn offering made by fire unto the LORD:
## 2404                                                                                                                                                                                               So they shall wash their hands and their feet, that they die not: and it shall be a statute for ever to them, even to him and to his seed throughout their generations.
## 2405                                                                                                                                                                                                                                                                                                                           Moreover the LORD spake unto Moses, saying,
## 2406                                                                                                                                                            Take thou also unto thee principal spices, of pure myrrh five hundred shekels, and of sweet cinnamon half so much, even two hundred and fifty shekels, and of sweet calamus two hundred and fifty shekels,
## 2407                                                                                                                                                                                                                                                                       And of cassia five hundred shekels, after the shekel of the sanctuary, and of oil olive an hin:
## 2408                                                                                                                                                                                                                              And thou shalt make it an oil of holy ointment, an ointment compound after the art of the apothecary: it shall be an holy anointing oil.
## 2409                                                                                                                                                                                                                                                                     And thou shalt anoint the tabernacle of the congregation therewith, and the ark of the testimony,
## 2410                                                                                                                                                                                                                                                                     And the table and all his vessels, and the candlestick and his vessels, and the altar of incense,
## 2411                                                                                                                                                                                                                                                                                     And the altar of burnt offering with all his vessels, and the laver and his foot.
## 2412                                                                                                                                                                                                                                                                     And thou shalt sanctify them, that they may be most holy: whatsoever toucheth them shall be holy.
## 2413                                                                                                                                                                                                                                                 And thou shalt anoint Aaron and his sons, and consecrate them, that they may minister unto me in the priest's office.
## 2414                                                                                                                                                                                                                                    And thou shalt speak unto the children of Israel, saying, This shall be an holy anointing oil unto me throughout your generations.
## 2415                                                                                                                                                                                                             Upon man's flesh shall it not be poured, neither shall ye make any other like it, after the composition of it: it is holy, and it shall be holy unto you.
## 2416                                                                                                                                                                                                                                             Whosoever compoundeth any like it, or whosoever putteth any of it upon a stranger, shall even be cut off from his people.
## 2417                                                                                                                                                                                         And the LORD said unto Moses, Take unto thee sweet spices, stacte, and onycha, and galbanum; these sweet spices with pure frankincense: of each shall there be a like weight:
## 2418                                                                                                                                                                                                                                                     And thou shalt make it a perfume, a confection after the art of the apothecary, tempered together, pure and holy:
## 2419                                                                                                                                                                                     And thou shalt beat some of it very small, and put of it before the testimony in the tabernacle of the congregation, where I will meet with thee: it shall be unto you most holy.
## 2420                                                                                                                                                                                                          And as for the perfume which thou shalt make, ye shall not make to yourselves according to the composition thereof: it shall be unto thee holy for the LORD.
## 2421                                                                                                                                                                                                                                                                         Whosoever shall make like unto that, to smell thereto, shall even be cut off from his people.
## 2422                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 2423                                                                                                                                                                                                                                                                            See, I have called by name Bezaleel the son of Uri, the son of Hur, of the tribe of Judah:
## 2424                                                                                                                                                                                                                                    And I have filled him with the spirit of God, in wisdom, and in understanding, and in knowledge, and in all manner of workmanship,
## 2425                                                                                                                                                                                                                                                                                                To devise cunning works, to work in gold, and in silver, and in brass,
## 2426                                                                                                                                                                                                                                                                And in cutting of stones, to set them, and in carving of timber, to work in all manner of workmanship.
## 2427                                                                                                                                                         And I, behold, I have given with him Aholiab, the son of Ahisamach, of the tribe of Dan: and in the hearts of all that are wise hearted I have put wisdom, that they may make all that I have commanded thee;
## 2428                                                                                                                                                                                                                      The tabernacle of the congregation, and the ark of the testimony, and the mercy seat that is thereupon, and all the furniture of the tabernacle,
## 2429                                                                                                                                                                                                                                                           And the table and his furniture, and the pure candlestick with all his furniture, and the altar of incense,
## 2430                                                                                                                                                                                                                                                                                   And the altar of burnt offering with all his furniture, and the laver and his foot,
## 2431                                                                                                                                                                                                                              And the cloths of service, and the holy garments for Aaron the priest, and the garments of his sons, to minister in the priest's office,
## 2432                                                                                                                                                                                                                                               And the anointing oil, and sweet incense for the holy place: according to all that I have commanded thee shall they do.
## 2433                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 2434                                                                                                                                                   Speak thou also unto the children of Israel, saying, Verily my sabbaths ye shall keep: for it is a sign between me and you throughout your generations; that ye may know that I am the LORD that doth sanctify you.
## 2435                                                                                                                                                        Ye shall keep the sabbath therefore; for it is holy unto you: every one that defileth it shall surely be put to death: for whosoever doeth any work therein, that soul shall be cut off from among his people.
## 2436                                                                                                                                                                                                 Six days may work be done; but in the seventh is the sabbath of rest, holy to the LORD: whosoever doeth any work in the sabbath day, he shall surely be put to death.
## 2437                                                                                                                                                                                                                               Wherefore the children of Israel shall keep the sabbath, to observe the sabbath throughout their generations, for a perpetual covenant.
## 2438                                                                                                                                                                                                     It is a sign between me and the children of Israel for ever: for in six days the LORD made heaven and earth, and on the seventh day he rested, and was refreshed.
## 2439                                                                                                                                                                                                     And he gave unto Moses, when he had made an end of communing with him upon mount Sinai, two tables of testimony, tables of stone, written with the finger of God.
## 2440                                                            AND when the people saw that Moses delayed to come down out of the mount, the people gathered themselves together unto Aaron, and said unto him, Up, make us gods, which shall go before us; for as for this Moses, the man that brought us up out of the land of Egypt, we wot not what is become of him.
## 2441                                                                                                                                                                                                            And Aaron said unto them, Break off the golden earrings, which are in the ears of your wives, of your sons, and of your daughters, and bring them unto me.
## 2442                                                                                                                                                                                                                                                               And all the people brake off the golden earrings which were in their ears, and brought them unto Aaron.
## 2443                                                                                                                                                             And he received them at their hand, and fashioned it with a graving tool, after he had made it a molten calf: and they said, These be thy gods, O Israel, which brought thee up out of the land of Egypt.
## 2444                                                                                                                                                                                                                                          And when Aaron saw it, he built an altar before it; and Aaron made proclamation, and said, To morrow is a feast to the LORD.
## 2445                                                                                                                                                                                                     And they rose up early on the morrow, and offered burnt offerings, and brought peace offerings; and the people sat down to eat and to drink, and rose up to play.
## 2446                                                                                                                                                                                                                           And the LORD said unto Moses, Go, get thee down; for thy people, which thou broughtest out of the land of Egypt, have corrupted themselves:
## 2447                                                                                                           They have turned aside quickly out of the way which I commanded them: they have made them a molten calf, and have worshipped it, and have sacrificed thereunto, and said, These be thy gods, O Israel, which have brought thee up out of the land of Egypt.
## 2448                                                                                                                                                                                                                                                                       And the LORD said unto Moses, I have seen this people, and, behold, it is a stiffnecked people:
## 2449                                                                                                                                                                                                                              Now therefore let me alone, that my wrath may wax hot against them, and that I may consume them: and I will make of thee a great nation.
## 2450                                                                                                                                                                  And Moses besought the LORD his God, and said, LORD, why doth thy wrath wax hot against thy people, which thou hast brought forth out of the land of Egypt with great power, and with a mighty hand?
## 2451                                                                                                                             Wherefore should the Egyptians speak, and say, For mischief did he bring them out, to slay them in the mountains, and to consume them from the face of the earth? Turn from thy fierce wrath, and repent of this evil against thy people.
## 2452                                                                                            Remember Abraham, Isaac, and Israel, thy servants, to whom thou swarest by thine own self, and saidst unto them, I will multiply your seed as the stars of heaven, and all this land that I have spoken of will I give unto your seed, and they shall inherit it for ever.
## 2453                                                                                                                                                                                                                                                                                             And the LORD repented of the evil which he thought to do unto his people.
## 2454                                                                                                                                                                And Moses turned, and went down from the mount, and the two tables of the testimony were in his hand: the tables were written on both their sides; on the one side and on the other were they written.
## 2455                                                                                                                                                                                                                                                                  And the tables were the work of God, and the writing was the writing of God, graven upon the tables.
## 2456                                                                                                                                                                                                                                               And when Joshua heard the noise of the people as they shouted, he said unto Moses, There is a noise of war in the camp.
## 2457                                                                                                                                                                                              And he said, It is not the voice of them that shout for mastery, neither is it the voice of them that cry for being overcome: but the noise of them that sing do I hear.
## 2458                                                                                                                                                             And it came to pass, as soon as he came nigh unto the camp, that he saw the calf, and the dancing: and Moses' anger waxed hot, and he cast the tables out of his hands, and brake them beneath the mount.
## 2459                                                                                                                                                                                              And he took the calf which they had made, and burnt it in the fire, and ground it to powder, and strawed it upon the water, and made the children of Israel drink of it.
## 2460                                                                                                                                                                                                                                                           And Moses said unto Aaron, What did this people unto thee, that thou hast brought so great a sin upon them?
## 2461                                                                                                                                                                                                                                                         And Aaron said, Let not the anger of my lord wax hot: thou knowest the people, that they are set on mischief.
## 2462                                                                                                                                                                                          For they said unto me, Make us gods, which shall go before us: for as for this Moses, the man that brought us up out of the land of Egypt, we wot not what is become of him.
## 2463                                                                                                                                                                                                                 And I said unto them, Whosoever hath any gold, let them break it off. So they gave it me: then I cast it into the fire, and there came out this calf.
## 2464                                                                                                                                                                                                                                                  And when Moses saw that the people were naked; (for Aaron had made them naked unto their shame among their enemies:)
## 2465                                                                                                                                                                                                  Then Moses stood in the gate of the camp, and said, Who is on the LORD's side? let him come unto me. And all the sons of Levi gathered themselves together unto him.
## 2466                                                                                                                     And he said unto them, Thus saith the LORD God of Israel, Put every man his sword by his side, and go in and out from gate to gate throughout the camp, and slay every man his brother, and every man his companion, and every man his neighbour.
## 2467                                                                                                                                                                                                                                          And the children of Levi did according to the word of Moses: and there fell of the people that day about three thousand men.
## 2468                                                                                                                                                                                                     For Moses had said, Consecrate yourselves to day to the LORD, even every man upon his son, and upon his brother; that he may bestow upon you a blessing this day.
## 2469                                                                                                                                                                              And it came to pass on the morrow, that Moses said unto the people, Ye have sinned a great sin: and now I will go up unto the LORD; peradventure I shall make an atonement for your sin.
## 2470                                                                                                                                                                                                                                                 And Moses returned unto the LORD, and said, Oh, this people have sinned a great sin, and have made them gods of gold.
## 2471                                                                                                                                                                                                                                                 Yet now, if thou wilt forgive their sin--; and if not, blot me, I pray thee, out of thy book which thou hast written.
## 2472                                                                                                                                                                                                                                                                       And the LORD said unto Moses, Whosoever hath sinned against me, him will I blot out of my book.
## 2473                                                                                                                                                                    Therefore now go, lead the people unto the place of which I have spoken unto thee: behold, mine Angel shall go before thee: nevertheless in the day when I visit I will visit their sin upon them.
## 2474                                                                                                                                                                                                                                                                                        And the LORD plagued the people, because they made the calf, which Aaron made.
## 2475                                                                                                                               AND the LORD said unto Moses, Depart, and go up hence, thou and the people which thou hast brought up out of the land of Egypt, unto the land which I sware unto Abraham, to Isaac, and to Jacob, saying, Unto thy seed will I give it:
## 2476                                                                                                                                                                                                              And I will send an angel before thee; and I will drive out the Canaanite, the Amorite, and the Hittite, and the Perizzite, the Hivite, and the Jebusite:
## 2477                                                                                                                                                                                                                Unto a land flowing with milk and honey: for I will not go up in the midst of thee; for thou art a stiffnecked people: lest I consume thee in the way.
## 2478                                                                                                                                                                                                                                                                  And when the people heard these evil tidings, they mourned: and no man did put on him his ornaments.
## 2479                                                                                                             For the LORD had said unto Moses, Say unto the children of Israel, Ye are a stiffnecked people: I will come up into the midst of thee in a moment, and consume thee: therefore now put off thy ornaments from thee, that I may know what to do unto thee.
## 2480                                                                                                                                                                                                                                                                                 And the children of Israel stripped themselves of their ornaments by the mount Horeb.
## 2481                                                                                     And Moses took the tabernacle, and pitched it without the camp, afar off from the camp, and called it the Tabernacle of the congregation. And it came to pass, that every one which sought the LORD went out unto the tabernacle of the congregation, which was without the camp.
## 2482                                                                                                                                                                       And it came to pass, when Moses went out unto the tabernacle, that all the people rose up, and stood every man at his tent door, and looked after Moses, until he was gone into the tabernacle.
## 2483                                                                                                                                                                                                      And it came to pass, as Moses entered into the tabernacle, the cloudy pillar descended, and stood at the door of the tabernacle, and the LORD talked with Moses.
## 2484                                                                                                                                                                                                                         And all the people saw the cloudy pillar stand at the tabernacle door: and all the people rose up and worshipped, every man in his tent door.
## 2485                                                                                                                                                            And the LORD spake unto Moses face to face, as a man speaketh unto his friend. And he turned again into the camp: but his servant Joshua, the son of Nun, a young man, departed not out of the tabernacle.
## 2486                                                                                                                                         And Moses said unto the LORD, See, thou sayest unto me, Bring up this people: and thou hast not let me know whom thou wilt send with me. Yet thou hast said, I know thee by name, and thou hast also found grace in my sight.
## 2487                                                                                                                                                                           Now therefore, I pray thee, if I have found grace in thy sight, shew me now thy way, that I may know thee, that I may find grace in thy sight: and consider that this nation is thy people.
## 2488                                                                                                                                                                                                                                                                                               And he said, My presence shall go with thee, and I will give thee rest.
## 2489                                                                                                                                                                                                                                                                                          And he said unto him, If thy presence go not with me, carry us not up hence.
## 2490                                                                                                                                    For wherein shall it be known here that I and thy people have found grace in thy sight? is it not in that thou goest with us? so shall we be separated, I and thy people, from all the people that are upon the face of the earth.
## 2491                                                                                                                                                                                                                        And the LORD said unto Moses, I will do this thing also that thou hast spoken: for thou hast found grace in my sight, and I know thee by name.
## 2492                                                                                                                                                                                                                                                                                                                       And he said, I beseech thee, shew me thy glory.
## 2493                                                                                                                                                      And he said, I will make all my goodness pass before thee, and I will proclaim the name of the LORD before thee; and will be gracious to whom I will be gracious, and will shew mercy on whom I will shew mercy.
## 2494                                                                                                                                                                                                                                                                                     And he said, Thou canst not see my face: for there shall no man see me, and live.
## 2495                                                                                                                                                                                                                                                                                  And the LORD said, Behold, there is a place by me, and thou shalt stand upon a rock:
## 2496                                                                                                                                                                                                                  And it shall come to pass, while my glory passeth by, that I will put thee in a clift of the rock, and will cover thee with my hand while I pass by:
## 2497                                                                                                                                                                                                                                                                      And I will take away mine hand, and thou shalt see my back parts: but my face shall not be seen.
## 2498                                                                                                                                                                                       AND the LORD said unto Moses, Hew thee two tables of stone like unto the first: and I will write upon these tables the words that were in the first tables, which thou brakest.
## 2499                                                                                                                                                                                                                                    And be ready in the morning, and come up in the morning unto mount Sinai, and present thyself there to me in the top of the mount.
## 2500                                                                                                                                                                                                                    And no man shall come up with thee, neither let any man be seen throughout all the mount; neither let the flocks nor herds feed before that mount.
## 2501                                                                                                                                                              And he hewed two tables of stone like unto the first; and Moses rose up early in the morning, and went up unto mount Sinai, as the LORD had commanded him, and took in his hand the two tables of stone.
## 2502                                                                                                                                                                                                                                                                   And the LORD descended in the cloud, and stood with him there, and proclaimed the name of the LORD.
## 2503                                                                                                                                                                                                                  And the LORD passed by before him, and proclaimed, The LORD, The LORD God, merciful and gracious, longsuffering, and abundant in goodness and truth,
## 2504                                                                                                         Keeping mercy for thousands, forgiving iniquity and transgression and sin, and that will by no means clear the guilty; visiting the iniquity of the fathers upon the children, and upon the children's children, unto the third and to the fourth generation.
## 2505                                                                                                                                                                                                                                                                                            And Moses made haste, and bowed his head toward the earth, and worshipped.
## 2506                                                                                                                                                           And he said, If now I have found grace in thy sight, O Lord, let my Lord, I pray thee, go among us; for it is a stiffnecked people; and pardon our iniquity and our sin, and take us for thine inheritance.
## 2507                                                                                         And he said, Behold, I make a covenant: before all thy people I will do marvels, such as have not been done in all the earth, nor in any nation: and all the people among which thou art shall see the work of the LORD: for it is a terrible thing that I will do with thee.
## 2508                                                                                                                                                                                Observe thou that which I command thee this day: behold, I drive out before thee the Amorite, and the Canaanite, and the Hittite, and the Perizzite, and the Hivite, and the Jebusite.
## 2509                                                                                                                                                                                                                     Take heed to thyself, lest thou make a covenant with the inhabitants of the land whither thou goest, lest it be for a snare in the midst of thee:
## 2510                                                                                                                                                                                                                                                                                     But ye shall destroy their altars, break their images, and cut down their groves:
## 2511                                                                                                                                                                                                                                                                           For thou shalt worship no other god: for the LORD, whose name is Jealous, is a jealous God:
## 2512                                                                                                                                                                               Lest thou make a covenant with the inhabitants of the land, and they go a whoring after their gods, and do sacrifice unto their gods, and one call thee, and thou eat of his sacrifice;
## 2513                                                                                                                                                                                                                   And thou take of their daughters unto thy sons, and their daughters go a whoring after their gods, and make thy sons go a whoring after their gods.
## 2514                                                                                                                                                                                                                                                                                                                                  Thou shalt make thee no molten gods.
## 2515                                                                                                                                                                      The feast of unleavened bread shalt thou keep. Seven days thou shalt eat unleavened bread, as I commanded thee, in the time of the month Abib: for in the month Abib thou camest out from Egypt.
## 2516                                                                                                                                                                                                                                                         All that openeth the matrix is mine; and every firstling among thy cattle, whether ox or sheep, that is male.
## 2517                                                                                                                                                        But the firstling of an ass thou shalt redeem with a lamb: and if thou redeem him not, then shalt thou break his neck. All the firstborn of thy sons thou shalt redeem. And none shall appear before me empty.
## 2518                                                                                                                                                                                                                                                      Six days thou shalt work, but on the seventh day thou shalt rest: in earing time and in harvest thou shalt rest.
## 2519                                                                                                                                                                                                                                       And thou shalt observe the feast of weeks, of the firstfruits of wheat harvest, and the feast of ingathering at the year's end.
## 2520                                                                                                                                                                                                                                                                         Thrice in the year shall all your men children appear before the Lord GOD, the God of Israel.
## 2521                                                                                                                                                                              For I will cast out the nations before thee, and enlarge thy borders: neither shall any man desire thy land, when thou shalt go up to appear before the LORD thy God thrice in the year.
## 2522                                                                                                                                                                                                                        Thou shalt not offer the blood of my sacrifice with leaven; neither shall the sacrifice of the feast of the passover be left unto the morning.
## 2523                                                                                                                                                                                                                       The first of the firstfruits of thy land thou shalt bring unto the house of the LORD thy God. Thou shalt not seethe a kid in his mother's milk.
## 2524                                                                                                                                                                                                                            And the LORD said unto Moses, Write thou these words: for after the tenor of these words I have made a covenant with thee and with Israel.
## 2525                                                                                                                                                                                  And he was there with the LORD forty days and forty nights; he did neither eat bread, nor drink water. And he wrote upon the tables the words of the covenant, the ten commandments.
## 2526                                                                                                                                           And it came to pass, when Moses came down from mount Sinai with the two tables of testimony in Moses' hand, when he came down from the mount, that Moses wist not that the skin of his face shone while he talked with him.
## 2527                                                                                                                                                                                                                                   And when Aaron and all the children of Israel saw Moses, behold, the skin of his face shone; and they were afraid to come nigh him.
## 2528                                                                                                                                                                                                                                           And Moses called unto them; and Aaron and all the rulers of the congregation returned unto him: and Moses talked with them.
## 2529                                                                                                                                                                                                                             And afterward all the children of Israel came nigh: and he gave them in commandment all that the LORD had spoken with him in mount Sinai.
## 2530                                                                                                                                                                                                                                                                                                And till Moses had done speaking with them, he put a vail on his face.
## 2531                                                                                                                                                                                But when Moses went in before the LORD to speak with him, he took the vail off, until he came out. And he came out, and spake unto the children of Israel that which he was commanded.
## 2532                                                                                                                                                                                                 And the children of Israel saw the face of Moses, that the skin of Moses' face shone: and Moses put the vail upon his face again, until he went in to speak with him.
## 2533                                                                                                                                                                                            AND Moses gathered all the congregation of the children of Israel together, and said unto them, These are the words which the LORD hath commanded, that ye should do them.
## 2534                                                                                                                                                                                             Six days shall work be done, but on the seventh day there shall be to you an holy day, a sabbath of rest to the LORD: whosoever doeth work therein shall be put to death.
## 2535                                                                                                                                                                                                                                                                                             Ye shall kindle no fire throughout your habitations upon the sabbath day.
## 2536                                                                                                                                                                                                                                      And Moses spake unto all the congregation of the children of Israel, saying, This is the thing which the LORD commanded, saying,
## 2537                                                                                                                                                                                                            Take ye from among you an offering unto the LORD: whosoever is of a willing heart, let him bring it, an offering of the LORD; gold, and silver, and brass,
## 2538                                                                                                                                                                                                                                                                                                   And blue, and purple, and scarlet, and fine linen, and goats' hair,
## 2539                                                                                                                                                                                                                                                                                                       And rams' skins dyed red, and badgers' skins, and shittim wood,
## 2540                                                                                                                                                                                                                                                                                       And oil for the light, and spices for anointing oil, and for the sweet incense,
## 2541                                                                                                                                                                                                                                                                                         And onyx stones, and stones to be set for the ephod, and for the breastplate.
## 2542                                                                                                                                                                                                                                                                               And every wise hearted among you shall come, and make all that the LORD hath commanded;
## 2543                                                                                                                                                                                                                                                       The tabernacle, his tent, and his covering, his taches, and his boards, his bars, his pillars, and his sockets,
## 2544                                                                                                                                                                                                                                                                                   The ark, and the staves thereof, with the mercy seat, and the vail of the covering,
## 2545                                                                                                                                                                                                                                                                                                    The table, and his staves, and all his vessels, and the shewbread,
## 2546                                                                                                                                                                                                                                                                     The candlestick also for the light, and his furniture, and his lamps, with the oil for the light,
## 2547                                                                                                                                                                                                               And the incense altar, and his staves, and the anointing oil, and the sweet incense, and the hanging for the door at the entering in of the tabernacle,
## 2548                                                                                                                                                                                                                                                          The altar of burnt offering, with his brasen grate, his staves, and all his vessels, the laver and his foot,
## 2549                                                                                                                                                                                                                                                                 The hangings of the court, his pillars, and their sockets, and the hanging for the door of the court,
## 2550                                                                                                                                                                                                                                                                                               The pins of the tabernacle, and the pins of the court, and their cords,
## 2551                                                                                                                                                                                                     The cloths of service, to do service in the holy place, the holy garments for Aaron the priest, and the garments of his sons, to minister in the priest's office.
## 2552                                                                                                                                                                                                                                                                               And all the congregation of the children of Israel departed from the presence of Moses.
## 2553                                                                                                                          And they came, every one whose heart stirred him up, and every one whom his spirit made willing, and they brought the LORD's offering to the work of the tabernacle of the congregation, and for all his service, and for the holy garments.
## 2554                                                                                                                                            And they came, both men and women, as many as were willing hearted, and brought bracelets, and earrings, and rings, and tablets, all jewels of gold: and every man that offered offered an offering of gold unto the LORD.
## 2555                                                                                                                                                                                                           And every man, with whom was found blue, and purple, and scarlet, and fine linen, and goats' hair, and red skins of rams, and badgers' skins, brought them.
## 2556                                                                                                                                                                                        Every one that did offer an offering of silver and brass brought the LORD's offering: and every man, with whom was found shittim wood for any work of the service, brought it.
## 2557                                                                                                                                                                                             And all the women that were wise hearted did spin with their hands, and brought that which they had spun, both of blue, and of purple, and of scarlet, and of fine linen.
## 2558                                                                                                                                                                                                                                                                                             And all the women whose heart stirred them up in wisdom spun goats' hair.
## 2559                                                                                                                                                                                                                                                                     And the rulers brought onyx stones, and stones to be set, for the ephod, and for the breastplate;
## 2560                                                                                                                                                                                                                                                                               And spice, and oil for the light, and for the anointing oil, and for the sweet incense.
## 2561                                                                                                                                                    The children of Israel brought a willing offering unto the LORD, every man and woman, whose heart made them willing to bring for all manner of work, which the LORD had commanded to be made by the hand of Moses.
## 2562                                                                                                                                                                                                                         And Moses said unto the children of Israel, See, the LORD hath called by name Bezaleel the son of Uri, the son of Hur, of the tribe of Judah;
## 2563                                                                                                                                                                                                                                       And he hath filled him with the spirit of God, in wisdom, in understanding, and in knowledge, and in all manner of workmanship;
## 2564                                                                                                                                                                                                                                                                                            And to devise curious works, to work in gold, and in silver, and in brass,
## 2565                                                                                                                                                                                                                                                                And in the cutting of stones, to set them, and in carving of wood, to make any manner of cunning work.
## 2566                                                                                                                                                                                                                                                      And he hath put in his heart that he may teach, both he, and Aholiab, the son of Ahisamach, of the tribe of Dan.
## 2567                                                                            Them hath he filled with wisdom of heart, to work all manner of work, of the engraver, and of the cunning workman, and of the embroiderer, in blue, and in purple, in scarlet, and in fine linen, and of the weaver, even of them that do any work, and of those that devise cunning work.
## 2568                                                                                                                                   THEN wrought Bezaleel and Aholiab, and every wise hearted man, in whom the LORD put wisdom and understanding to know how to work all manner of work for the service of the sanctuary, according to all that the LORD had commanded.
## 2569                                                                                                                                                                                  And Moses called Bezaleel and Aholiab, and every wise hearted man, in whose heart the LORD had put wisdom, even every one whose heart stirred him up to come unto the work to do it:
## 2570                                                                                                                                                    And they received of Moses all the offering, which the children of Israel had brought for the work of the service of the sanctuary, to make it withal. And they brought yet unto him free offerings every morning.
## 2571                                                                                                                                                                                                                                                       And all the wise men, that wrought all the work of the sanctuary, came every man from his work which they made;
## 2572                                                                                                                                                                                                                              And they spake unto Moses, saying, The people bring much more than enough for the service of the work, which the LORD commanded to make.
## 2573                                                                                                                                             And Moses gave commandment, and they caused it to be proclaimed throughout the camp, saying, Let neither man nor woman make any more work for the offering of the sanctuary. So the people were restrained from bringing.
## 2574                                                                                                                                                                                                                                                                                      For the stuff they had was sufficient for all the work to make it, and too much.
## 2575                                                                                                                                                                 And every wise hearted man among them that wrought the work of the tabernacle made ten curtains of fine twined linen, and blue, and purple, and scarlet: with cherubims of cunning work made he them.
## 2576                                                                                                                                                                                                                                 The length of one curtain was twenty and eight cubits, and the breadth of one curtain four cubits: the curtains were all of one size.
## 2577                                                                                                                                                                                                                                                           And he coupled the five curtains one unto another: and the other five curtains he coupled one unto another.
## 2578                                                                                                                                                                                     And he made loops of blue on the edge of one curtain from the selvedge in the coupling: likewise he made in the uttermost side of another curtain, in the coupling of the second.
## 2579                                                                                                                                                                                                Fifty loops made he in one curtain, and fifty loops made he in the edge of the curtain which was in the coupling of the second: the loops held one curtain to another.
## 2580                                                                                                                                                                                                                                             And he made fifty taches of gold, and coupled the curtains one unto another with the taches: so it became one tabernacle.
## 2581                                                                                                                                                                                                                                                                   And he made curtains of goats' hair for the tent over the tabernacle: eleven curtains he made them.
## 2582                                                                                                                                                                                                                                    The length of one curtain was thirty cubits, and four cubits was the breadth of one curtain: the eleven curtains were of one size.
## 2583                                                                                                                                                                                                                                                                                           And he coupled five curtains by themselves, and six curtains by themselves.
## 2584                                                                                                                                                                                                       And he made fifty loops upon the uttermost edge of the curtain in the coupling, and fifty loops made he upon the edge of the curtain which coupleth the second.
## 2585                                                                                                                                                                                                                                                                                  And he made fifty taches of brass to couple the tent together, that it might be one.
## 2586                                                                                                                                                                                                                                                             And he made a covering for the tent of rams' skins dyed red, and a covering of badgers' skins above that.
## 2587                                                                                                                                                                                                                                                                                                   And he made boards for the tabernacle of shittim wood, standing up.
## 2588                                                                                                                                                                                                                                                                                The length of a board was ten cubits, and the breadth of a board one cubit and a half.
## 2589                                                                                                                                                                                                                                                    One board had two tenons, equally distant one from another: thus did he make for all the boards of the tabernacle.
## 2590                                                                                                                                                                                                                                                                                    And he made boards for the tabernacle; twenty boards for the south side southward:
## 2591                                                                                                                                                                                                  And forty sockets of silver he made under the twenty boards; two sockets under one board for his two tenons, and two sockets under another board for his two tenons.
## 2592                                                                                                                                                                                                                                                                    And for the other side of the tabernacle, which is toward the north corner, he made twenty boards,
## 2593                                                                                                                                                                                                                                                                  And their forty sockets of silver; two sockets under one board, and two sockets under another board.
## 2594                                                                                                                                                                                                                                                                                                      And for the sides of the tabernacle westward he made six boards.
## 2595                                                                                                                                                                                                                                                                                            And two boards made he for the corners of the tabernacle in the two sides.
## 2596                                                                                                                                                                                                                                And they were coupled beneath, and coupled together at the head thereof, to one ring: thus he did to both of them in both the corners.
## 2597                                                                                                                                                                                                                                                         And there were eight boards; and their sockets were sixteen sockets of silver, under every board two sockets.
## 2598                                                                                                                                                                                                                                                                              And he made bars of shittim wood; five for the boards of the one side of the tabernacle,
## 2599                                                                                                                                                                                                                              And five bars for the boards of the other side of the tabernacle, and five bars for the boards of the tabernacle for the sides westward.
## 2600                                                                                                                                                                                                                                                                                 And he made the middle bar to shoot through the boards from the one end to the other.
## 2601                                                                                                                                                                                                                                        And he overlaid the boards with gold, and made their rings of gold to be places for the bars, and overlaid the bars with gold.
## 2602                                                                                                                                                                                                                                                And he made a vail of blue, and purple, and scarlet, and fine twined linen: with cherubims made he it of cunning work.
## 2603                                                                                                                                                                                                               And he made thereunto four pillars of shittim wood, and overlaid them with gold: their hooks were of gold; and he cast for them four sockets of silver.
## 2604                                                                                                                                                                                                                                                And he made an hanging for the tabernacle door of blue, and purple, and scarlet, and fine twined linen, of needlework;
## 2605                                                                                                                                                                                                                       And the five pillars of it with their hooks: and he overlaid their chapiters and their fillets with gold: but their five sockets were of brass.
## 2606                                                                                                                                                                                             AND Bezaleel made the ark of shittim wood: two cubits and a half was the length of it, and a cubit and a half the breadth of it, and a cubit and a half the height of it:
## 2607                                                                                                                                                                                                                                                                     And he overlaid it with pure gold within and without, and made a crown of gold to it round about.
## 2608                                                                                                                                                                                                          And he cast for it four rings of gold, to be set by the four corners of it; even two rings upon the one side of it, and two rings upon the other side of it.
## 2609                                                                                                                                                                                                                                                                                                      And he made staves of shittim wood, and overlaid them with gold.
## 2610                                                                                                                                                                                                                                                                                        And he put the staves into the rings by the sides of the ark, to bear the ark.
## 2611                                                                                                                                                                                                                                  And he made the mercy seat of pure gold: two cubits and a half was the length thereof, and one cubit and a half the breadth thereof.
## 2612                                                                                                                                                                                                                                                           And he made two cherubims of gold, beaten out of one piece made he them, on the two ends of the mercy seat;
## 2613                                                                                                                                                                                                            One cherub on the end on this side, and another cherub on the other end on that side: out of the mercy seat made he the cherubims on the two ends thereof.
## 2614                                                                                                                                                                      And the cherubims spread out their wings on high, and covered with their wings over the mercy seat, with their faces one to another; even to the mercy seatward were the faces of the cherubims.
## 2615                                                                                                                                                                                                                 And he made the table of shittim wood: two cubits was the length thereof, and a cubit the breadth thereof, and a cubit and a half the height thereof:
## 2616                                                                                                                                                                                                                                                                                    And he overlaid it with pure gold, and made thereunto a crown of gold round about.
## 2617                                                                                                                                                                                                                                           Also he made thereunto a border of an handbreadth round about; and made a crown of gold for the border thereof round about.
## 2618                                                                                                                                                                                                                                                    And he cast for it four rings of gold, and put the rings upon the four corners that were in the four feet thereof.
## 2619                                                                                                                                                                                                                                                                                  Over against the border were the rings, the places for the staves to bear the table.
## 2620                                                                                                                                                                                                                                                                               And he made the staves of shittim wood, and overlaid them with gold, to bear the table.
## 2621                                                                                                                                                                                                                           And he made the vessels which were upon the table, his dishes, and his spoons, and his bowls, and his covers to cover withal, of pure gold.
## 2622                                                                                                                                                                                                 And he made the candlestick of pure gold: of beaten work made he the candlestick; his shaft, and his branch, his bowls, his knops, and his flowers, were of the same:
## 2623                                                                                                                                                                                  And six branches going out of the sides thereof; three branches of the candlestick out of the one side thereof, and three branches of the candlestick out of the other side thereof:
## 2624                                                                                                                                              Three bowls made after the fashion of almonds in one branch, a knop and a flower; and three bowls made like almonds in another branch, a knop and a flower: so throughout the six branches going out of the candlestick.
## 2625                                                                                                                                                                                                                                                                                 And in the candlestick were four bowls made like almonds, his knops, and his flowers:
## 2626                                                                                                                                                                                       And a knop under two branches of the same, and a knop under two branches of the same, and a knop under two branches of the same, according to the six branches going out of it.
## 2627                                                                                                                                                                                                                                                                          Their knops and their branches were of the same: all of it was one beaten work of pure gold.
## 2628                                                                                                                                                                                                                                                                                     And he made his seven lamps, and his snuffers, and his snuffdishes, of pure gold.
## 2629                                                                                                                                                                                                                                                                                                     Of a talent of pure gold made he it, and all the vessels thereof.
## 2630                                                                                                                                                               And he made the incense altar of shittim wood: the length of it was a cubit, and the breadth of it a cubit; it was foursquare; and two cubits was the height of it; the horns thereof were of the same.
## 2631                                                                                                                                                                                                      And he overlaid it with pure gold, both the top of it, and the sides thereof round about, and the horns of it: also he made unto it a crown of gold round about.
## 2632                                                                                                                                                                                                    And he made two rings of gold for it under the crown thereof, by the two corners of it, upon the two sides thereof, to be places for the staves to bear it withal.
## 2633                                                                                                                                                                                                                                                                                                  And he made the staves of shittim wood, and overlaid them with gold.
## 2634                                                                                                                                                                                                                                                    And he made the holy anointing oil, and the pure incense of sweet spices, according to the work of the apothecary.
## 2635                                                                                                                                                                             AND he made the altar of burnt offering of shittim wood: five cubits was the length thereof, and five cubits the breadth thereof; it was foursquare; and three cubits the height thereof.
## 2636                                                                                                                                                                                                                                           And he made the horns thereof on the four corners of it; the horns thereof were of the same: and he overlaid it with brass.
## 2637                                                                                                                                                                                                  And he made all the vessels of the altar, the pots, and the shovels, and the basons, and the fleshhooks, and the firepans: all the vessels thereof made he of brass.
## 2638                                                                                                                                                                                                                                                           And he made for the altar a brasen grate of network under the compass thereof beneath unto the midst of it.
## 2639                                                                                                                                                                                                                                                                          And he cast four rings for the four ends of the grate of brass, to be places for the staves.
## 2640                                                                                                                                                                                                                                                                                                 And he made the staves of shittim wood, and overlaid them with brass.
## 2641                                                                                                                                                                                                                                              And he put the staves into the rings on the sides of the altar, to bear it withal; he made the altar hollow with boards.
## 2642                                                                                                                                                                                        And he made the laver of brass, and the foot of it of brass, of the lookingglasses of the women assembling, which assembled at the door of the tabernacle of the congregation.
## 2643                                                                                                                                                                                                                                            And he made the court: on the south side southward the hangings of the court were of fine twined linen, an hundred cubits:
## 2644                                                                                                                                                                                                                                                Their pillars were twenty, and their brasen sockets twenty; the hooks of the pillars and their fillets were of silver.
## 2645                                                                                                                                                                                       And for the north side the hangings were an hundred cubits, their pillars were twenty, and their sockets of brass twenty; the hooks of the pillars and their fillets of silver.
## 2646                                                                                                                                                                                                                  And for the west side were hangings of fifty cubits, their pillars ten, and their sockets ten; the hooks of the pillars and their fillets of silver.
## 2647                                                                                                                                                                                                                                                                                                                          And for the east side eastward fifty cubits.
## 2648                                                                                                                                                                                                                                                           The hangings of the one side of the gate were fifteen cubits; their pillars three, and their sockets three.
## 2649                                                                                                                                                                                                                  And for the other side of the court gate, on this hand and that hand, were hangings of fifteen cubits; their pillars three, and their sockets three.
## 2650                                                                                                                                                                                                                                                                                                  All the hangings of the court round about were of fine twined linen.
## 2651                                                                                                                                                     And the sockets for the pillars were of brass; the hooks of the pillars and their fillets of silver; and the overlaying of their chapiters of silver; and all the pillars of the court were filleted with silver.
## 2652                                                                                                                          And the hanging for the gate of the court was needlework, of blue, and purple, and scarlet, and fine twined linen: and twenty cubits was the length, and the height in the breadth was five cubits, answerable to the hangings of the court.
## 2653                                                                                                                                                                                                               And their pillars were four, and their sockets of brass four; their hooks of silver, and the overlaying of their chapiters and their fillets of silver.
## 2654                                                                                                                                                                                                                                                                                      And all the pins of the tabernacle, and of the court round about, were of brass.
## 2655                                                                                                                                                    This is the sum of the tabernacle, even of the tabernacle of testimony, as it was counted, according to the commandment of Moses, for the service of the Levites, by the hand of Ithamar, son to Aaron the priest.
## 2656                                                                                                                                                                                                                                                           And Bezaleel the son of Uri, the son of Hur, of the tribe of Judah, made all that the LORD commanded Moses.
## 2657                                                                                                                                                                                       And with him was Aholiab, son of Ahisamach, of the tribe of Dan, an engraver, and a cunning workman, and an embroiderer in blue, and in purple, and in scarlet, and fine linen.
## 2658                                                                                                                                                   All the gold that was occupied for the work in all the work of the holy place, even the gold of the offering, was twenty and nine talents, and seven hundred and thirty shekels, after the shekel of the sanctuary.
## 2659                                                                                                                                                                             And the silver of them that were numbered of the congregation was an hundred talents, and a thousand seven hundred and threescore and fifteen shekels, after the shekel of the sanctuary:
## 2660                                                                                                                               A bekah for every man, that is, half a shekel, after the shekel of the sanctuary, for every one that went to be numbered, from twenty years old and upward, for six hundred thousand and three thousand and five hundred and fifty men.
## 2661                                                                                                                                                                                           And of the hundred talents of silver were cast the sockets of the sanctuary, and the sockets of the vail; an hundred sockets of the hundred talents, a talent for a socket.
## 2662                                                                                                                                                                                                                            And of the thousand seven hundred seventy and five shekels he made hooks for the pillars, and overlaid their chapiters, and filleted them.
## 2663                                                                                                                                                                                                                                                                         And the brass of the offering was seventy talents, and two thousand and four hundred shekels.
## 2664                                                                                                                                                                                             And therewith he made the sockets to the door of the tabernacle of the congregation, and the brasen altar, and the brasen grate for it, and all the vessels of the altar,
## 2665                                                                                                                                                                                                           And the sockets of the court round about, and the sockets of the court gate, and all the pins of the tabernacle, and all the pins of the court round about.
## 2666                                                                                                                                                                                            AND of the blue, and purple, and scarlet, they made cloths of service, to do service in the holy place, and made the holy garments for Aaron; as the LORD commanded Moses.
## 2667                                                                                                                                                                                                                                                                                  And he made the ephod of gold, blue, and purple, and scarlet, and fine twined linen.
## 2668                                                                                                                                                                                          And they did beat the gold into thin plates, and cut it into wires, to work it in the blue, and in the purple, and in the scarlet, and in the fine linen, with cunning work.
## 2669                                                                                                                                                                                                                                                                     They made shoulderpieces for it, to couple it together: by the two edges was it coupled together.
## 2670                                                                                                                                                                    And the curious girdle of his ephod, that was upon it, was of the same, according to the work thereof; of gold, blue, and purple, and scarlet, and fine twined linen; as the LORD commanded Moses.
## 2671                                                                                                                                                                                                                                     And they wrought onyx stones inclosed in ouches of gold, graven, as signets are graven, with the names of the children of Israel.
## 2672                                                                                                                                                                                                                      And he put them on the shoulders of the ephod, that they should be stones for a memorial to the children of Israel; as the LORD commanded Moses.
## 2673                                                                                                                                                                                                                               And he made the breastplate of cunning work, like the work of the ephod; of gold, blue, and purple, and scarlet, and fine twined linen.
## 2674                                                                                                                                                                                                                                    It was foursquare; they made the breastplate double: a span was the length thereof, and a span the breadth thereof, being doubled.
## 2675                                                                                                                                                                                                                                                And they set in it four rows of stones: the first row was a sardius, a topaz, and a carbuncle: this was the first row.
## 2676                                                                                                                                                                                                                                                                                                            And the second row, an emerald, a sapphire, and a diamond.
## 2677                                                                                                                                                                                                                                                                                                               And the third row, a ligure, an agate, and an amethyst.
## 2678                                                                                                                                                                                                                                                         And the fourth row, a beryl, an onyx, and a jasper: they were inclosed in ouches of gold in their inclosings.
## 2679                                                                                                                                                                     And the stones were according to the names of the children of Israel, twelve, according to their names, like the engravings of a signet, every one with his name, according to the twelve tribes.
## 2680                                                                                                                                                                                                                                                                                 And they made upon the breastplate chains at the ends, of wreathen work of pure gold.
## 2681                                                                                                                                                                                                                                                       And they made two ouches of gold, and two gold rings; and put the two rings in the two ends of the breastplate.
## 2682                                                                                                                                                                                                                                                                         And they put the two wreathen chains of gold in the two rings on the ends of the breastplate.
## 2683                                                                                                                                                                                                                              And the two ends of the two wreathen chains they fastened in the two ouches, and put them on the shoulderpieces of the ephod, before it.
## 2684                                                                                                                                                                                                                   And they made two rings of gold, and put them on the two ends of the breastplate, upon the border of it, which was on the side of the ephod inward.
## 2685                                                                                                                                                               And they made two other golden rings, and put them on the two sides of the ephod underneath, toward the forepart of it, over against the other coupling thereof, above the curious girdle of the ephod.
## 2686                                                                                                                     And they did bind the breastplate by his rings unto the rings of the ephod with a lace of blue, that it might be above the curious girdle of the ephod, and that the breastplate might not be loosed from the ephod; as the LORD commanded Moses.
## 2687                                                                                                                                                                                                                                                                                                         And he made the robe of the ephod of woven work, all of blue.
## 2688                                                                                                                                                                                                                               And there was an hole in the midst of the robe, as the hole of an habergeon, with a band round about the hole, that it should not rend.
## 2689                                                                                                                                                                                                                                                              And they made upon the hems of the robe pomegranates of blue, and purple, and scarlet, and twined linen.
## 2690                                                                                                                                                                                                                          And they made bells of pure gold, and put the bells between the pomegranates upon the hem of the robe, round about between the pomegranates;
## 2691                                                                                                                                                                                                                                      A bell and a pomegranate, a bell and a pomegranate, round about the hem of the robe to minister in; as the LORD commanded Moses.
## 2692                                                                                                                                                                                                                                                                                          And they made coats of fine linen of woven work for Aaron, and for his sons,
## 2693                                                                                                                                                                                                                                                                 And a mitre of fine linen, and goodly bonnets of fine linen, and linen breeches of fine twined linen,
## 2694                                                                                                                                                                                                                                                     And a girdle of fine twined linen, and blue, and purple, and scarlet, of needlework; as the LORD commanded Moses.
## 2695                                                                                                                                                                                                                        And they made the plate of the holy crown of pure gold, and wrote upon it a writing, like to the engravings of a signet, HOLINESS TO THE LORD.
## 2696                                                                                                                                                                                                                                                               And they tied unto it a lace of blue, to fasten it on high upon the mitre; as the LORD commanded Moses.
## 2697                                                                                                                                                                                         Thus was all the work of the tabernacle of the tent of the congregation finished: and the children of Israel did according to all that the LORD commanded Moses, so did they.
## 2698                                                                                                                                                                                                                      And they brought the tabernacle unto Moses, the tent, and all his furniture, his taches, his boards, his bars, and his pillars, and his sockets,
## 2699                                                                                                                                                                                                                                                           And the covering of rams' skins dyed red, and the covering of badgers' skins, and the vail of the covering,
## 2700                                                                                                                                                                                                                                                                                                 The ark of the testimony, and the staves thereof, and the mercy seat,
## 2701                                                                                                                                                                                                                                                                                                            The table, and all the vessels thereof, and the shewbread,
## 2702                                                                                                                                                                                                                             The pure candlestick, with the lamps thereof, even with the lamps to be set in order, and all the vessels thereof, and the oil for light,
## 2703                                                                                                                                                                                                                                                          And the golden altar, and the anointing oil, and the sweet incense, and the hanging for the tabernacle door,
## 2704                                                                                                                                                                                                                                                                    The brasen altar, and his grate of brass, his staves, and all his vessels, the laver and his foot,
## 2705                                                                                                                                                         The hangings of the court, his pillars, and his sockets, and the hanging for the court gate, his cords, and his pins, and all the vessels of the service of the tabernacle, for the tent of the congregation,
## 2706                                                                                                                                                                                                        The cloths of service to do service in the holy place, and the holy garments for Aaron the priest, and his sons' garments, to minister in the priest's office.
## 2707                                                                                                                                                                                                                                                                          According to all that the LORD commanded Moses, so the children of Israel made all the work.
## 2708                                                                                                                                                                                                                      And Moses did look upon all the work, and, behold, they had done it as the LORD had commanded, even so had they done it: and Moses blessed them.
## 2709                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 2710                                                                                                                                                                                                                                                                 On the first day of the first month shalt thou set up the tabernacle of the tent of the congregation.
## 2711                                                                                                                                                                                                                                                                                 And thou shalt put therein the ark of the testimony, and cover the ark with the vail.
## 2712                                                                                                                                                                                             And thou shalt bring in the table, and set in order the things that are to be set in order upon it; and thou shalt bring in the candlestick, and light the lamps thereof.
## 2713                                                                                                                                                                                                                              And thou shalt set the altar of gold for the incense before the ark of the testimony, and put the hanging of the door to the tabernacle.
## 2714                                                                                                                                                                                                                                                 And thou shalt set the altar of the burnt offering before the door of the tabernacle of the tent of the congregation.
## 2715                                                                                                                                                                                                                                                         And thou shalt set the laver between the tent of the congregation and the altar, and shalt put water therein.
## 2716                                                                                                                                                                                                                                                                               And thou shalt set up the court round about, and hang up the hanging at the court gate.
## 2717                                                                                                                                                                                                    And thou shalt take the anointing oil, and anoint the tabernacle, and all that is therein, and shalt hallow it, and all the vessels thereof: and it shall be holy.
## 2718                                                                                                                                                                                                                               And thou shalt anoint the altar of the burnt offering, and all his vessels, and sanctify the altar: and it shall be an altar most holy.
## 2719                                                                                                                                                                                                                                                                                                        And thou shalt anoint the laver and his foot, and sanctify it.
## 2720                                                                                                                                                                                                                                                And thou shalt bring Aaron and his sons unto the door of the tabernacle of the congregation, and wash them with water.
## 2721                                                                                                                                                                                                                               And thou shalt put upon Aaron the holy garments, and anoint him, and sanctify him; that he may minister unto me in the priest's office.
## 2722                                                                                                                                                                                                                                                                                                            And thou shalt bring his sons, and clothe them with coats:
## 2723                                                                                                                                                     And thou shalt anoint them, as thou didst anoint their father, that they may minister unto me in the priest's office: for their anointing shall surely be an everlasting priesthood throughout their generations.
## 2724                                                                                                                                                                                                                                                                                              Thus did Moses: according to all that the LORD commanded him, so did he.
## 2725                                                                                                                                                                                                                                          And it came to pass in the first month in the second year, on the first day of the month, that the tabernacle was reared up.
## 2726                                                                                                                                                                                                                  And Moses reared up the tabernacle, and fastened his sockets, and set up the boards thereof, and put in the bars thereof, and reared up his pillars.
## 2727                                                                                                                                                                                                                                       And he spread abroad the tent over the tabernacle, and put the covering of the tent above upon it; as the LORD commanded Moses.
## 2728                                                                                                                                                                                                                                             And he took and put the testimony into the ark, and set the staves on the ark, and put the mercy seat above upon the ark:
## 2729                                                                                                                                                                                                                   And he brought the ark into the tabernacle, and set up the vail of the covering, and covered the ark of the testimony; as the LORD commanded Moses.
## 2730                                                                                                                                                                                                                                                    And he put the table in the tent of the congregation, upon the side of the tabernacle northward, without the vail.
## 2731                                                                                                                                                                                                                                                                               And he set the bread in order upon it before the LORD; as the LORD had commanded Moses.
## 2732                                                                                                                                                                                                                                          And he put the candlestick in the tent of the congregation, over against the table, on the side of the tabernacle southward.
## 2733                                                                                                                                                                                                                                                                                                And he lighted the lamps before the LORD; as the LORD commanded Moses.
## 2734                                                                                                                                                                                                                                                                                          And he put the golden altar in the tent of the congregation before the vail:
## 2735                                                                                                                                                                                                                                                                                                      And he burnt sweet incense thereon; as the LORD commanded Moses.
## 2736                                                                                                                                                                                                                                                                                                              And he set up the hanging at the door of the tabernacle.
## 2737                                                                                                                                                                      And he put the altar of burnt offering by the door of the tabernacle of the tent of the congregation, and offered upon it the burnt offering and the meat offering; as the LORD commanded Moses.
## 2738                                                                                                                                                                                                                                                         And he set the laver between the tent of the congregation and the altar, and put water there, to wash withal.
## 2739                                                                                                                                                                                                                                                                                           And Moses and Aaron and his sons washed their hands and their feet thereat:
## 2740                                                                                                                                                                                                                                   When they went into the tent of the congregation, and when they came near unto the altar, they washed; as the LORD commanded Moses.
## 2741                                                                                                                                                                                                                            And he reared up the court round about the tabernacle and the altar, and set up the hanging of the court gate. So Moses finished the work.
## 2742                                                                                                                                                                                                                                                                   Then a cloud covered the tent of the congregation, and the glory of the LORD filled the tabernacle.
## 2743                                                                                                                                                                                                                  And Moses was not able to enter into the tent of the congregation, because the cloud abode thereon, and the glory of the LORD filled the tabernacle.
## 2744                                                                                                                                                                                                                                                   And when the cloud was taken up from over the tabernacle, the children of Israel went onward in all their journeys:
## 2745                                                                                                                                                                                                                                                                        But if the cloud were not taken up, then they journeyed not till the day that it was taken up.
## 2746                                                                                                                                                                                                        For the cloud of the LORD was upon the tabernacle by day, and fire was on it by night, in the sight of all the house of Israel, throughout all their journeys.
## 2747                                                                                                                                                                                                                                                                 AND the LORD called unto Moses, and spake unto him out of the tabernacle of the congregation, saying,
## 2748                                                                                                                                                                              Speak unto the children of Israel, and say unto them, If any man of you bring an offering unto the LORD, ye shall bring your offering of the cattle, even of the herd, and of the flock.
## 2749                                                                                                                                                                If his offering be a burnt sacrifice of the herd, let him offer a male without blemish: he shall offer it of his own voluntary will at the door of the tabernacle of the congregation before the LORD.
## 2750                                                                                                                                                                                                                                            And he shall put his hand upon the head of the burnt offering; and it shall be accepted for him to make atonement for him.
## 2751                                                                                                                                                     And he shall kill the bullock before the LORD: and the priests, Aaron's sons, shall bring the blood, and sprinkle the blood round about upon the altar that is by the door of the tabernacle of the congregation.
## 2752                                                                                                                                                                                                                                                                                                     And he shall flay the burnt offering, and cut it into his pieces.
## 2753                                                                                                                                                                                                                                                              And the sons of Aaron the priest shall put fire upon the altar, and lay the wood in order upon the fire:
## 2754                                                                                                                                                                                                                        And the priests, Aaron's sons, shall lay the parts, the head, and the fat, in order upon the wood that is on the fire which is upon the altar:
## 2755                                                                                                                                                                                  But his inwards and his legs shall he wash in water: and the priest shall burn all on the altar, to be a burnt sacrifice, an offering made by fire, of a sweet savour unto the LORD.
## 2756                                                                                                                                                                                                                         And if his offering be of the flocks, namely, of the sheep, or of the goats, for a burnt sacrifice; he shall bring it a male without blemish.
## 2757                                                                                                                                                                                                          And he shall kill it on the side of the altar northward before the LORD: and the priests, Aaron's sons, shall sprinkle his blood round about upon the altar.
## 2758                                                                                                                                                                                                       And he shall cut it into his pieces, with his head and his fat: and the priest shall lay them in order on the wood that is on the fire which is upon the altar:
## 2759                                                                                                                                                             But he shall wash the inwards and the legs with water: and the priest shall bring it all, and burn it upon the altar: it is a burnt sacrifice, an offering made by fire, of a sweet savour unto the LORD.
## 2760                                                                                                                                                                                                                            And if the burnt sacrifice for his offering to the LORD be of fowls, then he shall bring his offering of turtledoves, or of young pigeons.
## 2761                                                                                                                                                                                                    And the priest shall bring it unto the altar, and wring off his head, and burn it on the altar; and the blood thereof shall be wrung out at the side of the altar:
## 2762                                                                                                                                                                                                                                         And he shall pluck away his crop with his feathers, and cast it beside the altar on the east part, by the place of the ashes:
## 2763                                                                                                                 And he shall cleave it with the wings thereof, but shall not divide it asunder: and the priest shall burn it upon the altar, upon the wood that is upon the fire: it is a burnt sacrifice, an offering made by fire, of a sweet savour unto the LORD.
## 2764                                                                                                                                                                                                              AND when any will offer a meat offering unto the LORD, his offering shall be of fine flour; and he shall pour oil upon it, and put frankincense thereon:
## 2765                                                              And he shall bring it to Aaron's sons the priests: and he shall take thereout his handful of the flour thereof, and of the oil thereof, with all the frankincense thereof; and the priest shall burn the memorial of it upon the altar, to be an offering made by fire, of a sweet savour unto the LORD:
## 2766                                                                                                                                                                                                                               And the remnant of the meat offering shall be Aaron's and his sons': it is a thing most holy of the offerings of the LORD made by fire.
## 2767                                                                                                                                                                                              And if thou bring an oblation of a meat offering baken in the oven, it shall be unleavened cakes of fine flour mingled with oil, or unleavened wafers anointed with oil.
## 2768                                                                                                                                                                                                                                                        And if thy oblation be a meat offering baken in a pan, it shall be of fine flour unleavened, mingled with oil.
## 2769                                                                                                                                                                                                                                                                                            Thou shalt part it in pieces, and pour oil thereon: it is a meat offering.
## 2770                                                                                                                                                                                                                                                               And if thy oblation be a meat offering baken in the fryingpan, it shall be made of fine flour with oil.
## 2771                                                                                                                                                                                                        And thou shalt bring the meat offering that is made of these things unto the LORD: and when it is presented unto the priest, he shall bring it unto the altar.
## 2772                                                                                                                                                                                               And the priest shall take from the meat offering a memorial thereof, and shall burn it upon the altar: it is an offering made by fire, of a sweet savour unto the LORD.
## 2773                                                                                                                                                                                                                        And that which is left of the meat offering shall be Aaron's and his sons': it is a thing most holy of the offerings of the LORD made by fire.
## 2774                                                                                                                                                                                                No meat offering, which ye shall bring unto the LORD, shall be made with leaven: for ye shall burn no leaven, nor any honey, in any offering of the LORD made by fire.
## 2775                                                                                                                                                                                                                               As for the oblation of the firstfruits, ye shall offer them unto the LORD: but they shall not be burnt on the altar for a sweet savour.
## 2776                                                                                                                                              And every oblation of thy meat offering shalt thou season with salt; neither shalt thou suffer the salt of the covenant of thy God to be lacking from thy meat offering: with all thine offerings thou shalt offer salt.
## 2777                                                                                                                                                                And if thou offer a meat offering of thy firstfruits unto the LORD, thou shalt offer for the meat offering of thy firstfruits green ears of corn dried by the fire, even corn beaten out of full ears.
## 2778                                                                                                                                                                                                                                                                                  And thou shalt put oil upon it, and lay frankincense thereon: it is a meat offering.
## 2779                                                                                                                                                                          And the priest shall burn the memorial of it, part of the beaten corn thereof, and part of the oil thereof, with all the frankincense thereof: it is an offering made by fire unto the LORD.
## 2780                                                                                                                                                                                                  AND if his oblation be a sacrifice of peace offering, if he offer it of the herd; whether it be a male or female, he shall offer it without blemish before the LORD.
## 2781                                                                                                                                                             And he shall lay his hand upon the head of his offering, and kill it at the door of the tabernacle of the congregation: and Aaron's sons the priests shall sprinkle the blood upon the altar round about.
## 2782                                                                                                                                                                                        And he shall offer of the sacrifice of the peace offering an offering made by fire unto the LORD; the fat that covereth the inwards, and all the fat that is upon the inwards,
## 2783                                                                                                                                                                                                                      And the two kidneys, and the fat that is on them, which is by the flanks, and the caul above the liver, with the kidneys, it shall he take away.
## 2784                                                                                                                                                                                    And Aaron's sons shall burn it on the altar upon the burnt sacrifice, which is upon the wood that is on the fire: it is an offering made by fire, of a sweet savour unto the LORD.
## 2785                                                                                                                                                                                                                               And if his offering for a sacrifice of peace offering unto the LORD be of the flock; male or female, he shall offer it without blemish.
## 2786                                                                                                                                                                                                                                                                                          If he offer a lamb for his offering, then shall he offer it before the LORD.
## 2787                                                                                                                                                                         And he shall lay his hand upon the head of his offering, and kill it before the tabernacle of the congregation: and Aaron's sons shall sprinkle the blood thereof round about upon the altar.
## 2788                                                                                                    And he shall offer of the sacrifice of the peace offering an offering made by fire unto the LORD; the fat thereof, and the whole rump, it shall he take off hard by the backbone; and the fat that covereth the inwards, and all the fat that is upon the inwards,
## 2789                                                                                                                                                                                                                    And the two kidneys, and the fat that is upon them, which is by the flanks, and the caul above the liver, with the kidneys, it shall he take away.
## 2790                                                                                                                                                                                                                                                               And the priest shall burn it upon the altar: it is the food of the offering made by fire unto the LORD.
## 2791                                                                                                                                                                                                                                                                                                And if his offering be a goat, then he shall offer it before the LORD.
## 2792                                                                                                                                                                              And he shall lay his hand upon the head of it, and kill it before the tabernacle of the congregation: and the sons of Aaron shall sprinkle the blood thereof upon the altar round about.
## 2793                                                                                                                                                                                                    And he shall offer thereof his offering, even an offering made by fire unto the LORD; the fat that covereth the inwards, and all the fat that is upon the inwards,
## 2794                                                                                                                                                                                                                    And the two kidneys, and the fat that is upon them, which is by the flanks, and the caul above the liver, with the kidneys, it shall he take away.
## 2795                                                                                                                                                                                                                             And the priest shall burn them upon the altar: it is the food of the offering made by fire for a sweet savour: all the fat is the LORD's.
## 2796                                                                                                                                                                                                                                                It shall be a perpetual statute for your generations throughout all your dwellings, that ye eat neither fat nor blood.
## 2797                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 2798                                                                                                                                                          Speak unto the children of Israel, saying, If a soul shall sin through ignorance against any of the commandments of the LORD concerning things which ought not to be done, and shall do against any of them:
## 2799                                                                                                                                                                     If the priest that is anointed do sin according to the sin of the people; then let him bring for his sin, which he hath sinned, a young bullock without blemish unto the LORD for a sin offering.
## 2800                                                                                                                                                                             And he shall bring the bullock unto the door of the tabernacle of the congregation before the LORD; and shall lay his hand upon the bullock's head, and kill the bullock before the LORD.
## 2801                                                                                                                                                                                                                                                And the priest that is anointed shall take of the bullock's blood, and bring it to the tabernacle of the congregation:
## 2802                                                                                                                                                                                                                            And the priest shall dip his finger in the blood, and sprinkle of the blood seven times before the LORD, before the vail of the sanctuary.
## 2803                                                    And the priest shall put some of the blood upon the horns of the altar of sweet incense before the LORD, which is in the tabernacle of the congregation; and shall pour all the blood of the bullock at the bottom of the altar of the burnt offering, which is at the door of the tabernacle of the congregation.
## 2804                                                                                                                                                                                                           And he shall take off from it all the fat of the bullock for the sin offering; the fat that covereth the inwards, and all the fat that is upon the inwards,
## 2805                                                                                                                                                                                                                    And the two kidneys, and the fat that is upon them, which is by the flanks, and the caul above the liver, with the kidneys, it shall he take away,
## 2806                                                                                                                                                                                                                        As it was taken off from the bullock of the sacrifice of peace offerings: and the priest shall burn them upon the altar of the burnt offering.
## 2807                                                                                                                                                                                                                                                      And the skin of the bullock, and all his flesh, with his head, and with his legs, and his inwards, and his dung,
## 2808                                                                                                                                                                Even the whole bullock shall he carry forth without the camp unto a clean place, where the ashes are poured out, and burn him on the wood with fire: where the ashes are poured out shall he be burnt.
## 2809                                                                                                                And if the whole congregation of Israel sin through ignorance, and the thing be hid from the eyes of the assembly, and they have done somewhat against any of the commandments of the LORD concerning things which should not be done, and are guilty;
## 2810                                                                                                                                                                                    When the sin, which they have sinned against it, is known, then the congregation shall offer a young bullock for the sin, and bring him before the tabernacle of the congregation.
## 2811                                                                                                                                                                                                               And the elders of the congregation shall lay their hands upon the head of the bullock before the LORD: and the bullock shall be killed before the LORD.
## 2812                                                                                                                                                                                                                                                             And the priest that is anointed shall bring of the bullock's blood to the tabernacle of the congregation:
## 2813                                                                                                                                                                                                                                          And the priest shall dip his finger in some of the blood, and sprinkle it seven times before the LORD, even before the vail.
## 2814                                                                                And he shall put some of the blood upon the horns of the altar which is before the LORD, that is in the tabernacle of the congregation, and shall pour out all the blood at the bottom of the altar of the burnt offering, which is at the door of the tabernacle of the congregation.
## 2815                                                                                                                                                                                                                                                                                                   And he shall take all his fat from him, and burn it upon the altar.
## 2816                                                                                                                                                                             And he shall do with the bullock as he did with the bullock for a sin offering, so shall he do with this: and the priest shall make an atonement for them, and it shall be forgiven them.
## 2817                                                                                                                                                                                                                        And he shall carry forth the bullock without the camp, and burn him as he burned the first bullock: it is a sin offering for the congregation.
## 2818                                                                                                                                                                                          When a ruler hath sinned, and done somewhat through ignorance against any of the commandments of the LORD his God concerning things which should not be done, and is guilty;
## 2819                                                                                                                                                                                                                                Or if his sin, wherein he hath sinned, come to his knowledge; he shall bring his offering, a kid of the goats, a male without blemish:
## 2820                                                                                                                                                                                                               And he shall lay his hand upon the head of the goat, and kill it in the place where they kill the burnt offering before the LORD: it is a sin offering.
## 2821                                                                                                                                                      And the priest shall take of the blood of the sin offering with his finger, and put it upon the horns of the altar of burnt offering, and shall pour out his blood at the bottom of the altar of burnt offering.
## 2822                                                                                                                                                                     And he shall burn all his fat upon the altar, as the fat of the sacrifice of peace offerings: and the priest shall make an atonement for him as concerning his sin, and it shall be forgiven him.
## 2823                                                                                                                                                                           And if any one of the common people sin through ignorance, while he doeth somewhat against any of the commandments of the LORD concerning things which ought not to be done, and be guilty;
## 2824                                                                                                                                                                                         Or if his sin, which he hath sinned, come to his knowledge: then he shall bring his offering, a kid of the goats, a female without blemish, for his sin which he hath sinned.
## 2825                                                                                                                                                                                                                                            And he shall lay his hand upon the head of the sin offering, and slay the sin offering in the place of the burnt offering.
## 2826                                                                                                                                                                        And the priest shall take of the blood thereof with his finger, and put it upon the horns of the altar of burnt offering, and shall pour out all the blood thereof at the bottom of the altar.
## 2827                                                                                           And he shall take away all the fat thereof, as the fat is taken away from off the sacrifice of peace offerings; and the priest shall burn it upon the altar for a sweet savour unto the LORD; and the priest shall make an atonement for him, and it shall be forgiven him.
## 2828                                                                                                                                                                                                                                                                                And if he bring a lamb for a sin offering, he shall bring it a female without blemish.
## 2829                                                                                                                                                                                                                          And he shall lay his hand upon the head of the sin offering, and slay it for a sin offering in the place where they kill the burnt offering.
## 2830                                                                                                                                                            And the priest shall take of the blood of the sin offering with his finger, and put it upon the horns of the altar of burnt offering, and shall pour out all the blood thereof at the bottom of the altar:
## 2831                            And he shall take away all the fat thereof, as the fat of the lamb is taken away from the sacrifice of the peace offerings; and the priest shall burn them upon the altar, according to the offerings made by fire unto the LORD: and the priest shall make an atonement for his sin that he hath committed, and it shall be forgiven him.
## 2832                                                                                                                                                                                                     AND if a soul sin, and hear the voice of swearing, and is a witness, whether he hath seen or known of it; if he do not utter it, then he shall bear his iniquity.
## 2833                                                                                                                                     Or if a soul touch any unclean thing, whether it be a carcase of an unclean beast, or a carcase of unclean cattle, or the carcase of unclean creeping things, and if it be hidden from him; he also shall be unclean, and guilty.
## 2834                                                                                                                                                                                       Or if he touch the uncleanness of man, whatsoever uncleanness it be that a man shall be defiled withal, and it be hid from him; when he knoweth of it, then he shall be guilty.
## 2835                                                                                                                                            Or if a soul swear, pronouncing with his lips to do evil, or to do good, whatsoever it be that a man shall pronounce with an oath, and it be hid from him; when he knoweth of it, then he shall be guilty in one of these.
## 2836                                                                                                                                                                                                                                             And it shall be, when he shall be guilty in one of these things, that he shall confess that he hath sinned in that thing:
## 2837                                                                                                                                And he shall bring his trespass offering unto the LORD for his sin which he hath sinned, a female from the flock, a lamb or a kid of the goats, for a sin offering; and the priest shall make an atonement for him concerning his sin.
## 2838                                                                                                                                               And if he be not able to bring a lamb, then he shall bring for his trespass, which he hath committed, two turtledoves, or two young pigeons, unto the LORD; one for a sin offering, and the other for a burnt offering.
## 2839                                                                                                                                                                                             And he shall bring them unto the priest, who shall offer that which is for the sin offering first, and wring off his head from his neck, but shall not divide it asunder:
## 2840                                                                                                                                                                                     And he shall sprinkle of the blood of the sin offering upon the side of the altar; and the rest of the blood shall be wrung out at the bottom of the altar: it is a sin offering.
## 2841                                                                                                                                                                           And he shall offer the second for a burnt offering, according to the manner: and the priest shall make an atonement for him for his sin which he hath sinned, and it shall be forgiven him.
## 2842                                                                             But if he be not able to bring two turtledoves, or two young pigeons, then he that sinned shall bring for his offering the tenth part of an ephah of fine flour for a sin offering; he shall put no oil upon it, neither shall he put any frankincense thereon: for it is a sin offering.
## 2843                                                                                                                                                    Then shall he bring it to the priest, and the priest shall take his handful of it, even a memorial thereof, and burn it on the altar, according to the offerings made by fire unto the LORD: it is a sin offering.
## 2844                                                                                                                                                                      And the priest shall make an atonement for him as touching his sin that he hath sinned in one of these, and it shall be forgiven him: and the remnant shall be the priest's, as a meat offering.
## 2845                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 2846                                                                             If a soul commit a trespass, and sin through ignorance, in the holy things of the LORD; then he shall bring for his trespass unto the LORD a ram without blemish out of the flocks, with thy estimation by shekels of silver, after the shekel of the sanctuary, for a trespass offering:
## 2847                                                                                                     And he shall make amends for the harm that he hath done in the holy thing, and shall add the fifth part thereto, and give it unto the priest: and the priest shall make an atonement for him with the ram of the trespass offering, and it shall be forgiven him.
## 2848                                                                                                                                                                               And if a soul sin, and commit any of these things which are forbidden to be done by the commandments of the LORD; though he wist it not, yet is he guilty, and shall bear his iniquity.
## 2849                                                                                                     And he shall bring a ram without blemish out of the flock, with thy estimation, for a trespass offering, unto the priest: and the priest shall make an atonement for him concerning his ignorance wherein he erred and wist it not, and it shall be forgiven him.
## 2850                                                                                                                                                                                                                                                                                             It is a trespass offering: he hath certainly trespassed against the LORD.
## 2851                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 2852                                                                                                                                                    If a soul sin, and commit a trespass against the LORD, and lie unto his neighbour in that which was delivered him to keep, or in fellowship, or in a thing taken away by violence, or hath deceived his neighbour;
## 2853                                                                                                                                                                                                                              Or have found that which was lost, and lieth concerning it, and sweareth falsely; in any of all these that a man doeth, sinning therein:
## 2854                                                                                                                           Then it shall be, because he hath sinned, and is guilty, that he shall restore that which he took violently away, or the thing which he hath deceitfully gotten, or that which was delivered him to keep, or the lost thing which he found,
## 2855                                                                                                                                               Or all that about which he hath sworn falsely; he shall even restore it in the principal, and shall add the fifth part more thereto, and give it unto him to whom it appertaineth, in the day of his trespass offering.
## 2856                                                                                                                                                                                                        And he shall bring his trespass offering unto the LORD, a ram without blemish out of the flock, with thy estimation, for a trespass offering, unto the priest:
## 2857                                                                                                                                                                                                           And the priest shall make an atonement for him before the LORD: and it shall be forgiven him for any thing of all that he hath done in trespassing therein.
## 2858                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 2859                                                                                                                                              Command Aaron and his sons, saying, This is the law of the burnt offering: It is the burnt offering, because of the burning upon the altar all night unto the morning, and the fire of the altar shall be burning in it.
## 2860                                                                                                                                   And the priest shall put on his linen garment, and his linen breeches shall he put upon his flesh, and take up the ashes which the fire hath consumed with the burnt offering on the altar, and he shall put them beside the altar.
## 2861                                                                                                                                                                                                                                          And he shall put off his garments, and put on other garments, and carry forth the ashes without the camp unto a clean place.
## 2862                                                                                                                               And the fire upon the altar shall be burning in it; it shall not be put out: and the priest shall burn wood on it every morning, and lay the burnt offering in order upon it; and he shall burn thereon the fat of the peace offerings.
## 2863                                                                                                                                                                                                                                                                                                 The fire shall ever be burning upon the altar; it shall never go out.
## 2864                                                                                                                                                                                                                                                         And this is the law of the meat offering: the sons of Aaron shall offer it before the LORD, before the altar.
## 2865                                                                                                                And he shall take of it his handful, of the flour of the meat offering, and of the oil thereof, and all the frankincense which is upon the meat offering, and shall burn it upon the altar for a sweet savour, even the memorial of it, unto the LORD.
## 2866                                                                                                                                                                              And the remainder thereof shall Aaron and his sons eat: with unleavened bread shall it be eaten in the holy place; in the court of the tabernacle of the congregation they shall eat it.
## 2867                                                                                                                                                                                   It shall not be baken with leaven. I have given it unto them for their portion of my offerings made by fire; it is most holy, as is the sin offering, and as the trespass offering.
## 2868                                                                                                                                                          All the males among the children of Aaron shall eat of it. It shall be a statute for ever in your generations concerning the offerings of the LORD made by fire: every one that toucheth them shall be holy.
## 2869                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 2870                                                                                                                     This is the offering of Aaron and of his sons, which they shall offer unto the LORD in the day when he is anointed; the tenth part of an ephah of fine flour for a meat offering perpetual, half of it in the morning, and half thereof at night.
## 2871                                                                                                                                                                                        In a pan it shall be made with oil; and when it is baken, thou shalt bring it in: and the baken pieces of the meat offering shalt thou offer for a sweet savour unto the LORD.
## 2872                                                                                                                                                                                                                            And the priest of his sons that is anointed in his stead shall offer it: it is a statute for ever unto the LORD, it shall be wholly burnt.
## 2873                                                                                                                                                                                                                                                                                  For every meat offering for the priest shall be wholly burnt: it shall not be eaten.
## 2874                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 2875                                                                                                                                                                     Speak unto Aaron and to his sons, saying, This is the law of the sin offering: In the place where the burnt offering is killed shall the sin offering be killed before the LORD: it is most holy.
## 2876                                                                                                                                                                                                                            The priest that offereth it for sin shall eat it: in the holy place shall it be eaten, in the court of the tabernacle of the congregation.
## 2877                                                                                                                                                                           Whatsoever shall touch the flesh thereof shall be holy: and when there is sprinkled of the blood thereof upon any garment, thou shalt wash that whereon it was sprinkled in the holy place.
## 2878                                                                                                                                                                                                                      But the earthen vessel wherein it is sodden shall be broken: and if it be sodden in a brasen pot, it shall be both scoured, and rinsed in water.
## 2879                                                                                                                                                                                                                                                                                                   All the males among the priests shall eat thereof: it is most holy.
## 2880                                                                                                                                                                                And no sin offering, whereof any of the blood is brought into the tabernacle of the congregation to reconcile withal in the holy place, shall be eaten: it shall be burnt in the fire.
## 2881                                                                                                                                                                                                                                                                                                   LIKEWISE this is the law of the trespass offering: it is most holy.
## 2882                                                                                                                                                                                                            In the place where they kill the burnt offering shall they kill the trespass offering: and the blood thereof shall he sprinkle round about upon the altar.
## 2883                                                                                                                                                                                                                                                                        And he shall offer of it all the fat thereof; the rump, and the fat that covereth the inwards,
## 2884                                                                                                                                                                                                              And the two kidneys, and the fat that is on them, which is by the flanks, and the caul that is above the liver, with the kidneys, it shall he take away:
## 2885                                                                                                                                                                                                                                                  And the priest shall burn them upon the altar for an offering made by fire unto the LORD: it is a trespass offering.
## 2886                                                                                                                                                                                                                                                                 Every male among the priests shall eat thereof: it shall be eaten in the holy place: it is most holy.
## 2887                                                                                                                                                                                                                             As the sin offering is, so is the trespass offering: there is one law for them: the priest that maketh atonement therewith shall have it.
## 2888                                                                                                                                                                                                                    And the priest that offereth any man's burnt offering, even the priest shall have to himself the skin of the burnt offering which he hath offered.
## 2889                                                                                                                                                                                                                And all the meat offering that is baken in the oven, and all that is dressed in the fryingpan, and in the pan, shall be the priest's that offereth it.
## 2890                                                                                                                                                                                                                                                         And every meat offering, mingled with oil, and dry, shall all the sons of Aaron have, one as much as another.
## 2891                                                                                                                                                                                                                                                                          And this is the law of the sacrifice of peace offerings, which he shall offer unto the LORD.
## 2892                                                                                                                                               If he offer it for a thanksgiving, then he shall offer with the sacrifice of thanksgiving unleavened cakes mingled with oil, and unleavened wafers anointed with oil, and cakes mingled with oil, of fine flour, fried.
## 2893                                                                                                                                                                                                                                          Besides the cakes, he shall offer for his offering leavened bread with the sacrifice of thanksgiving of his peace offerings.
## 2894                                                                                                                                                                                            And of it he shall offer one out of the whole oblation for an heave offering unto the LORD, and it shall be the priest's that sprinkleth the blood of the peace offerings.
## 2895                                                                                                                                                                                                And the flesh of the sacrifice of his peace offerings for thanksgiving shall be eaten the same day that it is offered; he shall not leave any of it until the morning.
## 2896                                                                                                                                                                     But if the sacrifice of his offering be a vow, or a voluntary offering, it shall be eaten the same day that he offereth his sacrifice: and on the morrow also the remainder of it shall be eaten:
## 2897                                                                                                                                                                                                                                                                            But the remainder of the flesh of the sacrifice on the third day shall be burnt with fire.
## 2898                                                                                                And if any of the flesh of the sacrifice of his peace offerings be eaten at all on the third day, it shall not be accepted, neither shall it be imputed unto him that offereth it: it shall be an abomination, and the soul that eateth of it shall bear his iniquity.
## 2899                                                                                                                                                                                                             And the flesh that toucheth any unclean thing shall not be eaten; it shall be burnt with fire: and as for the flesh, all that be clean shall eat thereof.
## 2900                                                                                                                                                                              But the soul that eateth of the flesh of the sacrifice of peace offerings, that pertain unto the LORD, having his uncleanness upon him, even that soul shall be cut off from his people.
## 2901                                                                                       Moreover the soul that shall touch any unclean thing, as the uncleanness of man, or any unclean beast, or any abominable unclean thing, and eat of the flesh of the sacrifice of peace offerings, which pertain unto the LORD, even that soul shall be cut off from his people.
## 2902                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 2903                                                                                                                                                                                                                                                             Speak unto the children of Israel, saying, Ye shall eat no manner of fat, of ox, or of sheep, or of goat.
## 2904                                                                                                                                                                                                        And the fat of the beast that dieth of itself, and the fat of that which is torn with beasts, may be used in any other use: but ye shall in no wise eat of it.
## 2905                                                                                                                                                                                                  For whosoever eateth the fat of the beast, of which men offer an offering made by fire unto the LORD, even the soul that eateth it shall be cut off from his people.
## 2906                                                                                                                                                                                                                                                                Moreover ye shall eat no manner of blood, whether it be of fowl or of beast, in any of your dwellings.
## 2907                                                                                                                                                                                                                                                               Whatsoever soul it be that eateth any manner of blood, even that soul shall be cut off from his people.
## 2908                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 2909                                                                                                                                                                        Speak unto the children of Israel, saying, He that offereth the sacrifice of his peace offerings unto the LORD shall bring his oblation unto the LORD of the sacrifice of his peace offerings.
## 2910                                                                                                                                                                                       His own hands shall bring the offerings of the LORD made by fire, the fat with the breast, it shall he bring, that the breast may be waved for a wave offering before the LORD.
## 2911                                                                                                                                                                                                                                                                      And the priest shall burn the fat upon the altar: but the breast shall be Aaron's and his sons'.
## 2912                                                                                                                                                                                                                                                 And the right shoulder shall ye give unto the priest for an heave offering of the sacrifices of your peace offerings.
## 2913                                                                                                                                                                                                                                  He among the sons of Aaron, that offereth the blood of the peace offerings, and the fat, shall have the right shoulder for his part.
## 2914                                                                                                              For the wave breast and the heave shoulder have I taken of the children of Israel from off the sacrifices of their peace offerings, and have given them unto Aaron the priest and unto his sons by a statute for ever from among the children of Israel.
## 2915                                                                                                                                                   This is the portion of the anointing of Aaron, and of the anointing of his sons, out of the offerings of the LORD made by fire, in the day when he presented them to minister unto the LORD in the priest's office;
## 2916                                                                                                                                                                                                            Which the LORD commanded to be given them of the children of Israel, in the day that he anointed them, by a statute for ever throughout their generations.
## 2917                                                                                                                                                                            This is the law of the burnt offering, of the meat offering, and of the sin offering, and of the trespass offering, and of the consecrations, and of the sacrifice of the peace offerings;
## 2918                                                                                                                                                                                                Which the LORD commanded Moses in mount Sinai, in the day that he commanded the children of Israel to offer their oblations unto the LORD, in the wilderness of Sinai.
## 2919                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 2920                                                                                                                                                                                                        Take Aaron and his sons with him, and the garments, and the anointing oil, and a bullock for the sin offering, and two rams, and a basket of unleavened bread;
## 2921                                                                                                                                                                                                                                                                    And gather thou all the congregation together unto the door of the tabernacle of the congregation.
## 2922                                                                                                                                                                                                                                  And Moses did as the LORD commanded him; and the assembly was gathered together unto the door of the tabernacle of the congregation.
## 2923                                                                                                                                                                                                                                                                          And Moses said unto the congregation, This is the thing which the LORD commanded to be done.
## 2924                                                                                                                                                                                                                                                                                                     And Moses brought Aaron and his sons, and washed them with water.
## 2925                                                                                                                                                     And he put upon him the coat, and girded him with the girdle, and clothed him with the robe, and put the ephod upon him, and he girded him with the curious girdle of the ephod, and bound it unto him therewith.
## 2926                                                                                                                                                                                                                                                                         And he put the breastplate upon him: also he put in the breastplate the Urim and the Thummim.
## 2927                                                                                                                                                                                                           And he put the mitre upon his head; also upon the mitre, even upon his forefront, did he put the golden plate, the holy crown; as the LORD commanded Moses.
## 2928                                                                                                                                                                                                                                                          And Moses took the anointing oil, and anointed the tabernacle and all that was therein, and sanctified them.
## 2929                                                                                                                                                                                                                       And he sprinkled thereof upon the altar seven times, and anointed the altar and all his vessels, both the laver and his foot, to sanctify them.
## 2930                                                                                                                                                                                                                                                                              And he poured of the anointing oil upon Aaron's head, and anointed him, to sanctify him.
## 2931                                                                                                                                                                                                                        And Moses brought Aaron's sons, and put coats upon them, and girded them with girdles, and put bonnets upon them; as the LORD commanded Moses.
## 2932                                                                                                                                                                                                                           And he brought the bullock for the sin offering: and Aaron and his sons laid their hands upon the head of the bullock for the sin offering.
## 2933                                                                                                                             And he slew it; and Moses took the blood, and put it upon the horns of the altar round about with his finger, and purified the altar, and poured the blood at the bottom of the altar, and sanctified it, to make reconciliation upon it.
## 2934                                                                                                                                                                                                              And he took all the fat that was upon the inwards, and the caul above the liver, and the two kidneys, and their fat, and Moses burned it upon the altar.
## 2935                                                                                                                                                                                                                                             But the bullock, and his hide, his flesh, and his dung, he burnt with fire without the camp; as the LORD commanded Moses.
## 2936                                                                                                                                                                                                                                                      And he brought the ram for the burnt offering: and Aaron and his sons laid their hands upon the head of the ram.
## 2937                                                                                                                                                                                                                                                                                           And he killed it; and Moses sprinkled the blood upon the altar round about.
## 2938                                                                                                                                                                                                                                                                                And he cut the ram into pieces; and Moses burnt the head, and the pieces, and the fat.
## 2939                                                                                                                                                  And he washed the inwards and the legs in water; and Moses burnt the whole ram upon the altar: it was a burnt sacrifice for a sweet savour, and an offering made by fire unto the LORD; as the LORD commanded Moses.
## 2940                                                                                                                                                                                                                                              And he brought the other ram, the ram of consecration: and Aaron and his sons laid their hands upon the head of the ram.
## 2941                                                                                                                                                                                      And he slew it; and Moses took of the blood of it, and put it upon the tip of Aaron's right ear, and upon the thumb of his right hand, and upon the great toe of his right foot.
## 2942                                                                                                                             And he brought Aaron's sons, and Moses put of the blood upon the tip of their right ear, and upon the thumbs of their right hands, and upon the great toes of their right feet: and Moses sprinkled the blood upon the altar round about.
## 2943                                                                                                                                                                                               And he took the fat, and the rump, and all the fat that was upon the inwards, and the caul above the liver, and the two kidneys, and their fat, and the right shoulder:
## 2944                                                                                                                                                                     And out of the basket of unleavened bread, that was before the LORD, he took one unleavened cake, and a cake of oiled bread, and one wafer, and put them on the fat, and upon the right shoulder:
## 2945                                                                                                                                                                                                                                                      And he put all upon Aaron's hands, and upon his sons' hands, and waved them for a wave offering before the LORD.
## 2946                                                                                                                                                                              And Moses took them from off their hands, and burnt them on the altar upon the burnt offering: they were consecrations for a sweet savour: it is an offering made by fire unto the LORD.
## 2947                                                                                                                                                                                                          And Moses took the breast, and waved it for a wave offering before the LORD: for of the ram of consecration it was Moses' part; as the LORD commanded Moses.
## 2948                                                                                   And Moses took of the anointing oil, and of the blood which was upon the altar, and sprinkled it upon Aaron, and upon his garments, and upon his sons, and upon his sons' garments with him; and sanctified Aaron, and his garments, and his sons, and his sons' garments with him.
## 2949                                                                                                                         And Moses said unto Aaron and to his sons, Boil the flesh at the door of the tabernacle of the congregation: and there eat it with the bread that is in the basket of consecrations, as I commanded, saying, Aaron and his sons shall eat it.
## 2950                                                                                                                                                                                                                                                                                       And that which remaineth of the flesh and of the bread shall ye burn with fire.
## 2951                                                                                                                                                                                    And ye shall not go out of the door of the tabernacle of the congregation in seven days, until the days of your consecration be at an end: for seven days shall he consecrate you.
## 2952                                                                                                                                                                                                                                                                             As he hath done this day, so the LORD hath commanded to do, to make an atonement for you.
## 2953                                                                                                                                                                                         Therefore shall ye abide at the door of the tabernacle of the congregation day and night seven days, and keep the charge of the LORD, that ye die not: for so I am commanded.
## 2954                                                                                                                                                                                                                                                                                   So Aaron and his sons did all things which the LORD commanded by the hand of Moses.
## 2955                                                                                                                                                                                                                                                                AND it came to pass on the eighth day, that Moses called Aaron and his sons, and the elders of Israel;
## 2956                                                                                                                                                                                                                   And he said unto Aaron, Take thee a young calf for a sin offering, and a ram for a burnt offering, without blemish, and offer them before the LORD.
## 2957                                                                                                                                                                        And unto the children of Israel thou shalt speak, saying, Take ye a kid of the goats for a sin offering; and a calf and a lamb, both of the first year, without blemish, for a burnt offering;
## 2958                                                                                                                                                                                                           Also a bullock and a ram for peace offerings, to sacrifice before the LORD; and a meat offering mingled with oil: for to day the LORD will appear unto you.
## 2959                                                                                                                                                                                                                  And they brought that which Moses commanded before the tabernacle of the congregation: and all the congregation drew near and stood before the LORD.
## 2960                                                                                                                                                                                                                                        And Moses said, This is the thing which the LORD commanded that ye should do: and the glory of the LORD shall appear unto you.
## 2961                                                                                                                 And Moses said unto Aaron, Go unto the altar, and offer thy sin offering, and thy burnt offering, and make an atonement for thyself, and for the people: and offer the offering of the people, and make an atonement for them; as the LORD commanded.
## 2962                                                                                                                                                                                                                                                                    Aaron therefore went unto the altar, and slew the calf of the sin offering, which was for himself.
## 2963                                                                                                                                                                                 And the sons of Aaron brought the blood unto him: and he dipped his finger in the blood, and put it upon the horns of the altar, and poured out the blood at the bottom of the altar:
## 2964                                                                                                                                                                                                                                 But the fat, and the kidneys, and the caul above the liver of the sin offering, he burnt upon the altar; as the LORD commanded Moses.
## 2965                                                                                                                                                                                                                                                                                                       And the flesh and the hide he burnt with fire without the camp.
## 2966                                                                                                                                                                                                                                         And he slew the burnt offering; and Aaron's sons presented unto him the blood, which he sprinkled round about upon the altar.
## 2967                                                                                                                                                                                                                                              And they presented the burnt offering unto him, with the pieces thereof, and the head: and he burnt them upon the altar.
## 2968                                                                                                                                                                                                                                                                        And he did wash the inwards and the legs, and burnt them upon the burnt offering on the altar.
## 2969                                                                                                                                                                                                                And he brought the people's offering, and took the goat, which was the sin offering for the people, and slew it, and offered it for sin, as the first.
## 2970                                                                                                                                                                                                                                                                                            And he brought the burnt offering, and offered it according to the manner.
## 2971                                                                                                                                                                                                                                And he brought the meat offering, and took an handful thereof, and burnt it upon the altar, beside the burnt sacrifice of the morning.
## 2972                                                                                                                                                                      He slew also the bullock and the ram for a sacrifice of peace offerings, which was for the people: and Aaron's sons presented unto him the blood, which he sprinkled upon the altar round about,
## 2973                                                                                                                                                                                                                              And the fat of the bullock and of the ram, the rump, and that which covereth the inwards, and the kidneys, and the caul above the liver:
## 2974                                                                                                                                                                                                                                                                                           And they put the fat upon the breasts, and he burnt the fat upon the altar:
## 2975                                                                                                                                                                                                                                                           And the breasts and the right shoulder Aaron waved for a wave offering before the LORD; as Moses commanded.
## 2976                                                                                                                                                                                                       And Aaron lifted up his hand toward the people, and blessed them, and came down from offering of the sin offering, and the burnt offering, and peace offerings.
## 2977                                                                                                                                                                                                       And Moses and Aaron went into the tabernacle of the congregation, and came out, and blessed the people: and the glory of the LORD appeared unto all the people.
## 2978                                                                                                                                                                                     And there came a fire out from before the LORD, and consumed upon the altar the burnt offering and the fat: which when all the people saw, they shouted, and fell on their faces.
## 2979                                                                                                                                                                         AND Nadab and Abihu, the sons of Aaron, took either of them his censer, and put fire therein, and put incense thereon, and offered strange fire before the LORD, which he commanded them not.
## 2980                                                                                                                                                                                                                                                                              And there went out fire from the LORD, and devoured them, and they died before the LORD.
## 2981                                                                                                                                                                          Then Moses said unto Aaron, This is it that the LORD spake, saying, I will be sanctified in them that come nigh me, and before all the people I will be glorified. And Aaron held his peace.
## 2982                                                                                                                                                                                           And Moses called Mishael and Elzaphan, the sons of Uzziel the uncle of Aaron, and said unto them, Come near, carry your brethren from before the sanctuary out of the camp.
## 2983                                                                                                                                                                                                                                                                                So they went near, and carried them in their coats out of the camp; as Moses had said.
## 2984                                                                                    And Moses said unto Aaron, and unto Eleazar and unto Ithamar, his sons, Uncover not your heads, neither rend your clothes; lest ye die, and lest wrath come upon all the people: but let your brethren, the whole house of Israel, bewail the burning which the LORD hath kindled.
## 2985                                                                                                                                                                                 And ye shall not go out from the door of the tabernacle of the congregation, lest ye die: for the anointing oil of the LORD is upon you. And they did according to the word of Moses.
## 2986                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Aaron, saying,
## 2987                                                                                                                                                                        Do not drink wine nor strong drink, thou, nor thy sons with thee, when ye go into the tabernacle of the congregation, lest ye die: it shall be a statute for ever throughout your generations:
## 2988                                                                                                                                                                                                                                                                                And that ye may put difference between holy and unholy, and between unclean and clean;
## 2989                                                                                                                                                                                                                                              And that ye may teach the children of Israel all the statutes which the LORD hath spoken unto them by the hand of Moses.
## 2990                                                                                                                             And Moses spake unto Aaron, and unto Eleazar and unto Ithamar, his sons that were left, Take the meat offering that remaineth of the offerings of the LORD made by fire, and eat it without leaven beside the altar: for it is most holy:
## 2991                                                                                                                                                                                                                   And ye shall eat it in the holy place, because it is thy due, and thy sons' due, of the sacrifices of the LORD made by fire: for so I am commanded.
## 2992                                                                                                                    And the wave breast and heave shoulder shall ye eat in a clean place; thou, and thy sons, and thy daughters with thee: for they be thy due, and thy sons' due, which are given out of the sacrifices of peace offerings of the children of Israel.
## 2993                                                                                                                The heave shoulder and the wave breast shall they bring with the offerings made by fire of the fat, to wave it for a wave offering before the LORD; and it shall be thine, and thy sons' with thee, by a statute for ever; as the LORD hath commanded.
## 2994                                                                                                                                                                                      And Moses diligently sought the goat of the sin offering, and, behold, it was burnt: and he was angry with Eleazar and Ithamar, the sons of Aaron which were left alive, saying,
## 2995                                                                                                                                                               Wherefore have ye not eaten the sin offering in the holy place, seeing it is most holy, and God hath given it you to bear the iniquity of the congregation, to make atonement for them before the LORD?
## 2996                                                                                                                                                                                                                                   Behold, the blood of it was not brought in within the holy place: ye should indeed have eaten it in the holy place, as I commanded.
## 2997                                                                                                       And Aaron said unto Moses, Behold, this day have they offered their sin offering and their burnt offering before the LORD; and such things have befallen me: and if I had eaten the sin offering to day, should it have been accepted in the sight of the LORD?
## 2998                                                                                                                                                                                                                                                                                                                            And when Moses heard that, he was content.
## 2999                                                                                                                                                                                                                                                                                                         AND the LORD spake unto Moses and to Aaron, saying unto them,
## 3000                                                                                                                                                                                                                                        Speak unto the children of Israel, saying, These are the beasts which ye shall eat among all the beasts that are on the earth.
## 3001                                                                                                                                                                                                                                                           Whatsoever parteth the hoof, and is clovenfooted, and cheweth the cud, among the beasts, that shall ye eat.
## 3002                                                                                                                                                                          Nevertheless these shall ye not eat of them that chew the cud, or of them that divide the hoof: as the camel, because he cheweth the cud, but divideth not the hoof; he is unclean unto you.
## 3003                                                                                                                                                                                                                                                                         And the coney, because he cheweth the cud, but divideth not the hoof; he is unclean unto you.
## 3004                                                                                                                                                                                                                                                                          And the hare, because he cheweth the cud, but divideth not the hoof; he is unclean unto you.
## 3005                                                                                                                                                                                                                                                      And the swine, though he divide the hoof, and be clovenfooted, yet he cheweth not the cud; he is unclean to you.
## 3006                                                                                                                                                                                                                                                                       Of their flesh shall ye not eat, and their carcase shall ye not touch; they are unclean to you.
## 3007                                                                                                                                                                                                                   These shall ye eat of all that are in the waters: whatsoever hath fins and scales in the waters, in the seas, and in the rivers, them shall ye eat.
## 3008                                                                                                                                                                          And all that have not fins and scales in the seas, and in the rivers, of all that move in the waters, and of any living thing which is in the waters, they shall be an abomination unto you:
## 3009                                                                                                                                                                                                                                         They shall be even an abomination unto you; ye shall not eat of their flesh, but ye shall have their carcases in abomination.
## 3010                                                                                                                                                                                                                                                                              Whatsoever hath no fins nor scales in the waters, that shall be an abomination unto you.
## 3011                                                                                                                                                                                                And these are they which ye shall have in abomination among the fowls; they shall not be eaten, they are an abomination: the eagle, and the ossifrage, and the ospray,
## 3012                                                                                                                                                                                                                                                                                                                         And the vulture, and the kite after his kind;
## 3013                                                                                                                                                                                                                                                                                                                                           Every raven after his kind;
## 3014                                                                                                                                                                                                                                                                                         And the owl, and the night hawk, and the cuckow, and the hawk after his kind,
## 3015                                                                                                                                                                                                                                                                                                             And the little owl, and the cormorant, and the great owl,
## 3016                                                                                                                                                                                                                                                                                                                    And the swan, and the pelican, and the gier eagle,
## 3017                                                                                                                                                                                                                                                                                                And the stork, the heron after her kind, and the lapwing, and the bat.
## 3018                                                                                                                                                                                                                                                                                          All fowls that creep, going upon all four, shall be an abomination unto you.
## 3019                                                                                                                                                                                                                        Yet these may ye eat of every flying creeping thing that goeth upon all four, which have legs above their feet, to leap withal upon the earth;
## 3020                                                                                                                                                                                                      Even these of them ye may eat; the locust after his kind, and the bald locust after his kind, and the beetle after his kind, and the grasshopper after his kind.
## 3021                                                                                                                                                                                                                                                                         But all other flying creeping things, which have four feet, shall be an abomination unto you.
## 3022                                                                                                                                                                                                                                                            And for these ye shall be unclean: whosoever toucheth the carcase of them shall be unclean until the even.
## 3023                                                                                                                                                                                                                                                             And whosoever beareth ought of the carcase of them shall wash his clothes, and be unclean until the even.
## 3024                                                                                                                                                                                               The carcases of every beast which divideth the hoof, and is not clovenfooted, nor cheweth the cud, are unclean unto you: every one that toucheth them shall be unclean.
## 3025                                                                                                                                                                                         And whatsoever goeth upon his paws, among all manner of beasts that go on all four, those are unclean unto you: whoso toucheth their carcase shall be unclean until the even.
## 3026                                                                                                                                                                                                                                             And he that beareth the carcase of them shall wash his clothes, and be unclean until the even: they are unclean unto you.
## 3027                                                                                                                                                                                                                 These also shall be unclean unto you among the creeping things that creep upon the earth; the weasel, and the mouse, and the tortoise after his kind,
## 3028                                                                                                                                                                                                                                                                                       And the ferret, and the chameleon, and the lizard, and the snail, and the mole.
## 3029                                                                                                                                                                                                                                         These are unclean to you among all that creep: whosoever doth touch them, when they be dead, shall be unclean until the even.
## 3030                                                                   And upon whatsoever any of them, when they are dead, doth fall, it shall be unclean; whether it be any vessel of wood, or raiment, or skin, or sack, whatsoever vessel it be, wherein any work is done, it must be put into water, and it shall be unclean until the even; so it shall be cleansed.
## 3031                                                                                                                                                                                                                                                 And every earthen vessel, whereinto any of them falleth, whatsoever is in it shall be unclean; and ye shall break it.
## 3032                                                                                                                                                                                                              Of all meat which may be eaten, that on which such water cometh shall be unclean: and all drink that may be drunk in every such vessel shall be unclean.
## 3033                                                                                                                                                                 And every thing whereupon any part of their carcase falleth shall be unclean; whether it be oven, or ranges for pots, they shall be broken down: for they are unclean, and shall be unclean unto you.
## 3034                                                                                                                                                                                                                             Nevertheless a fountain or pit, wherein there is plenty of water, shall be clean: but that which toucheth their carcase shall be unclean.
## 3035                                                                                                                                                                                                                                                                    And if any part of their carcase fall upon any sowing seed which is to be sown, it shall be clean.
## 3036                                                                                                                                                                                                                                                      But if any water be put upon the seed, and any part of their carcase fall thereon, it shall be unclean unto you.
## 3037                                                                                                                                                                                                                                                     And if any beast, of which ye may eat, die; he that toucheth the carcase thereof shall be unclean until the even.
## 3038                                                                                                                                                                          And he that eateth of the carcase of it shall wash his clothes, and be unclean until the even: he also that beareth the carcase of it shall wash his clothes, and be unclean until the even.
## 3039                                                                                                                                                                                                                                                                 And every creeping thing that creepeth upon the earth shall be an abomination; it shall not be eaten.
## 3040                                                                                                                                                            Whatsoever goeth upon the belly, and whatsoever goeth upon all four, or whatsoever hath more feet among all creeping things that creep upon the earth, them ye shall not eat; for they are an abomination.
## 3041                                                                                                                                                                                                 Ye shall not make yourselves abominable with any creeping thing that creepeth, neither shall ye make yourselves unclean with them, that ye should be defiled thereby.
## 3042                                                                                                                                                           For I am the LORD your God: ye shall therefore sanctify yourselves, and ye shall be holy; for I am holy: neither shall ye defile yourselves with any manner of creeping thing that creepeth upon the earth.
## 3043                                                                                                                                                                                                                                           For I am the LORD that bringeth you up out of the land of Egypt, to be your God: ye shall therefore be holy, for I am holy.
## 3044                                                                                                                                                                                                           This is the law of the beasts, and of the fowl, and of every living creature that moveth in the waters, and of every creature that creepeth upon the earth:
## 3045                                                                                                                                                                                                                                  To make a difference between the unclean and the clean, and between the beast that may be eaten and the beast that may not be eaten.
## 3046                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3047                                                                                                                                                Speak unto the children of Israel, saying, If a woman have conceived seed, and born a man child: then she shall be unclean seven days; according to the days of the separation for her infirmity shall she be unclean.
## 3048                                                                                                                                                                                                                                                                                                 And in the eighth day the flesh of his foreskin shall be circumcised.
## 3049                                                                                                                                                                        And she shall then continue in the blood of her purifying three and thirty days; she shall touch no hallowed thing, nor come into the sanctuary, until the days of her purifying be fulfilled.
## 3050                                                                                                                                                                                                But if she bear a maid child, then she shall be unclean two weeks, as in her separation: and she shall continue in the blood of her purifying threescore and six days.
## 3051                                                                                         And when the days of her purifying are fulfilled, for a son, or for a daughter, she shall bring a lamb of the first year for a burnt offering, and a young pigeon, or a turtledove, for a sin offering, unto the door of the tabernacle of the congregation, unto the priest:
## 3052                                                                                                                                                                                  Who shall offer it before the LORD, and make an atonement for her; and she shall be cleansed from the issue of her blood. This is the law for her that hath born a male or a female.
## 3053                                                                                                                             And if she be not able to bring a lamb, then she shall bring two turtles, or two young pigeons; the one for the burnt offering, and the other for a sin offering: and the priest shall make an atonement for her, and she shall be clean.
## 3054                                                                                                                                                                                                                                                                                                                      AND the LORD spake unto Moses and Aaron, saying,
## 3055                                                                                                                                  When a man shall have in the skin of his flesh a rising, a scab, or bright spot, and it be in the skin of his flesh like the plague of leprosy; then he shall be brought unto Aaron the priest, or unto one of his sons the priests:
## 3056                                                                                              And the priest shall look on the plague in the skin of the flesh: and when the hair in the plague is turned white, and the plague in sight be deeper than the skin of his flesh, it is a plague of leprosy: and the priest shall look on him, and pronounce him unclean.
## 3057                                                                                                                                                          If the bright spot be white in the skin of his flesh, and in sight be not deeper than the skin, and the hair thereof be not turned white; then the priest shall shut up him that hath the plague seven days:
## 3058                                                                                                                                                                     And the priest shall look on him the seventh day: and, behold, if the plague in his sight be at a stay, and the plague spread not in the skin; then the priest shall shut him up seven days more:
## 3059                                                                                                                      And the priest shall look on him again the seventh day: and, behold, if the plague be somewhat dark, and the plague spread not in the skin, the priest shall pronounce him clean: it is but a scab: and he shall wash his clothes, and be clean.
## 3060                                                                                                                                                                                                                   But if the scab spread much abroad in the skin, after that he hath been seen of the priest for his cleansing, he shall be seen of the priest again:
## 3061                                                                                                                                                                                                                                     And if the priest see that, behold, the scab spreadeth in the skin, then the priest shall pronounce him unclean: it is a leprosy.
## 3062                                                                                                                                                                                                                                                                                     When the plague of leprosy is in a man, then he shall be brought unto the priest;
## 3063                                                                                                                                                                                                         And the priest shall see him: and, behold, if the rising be white in the skin, and it have turned the hair white, and there be quick raw flesh in the rising;
## 3064                                                                                                                                                                                                                              It is an old leprosy in the skin of his flesh, and the priest shall pronounce him unclean, and shall not shut him up: for he is unclean.
## 3065                                                                                                                                                                                         And if a leprosy break out abroad in the skin, and the leprosy cover all the skin of him that hath the plague from his head even to his foot, wheresoever the priest looketh;
## 3066                                                                                                                                                                                       Then the priest shall consider: and, behold, if the leprosy have covered all his flesh, he shall pronounce him clean that hath the plague: it is all turned white: he is clean.
## 3067                                                                                                                                                                                                                                                                                                             But when raw flesh appeareth in him, he shall be unclean.
## 3068                                                                                                                                                                                                                                               And the priest shall see the raw flesh, and pronounce him to be unclean: for the raw flesh is unclean: it is a leprosy.
## 3069                                                                                                                                                                                                                                                                             Or if the raw flesh turn again, and be changed unto white, he shall come unto the priest;
## 3070                                                                                                                                                                                                           And the priest shall see him: and, behold, if the plague be turned into white; then the priest shall pronounce him clean that hath the plague: he is clean.
## 3071                                                                                                                                                                                                                                                                                        The flesh also, in which, even in the skin thereof, was a boil, and is healed,
## 3072                                                                                                                                                                                                                                  And in the place of the boil there be a white rising, or a bright spot, white, and somewhat reddish, and it be shewed to the priest;
## 3073                                                                                                                                                         And if, when the priest seeth it, behold, it be in sight lower than the skin, and the hair thereof be turned white; the priest shall pronounce him unclean: it is a plague of leprosy broken out of the boil.
## 3074                                                                                                                                                                                 But if the priest look on it, and, behold, there be no white hairs therein, and if it be not lower than the skin, but be somewhat dark; then the priest shall shut him up seven days:
## 3075                                                                                                                                                                                                                                                                And if it spread much abroad in the skin, then the priest shall pronounce him unclean: it is a plague.
## 3076                                                                                                                                                                                                                                             But if the bright spot stay in his place, and spread not, it is a burning boil; and the priest shall pronounce him clean.
## 3077                                                                                                                                                                                                          Or if there be any flesh, in the skin whereof there is a hot burning, and the quick flesh that burneth have a white bright spot, somewhat reddish, or white;
## 3078                                                                                                   Then the priest shall look upon it: and, behold, if the hair in the bright spot be turned white, and it be in sight deeper than the skin; it is a leprosy broken out of the burning: wherefore the priest shall pronounce him unclean: it is the plague of leprosy.
## 3079                                                                                                                                                                     But if the priest look on it, and, behold, there be no white hair in the bright spot, and it be no lower than the other skin, but be somewhat dark; then the priest shall shut him up seven days:
## 3080                                                                                                                                                                                            And the priest shall look upon him the seventh day: and if it be spread much abroad in the skin, then the priest shall pronounce him unclean: it is the plague of leprosy.
## 3081                                                                                                                                                     And if the bright spot stay in his place, and spread not in the skin, but it be somewhat dark; it is a rising of the burning, and the priest shall pronounce him clean: for it is an inflammation of the burning.
## 3082                                                                                                                                                                                                                                                                                                           If a man or woman have a plague upon the head or the beard;
## 3083                                                                                                                              Then the priest shall see the plague: and, behold, if it be in sight deeper than the skin; and there be in it a yellow thin hair; then the priest shall pronounce him unclean: it is a dry scall, even a leprosy upon the head or beard.
## 3084                                                                                                                                       And if the priest look on the plague of the scall, and, behold, it be not in sight deeper than the skin, and that there is no black hair in it; then the priest shall shut up him that hath the plague of the scall seven days:
## 3085                                                                                                                                                                              And in the seventh day the priest shall look on the plague: and, behold, if the scall spread not, and there be in it no yellow hair, and the scall be not in sight deeper than the skin;
## 3086                                                                                                                                                                                                                                           He shall be shaven, but the scall shall he not shave; and the priest shall shut up him that hath the scall seven days more:
## 3087                                                                                                                         And in the seventh day the priest shall look on the scall: and, behold, if the scall be not spread in the skin, nor be in sight deeper than the skin; then the priest shall pronounce him clean: and he shall wash his clothes, and be clean.
## 3088                                                                                                                                                                                                                                                                                                         But if the scall spread much in the skin after his cleansing;
## 3089                                                                                                                                                                                                                         Then the priest shall look on him: and, behold, if the scall be spread in the skin, the priest shall not seek for yellow hair; he is unclean.
## 3090                                                                                                                                                                                                But if the scall be in his sight at a stay, and that there is black hair grown up therein; the scall is healed, he is clean: and the priest shall pronounce him clean.
## 3091                                                                                                                                                                                                                                                                       If a man also or a woman have in the skin of their flesh bright spots, even white bright spots;
## 3092                                                                                                                                                                                                Then the priest shall look: and, behold, if the bright spots in the skin of their flesh be darkish white; it is a freckled spot that groweth in the skin; he is clean.
## 3093                                                                                                                                                                                                                                                                                           And the man whose hair is fallen off his head, he is bald; yet is he clean.
## 3094                                                                                                                                                                                                                                                 And he that hath his hair fallen off from the part of his head toward his face, he is forehead bald: yet is he clean.
## 3095                                                                                                                                                                                                                           And if there be in the bald head, or bald forehead, a white reddish sore; it is a leprosy sprung up in his bald head, or his bald forehead.
## 3096                                                                                                                                                                             Then the priest shall look upon it: and, behold, if the rising of the sore be white reddish in his bald head, or in his bald forehead, as the leprosy appeareth in the skin of the flesh;
## 3097                                                                                                                                                                                                                                                        He is a leprous man, he is unclean: the priest shall pronounce him utterly unclean; his plague is in his head.
## 3098                                                                                                                                                                                                   And the leper in whom the plague is, his clothes shall be rent, and his head bare, and he shall put a covering upon his upper lip, and shall cry, Unclean, unclean.
## 3099                                                                                                                                                                                                                   All the days wherein the plague shall be in him he shall be defiled; he is unclean: he shall dwell alone; without the camp shall his habitation be.
## 3100                                                                                                                                                                                                                                                               The garment also that the plague of leprosy is in, whether it be a woollen garment, or a linen garment;
## 3101                                                                                                                                                                                                                                                         Whether it be in the warp, or woof; of linen, or of woollen; whether in a skin, or in any thing made of skin;
## 3102                                                                                                                                                                 And if the plague be greenish or reddish in the garment, or in the skin, either in the warp, or in the woof, or in any thing of skin; it is a plague of leprosy, and shall be shewed unto the priest:
## 3103                                                                                                                                                                                                                                                                            And the priest shall look upon the plague, and shut up it that hath the plague seven days:
## 3104                                                                                                                                   And he shall look on the plague on the seventh day: if the plague be spread in the garment, either in the warp, or in the woof, or in a skin, or in any work that is made of skin; the plague is a fretting leprosy; it is unclean.
## 3105                                                                                                                                                                         He shall therefore burn that garment, whether warp or woof, in woollen or in linen, or any thing of skin, wherein the plague is: for it is a fretting leprosy; it shall be burnt in the fire.
## 3106                                                                                                                                                                                                                      And if the priest shall look, and, behold, the plague be not spread in the garment, either in the warp, or in the woof, or in any thing of skin;
## 3107                                                                                                                                                                                                                                                Then the priest shall command that they wash the thing wherein the plague is, and he shall shut it up seven days more:
## 3108                                                                                                       And the priest shall look on the plague, after that it is washed: and, behold, if the plague have not changed his colour, and the plague be not spread; it is unclean; thou shalt burn it in the fire; it is fret inward, whether it be bare within or without.
## 3109                                                                                                                                                                       And if the priest look, and, behold, the plague be somewhat dark after the washing of it; then he shall rend it out of the garment, or out of the skin, or out of the warp, or out of the woof:
## 3110                                                                                                                                                                                   And if it appear still in the garment, either in the warp, or in the woof, or in any thing of skin; it is a spreading plague: thou shalt burn that wherein the plague is with fire.
## 3111                                                                                                                                                                    And the garment, either warp, or woof, or whatsoever thing of skin it be, which thou shalt wash, if the plague be departed from them, then it shall be washed the second time, and shall be clean.
## 3112                                                                                                                                                                                     This is the law of the plague of leprosy in a garment of woollen or linen, either in the warp, or woof, or any thing of skins, to pronounce it clean, or to pronounce it unclean.
## 3113                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3114                                                                                                                                                                                                                                                                  This shall be the law of the leper in the day of his cleansing: He shall be brought unto the priest:
## 3115                                                                                                                                                                                                                               And the priest shall go forth out of the camp; and the priest shall look, and, behold, if the plague of leprosy be healed in the leper;
## 3116                                                                                                                                                                                                                              Then shall the priest command to take for him that is to be cleansed two birds alive and clean, and cedar wood, and scarlet, and hyssop:
## 3117                                                                                                                                                                                                                                                                 And the priest shall command that one of the birds be killed in an earthen vessel over running water:
## 3118                                                                                                                                                                As for the living bird, he shall take it, and the cedar wood, and the scarlet, and the hyssop, and shall dip them and the living bird in the blood of the bird that was killed over the running water:
## 3119                                                                                                                                                                                           And he shall sprinkle upon him that is to be cleansed from the leprosy seven times, and shall pronounce him clean, and shall let the living bird loose into the open field.
## 3120                                                                                                                                     And he that is to be cleansed shall wash his clothes, and shave off all his hair, and wash himself in water, that he may be clean: and after that he shall come into the camp, and shall tarry abroad out of his tent seven days.
## 3121                                                                                                                  But it shall be on the seventh day, that he shall shave all his hair off his head and his beard and his eyebrows, even all his hair he shall shave off: and he shall wash his clothes, also he shall wash his flesh in water, and he shall be clean.
## 3122                                                                                                                                                  And on the eighth day he shall take two he lambs without blemish, and one ewe lamb of the first year without blemish, and three tenth deals of fine flour for a meat offering, mingled with oil, and one log of oil.
## 3123                                                                                                                                                                                            And the priest that maketh him clean shall present the man that is to be made clean, and those things, before the LORD, at the door of the tabernacle of the congregation:
## 3124                                                                                                                                                                                                                  And the priest shall take one he lamb, and offer him for a trespass offering, and the log of oil, and wave them for a wave offering before the LORD:
## 3125                                                                                                                                                        And he shall slay the lamb in the place where he shall kill the sin offering and the burnt offering, in the holy place: for as the sin offering is the priest's, so is the trespass offering: it is most holy:
## 3126                                                                                                                        And the priest shall take some of the blood of the trespass offering, and the priest shall put it upon the tip of the right ear of him that is to be cleansed, and upon the thumb of his right hand, and upon the great toe of his right foot:
## 3127                                                                                                                                                                                                                                                                     And the priest shall take some of the log of oil, and pour it into the palm of his own left hand:
## 3128                                                                                                                                                                                                             And the priest shall dip his right finger in the oil that is in his left hand, and shall sprinkle of the oil with his finger seven times before the LORD:
## 3129                                                                                                             And of the rest of the oil that is in his hand shall the priest put upon the tip of the right ear of him that is to be cleansed, and upon the thumb of his right hand, and upon the great toe of his right foot, upon the blood of the trespass offering:
## 3130                                                                                                                                                                                    And the remnant of the oil that is in the priest's hand he shall pour upon the head of him that is to be cleansed: and the priest shall make an atonement for him before the LORD.
## 3131                                                                                                                                                                                               And the priest shall offer the sin offering, and make an atonement for him that is to be cleansed from his uncleanness; and afterward he shall kill the burnt offering:
## 3132                                                                                                                                                                                                            And the priest shall offer the burnt offering and the meat offering upon the altar: and the priest shall make an atonement for him, and he shall be clean.
## 3133                                                                                                                                    And if he be poor, and cannot get so much; then he shall take one lamb for a trespass offering to be waved, to make an atonement for him, and one tenth deal of fine flour mingled with oil for a meat offering, and a log of oil;
## 3134                                                                                                                                                                                                                            And two turtledoves, or two young pigeons, such as he is able to get; and the one shall be a sin offering, and the other a burnt offering.
## 3135                                                                                                                                                                                                                    And he shall bring them on the eighth day for his cleansing unto the priest, unto the door of the tabernacle of the congregation, before the LORD.
## 3136                                                                                                                                                                                                                  And the priest shall take the lamb of the trespass offering, and the log of oil, and the priest shall wave them for a wave offering before the LORD:
## 3137                                                                                    And he shall kill the lamb of the trespass offering, and the priest shall take some of the blood of the trespass offering, and put it upon the tip of the right ear of him that is to be cleansed, and upon the thumb of his right hand, and upon the great toe of his right foot:
## 3138                                                                                                                                                                                                                                                                                              And the priest shall pour of the oil into the palm of his own left hand:
## 3139                                                                                                                                                                                                                                             And the priest shall sprinkle with his right finger some of the oil that is in his left hand seven times before the LORD:
## 3140                                                                                                            And the priest shall put of the oil that is in his hand upon the tip of the right ear of him that is to be cleansed, and upon the thumb of his right hand, and upon the great toe of his right foot, upon the place of the blood of the trespass offering:
## 3141                                                                                                                                                                                                          And the rest of the oil that is in the priest's hand he shall put upon the head of him that is to be cleansed, to make an atonement for him before the LORD.
## 3142                                                                                                                                                                                                                                                                           And he shall offer the one of the turtledoves, or of the young pigeons, such as he can get;
## 3143                                                                                                                                                        Even such as he is able to get, the one for a sin offering, and the other for a burnt offering, with the meat offering: and the priest shall make an atonement for him that is to be cleansed before the LORD.
## 3144                                                                                                                                                                                                                                        This is the law of him in whom is the plague of leprosy, whose hand is not able to get that which pertaineth to his cleansing.
## 3145                                                                                                                                                                                                                                                                                                                 And the LORD spake unto Moses and unto Aaron, saying,
## 3146                                                                                                                                                                                                             When ye be come into the land of Canaan, which I give to you for a possession, and I put the plague of leprosy in a house of the land of your possession;
## 3147                                                                                                                                                                                                                                      And he that owneth the house shall come and tell the priest, saying, It seemeth to me there is as it were a plague in the house:
## 3148                                                                                                                                                    Then the priest shall command that they empty the house, before the priest go into it to see the plague, that all that is in the house be not made unclean: and afterward the priest shall go in to see the house:
## 3149                                                                                                                                                                                            And he shall look on the plague, and, behold, if the plague be in the walls of the house with hollow strakes, greenish or reddish, which in sight are lower than the wall;
## 3150                                                                                                                                                                                                                                                                 Then the priest shall go out of the house to the door of the house, and shut up the house seven days:
## 3151                                                                                                                                                                                                                                      And the priest shall come again the seventh day, and shall look: and, behold, if the plague be spread in the walls of the house;
## 3152                                                                                                                                                                                                                 Then the priest shall command that they take away the stones in which the plague is, and they shall cast them into an unclean place without the city:
## 3153                                                                                                                                                                                                          And he shall cause the house to be scraped within round about, and they shall pour out the dust that they scrape off without the city into an unclean place:
## 3154                                                                                                                                                                                                                            And they shall take other stones, and put them in the place of those stones; and he shall take other morter, and shall plaister the house.
## 3155                                                                                                                                                                                                  And if the plague come again, and break out in the house, after that he hath taken away the stones, and after he hath scraped the house, and after it is plaistered;
## 3156                                                                                                                                                                                                                         Then the priest shall come and look, and, behold, if the plague be spread in the house, it is a fretting leprosy in the house: it is unclean.
## 3157                                                                                                                                                                                    And he shall break down the house, the stones of it, and the timber thereof, and all the morter of the house; and he shall carry them forth out of the city into an unclean place.
## 3158                                                                                                                                                                                                                                                               Moreover he that goeth into the house all the while that it is shut up shall be unclean until the even.
## 3159                                                                                                                                                                                                                                                        And he that lieth in the house shall wash his clothes; and he that eateth in the house shall wash his clothes.
## 3160                                                                                                                                               And if the priest shall come in, and look upon it, and, behold, the plague hath not spread in the house, after the house was plaistered: then the priest shall pronounce the house clean, because the plague is healed.
## 3161                                                                                                                                                                                                                                                                            And he shall take to cleanse the house two birds, and cedar wood, and scarlet, and hyssop:
## 3162                                                                                                                                                                                                                                                                                       And he shall kill the one of the birds in an earthen vessel over running water:
## 3163                                                                                                                                                                    And he shall take the cedar wood, and the hyssop, and the scarlet, and the living bird, and dip them in the blood of the slain bird, and in the running water, and sprinkle the house seven times:
## 3164                                                                                                                                                                                  And he shall cleanse the house with the blood of the bird, and with the running water, and with the living bird, and with the cedar wood, and with the hyssop, and with the scarlet:
## 3165                                                                                                                                                                                                                                 But he shall let go the living bird out of the city into the open fields, and make an atonement for the house: and it shall be clean.
## 3166                                                                                                                                                                                                                                                                                                       This is the law for all manner of plague of leprosy, and scall,
## 3167                                                                                                                                                                                                                                                                                                                     And for the leprosy of a garment, and of a house,
## 3168                                                                                                                                                                                                                                                                                                              And for a rising, and for a scab, and for a bright spot:
## 3169                                                                                                                                                                                                                                                                                        To teach when it is unclean, and when it is clean: this is the law of leprosy.
## 3170                                                                                                                                                                                                                                                                                                                   AND the LORD spake unto Moses and to Aaron, saying,
## 3171                                                                                                                                                                                                                         Speak unto the children of Israel, and say unto them, When any man hath a running issue out of his flesh, because of his issue he is unclean.
## 3172                                                                                                                                                                                                                  And this shall be his uncleanness in his issue: whether his flesh run with his issue, or his flesh be stopped from his issue, it is his uncleanness.
## 3173                                                                                                                                                                                                                                                   Every bed, whereon he lieth that hath the issue, is unclean: and every thing, whereon he sitteth, shall be unclean.
## 3174                                                                                                                                                                                                                                                     And whosoever toucheth his bed shall wash his clothes, and bathe himself in water, and be unclean until the even.
## 3175                                                                                                                                                                                                                And he that sitteth on any thing whereon he sat that hath the issue shall wash his clothes, and bathe himself in water, and be unclean until the even.
## 3176                                                                                                                                                                                                                          And he that toucheth the flesh of him that hath the issue shall wash his clothes, and bathe himself in water, and be unclean until the even.
## 3177                                                                                                                                                                                                                 And if he that hath the issue spit upon him that is clean; then he shall wash his clothes, and bathe himself in water, and be unclean until the even.
## 3178                                                                                                                                                                                                                                                                                           And what saddle soever he rideth upon that hath the issue shall be unclean.
## 3179                                                                                                                                                       And whosoever toucheth any thing that was under him shall be unclean until the even: and he that beareth any of those things shall wash his clothes, and bathe himself in water, and be unclean until the even.
## 3180                                                                                                                                                                                         And whomsoever he toucheth that hath the issue, and hath not rinsed his hands in water, he shall wash his clothes, and bathe himself in water, and be unclean until the even.
## 3181                                                                                                                                                                                                                                   And the vessel of earth, that he toucheth which hath the issue, shall be broken: and every vessel of wood shall be rinsed in water.
## 3182                                                                                                                                                                And when he that hath an issue is cleansed of his issue; then he shall number to himself seven days for his cleansing, and wash his clothes, and bathe his flesh in running water, and shall be clean.
## 3183                                                                                                                                                                        And on the eighth day he shall take to him two turtledoves, or two young pigeons, and come before the LORD unto the door of the tabernacle of the congregation, and give them unto the priest:
## 3184                                                                                                                                                                                        And the priest shall offer them, the one for a sin offering, and the other for a burnt offering; and the priest shall make an atonement for him before the LORD for his issue.
## 3185                                                                                                                                                                                                                                        And if any man's seed of copulation go out from him, then he shall wash all his flesh in water, and be unclean until the even.
## 3186                                                                                                                                                                                                                                      And every garment, and every skin, whereon is the seed of copulation, shall be washed with water, and be unclean until the even.
## 3187                                                                                                                                                                                                                             The woman also with whom man shall lie with seed of copulation, they shall both bathe themselves in water, and be unclean until the even.
## 3188                                                                                                                                                                                                     And if a woman have an issue, and her issue in her flesh be blood, she shall be put apart seven days: and whosoever toucheth her shall be unclean until the even.
## 3189                                                                                                                                                                                                                                      And every thing that she lieth upon in her separation shall be unclean: every thing also that she sitteth upon shall be unclean.
## 3190                                                                                                                                                                                                                                                     And whosoever toucheth her bed shall wash his clothes, and bathe himself in water, and be unclean until the even.
## 3191                                                                                                                                                                                                                                 And whosoever toucheth any thing that she sat upon shall wash his clothes, and bathe himself in water, and be unclean until the even.
## 3192                                                                                                                                                                                                                                                And if it be on her bed, or on any thing whereon she sitteth, when he toucheth it, he shall be unclean until the even.
## 3193                                                                                                                                                                                                                   And if any man lie with her at all, and her flowers be upon him, he shall be unclean seven days; and all the bed whereon he lieth shall be unclean.
## 3194                                                                                                                     And if a woman have an issue of her blood many days out of the time of her separation, or if it run beyond the time of her separation; all the days of the issue of her uncleanness shall be as the days of her separation: she shall be unclean.
## 3195                                                                                                                                                                         Every bed whereon she lieth all the days of her issue shall be unto her as the bed of her separation: and whatsoever she sitteth upon shall be unclean, as the uncleanness of her separation.
## 3196                                                                                                                                                                                                                          And whosoever toucheth those things shall be unclean, and shall wash his clothes, and bathe himself in water, and be unclean until the even.
## 3197                                                                                                                                                                                                                                                  But if she be cleansed of her issue, then she shall number to herself seven days, and after that she shall be clean.
## 3198                                                                                                                                                                                                   And on the eighth day she shall take unto her two turtles, or two young pigeons, and bring them unto the priest, to the door of the tabernacle of the congregation.
## 3199                                                                                                                                                                           And the priest shall offer the one for a sin offering, and the other for a burnt offering; and the priest shall make an atonement for her before the LORD for the issue of her uncleanness.
## 3200                                                                                                                                                                                                      Thus shall ye separate the children of Israel from their uncleanness; that they die not in their uncleanness, when they defile my tabernacle that is among them.
## 3201                                                                                                                                                                                                                                                            This is the law of him that hath an issue, and of him whose seed goeth from him, and is defiled therewith;
## 3202                                                                                                                                                                                                                  And of her that is sick of her flowers, and of him that hath an issue, of the man, and of the woman, and of him that lieth with her that is unclean.
## 3203                                                                                                                                                                                                                                                  AND the LORD spake unto Moses after the death of the two sons of Aaron, when they offered before the LORD, and died;
## 3204                                                                                                                      And the LORD said unto Moses, Speak unto Aaron thy brother, that he come not at all times into the holy place within the vail before the mercy seat, which is upon the ark; that he die not: for I will appear in the cloud upon the mercy seat.
## 3205                                                                                                                                                                                                                                                   Thus shall Aaron come into the holy place: with a young bullock for a sin offering, and a ram for a burnt offering.
## 3206                                                                                             He shall put on the holy linen coat, and he shall have the linen breeches upon his flesh, and shall be girded with a linen girdle, and with the linen mitre shall he be attired: these are holy garments; therefore shall he wash his flesh in water, and so put them on.
## 3207                                                                                                                                                                                                                           And he shall take of the congregation of the children of Israel two kids of the goats for a sin offering, and one ram for a burnt offering.
## 3208                                                                                                                                                                                                                                    And Aaron shall offer his bullock of the sin offering, which is for himself, and make an atonement for himself, and for his house.
## 3209                                                                                                                                                                                                                                                  And he shall take the two goats, and present them before the LORD at the door of the tabernacle of the congregation.
## 3210                                                                                                                                                                                                                                                              And Aaron shall cast lots upon the two goats; one lot for the LORD, and the other lot for the scapegoat.
## 3211                                                                                                                                                                                                                                                                      And Aaron shall bring the goat upon which the LORD's lot fell, and offer him for a sin offering.
## 3212                                                                                                                                                                              But the goat, on which the lot fell to be the scapegoat, shall be presented alive before the LORD, to make an atonement with him, and to let him go for a scapegoat into the wilderness.
## 3213                                                                                                                                                         And Aaron shall bring the bullock of the sin offering, which is for himself, and shall make an atonement for himself, and for his house, and shall kill the bullock of the sin offering which is for himself:
## 3214                                                                                                                                                                                          And he shall take a censer full of burning coals of fire from off the altar before the LORD, and his hands full of sweet incense beaten small, and bring it within the vail:
## 3215                                                                                                                                                                                                       And he shall put the incense upon the fire before the LORD, that the cloud of the incense may cover the mercy seat that is upon the testimony, that he die not:
## 3216                                                                                                                                                                    And he shall take of the blood of the bullock, and sprinkle it with his finger upon the mercy seat eastward; and before the mercy seat shall he sprinkle of the blood with his finger seven times.
## 3217                                                                                                                         Then shall he kill the goat of the sin offering, that is for the people, and bring his blood within the vail, and do with that blood as he did with the blood of the bullock, and sprinkle it upon the mercy seat, and before the mercy seat:
## 3218                                                                               And he shall make an atonement for the holy place, because of the uncleanness of the children of Israel, and because of their transgressions in all their sins: and so shall he do for the tabernacle of the congregation, that remaineth among them in the midst of their uncleanness.
## 3219                                                                                                                    And there shall be no man in the tabernacle of the congregation when he goeth in to make an atonement in the holy place, until he come out, and have made an atonement for himself, and for his household, and for all the congregation of Israel.
## 3220                                                                                                                                               And he shall go out unto the altar that is before the LORD, and make an atonement for it; and shall take of the blood of the bullock, and of the blood of the goat, and put it upon the horns of the altar round about.
## 3221                                                                                                                                                                                                                 And he shall sprinkle of the blood upon it with his finger seven times, and cleanse it, and hallow it from the uncleanness of the children of Israel.
## 3222                                                                                                                                                                                                                      And when he hath made an end of reconciling the holy place, and the tabernacle of the congregation, and the altar, he shall bring the live goat:
## 3223                                                                   And Aaron shall lay both his hands upon the head of the live goat, and confess over him all the iniquities of the children of Israel, and all their transgressions in all their sins, putting them upon the head of the goat, and shall send him away by the hand of a fit man into the wilderness:
## 3224                                                                                                                                                                                                                                      And the goat shall bear upon him all their iniquities unto a land not inhabited: and he shall let go the goat in the wilderness.
## 3225                                                                                                                                                                                     And Aaron shall come into the tabernacle of the congregation, and shall put off the linen garments, which he put on when he went into the holy place, and shall leave them there:
## 3226                                                                                                                                         And he shall wash his flesh with water in the holy place, and put on his garments, and come forth, and offer his burnt offering, and the burnt offering of the people, and make an atonement for himself, and for the people.
## 3227                                                                                                                                                                                                                                                                                                         And the fat of the sin offering shall he burn upon the altar.
## 3228                                                                                                                                                                                                                                 And he that let go the goat for the scapegoat shall wash his clothes, and bathe his flesh in water, and afterward come into the camp.
## 3229                                                                                                        And the bullock for the sin offering, and the goat for the sin offering, whose blood was brought in to make atonement in the holy place, shall one carry forth without the camp; and they shall burn in the fire their skins, and their flesh, and their dung.
## 3230                                                                                                                                                                                                                                             And he that burneth them shall wash his clothes, and bathe his flesh in water, and afterward he shall come into the camp.
## 3231                                                                                                                          And this shall be a statute for ever unto you: that in the seventh month, on the tenth day of the month, ye shall afflict your souls, and do no work at all, whether it be one of your own country, or a stranger that sojourneth among you:
## 3232                                                                                                                                                                                                                                  For on that day shall the priest make an atonement for you, to cleanse you, that ye may be clean from all your sins before the LORD.
## 3233                                                                                                                                                                                                                                                                       It shall be a sabbath of rest unto you, and ye shall afflict your souls, by a statute for ever.
## 3234                                                                                                                                                    And the priest, whom he shall anoint, and whom he shall consecrate to minister in the priest's office in his father's stead, shall make the atonement, and shall put on the linen clothes, even the holy garments:
## 3235                                                                                                                          And he shall make an atonement for the holy sanctuary, and he shall make an atonement for the tabernacle of the congregation, and for the altar, and he shall make an atonement for the priests, and for all the people of the congregation.
## 3236                                                                                                                                                                                            And this shall be an everlasting statute unto you, to make an atonement for the children of Israel for all their sins once a year. And he did as the LORD commanded Moses.
## 3237                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3238                                                                                                                                                                                                                 Speak unto Aaron, and unto his sons, and unto all the children of Israel, and say unto them; This is the thing which the LORD hath commanded, saying,
## 3239                                                                                                                                                                                                                               What man soever there be of the house of Israel, that killeth an ox, or lamb, or goat, in the camp, or that killeth it out of the camp,
## 3240                                                                                                         And bringeth it not unto the door of the tabernacle of the congregation, to offer an offering unto the LORD before the tabernacle of the LORD; blood shall be imputed unto that man; he hath shed blood; and that man shall be cut off from among his people:
## 3241                                                                                           To the end that the children of Israel may bring their sacrifices, which they offer in the open field, even that they may bring them unto the LORD, unto the door of the tabernacle of the congregation, unto the priest, and offer them for peace offerings unto the LORD.
## 3242                                                                                                                                                                                              And the priest shall sprinkle the blood upon the altar of the LORD at the door of the tabernacle of the congregation, and burn the fat for a sweet savour unto the LORD.
## 3243                                                                                                                                                                                              And they shall no more offer their sacrifices unto devils, after whom they have gone a whoring. This shall be a statute for ever unto them throughout their generations.
## 3244                                                                                                                                                                                               And thou shalt say unto them, Whatsoever man there be of the house of Israel, or of the strangers which sojourn among you, that offereth a burnt offering or sacrifice,
## 3245                                                                                                                                                                                                             And bringeth it not unto the door of the tabernacle of the congregation, to offer it unto the LORD; even that man shall be cut off from among his people.
## 3246                                                                                                                             And whatsoever man there be of the house of Israel, or of the strangers that sojourn among you, that eateth any manner of blood; I will even set my face against that soul that eateth blood, and will cut him off from among his people.
## 3247                                                                                                                                                                                  For the life of the flesh is in the blood: and I have given it to you upon the altar to make an atonement for your souls: for it is the blood that maketh an atonement for the soul.
## 3248                                                                                                                                                                                                                         Therefore I said unto the children of Israel, No soul of you shall eat blood, neither shall any stranger that sojourneth among you eat blood.
## 3249                                                                                                                                  And whatsoever man there be of the children of Israel, or of the strangers that sojourn among you, which hunteth and catcheth any beast or fowl that may be eaten; he shall even pour out the blood thereof, and cover it with dust.
## 3250                                                                                                           For it is the life of all flesh; the blood of it is for the life thereof: therefore I said unto the children of Israel, Ye shall eat the blood of no manner of flesh: for the life of all flesh is the blood thereof: whosoever eateth it shall be cut off.
## 3251                                                                                                    And every soul that eateth that which died of itself, or that which was torn with beasts, whether it be one of your own country, or a stranger, he shall both wash his clothes, and bathe himself in water, and be unclean until the even: then shall he be clean.
## 3252                                                                                                                                                                                                                                                                                        But if he wash them not, nor bathe his flesh; then he shall bear his iniquity.
## 3253                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3254                                                                                                                                                                                                                                                                                         Speak unto the children of Israel, and say unto them, I am the LORD your God.
## 3255                                                                                                                                                                After the doings of the land of Egypt, wherein ye dwelt, shall ye not do: and after the doings of the land of Canaan, whither I bring you, shall ye not do: neither shall ye walk in their ordinances.
## 3256                                                                                                                                                                                                                                                                          Ye shall do my judgments, and keep mine ordinances, to walk therein: I am the LORD your God.
## 3257                                                                                                                                                                                                                                                       Ye shall therefore keep my statutes, and my judgments: which if a man do, he shall live in them: I am the LORD.
## 3258                                                                                                                                                                                                                                                              None of you shall approach to any that is near of kin to him, to uncover their nakedness: I am the LORD.
## 3259                                                                                                                                                                                                                         The nakedness of thy father, or the nakedness of thy mother, shalt thou not uncover: she is thy mother; thou shalt not uncover her nakedness.
## 3260                                                                                                                                                                                                                                                                              The nakedness of thy father's wife shalt thou not uncover: it is thy father's nakedness.
## 3261                                                                                                                                                                                         The nakedness of thy sister, the daughter of thy father, or daughter of thy mother, whether she be born at home, or born abroad, even their nakedness thou shalt not uncover.
## 3262                                                                                                                                                                                                                   The nakedness of thy son's daughter, or of thy daughter's daughter, even their nakedness thou shalt not uncover: for theirs is thine own nakedness.
## 3263                                                                                                                                                                                                                                       The nakedness of thy father's wife's daughter, begotten of thy father, she is thy sister, thou shalt not uncover her nakedness.
## 3264                                                                                                                                                                                                                                                                      Thou shalt not uncover the nakedness of thy father's sister: she is thy father's near kinswoman.
## 3265                                                                                                                                                                                                                                                                  Thou shalt not uncover the nakedness of thy mother's sister: for she is thy mother's near kinswoman.
## 3266                                                                                                                                                                                                                                                 Thou shalt not uncover the nakedness of thy father's brother, thou shalt not approach to his wife: she is thine aunt.
## 3267                                                                                                                                                                                                                                             Thou shalt not uncover the nakedness of thy daughter in law: she is thy son's wife; thou shalt not uncover her nakedness.
## 3268                                                                                                                                                                                                                                                                            Thou shalt not uncover the nakedness of thy brother's wife: it is thy brother's nakedness.
## 3269                                                                                                                                                Thou shalt not uncover the nakedness of a woman and her daughter, neither shalt thou take her son's daughter, or her daughter's daughter, to uncover her nakedness; for they are her near kinswomen: it is wickedness.
## 3270                                                                                                                                                                                                                                                Neither shalt thou take a wife to her sister, to vex her, to uncover her nakedness, beside the other in her life time.
## 3271                                                                                                                                                                                                                                                  Also thou shalt not approach unto a woman to uncover her nakedness, as long as she is put apart for her uncleanness.
## 3272                                                                                                                                                                                                                                                                           Moreover thou shalt not lie carnally with thy neighbour's wife, to defile thyself with her.
## 3273                                                                                                                                                                                                                                And thou shalt not let any of thy seed pass through the fire to Molech, neither shalt thou profane the name of thy God: I am the LORD.
## 3274                                                                                                                                                                                                                                                                                                Thou shalt not lie with mankind, as with womankind: it is abomination.
## 3275                                                                                                                                                                                                                 Neither shalt thou lie with any beast to defile thyself therewith: neither shall any woman stand before a beast to lie down thereto: it is confusion.
## 3276                                                                                                                                                                                                                                                Defile not ye yourselves in any of these things: for in all these the nations are defiled which I cast out before you:
## 3277                                                                                                                                                                                                                                         And the land is defiled: therefore I do visit the iniquity thereof upon it, and the land itself vomiteth out her inhabitants.
## 3278                                                                                                                                                                                     Ye shall therefore keep my statutes and my judgments, and shall not commit any of these abominations; neither any of your own nation, nor any stranger that sojourneth among you:
## 3279                                                                                                                                                                                                                                                           (For all these abominations have the men of the land done, which were before you, and the land is defiled;)
## 3280                                                                                                                                                                                                                                                             That the land spue not you out also, when ye defile it, as it spued out the nations that were before you.
## 3281                                                                                                                                                                                                                                       For whosoever shall commit any of these abominations, even the souls that commit them shall be cut off from among their people.
## 3282                                                                                                                                                                   Therefore shall ye keep mine ordinance, that ye commit not any one of these abominable customs, which were committed before you, and that ye defile not yourselves therein: I am the LORD your God.
## 3283                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3284                                                                                                                                                                                                                                      Speak unto all the congregation of the children of Israel, and say unto them, Ye shall be holy: for I the LORD your God am holy.
## 3285                                                                                                                                                                                                                                                                     Ye shall fear every man his mother, and his father, and keep my sabbaths: I am the LORD your God.
## 3286                                                                                                                                                                                                                                                                                   Turn ye not unto idols, nor make to yourselves molten gods: I am the LORD your God.
## 3287                                                                                                                                                                                                                                                                     And if ye offer a sacrifice of peace offerings unto the LORD, ye shall offer it at your own will.
## 3288                                                                                                                                                                                                                                It shall be eaten the same day ye offer it, and on the morrow: and if ought remain until the third day, it shall be burnt in the fire.
## 3289                                                                                                                                                                                                                                                                               And if it be eaten at all on the third day, it is abominable; it shall not be accepted.
## 3290                                                                                                                                                                                            Therefore every one that eateth it shall bear his iniquity, because he hath profaned the hallowed thing of the LORD: and that soul shall be cut off from among his people.
## 3291                                                                                                                                                                                                               And when ye reap the harvest of your land, thou shalt not wholly reap the corners of thy field, neither shalt thou gather the gleanings of thy harvest.
## 3292                                                                                                                                                                                                And thou shalt not glean thy vineyard, neither shalt thou gather every grape of thy vineyard; thou shalt leave them for the poor and stranger: I am the LORD your God.
## 3293                                                                                                                                                                                                                                                                                                 Ye shall not steal, neither deal falsely, neither lie one to another.
## 3294                                                                                                                                                                                                                                                             And ye shall not swear by my name falsely, neither shalt thou profane the name of thy God: I am the LORD.
## 3295                                                                                                                                                                                                                          Thou shalt not defraud thy neighbour, neither rob him: the wages of him that is hired shall not abide with thee all night until the morning.
## 3296                                                                                                                                                                                                                                                      Thou shalt not curse the deaf, nor put a stumblingblock before the blind, but shalt fear thy God: I am the LORD.
## 3297                                                                                                                                                                                  Ye shall do no unrighteousness in judgment: thou shalt not respect the person of the poor, nor honour the person of the mighty: but in righteousness shalt thou judge thy neighbour.
## 3298                                                                                                                                                                                                                           Thou shalt not go up and down as a talebearer among thy people: neither shalt thou stand against the blood of thy neighbour: I am the LORD.
## 3299                                                                                                                                                                                                                                             Thou shalt not hate thy brother in thine heart: thou shalt in any wise rebuke thy neighbour, and not suffer sin upon him.
## 3300                                                                                                                                                                                                                           Thou shalt not avenge, nor bear any grudge against the children of thy people, but thou shalt love thy neighbour as thyself: I am the LORD.
## 3301                                                                                                                                                             Ye shall keep my statutes. Thou shalt not let thy cattle gender with a diverse kind: thou shalt not sow thy field with mingled seed: neither shall a garment mingled of linen and woollen come upon thee.
## 3302                                                                                                                                              And whosoever lieth carnally with a woman, that is a bondmaid, betrothed to an husband, and not at all redeemed, nor freedom given her; she shall be scourged; they shall not be put to death, because she was not free.
## 3303                                                                                                                                                                                                                      And he shall bring his trespass offering unto the LORD, unto the door of the tabernacle of the congregation, even a ram for a trespass offering.
## 3304                                                                                                                                                                            And the priest shall make an atonement for him with the ram of the trespass offering before the LORD for his sin which he hath done: and the sin which he hath done shall be forgiven him.
## 3305                                                                                                                                       And when ye shall come into the land, and shall have planted all manner of trees for food, then ye shall count the fruit thereof as uncircumcised: three years shall it be as uncircumcised unto you: it shall not be eaten of.
## 3306                                                                                                                                                                                                                                                                                 But in the fourth year all the fruit thereof shall be holy to praise the LORD withal.
## 3307                                                                                                                                                                                                                                     And in the fifth year shall ye eat of the fruit thereof, that it may yield unto you the increase thereof: I am the LORD your God.
## 3308                                                                                                                                                                                                                                                                       Ye shall not eat any thing with the blood: neither shall ye use enchantment, nor observe times.
## 3309                                                                                                                                                                                                                                                                        Ye shall not round the corners of your heads, neither shalt thou mar the corners of thy beard.
## 3310                                                                                                                                                                                                                                                               Ye shall not make any cuttings in your flesh for the dead, nor print any marks upon you: I am the LORD.
## 3311                                                                                                                                                                                                                                   Do not prostitute thy daughter, to cause her to be a whore; lest the land fall to whoredom, and the land become full of wickedness.
## 3312                                                                                                                                                                                                                                                                                                 Ye shall keep my sabbaths, and reverence my sanctuary: I am the LORD.
## 3313                                                                                                                                                                                                                                                Regard not them that have familiar spirits, neither seek after wizards, to be defiled by them: I am the LORD your God.
## 3314                                                                                                                                                                                                                                                        Thou shalt rise up before the hoary head, and honour the face of the old man, and fear thy God: I am the LORD.
## 3315                                                                                                                                                                                                                                                                                               And if a stranger sojourn with thee in your land, ye shall not vex him.
## 3316                                                                                                                                                                              But the stranger that dwelleth with you shall be unto you as one born among you, and thou shalt love him as thyself; for ye were strangers in the land of Egypt: I am the LORD your God.
## 3317                                                                                                                                                                                                                                                                                    Ye shall do no unrighteousness in judgment, in meteyard, in weight, or in measure.
## 3318                                                                                                                                                                                                                         Just balances, just weights, a just ephah, and a just hin, shall ye have: I am the LORD your God, which brought you out of the land of Egypt.
## 3319                                                                                                                                                                                                                                                                         Therefore shall ye observe all my statutes, and all my judgments, and do them: I am the LORD.
## 3320                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3321                                                                                                 Again, thou shalt say to the children of Israel, Whosoever he be of the children of Israel, or of the strangers that sojourn in Israel, that giveth any of his seed unto Molech; he shall surely be put to death: the people of the land shall stone him with stones.
## 3322                                                                                                                                                                              And I will set my face against that man, and will cut him off from among his people; because he hath given of his seed unto Molech, to defile my sanctuary, and to profane my holy name.
## 3323                                                                                                                                                                                                                                     And if the people of the land do any ways hide their eyes from the man, when he giveth of his seed unto Molech, and kill him not:
## 3324                                                                                                                                                                                 Then I will set my face against that man, and against his family, and will cut him off, and all that go a whoring after him, to commit whoredom with Molech, from among their people.
## 3325                                                                                                                                                                  And the soul that turneth after such as have familiar spirits, and after wizards, to go a whoring after them, I will even set my face against that soul, and will cut him off from among his people.
## 3326                                                                                                                                                                                                                                                                                            Sanctify yourselves therefore, and be ye holy: for I am the LORD your God.
## 3327                                                                                                                                                                                                                                                                                         And ye shall keep my statutes, and do them: I am the LORD which sanctify you.
## 3328                                                                                                                                                                                                               For every one that curseth his father or his mother shall be surely put to death: he hath cursed his father or his mother; his blood shall be upon him.
## 3329                                                                                                                                                                              And the man that committeth adultery with another man's wife, even he that committeth adultery with his neighbour's wife, the adulterer and the adulteress shall surely be put to death.
## 3330                                                                                                                                                                                                       And the man that lieth with his father's wife hath uncovered his father's nakedness: both of them shall surely be put to death; their blood shall be upon them.
## 3331                                                                                                                                                                                                                    And if a man lie with his daughter in law, both of them shall surely be put to death: they have wrought confusion; their blood shall be upon them.
## 3332                                                                                                                                                                                              If a man also lie with mankind, as he lieth with a woman, both of them have committed an abomination: they shall surely be put to death; their blood shall be upon them.
## 3333                                                                                                                                                                                                                    And if a man take a wife and her mother, it is wickedness: they shall be burnt with fire, both he and they; that there be no wickedness among you.
## 3334                                                                                                                                                                                                                                                                          And if a man lie with a beast, he shall surely be put to death: and ye shall slay the beast.
## 3335                                                                                                                                                                                            And if a woman approach unto any beast, and lie down thereto, thou shalt kill the woman, and the beast: they shall surely be put to death; their blood shall be upon them.
## 3336                                                                            And if a man shall take his sister, his father's daughter, or his mother's daughter, and see her nakedness, and she see his nakedness; it is a wicked thing; and they shall be cut off in the sight of their people: he hath uncovered his sister's nakedness; he shall bear his iniquity.
## 3337                                                                                                                               And if a man shall lie with a woman having her sickness, and shall uncover her nakedness; he hath discovered her fountain, and she hath uncovered the fountain of her blood: and both of them shall be cut off from among their people.
## 3338                                                                                                                                                                                                          And thou shalt not uncover the nakedness of thy mother's sister, nor of thy father's sister: for he uncovereth his near kin: they shall bear their iniquity.
## 3339                                                                                                                                                                                                                           And if a man shall lie with his uncle's wife, he hath uncovered his uncle's nakedness: they shall bear their sin; they shall die childless.
## 3340                                                                                                                                                                                                                               And if a man shall take his brother's wife, it is an unclean thing: he hath uncovered his brother's nakedness; they shall be childless.
## 3341                                                                                                                                                                                                                    Ye shall therefore keep all my statutes, and all my judgments, and do them: that the land, whither I bring you to dwell therein, spue you not out.
## 3342                                                                                                                                                                                                                  And ye shall not walk in the manners of the nation, which I cast out before you: for they committed all these things, and therefore I abhorred them.
## 3343                                                                                                                                                        But I have said unto you, Ye shall inherit their land, and I will give it unto you to possess it, a land that floweth with milk and honey: I am the LORD your God, which have separated you from other people.
## 3344                                                                                  Ye shall therefore put difference between clean beasts and unclean, and between unclean fowls and clean: and ye shall not make your souls abominable by beast, or by fowl, or by any manner of living thing that creepeth on the ground, which I have separated from you as unclean.
## 3345                                                                                                                                                                                                                                                 And ye shall be holy unto me: for I the LORD am holy, and have severed you from other people, that ye should be mine.
## 3346                                                                                                                                                                                                A man also or woman that hath a familiar spirit, or that is a wizard, shall surely be put to death: they shall stone them with stones: their blood shall be upon them.
## 3347                                                                                                                                                                                                                 AND the LORD said unto Moses, Speak unto the priests the sons of Aaron, and say unto them, There shall none be defiled for the dead among his people:
## 3348                                                                                                                                                                                                                      But for his kin, that is near unto him, that is, for his mother, and for his father, and for his son, and for his daughter, and for his brother,
## 3349                                                                                                                                                                                                                                                             And for his sister a virgin, that is nigh unto him, which hath had no husband; for her may he be defiled.
## 3350                                                                                                                                                                                                                                                                              But he shall not defile himself, being a chief man among his people, to profane himself.
## 3351                                                                                                                                                                                                                           They shall not make baldness upon their head, neither shall they shave off the corner of their beard, nor make any cuttings in their flesh.
## 3352                                                                                                                                                                        They shall be holy unto their God, and not profane the name of their God: for the offerings of the LORD made by fire, and the bread of their God, they do offer: therefore they shall be holy.
## 3353                                                                                                                                                                                                                       They shall not take a wife that is a whore, or profane; neither shall they take a woman put away from her husband: for he is holy unto his God.
## 3354                                                                                                                                                                                                                     Thou shalt sanctify him therefore; for he offereth the bread of thy God: he shall be holy unto thee: for I the LORD, which sanctify you, am holy.
## 3355                                                                                                                                                                                                                                  And the daughter of any priest, if she profane herself by playing the whore, she profaneth her father: she shall be burnt with fire.
## 3356                                                                                                                                                                    And he that is the high priest among his brethren, upon whose head the anointing oil was poured, and that is consecrated to put on the garments, shall not uncover his head, nor rend his clothes;
## 3357                                                                                                                                                                                                                                                                        Neither shall he go in to any dead body, nor defile himself for his father, or for his mother;
## 3358                                                                                                                                                                                                             Neither shall he go out of the sanctuary, nor profane the sanctuary of his God; for the crown of the anointing oil of his God is upon him: I am the LORD.
## 3359                                                                                                                                                                                                                                                                                                                            And he shall take a wife in her virginity.
## 3360                                                                                                                                                                                                                                A widow, or a divorced woman, or profane, or an harlot, these shall he not take: but he shall take a virgin of his own people to wife.
## 3361                                                                                                                                                                                                                                                                                   Neither shall he profane his seed among his people: for I the LORD do sanctify him.
## 3362                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3363                                                                                                                                                                                                                 Speak unto Aaron, saying, Whosoever he be of thy seed in their generations that hath any blemish, let him not approach to offer the bread of his God.
## 3364                                                                                                                                                                                                                   For whatsoever man he be that hath a blemish, he shall not approach: a blind man, or a lame, or he that hath a flat nose, or any thing superfluous,
## 3365                                                                                                                                                                                                                                                                                                                       Or a man that is brokenfooted, or brokenhanded,
## 3366                                                                                                                                                                                                                                                    Or crookbackt, or a dwarf, or that hath a blemish in his eye, or be scurvy, or scabbed, or hath his stones broken;
## 3367                                                                                                                                                                  No man that hath a blemish of the seed of Aaron the priest shall come nigh to offer the offerings of the LORD made by fire: he hath a blemish; he shall not come nigh to offer the bread of his God.
## 3368                                                                                                                                                                                                                                                                                            He shall eat the bread of his God, both of the most holy, and of the holy.
## 3369                                                                                                                                                                                                  Only he shall not go in unto the vail, nor come nigh unto the altar, because he hath a blemish; that he profane not my sanctuaries: for I the LORD do sanctify them.
## 3370                                                                                                                                                                                                                                                                                   And Moses told it unto Aaron, and to his sons, and unto all the children of Israel.
## 3371                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3372                                                                                                                                                      Speak unto Aaron and to his sons, that they separate themselves from the holy things of the children of Israel, and that they profane not my holy name in those things which they hallow unto me: I am the LORD.
## 3373                                                                                                              Say unto them, Whosoever he be of all your seed among your generations, that goeth unto the holy things, which the children of Israel hallow unto the LORD, having his uncleanness upon him, that soul shall be cut off from my presence: I am the LORD.
## 3374                                                                                                                                       What man soever of the seed of Aaron is a leper, or hath a running issue; he shall not eat of the holy things, until he be clean. And whoso toucheth any thing that is unclean by the dead, or a man whose seed goeth from him;
## 3375                                                                                                                                                                                                                   Or whosoever toucheth any creeping thing, whereby he may be made unclean, or a man of whom he may take uncleanness, whatsoever uncleanness he hath;
## 3376                                                                                                                                                                                                                          The soul which hath touched any such shall be unclean until even, and shall not eat of the holy things, unless he wash his flesh with water.
## 3377                                                                                                                                                                                                                                                      And when the sun is down, he shall be clean, and shall afterward eat of the holy things; because it is his food.
## 3378                                                                                                                                                                                                                                                      That which dieth of itself, or is torn with beasts, he shall not eat to defile himself therewith: I am the LORD.
## 3379                                                                                                                                                                                                                              They shall therefore keep mine ordinance, lest they bear sin for it, and die therefore, if they profane it: I the LORD do sanctify them.
## 3380                                                                                                                                                                                                                                       There shall no stranger eat of the holy thing: a sojourner of the priest, or an hired servant, shall not eat of the holy thing.
## 3381                                                                                                                                                                                                                                      But if the priest buy any soul with his money, he shall eat of it, and he that is born in his house: they shall eat of his meat.
## 3382                                                                                                                                                                                                                                                          If the priest's daughter also be married unto a stranger, she may not eat of an offering of the holy things.
## 3383                                                                                                                                                       But if the priest's daughter be a widow, or divorced, and have no child, and is returned unto her father's house, as in her youth, she shall eat of her father's meat: but there shall no stranger eat thereof.
## 3384                                                                                                                                                                                                              And if a man eat of the holy thing unwittingly, then he shall put the fifth part thereof unto it, and shall give it unto the priest with the holy thing.
## 3385                                                                                                                                                                                                                                                                 And they shall not profane the holy things of the children of Israel, which they offer unto the LORD;
## 3386                                                                                                                                                                                                                                                    Or suffer them to bear the iniquity of trespass, when they eat their holy things: for I the LORD do sanctify them.
## 3387                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3388                                                       Speak unto Aaron, and to his sons, and unto all the children of Israel, and say unto them, Whatsoever he be of the house of Israel, or of the strangers in Israel, that will offer his oblation for all his vows, and for all his freewill offerings, which they will offer unto the LORD for a burnt offering;
## 3389                                                                                                                                                                                                                                                                 Ye shall offer at your own will a male without blemish, of the beeves, of the sheep, or of the goats.
## 3390                                                                                                                                                                                                                                                                       But whatsoever hath a blemish, that shall ye not offer: for it shall not be acceptable for you.
## 3391                                                                                                                                                          And whosoever offereth a sacrifice of peace offerings unto the LORD to accomplish his vow, or a freewill offering in beeves or sheep, it shall be perfect to be accepted; there shall be no blemish therein.
## 3392                                                                                                                                                                                       Blind, or broken, or maimed, or having a wen, or scurvy, or scabbed, ye shall not offer these unto the LORD, nor make an offering by fire of them upon the altar unto the LORD.
## 3393                                                                                                                                                                                           Either a bullock or a lamb that hath any thing superfluous or lacking in his parts, that mayest thou offer for a freewill offering; but for a vow it shall not be accepted.
## 3394                                                                                                                                                                                                                       Ye shall not offer unto the LORD that which is bruised, or crushed, or broken, or cut; neither shall ye make any offering thereof in your land.
## 3395                                                                                                                                                                               Neither from a stranger's hand shall ye offer the bread of your God of any of these; because their corruption is in them, and blemishes be in them: they shall not be accepted for you.
## 3396                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3397                                                                                                                                                          When a bullock, or a sheep, or a goat, is brought forth, then it shall be seven days under the dam; and from the eighth day and thenceforth it shall be accepted for an offering made by fire unto the LORD.
## 3398                                                                                                                                                                                                                                                                                     And whether it be cow or ewe, ye shall not kill it and her young both in one day.
## 3399                                                                                                                                                                                                                                                                          And when ye will offer a sacrifice of thanksgiving unto the LORD, offer it at your own will.
## 3400                                                                                                                                                                                                                                                                      On the same day it shall be eaten up; ye shall leave none of it until the morrow: I am the LORD.
## 3401                                                                                                                                                                                                                                                                                                  Therefore shall ye keep my commandments, and do them: I am the LORD.
## 3402                                                                                                                                                                                                                                           Neither shall ye profane my holy name; but I will be hallowed among the children of Israel: I am the LORD which hallow you,
## 3403                                                                                                                                                                                                                                                                                             That brought you out of the land of Egypt, to be your God: I am the LORD.
## 3404                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3405                                                                                                                                                                                                   Speak unto the children of Israel, and say unto them, Concerning the feasts of the LORD, which ye shall proclaim to be holy convocations, even these are my feasts.
## 3406                                                                                                                                                                                       Six days shall work be done: but the seventh day is the sabbath of rest, an holy convocation; ye shall do no work therein: it is the sabbath of the LORD in all your dwellings.
## 3407                                                                                                                                                                                                                                                                   These are the feasts of the LORD, even holy convocations, which ye shall proclaim in their seasons.
## 3408                                                                                                                                                                                                                                                                                              In the fourteenth day of the first month at even is the LORD's passover.
## 3409                                                                                                                                                                                                                                   And on the fifteenth day of the same month is the feast of unleavened bread unto the LORD: seven days ye must eat unleavened bread.
## 3410                                                                                                                                                                                                                                                                              In the first day ye shall have an holy convocation: ye shall do no servile work therein.
## 3411                                                                                                                                                                                                                 But ye shall offer an offering made by fire unto the LORD seven days: in the seventh day is an holy convocation: ye shall do no servile work therein.
## 3412                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3413                                                                                                                                        Speak unto the children of Israel, and say unto them, When ye be come into the land which I give unto you, and shall reap the harvest thereof, then ye shall bring a sheaf of the firstfruits of your harvest unto the priest:
## 3414                                                                                                                                                                                                                                        And he shall wave the sheaf before the LORD, to be accepted for you: on the morrow after the sabbath the priest shall wave it.
## 3415                                                                                                                                                                                                                                   And ye shall offer that day when ye wave the sheaf an he lamb without blemish of the first year for a burnt offering unto the LORD.
## 3416                                                                                                                                         And the meat offering thereof shall be two tenth deals of fine flour mingled with oil, an offering made by fire unto the LORD for a sweet savour: and the drink offering thereof shall be of wine, the fourth part of an hin.
## 3417                                                                                                                                            And ye shall eat neither bread, nor parched corn, nor green ears, until the selfsame day that ye have brought an offering unto your God: it shall be a statute for ever throughout your generations in all your dwellings.
## 3418                                                                                                                                                                                                         And ye shall count unto you from the morrow after the sabbath, from the day that ye brought the sheaf of the wave offering; seven sabbaths shall be complete:
## 3419                                                                                                                                                                                                                                      Even unto the morrow after the seventh sabbath shall ye number fifty days; and ye shall offer a new meat offering unto the LORD.
## 3420                                                                                                                                                                                      Ye shall bring out of your habitations two wave loaves of two tenth deals: they shall be of fine flour; they shall be baken with leaven; they are the firstfruits unto the LORD.
## 3421                                                                            And ye shall offer with the bread seven lambs without blemish of the first year, and one young bullock, and two rams: they shall be for a burnt offering unto the LORD, with their meat offering, and their drink offerings, even an offering made by fire, of sweet savour unto the LORD.
## 3422                                                                                                                                                                                                                                  Then ye shall sacrifice one kid of the goats for a sin offering, and two lambs of the first year for a sacrifice of peace offerings.
## 3423                                                                                                                                                                                              And the priest shall wave them with the bread of the firstfruits for a wave offering before the LORD, with the two lambs: they shall be holy to the LORD for the priest.
## 3424                                                                                                                                                        And ye shall proclaim on the selfsame day, that it may be an holy convocation unto you: ye shall do no servile work therein: it shall be a statute for ever in all your dwellings throughout your generations.
## 3425                                                                                                 And when ye reap the harvest of your land, thou shalt not make clean riddance of the corners of thy field when thou reapest, neither shalt thou gather any gleaning of thy harvest: thou shalt leave them unto the poor, and to the stranger: I am the LORD your God.
## 3426                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3427                                                                                                                                                                                      Speak unto the children of Israel, saying, In the seventh month, in the first day of the month, shall ye have a sabbath, a memorial of blowing of trumpets, an holy convocation.
## 3428                                                                                                                                                                                                                                                                       Ye shall do no servile work therein: but ye shall offer an offering made by fire unto the LORD.
## 3429                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3430                                                                                                                                                           Also on the tenth day of this seventh month there shall be a day of atonement: it shall be an holy convocation unto you; and ye shall afflict your souls, and offer an offering made by fire unto the LORD.
## 3431                                                                                                                                                                                                                                        And ye shall do no work in that same day: for it is a day of atonement, to make an atonement for you before the LORD your God.
## 3432                                                                                                                                                                                                                                                    For whatsoever soul it be that shall not be afflicted in that same day, he shall be cut off from among his people.
## 3433                                                                                                                                                                                                                                                   And whatsoever soul it be that doeth any work in that same day, the same soul will I destroy from among his people.
## 3434                                                                                                                                                                                                                                                      Ye shall do no manner of work: it shall be a statute for ever throughout your generations in all your dwellings.
## 3435                                                                                                                                                                                                 It shall be unto you a sabbath of rest, and ye shall afflict your souls: in the ninth day of the month at even, from even unto even, shall ye celebrate your sabbath.
## 3436                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3437                                                                                                                                                                                                                    Speak unto the children of Israel, saying, The fifteenth day of this seventh month shall be the feast of tabernacles for seven days unto the LORD.
## 3438                                                                                                                                                                                                                                                                                   On the first day shall be an holy convocation: ye shall do no servile work therein.
## 3439                                                                                                               Seven days ye shall offer an offering made by fire unto the LORD: on the eighth day shall be an holy convocation unto you; and ye shall offer an offering made by fire unto the LORD: it is a solemn assembly; and ye shall do no servile work therein.
## 3440                                                                                                                                These are the feasts of the LORD, which ye shall proclaim to be holy convocations, to offer an offering made by fire unto the LORD, a burnt offering, and a meat offering, a sacrifice, and drink offerings, every thing upon his day:
## 3441                                                                                                                                                                                                                Beside the sabbaths of the LORD, and beside your gifts, and beside all your vows, and beside all your freewill offerings, which ye give unto the LORD.
## 3442                                                                                                                                        Also in the fifteenth day of the seventh month, when ye have gathered in the fruit of the land, ye shall keep a feast unto the LORD seven days: on the first day shall be a sabbath, and on the eighth day shall be a sabbath.
## 3443                                                                                                                                                         And ye shall take you on the first day the boughs of goodly trees, branches of palm trees, and the boughs of thick trees, and willows of the brook; and ye shall rejoice before the LORD your God seven days.
## 3444                                                                                                                                                                                                    And ye shall keep it a feast unto the LORD seven days in the year. It shall be a statute for ever in your generations: ye shall celebrate it in the seventh month.
## 3445                                                                                                                                                                                                                                                                              Ye shall dwell in booths seven days; all that are Israelites born shall dwell in booths:
## 3446                                                                                                                                                                                                           That your generations may know that I made the children of Israel to dwell in booths, when I brought them out of the land of Egypt: I am the LORD your God.
## 3447                                                                                                                                                                                                                                                                                                And Moses declared unto the children of Israel the feasts of the LORD.
## 3448                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3449                                                                                                                                                                                                                                Command the children of Israel, that they bring unto thee pure oil olive beaten for the light, to cause the lamps to burn continually.
## 3450                                                                                                                                                     Without the vail of the testimony, in the tabernacle of the congregation, shall Aaron order it from the evening unto the morning before the LORD continually: it shall be a statute for ever in your generations.
## 3451                                                                                                                                                                                                                                                                                       He shall order the lamps upon the pure candlestick before the LORD continually.
## 3452                                                                                                                                                                                                                                                                  And thou shalt take fine flour, and bake twelve cakes thereof: two tenth deals shall be in one cake.
## 3453                                                                                                                                                                                                                                                                               And thou shalt set them in two rows, six on a row, upon the pure table before the LORD.
## 3454                                                                                                                                                                                                                          And thou shalt put pure frankincense upon each row, that it may be on the bread for a memorial, even an offering made by fire unto the LORD.
## 3455                                                                                                                                                                                                                               Every sabbath he shall set it in order before the LORD continually, being taken from the children of Israel by an everlasting covenant.
## 3456                                                                                                                                                                                        And it shall be Aaron's and his sons'; and they shall eat it in the holy place: for it is most holy unto him of the offerings of the LORD made by fire by a perpetual statute.
## 3457                                                                                                                                                                      And the son of an Israelitish woman, whose father was an Egyptian, went out among the children of Israel: and this son of the Israelitish woman and a man of Israel strove together in the camp;
## 3458                                                                                                                                                                      And the Israelitish woman's son blasphemed the name of the LORD, and cursed. And they brought him unto Moses: (and his mother's name was Shelomith, the daughter of Dibri, of the tribe of Dan:)
## 3459                                                                                                                                                                                                                                                                                             And they put him in ward, that the mind of the LORD might be shewed them.
## 3460                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3461                                                                                                                                                                                                                  Bring forth him that hath cursed without the camp; and let all that heard him lay their hands upon his head, and let all the congregation stone him.
## 3462                                                                                                                                                                                                                                                               And thou shalt speak unto the children of Israel, saying, Whosoever curseth his God shall bear his sin.
## 3463                                                                                                             And he that blasphemeth the name of the LORD, he shall surely be put to death, and all the congregation shall certainly stone him: as well the stranger, as he that is born in the land, when he blasphemeth the name of the LORD, shall be put to death.
## 3464                                                                                                                                                                                                                                                                                                             And he that killeth any man shall surely be put to death.
## 3465                                                                                                                                                                                                                                                                                                      And he that killeth a beast shall make it good; beast for beast.
## 3466                                                                                                                                                                                                                                                                           And if a man cause a blemish in his neighbour; as he hath done, so shall it be done to him;
## 3467                                                                                                                                                                                                                                              Breach for breach, eye for eye, tooth for tooth: as he hath caused a blemish in a man, so shall it be done to him again.
## 3468                                                                                                                                                                                                                                                                And he that killeth a beast, he shall restore it: and he that killeth a man, he shall be put to death.
## 3469                                                                                                                                                                                                                                                Ye shall have one manner of law, as well for the stranger, as for one of your own country: for I am the LORD your God.
## 3470                                                                                                                                                                   And Moses spake to the children of Israel, that they should bring forth him that had cursed out of the camp, and stone him with stones. And the children of Israel did as the LORD commanded Moses.
## 3471                                                                                                                                                                                                                                                                                                                 AND the LORD spake unto Moses in mount Sinai, saying,
## 3472                                                                                                                                                                                                                  Speak unto the children of Israel, and say unto them, When ye come into the land which I give you, then shall the land keep a sabbath unto the LORD.
## 3473                                                                                                                                                                                                                                                     Six years thou shalt sow thy field, and six years thou shalt prune thy vineyard, and gather in the fruit thereof;
## 3474                                                                                                                                                                                                                   But in the seventh year shall be a sabbath of rest unto the land, a sabbath for the LORD: thou shalt neither sow thy field, nor prune thy vineyard.
## 3475                                                                                                                                                                                                     That which groweth of its own accord of thy harvest thou shalt not reap, neither gather the grapes of thy vine undressed: for it is a year of rest unto the land.
## 3476                                                                                                                                                                                        And the sabbath of the land shall be meat for you; for thee, and for thy servant, and for thy maid, and for thy hired servant, and for thy stranger that sojourneth with thee,
## 3477                                                                                                                                                                                                                                                                   And for thy cattle, and for the beast that are in thy land, shall all the increase thereof be meat.
## 3478                                                                                                                                                                                               And thou shalt number seven sabbaths of years unto thee, seven times seven years; and the space of the seven sabbaths of years shall be unto thee forty and nine years.
## 3479                                                                                                                                                                                     Then shalt thou cause the trumpet of the jubile to sound on the tenth day of the seventh month, in the day of atonement shall ye make the trumpet sound throughout all your land.
## 3480                                                                                                                And ye shall hallow the fiftieth year, and proclaim liberty throughout all the land unto all the inhabitants thereof: it shall be a jubile unto you; and ye shall return every man unto his possession, and ye shall return every man unto his family.
## 3481                                                                                                                                                                                                  A jubile shall that fiftieth year be unto you: ye shall not sow, neither reap that which groweth of itself in it, nor gather the grapes in it of thy vine undressed.
## 3482                                                                                                                                                                                                                                                                  For it is the jubile; it shall be holy unto you: ye shall eat the increase thereof out of the field.
## 3483                                                                                                                                                                                                                                                                                             In the year of this jubile ye shall return every man unto his possession.
## 3484                                                                                                                                                                                                                                                 And if thou sell ought unto thy neighbour, or buyest ought of thy neighbour's hand, ye shall not oppress one another:
## 3485                                                                                                                                                                                                      According to the number of years after the jubile thou shalt buy of thy neighbour, and according unto the number of years of the fruits he shall sell unto thee:
## 3486                                                                                                                                  According to the multitude of years thou shalt increase the price thereof, and according to the fewness of years thou shalt diminish the price of it: for according to the number of the years of the fruits doth he sell unto thee.
## 3487                                                                                                                                                                                                                                                                  Ye shall not therefore oppress one another; but thou shalt fear thy God: for I am the LORD your God.
## 3488                                                                                                                                                                                                                                                      Wherefore ye shall do my statutes, and keep my judgments, and do them; and ye shall dwell in the land in safety.
## 3489                                                                                                                                                                                                                                                                          And the land shall yield her fruit, and ye shall eat your fill, and dwell therein in safety.
## 3490                                                                                                                                                                                                                                                        And if ye shall say, What shall we eat the seventh year? behold, we shall not sow, nor gather in our increase:
## 3491                                                                                                                                                                                                                                                           Then I will command my blessing upon you in the sixth year, and it shall bring forth fruit for three years.
## 3492                                                                                                                                                                                                                              And ye shall sow the eighth year, and eat yet of old fruit until the ninth year; until her fruits come in ye shall eat of the old store.
## 3493                                                                                                                                                                                                                                                               The land shall not be sold for ever: for the land is mine; for ye are strangers and sojourners with me.
## 3494                                                                                                                                                                                                                                                                                      And in all the land of your possession ye shall grant a redemption for the land.
## 3495                                                                                                                                                                                                   If thy brother be waxen poor, and hath sold away some of his possession, and if any of his kin come to redeem it, then shall he redeem that which his brother sold.
## 3496                                                                                                                                                                                                                                                                                              And if the man have none to redeem it, and himself be able to redeem it;
## 3497                                                                                                                                                                                                                   Then let him count the years of the sale thereof, and restore the overplus unto the man to whom he sold it; that he may return unto his possession.
## 3498                                                                                                                                         But if he be not able to restore it to him, then that which is sold shall remain in the hand of him that hath bought it until the year of jubile: and in the jubile it shall go out, and he shall return unto his possession.
## 3499                                                                                                                                                                                                                 And if a man sell a dwelling house in a walled city, then he may redeem it within a whole year after it is sold; within a full year may he redeem it.
## 3500                                                                                                                                               And if it be not redeemed within the space of a full year, then the house that is in the walled city shall be established for ever to him that bought it throughout his generations: it shall not go out in the jubile.
## 3501                                                                                                                                                                                          But the houses of the villages which have no wall round about them shall be counted as the fields of the country: they may be redeemed, and they shall go out in the jubile.
## 3502                                                                                                                                                                                                                                      Notwithstanding the cities of the Levites, and the houses of the cities of their possession, may the Levites redeem at any time.
## 3503                                                                                                                                And if a man purchase of the Levites, then the house that was sold, and the city of his possession, shall go out in the year of jubile: for the houses of the cities of the Levites are their possession among the children of Israel.
## 3504                                                                                                                                                                                                                                                                   But the field of the suburbs of their cities may not be sold; for it is their perpetual possession.
## 3505                                                                                                                                                                                               And if thy brother be waxen poor, and fallen in decay with thee; then thou shalt relieve him: yea, though he be a stranger, or a sojourner; that he may live with thee.
## 3506                                                                                                                                                                                                                                                                        Take thou no usury of him, or increase: but fear thy God; that thy brother may live with thee.
## 3507                                                                                                                                                                                                                                                                                 Thou shalt not give him thy money upon usury, nor lend him thy victuals for increase.
## 3508                                                                                                                                                                                                                                         I am the LORD your God, which brought you forth out of the land of Egypt, to give you the land of Canaan, and to be your God.
## 3509                                                                                                                                                                                                                                   And if thy brother that dwelleth by thee be waxen poor, and be sold unto thee; thou shalt not compel him to serve as a bondservant:
## 3510                                                                                                                                                                                                                                                     But as an hired servant, and as a sojourner, he shall be with thee, and shall serve thee unto the year of jubile:
## 3511                                                                                                                                                                                                  And then shall he depart from thee, both he and his children with him, and shall return unto his own family, and unto the possession of his fathers shall he return.
## 3512                                                                                                                                                                                                                                                          For they are my servants, which I brought forth out of the land of Egypt: they shall not be sold as bondmen.
## 3513                                                                                                                                                                                                                                                                                                     Thou shalt not rule over him with rigour; but shalt fear thy God.
## 3514                                                                                                                                                                                                             Both thy bondmen, and thy bondmaids, which thou shalt have, shall be of the heathen that are round about you; of them shall ye buy bondmen and bondmaids.
## 3515                                                                                                                                                                 Moreover of the children of the strangers that do sojourn among you, of them shall ye buy, and of their families that are with you, which they begat in your land: and they shall be your possession.
## 3516                                                                                                                           And ye shall take them as an inheritance for your children after you, to inherit them for a possession; they shall be your bondmen for ever: but over your brethren the children of Israel, ye shall not rule one over another with rigour.
## 3517                                                                                                                                                                    And if a sojourner or stranger wax rich by thee, and thy brother that dwelleth by him wax poor, and sell himself unto the stranger or sojourner by thee, or to the stock of the stranger's family:
## 3518                                                                                                                                                                                                                                                                                   After that he is sold he may be redeemed again; one of his brethren may redeem him:
## 3519                                                                                                                                                                                                      Either his uncle, or his uncle's son, may redeem him, or any that is nigh of kin unto him of his family may redeem him; or if he be able, he may redeem himself.
## 3520                                                                                                                    And he shall reckon with him that bought him from the year that he was sold to him unto the year of jubile: and the price of his sale shall be according unto the number of years, according to the time of an hired servant shall it be with him.
## 3521                                                                                                                                                                                                                       If there be yet many years behind, according unto them he shall give again the price of his redemption out of the money that he was bought for.
## 3522                                                                                                                                                                                            And if there remain but few years unto the year of jubile, then he shall count with him, and according unto his years shall he give him again the price of his redemption.
## 3523                                                                                                                                                                                                                                                   And as a yearly hired servant shall he be with him: and the other shall not rule with rigour over him in thy sight.
## 3524                                                                                                                                                                                                                                             And if he be not redeemed in these years, then he shall go out in the year of jubile, both he, and his children with him.
## 3525                                                                                                                                                                                                                          For unto me the children of Israel are servants; they are my servants whom I brought forth out of the land of Egypt: I am the LORD your God.
## 3526                                                                                                                                                                          YE shall make you no idols nor graven image, neither rear you up a standing image, neither shall ye set up any image of stone in your land, to bow down unto it: for I am the LORD your God.
## 3527                                                                                                                                                                                                                                                                                                 Ye shall keep my sabbaths, and reverence my sanctuary: I am the LORD.
## 3528                                                                                                                                                                                                                                                                                                     If ye walk in my statutes, and keep my commandments, and do them;
## 3529                                                                                                                                                                                                                                   Then I will give you rain in due season, and the land shall yield her increase, and the trees of the field shall yield their fruit.
## 3530                                                                                                                                                                                            And your threshing shall reach unto the vintage, and the vintage shall reach unto the sowing time: and ye shall eat your bread to the full, and dwell in your land safely.
## 3531                                                                                                                                                                                   And I will give peace in the land, and ye shall lie down, and none shall make you afraid: and I will rid evil beasts out of the land, neither shall the sword go through your land.
## 3532                                                                                                                                                                                                                                                                                         And ye shall chase your enemies, and they shall fall before you by the sword.
## 3533                                                                                                                                                                                                                  And five of you shall chase an hundred, and an hundred of you shall put ten thousand to flight: and your enemies shall fall before you by the sword.
## 3534                                                                                                                                                                                                                                                        For I will have respect unto you, and make you fruitful, and multiply you, and establish my covenant with you.
## 3535                                                                                                                                                                                                                                                                                               And ye shall eat old store, and bring forth the old because of the new.
## 3536                                                                                                                                                                                                                                                                                              And I will set my tabernacle among you: and my soul shall not abhor you.
## 3537                                                                                                                                                                                                                                                                                           And I will walk among you, and will be your God, and ye shall be my people.
## 3538                                                                                                                                                                                     I am the LORD your God, which brought you forth out of the land of Egypt, that ye should not be their bondmen; and I have broken the bands of your yoke, and made you go upright.
## 3539                                                                                                                                                                                                                                                                                           But if ye will not hearken unto me, and will not do all these commandments;
## 3540                                                                                                                                                                                                                   And if ye shall despise my statutes, or if your soul abhor my judgments, so that ye will not do all my commandments, but that ye break my covenant:
## 3541                                                                                                                                      I also will do this unto you; I will even appoint over you terror, consumption, and the burning ague, that shall consume the eyes, and cause sorrow of heart: and ye shall sow your seed in vain, for your enemies shall eat it.
## 3542                                                                                                                                                                                                     And I will set my face against you, and ye shall be slain before your enemies: they that hate you shall reign over you; and ye shall flee when none pursueth you.
## 3543                                                                                                                                                                                                                                                           And if ye will not yet for all this hearken unto me, then I will punish you seven times more for your sins.
## 3544                                                                                                                                                                                                                                                               And I will break the pride of your power; and I will make your heaven as iron, and your earth as brass:
## 3545                                                                                                                                                                                                                         And your strength shall be spent in vain: for your land shall not yield her increase, neither shall the trees of the land yield their fruits.
## 3546                                                                                                                                                                                                                                 And if ye walk contrary unto me, and will not hearken unto me; I will bring seven times more plagues upon you according to your sins.
## 3547                                                                                                                                                                                              I will also send wild beasts among you, which shall rob you of your children, and destroy your cattle, and make you few in number; and your high ways shall be desolate.
## 3548                                                                                                                                                                                                                                                                                 And if ye will not be reformed by me by these things, but will walk contrary unto me;
## 3549                                                                                                                                                                                                                                                                           Then will I also walk contrary unto you, and will punish you yet seven times for your sins.
## 3550                                                                                                                                    And I will bring a sword upon you, that shall avenge the quarrel of my covenant: and when ye are gathered together within your cities, I will send the pestilence among you; and ye shall be delivered into the hand of the enemy.
## 3551                                                                                                                                                                           And when I have broken the staff of your bread, ten women shall bake your bread in one oven, and they shall deliver you your bread again by weight: and ye shall eat, and not be satisfied.
## 3552                                                                                                                                                                                                                                                                                           And if ye will not for all this hearken unto me, but walk contrary unto me;
## 3553                                                                                                                                                                                                                                                          Then I will walk contrary unto you also in fury; and I, even I, will chastise you seven times for your sins.
## 3554                                                                                                                                                                                                                                                                                And ye shall eat the flesh of your sons, and the flesh of your daughters shall ye eat.
## 3555                                                                                                                                                                                                                   And I will destroy your high places, and cut down your images, and cast your carcases upon the carcases of your idols, and my soul shall abhor you.
## 3556                                                                                                                                                                                                                                  And I will make your cities waste, and bring your sanctuaries unto desolation, and I will not smell the savour of your sweet odours.
## 3557                                                                                                                                                                                                                                                            And I will bring the land into desolation: and your enemies which dwell therein shall be astonished at it.
## 3558                                                                                                                                                                                                                                And I will scatter you among the heathen, and will draw out a sword after you: and your land shall be desolate, and your cities waste.
## 3559                                                                                                                                                                                                         Then shall the land enjoy her sabbaths, as long as it lieth desolate, and ye be in your enemies' land; even then shall the land rest, and enjoy her sabbaths.
## 3560                                                                                                                                                                                                                                                          As long as it lieth desolate it shall rest; because it did not rest in your sabbaths, when ye dwelt upon it.
## 3561                                                                                                              And upon them that are left alive of you I will send a faintness into their hearts in the lands of their enemies; and the sound of a shaken leaf shall chase them; and they shall flee, as fleeing from a sword; and they shall fall when none pursueth.
## 3562                                                                                                                                                                                                                         And they shall fall one upon another, as it were before a sword, when none pursueth: and ye shall have no power to stand before your enemies.
## 3563                                                                                                                                                                                                                                                                                 And ye shall perish among the heathen, and the land of your enemies shall eat you up.
## 3564                                                                                                                                                                                                   And they that are left of you shall pine away in their iniquity in your enemies' lands; and also in the iniquities of their fathers shall they pine away with them.
## 3565                                                                                                                                                                                       If they shall confess their iniquity, and the iniquity of their fathers, with their trespass which they trespassed against me, and that also they have walked contrary unto me;
## 3566                                                                                                                                                        And that I also have walked contrary unto them, and have brought them into the land of their enemies; if then their uncircumcised hearts be humbled, and they then accept of the punishment of their iniquity:
## 3567                                                                                                                                                                                                        Then will I remember my covenant with Jacob, and also my covenant with Isaac, and also my covenant with Abraham will I remember; and I will remember the land.
## 3568                                                                                                   The land also shall be left of them, and shall enjoy her sabbaths, while she lieth desolate without them: and they shall accept of the punishment of their iniquity: because, even because they despised my judgments, and because their soul abhorred my statutes.
## 3569                                                                                                                                                      And yet for all that, when they be in the land of their enemies, I will not cast them away, neither will I abhor them, to destroy them utterly, and to break my covenant with them: for I am the LORD their God.
## 3570                                                                                                                                                                             But I will for their sakes remember the covenant of their ancestors, whom I brought forth out of the land of Egypt in the sight of the heathen, that I might be their God: I am the LORD.
## 3571                                                                                                                                                                                                                        These are the statutes and judgments and laws, which the LORD made between him and the children of Israel in mount Sinai by the hand of Moses.
## 3572                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3573                                                                                                                                                                                                                      Speak unto the children of Israel, and say unto them, When a man shall make a singular vow, the persons shall be for the LORD by thy estimation.
## 3574                                                                                                                                                                                     And thy estimation shall be of the male from twenty years old even unto sixty years old, even thy estimation shall be fifty shekels of silver, after the shekel of the sanctuary.
## 3575                                                                                                                                                                                                                                                                                                   And if it be a female, then thy estimation shall be thirty shekels.
## 3576                                                                                                                                                                                                                 And if it be from five years old even unto twenty years old, then thy estimation shall be of the male twenty shekels, and for the female ten shekels.
## 3577                                                                                                                                                                          And if it be from a month old even unto five years old, then thy estimation shall be of the male five shekels of silver, and for the female thy estimation shall be three shekels of silver.
## 3578                                                                                                                                                                                                                           And if it be from sixty years old and above; if it be a male, then thy estimation shall be fifteen shekels, and for the female ten shekels.
## 3579                                                                                                                                                                             But if he be poorer than thy estimation, then he shall present himself before the priest, and the priest shall value him; according to his ability that vowed shall the priest value him.
## 3580                                                                                                                                                                                                                                       And if it be a beast, whereof men bring an offering unto the LORD, all that any man giveth of such unto the LORD shall be holy.
## 3581                                                                                                                                                                                           He shall not alter it, nor change it, a good for a bad, or a bad for a good: and if he shall at all change beast for beast, then it and the exchange thereof shall be holy.
## 3582                                                                                                                                                                                                                              And if it be any unclean beast, of which they do not offer a sacrifice unto the LORD, then he shall present the beast before the priest:
## 3583                                                                                                                                                                                                                                                     And the priest shall value it, whether it be good or bad: as thou valuest it, who art the priest, so shall it be.
## 3584                                                                                                                                                                                                                                                                          But if he will at all redeem it, then he shall add a fifth part thereof unto thy estimation.
## 3585                                                                                                                                                                                   And when a man shall sanctify his house to be holy unto the LORD, then the priest shall estimate it, whether it be good or bad: as the priest shall estimate it, so shall it stand.
## 3586                                                                                                                                                                                                                     And if he that sanctified it will redeem his house, then he shall add the fifth part of the money of thy estimation unto it, and it shall be his.
## 3587                                                                                                                                                     And if a man shall sanctify unto the LORD some part of a field of his possession, then thy estimation shall be according to the seed thereof: an homer of barley seed shall be valued at fifty shekels of silver.
## 3588                                                                                                                                                                                                                                                                         If he sanctify his field from the year of jubile, according to thy estimation it shall stand.
## 3589                                                                                                                                                      But if he sanctify his field after the jubile, then the priest shall reckon unto him the money according to the years that remain, even unto the year of the jubile, and it shall be abated from thy estimation.
## 3590                                                                                                                                                                                              And if he that sanctified the field will in any wise redeem it, then he shall add the fifth part of the money of thy estimation unto it, and it shall be assured to him.
## 3591                                                                                                                                                                                                                                                  And if he will not redeem the field, or if he have sold the field to another man, it shall not be redeemed any more.
## 3592                                                                                                                                                                                                                        But the field, when it goeth out in the jubile, shall be holy unto the LORD, as a field devoted; the possession thereof shall be the priest's.
## 3593                                                                                                                                                                                                                                                       And if a man sanctify unto the LORD a field which he hath bought, which is not of the fields of his possession;
## 3594                                                                                                                                                                                   Then the priest shall reckon unto him the worth of thy estimation, even unto the year of the jubile: and he shall give thine estimation in that day, as a holy thing unto the LORD.
## 3595                                                                                                                                                                                                                           In the year of the jubile the field shall return unto him of whom it was bought, even to him to whom the possession of the land did belong.
## 3596                                                                                                                                                                                                                                                         And all thy estimations shall be according to the shekel of the sanctuary: twenty gerahs shall be the shekel.
## 3597                                                                                                                                                                                                                       Only the firstling of the beasts, which should be the LORD's firstling, no man shall sanctify it; whether it be ox, or sheep: it is the LORD's.
## 3598                                                                                                                                                       And if it be of an unclean beast, then he shall redeem it according to thine estimation, and shall add a fifth part of it thereto: or if it be not redeemed, then it shall be sold according to thy estimation.
## 3599                                                                                                                                    Notwithstanding no devoted thing, that a man shall devote unto the LORD of all that he hath, both of man and beast, and of the field of his possession, shall be sold or redeemed: every devoted thing is most holy unto the LORD.
## 3600                                                                                                                                                                                                                                                                     None devoted, which shall be devoted of men, shall be redeemed; but shall surely be put to death.
## 3601                                                                                                                                                                                                                                 And all the tithe of the land, whether of the seed of the land, or of the fruit of the tree, is the LORD's: it is holy unto the LORD.
## 3602                                                                                                                                                                                                                                                                     And if a man will at all redeem ought of his tithes, he shall add thereto the fifth part thereof.
## 3603                                                                                                                                                                                                                               And concerning the tithe of the herd, or of the flock, even of whatsoever passeth under the rod, the tenth shall be holy unto the LORD.
## 3604                                                                                                                                                                                   He shall not search whether it be good or bad, neither shall he change it: and if he change it at all, then both it and the change thereof shall be holy; it shall not be redeemed.
## 3605                                                                                                                                                                                                                                                                 These are the commandments, which the LORD commanded Moses for the children of Israel in mount Sinai.
## 3606                                                                                                                                                      AND the LORD spake unto Moses in the wilderness of Sinai, in the tabernacle of the congregation, on the first day of the second month, in the second year after they were come out of the land of Egypt, saying,
## 3607                                                                                                                                                                                    Take ye the sum of all the congregation of the children of Israel, after their families, by the house of their fathers, with the number of their names, every male by their polls;
## 3608                                                                                                                                                                                                                                   From twenty years old and upward, all that are able to go forth to war in Israel: thou and Aaron shall number them by their armies.
## 3609                                                                                                                                                                                                                                                                         And with you there shall be a man of every tribe; every one head of the house of his fathers.
## 3610                                                                                                                                                                                                                                                      And these are the names of the men that shall stand with you: of the tribe of Reuben; Elizur the son of Shedeur.
## 3611                                                                                                                                                                                                                                                                                                                          Of Simeon; Shelumiel the son of Zurishaddai.
## 3612                                                                                                                                                                                                                                                                                                                               Of Judah; Nahshon the son of Amminadab.
## 3613                                                                                                                                                                                                                                                                                                                               Of Issachar; Nethaneel the son of Zuar.
## 3614                                                                                                                                                                                                                                                                                                                                   Of Zebulun; Eliab the son of Helon.
## 3615                                                                                                                                                                                                                                                        Of the children of Joseph: of Ephraim; Elishama the son of Ammihud: of Manasseh; Gamaliel the son of Pedahzur.
## 3616                                                                                                                                                                                                                                                                                                                               Of Benjamin; Abidan the son of Gideoni.
## 3617                                                                                                                                                                                                                                                                                                                               Of Dan; Ahiezer the son of Ammishaddai.
## 3618                                                                                                                                                                                                                                                                                                                                    Of Asher; Pagiel the son of Ocran.
## 3619                                                                                                                                                                                                                                                                                                                                    Of Gad; Eliasaph the son of Deuel.
## 3620                                                                                                                                                                                                                                                                                                                                   Of Naphtali; Ahira the son of Enan.
## 3621                                                                                                                                                                                                                                                    These were the renowned of the congregation, princes of the tribes of their fathers, heads of thousands in Israel.
## 3622                                                                                                                                                                                                                                                                                                And Moses and Aaron took these men which are expressed by their names:
## 3623                                                                                                 And they assembled all the congregation together on the first day of the second month, and they declared their pedigrees after their families, by the house of their fathers, according to the number of the names, from twenty years old and upward, by their polls.
## 3624                                                                                                                                                                                                                                                                                          As the LORD commanded Moses, so he numbered them in the wilderness of Sinai.
## 3625                                                                                                 And the children of Reuben, Israel's eldest son, by their generations, after their families, by the house of their fathers, according to the number of the names, by their polls, every male from twenty years old and upward, all that were able to go forth to war;
## 3626                                                                                                                                                                                                                                                          Those that were numbered of them, even of the tribe of Reuben, were forty and six thousand and five hundred.
## 3627                                                                                     Of the children of Simeon, by their generations, after their families, by the house of their fathers, those that were numbered of them, according to the number of the names, by their polls, every male from twenty years old and upward, all that were able to go forth to war;
## 3628                                                                                                                                                                                                                                                        Those that were numbered of them, even of the tribe of Simeon, were fifty and nine thousand and three hundred.
## 3629                                                                                                                                                     Of the children of Gad, by their generations, after their families, by the house of their fathers, according to the number of the names, from twenty years old and upward, all that were able to go forth to war;
## 3630                                                                                                                                                                                                                                                       Those that were numbered of them, even of the tribe of Gad, were forty and five thousand six hundred and fifty.
## 3631                                                                                                                                                   Of the children of Judah, by their generations, after their families, by the house of their fathers, according to the number of the names, from twenty years old and upward, all that were able to go forth to war;
## 3632                                                                                                                                                                                                                                                  Those that were numbered of them, even of the tribe of Judah, were threescore and fourteen thousand and six hundred.
## 3633                                                                                                                                                Of the children of Issachar, by their generations, after their families, by the house of their fathers, according to the number of the names, from twenty years old and upward, all that were able to go forth to war;
## 3634                                                                                                                                                                                                                                                       Those that were numbered of them, even of the tribe of Issachar, were fifty and four thousand and four hundred.
## 3635                                                                                                                                                 Of the children of Zebulun, by their generations, after their families, by the house of their fathers, according to the number of the names, from twenty years old and upward, all that were able to go forth to war;
## 3636                                                                                                                                                                                                                                                       Those that were numbered of them, even of the tribe of Zebulun, were fifty and seven thousand and four hundred.
## 3637                                                                                                              Of the children of Joseph, namely, of the children of Ephraim, by their generations, after their families, by the house of their fathers, according to the number of the names, from twenty years old and upward, all that were able to go forth to war;
## 3638                                                                                                                                                                                                                                                                 Those that were numbered of them, even of the tribe of Ephraim, were forty thousand and five hundred.
## 3639                                                                                                                                                Of the children of Manasseh, by their generations, after their families, by the house of their fathers, according to the number of the names, from twenty years old and upward, all that were able to go forth to war;
## 3640                                                                                                                                                                                                                                                        Those that were numbered of them, even of the tribe of Manasseh, were thirty and two thousand and two hundred.
## 3641                                                                                                                                                Of the children of Benjamin, by their generations, after their families, by the house of their fathers, according to the number of the names, from twenty years old and upward, all that were able to go forth to war;
## 3642                                                                                                                                                                                                                                                      Those that were numbered of them, even of the tribe of Benjamin, were thirty and five thousand and four hundred.
## 3643                                                                                                                                                     Of the children of Dan, by their generations, after their families, by the house of their fathers, according to the number of the names, from twenty years old and upward, all that were able to go forth to war;
## 3644                                                                                                                                                                                                                                                       Those that were numbered of them, even of the tribe of Dan, were threescore and two thousand and seven hundred.
## 3645                                                                                                                                                   Of the children of Asher, by their generations, after their families, by the house of their fathers, according to the number of the names, from twenty years old and upward, all that were able to go forth to war;
## 3646                                                                                                                                                                                                                                                           Those that were numbered of them, even of the tribe of Asher, were forty and one thousand and five hundred.
## 3647                                                                                                                                        Of the children of Naphtali, throughout their generations, after their families, by the house of their fathers, according to the number of the names, from twenty years old and upward, all that were able to go forth to war;
## 3648                                                                                                                                                                                                                                                      Those that were numbered of them, even of the tribe of Naphtali, were fifty and three thousand and four hundred.
## 3649                                                                                                                                                                                                           These are those that were numbered, which Moses and Aaron numbered, and the princes of Israel, being twelve men: each one was for the house of his fathers.
## 3650                                                                                                                                                                                     So were all those that were numbered of the children of Israel, by the house of their fathers, from twenty years old and upward, all that were able to go forth to war in Israel;
## 3651                                                                                                                                                                                                                                                             Even all they that were numbered were six hundred thousand and three thousand and five hundred and fifty.
## 3652                                                                                                                                                                                                                                                                                        But the Levites after the tribe of their fathers were not numbered among them.
## 3653                                                                                                                                                                                                                                                                                                                           For the LORD had spoken unto Moses, saying,
## 3654                                                                                                                                                                                                                                                              Only thou shalt not number the tribe of Levi, neither take the sum of them among the children of Israel:
## 3655                                                                              But thou shalt appoint the Levites over the tabernacle of testimony, and over all the vessels thereof, and over all things that belong to it: they shall bear the tabernacle, and all the vessels thereof; and they shall minister unto it, and shall encamp round about the tabernacle.
## 3656                                                                                                                                                              And when the tabernacle setteth forward, the Levites shall take it down: and when the tabernacle is to be pitched, the Levites shall set it up: and the stranger that cometh nigh shall be put to death.
## 3657                                                                                                                                                                                                                             And the children of Israel shall pitch their tents, every man by his own camp, and every man by his own standard, throughout their hosts.
## 3658                                                                                                                                                    But the Levites shall pitch round about the tabernacle of testimony, that there be no wrath upon the congregation of the children of Israel: and the Levites shall keep the charge of the tabernacle of testimony.
## 3659                                                                                                                                                                                                                                                                           And the children of Israel did according to all that the LORD commanded Moses, so did they.
## 3660                                                                                                                                                                                                                                                                                                                 AND the LORD spake unto Moses and unto Aaron, saying,
## 3661                                                                                                                                                                                      Every man of the children of Israel shall pitch by his own standard, with the ensign of their father's house: far off about the tabernacle of the congregation shall they pitch.
## 3662                                                                                                                                                          And on the east side toward the rising of the sun shall they of the standard of the camp of Judah pitch throughout their armies: and Nahshon the son of Amminadab shall be captain of the children of Judah.
## 3663                                                                                                                                                                                                                                                            And his host, and those that were numbered of them, were threescore and fourteen thousand and six hundred.
## 3664                                                                                                                                                                                                                     And those that do pitch next unto him shall be the tribe of Issachar: and Nethaneel the son of Zuar shall be captain of the children of Issachar.
## 3665                                                                                                                                                                                                                                                                    And his host, and those that were numbered thereof, were fifty and four thousand and four hundred.
## 3666                                                                                                                                                                                                                                                                    Then the tribe of Zebulun: and Eliab the son of Helon shall be captain of the children of Zebulun.
## 3667                                                                                                                                                                                                                                                                   And his host, and those that were numbered thereof, were fifty and seven thousand and four hundred.
## 3668                                                                                                                                                                                  All that were numbered in the camp of Judah were an hundred thousand and fourscore thousand and six thousand and four hundred, throughout their armies. These shall first set forth.
## 3669                                                                                                                                                                                                On the south side shall be the standard of the camp of Reuben according to their armies: and the captain of the children of Reuben shall be Elizur the son of Shedeur.
## 3670                                                                                                                                                                                                                                                                     And his host, and those that were numbered thereof, were forty and six thousand and five hundred.
## 3671                                                                                                                                                                                                                       And those which pitch by him shall be the tribe of Simeon: and the captain of the children of Simeon shall be Shelumiel the son of Zurishaddai.
## 3672                                                                                                                                                                                                                                                                   And his host, and those that were numbered of them, were fifty and nine thousand and three hundred.
## 3673                                                                                                                                                                                                                                                                         Then the tribe of Gad: and the captain of the sons of Gad shall be Eliasaph the son of Reuel.
## 3674                                                                                                                                                                                                                                                           And his host, and those that were numbered of them, were forty and five thousand and six hundred and fifty.
## 3675                                                                                                                                                                    All that were numbered in the camp of Reuben were an hundred thousand and fifty and one thousand and four hundred and fifty, throughout their armies. And they shall set forth in the second rank.
## 3676                                                                                                                                                                Then the tabernacle of the congregation shall set forward with the camp of the Levites in the midst of the camp: as they encamp, so shall they set forward, every man in his place by their standards.
## 3677                                                                                                                                                                                                 On the west side shall be the standard of the camp of Ephraim according to their armies: and the captain of the sons of Ephraim shall be Elishama the son of Ammihud.
## 3678                                                                                                                                                                                                                                                                             And his host, and those that were numbered of them, were forty thousand and five hundred.
## 3679                                                                                                                                                                                                                                         And by him shall be the tribe of Manasseh: and the captain of the children of Manasseh shall be Gamaliel the son of Pedahzur.
## 3680                                                                                                                                                                                                                                                                     And his host, and those that were numbered of them, were thirty and two thousand and two hundred.
## 3681                                                                                                                                                                                                                                                               Then the tribe of Benjamin: and the captain of the sons of Benjamin shall be Abidan the son of Gideoni.
## 3682                                                                                                                                                                                                                                                                   And his host, and those that were numbered of them, were thirty and five thousand and four hundred.
## 3683                                                                                                                                                                                       All that were numbered of the camp of Ephraim were an hundred thousand and eight thousand and an hundred, throughout their armies. And they shall go forward in the third rank.
## 3684                                                                                                                                                                                                           The standard of the camp of Dan shall be on the north side by their armies: and the captain of the children of Dan shall be Ahiezer the son of Ammishaddai.
## 3685                                                                                                                                                                                                                                                               And his host, and those that were numbered of them, were threescore and two thousand and seven hundred.
## 3686                                                                                                                                                                                                                                  And those that encamp by him shall be the tribe of Asher: and the captain of the children of Asher shall be Pagiel the son of Ocran.
## 3687                                                                                                                                                                                                                                                                     And his host, and those that were numbered of them, were forty and one thousand and five hundred.
## 3688                                                                                                                                                                                                                                                               Then the tribe of Naphtali: and the captain of the children of Naphtali shall be Ahira the son of Enan.
## 3689                                                                                                                                                                                                                                                                   And his host, and those that were numbered of them, were fifty and three thousand and four hundred.
## 3690                                                                                                                                                                                                    All they that were numbered in the camp of Dan were an hundred thousand and fifty and seven thousand and six hundred. They shall go hindmost with their standards.
## 3691                                                                                                                                These are those which were numbered of the children of Israel by the house of their fathers: all those that were numbered of the camps throughout their hosts were six hundred thousand and three thousand and five hundred and fifty.
## 3692                                                                                                                                                                                                                                                                          But the Levites were not numbered among the children of Israel; as the LORD commanded Moses.
## 3693                                                                                                                                                  And the children of Israel did according to all that the LORD commanded Moses: so they pitched by their standards, and so they set forward, every one after their families, according to the house of their fathers.
## 3694                                                                                                                                                                                                                                                           THESE also are the generations of Aaron and Moses in the day that the LORD spake with Moses in mount Sinai.
## 3695                                                                                                                                                                                                                                                                   And these are the names of the sons of Aaron; Nadab the firstborn, and Abihu, Eleazar, and Ithamar.
## 3696                                                                                                                                                                                                                                    These are the names of the sons of Aaron, the priests which were anointed, whom he consecrated to minister in the priest's office.
## 3697                                                                                                                         And Nadab and Abihu died before the LORD, when they offered strange fire before the LORD, in the wilderness of Sinai, and they had no children: and Eleazar and Ithamar ministered in the priest's office in the sight of Aaron their father.
## 3698                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3699                                                                                                                                                                                                                                                              Bring the tribe of Levi near, and present them before Aaron the priest, that they may minister unto him.
## 3700                                                                                                                                                                                                              And they shall keep his charge, and the charge of the whole congregation before the tabernacle of the congregation, to do the service of the tabernacle.
## 3701                                                                                                                                                                                                         And they shall keep all the instruments of the tabernacle of the congregation, and the charge of the children of Israel, to do the service of the tabernacle.
## 3702                                                                                                                                                                                                                                             And thou shalt give the Levites unto Aaron and to his sons: they are wholly given unto him out of the children of Israel.
## 3703                                                                                                                                                                                                                     And thou shalt appoint Aaron and his sons, and they shall wait on their priest's office: and the stranger that cometh nigh shall be put to death.
## 3704                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3705                                                                                                                                                                     And I, behold, I have taken the Levites from among the children of Israel instead of all the firstborn that openeth the matrix among the children of Israel: therefore the Levites shall be mine;
## 3706                                                                                                                                                         Because all the firstborn are mine; for on the day that I smote all the firstborn in the land of Egypt I hallowed unto me all the firstborn in Israel, both man and beast: mine shall they be: I am the LORD.
## 3707                                                                                                                                                                                                                                                                                                     And the LORD spake unto Moses in the wilderness of Sinai, saying,
## 3708                                                                                                                                                                                                                       Number the children of Levi after the house of their fathers, by their families: every male from a month old and upward shalt thou number them.
## 3709                                                                                                                                                                                                                                                                                       And Moses numbered them according to the word of the LORD, as he was commanded.
## 3710                                                                                                                                                                                                                                                                                      And these were the sons of Levi by their names; Gershon, and Kohath, and Merari.
## 3711                                                                                                                                                                                                                                                                                  And these are the names of the sons of Gershon by their families; Libni, and Shimei.
## 3712                                                                                                                                                                                                                                                                                      And the sons of Kohath by their families; Amram, and Izehar, Hebron, and Uzziel.
## 3713                                                                                                                                                                                                                            And the sons of Merari by their families; Mahli, and Mushi. These are the families of the Levites according to the house of their fathers.
## 3714                                                                                                                                                                                                                                                 Of Gershon was the family of the Libnites, and the family of the Shimites: these are the families of the Gershonites.
## 3715                                                                                                                                                                                  Those that were numbered of them, according to the number of all the males, from a month old and upward, even those that were numbered of them were seven thousand and five hundred.
## 3716                                                                                                                                                                                                                                                                                           The families of the Gershonites shall pitch behind the tabernacle westward.
## 3717                                                                                                                                                                                                                                                                        And the chief of the house of the father of the Gershonites shall be Eliasaph the son of Lael.
## 3718                                                                                                                                                          And the charge of the sons of Gershon in the tabernacle of the congregation shall be the tabernacle, and the tent, the covering thereof, and the hanging for the door of the tabernacle of the congregation,
## 3719                                                                                                                                                                                  And the hangings of the court, and the curtain for the door of the court, which is by the tabernacle, and by the altar round about, and the cords of it for all the service thereof.
## 3720                                                                                                                                                                        And of Kohath was the family of the Amramites, and the family of the Izeharites, and the family of the Hebronites, and the family of the Uzzielites: these are the families of the Kohathites.
## 3721                                                                                                                                                                                                                                In the number of all the males, from a month old and upward, were eight thousand and six hundred, keeping the charge of the sanctuary.
## 3722                                                                                                                                                                                                                                                                               The families of the sons of Kohath shall pitch on the side of the tabernacle southward.
## 3723                                                                                                                                                                                                                                                      And the chief of the house of the father of the families of the Kohathites shall be Elizaphan the son of Uzziel.
## 3724                                                                                                                                                                        And their charge shall be the ark, and the table, and the candlestick, and the altars, and the vessels of the sanctuary wherewith they minister, and the hanging, and all the service thereof.
## 3725                                                                                                                                                                                                           And Eleazar the son of Aaron the priest shall be chief over the chief of the Levites, and have the oversight of them that keep the charge of the sanctuary.
## 3726                                                                                                                                                                                                                                                           Of Merari was the family of the Mahlites, and the family of the Mushites: these are the families of Merari.
## 3727                                                                                                                                                                                                                       And those that were numbered of them, according to the number of all the males, from a month old and upward, were six thousand and two hundred.
## 3728                                                                                                                                                                                                          And the chief of the house of the father of the families of Merari was Zuriel the son of Abihail: these shall pitch on the side of the tabernacle northward.
## 3729                                                                                                                                      And under the custody and charge of the sons of Merari shall be the boards of the tabernacle, and the bars thereof, and the pillars thereof, and the sockets thereof, and all the vessels thereof, and all that serveth thereto,
## 3730                                                                                                                                                                                                                                                                         And the pillars of the court round about, and their sockets, and their pins, and their cords.
## 3731                                                                  But those that encamp before the tabernacle toward the east, even before the tabernacle of the congregation eastward, shall be Moses, and Aaron and his sons, keeping the charge of the sanctuary for the charge of the children of Israel; and the stranger that cometh nigh shall be put to death.
## 3732                                                                                                                                                             All that were numbered of the Levites, which Moses and Aaron numbered at the commandment of the LORD, throughout their families, all the males from a month old and upward, were twenty and two thousand.
## 3733                                                                                                                                                                                                        And the LORD said unto Moses, Number all the firstborn of the males of the children of Israel from a month old and upward, and take the number of their names.
## 3734                                                                                                                                             And thou shalt take the Levites for me (I am the LORD) instead of all the firstborn among the children of Israel; and the cattle of the Levites instead of all the firstlings among the cattle of the children of Israel.
## 3735                                                                                                                                                                                                                                                                        And Moses numbered, as the LORD commanded him, all the firstborn among the children of Israel.
## 3736                                                                                                                                                                           And all the firstborn males by the number of names, from a month old and upward, of those that were numbered of them, were twenty and two thousand two hundred and threescore and thirteen.
## 3737                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3738                                                                                                                                                                                      Take the Levites instead of all the firstborn among the children of Israel, and the cattle of the Levites instead of their cattle; and the Levites shall be mine: I am the LORD.
## 3739                                                                                                                                                                                                     And for those that are to be redeemed of the two hundred and threescore and thirteen of the firstborn of the children of Israel, which are more than the Levites;
## 3740                                                                                                                                                                                                                          Thou shalt even take five shekels apiece by the poll, after the shekel of the sanctuary shalt thou take them: (the shekel is twenty gerahs:)
## 3741                                                                                                                                                                                                                                                        And thou shalt give the money, wherewith the odd number of them is to be redeemed, unto Aaron and to his sons.
## 3742                                                                                                                                                                                                                                                          And Moses took the redemption money of them that were over and above them that were redeemed by the Levites:
## 3743                                                                                                                                                                                                            Of the firstborn of the children of Israel took he the money; a thousand three hundred and threescore and five shekels, after the shekel of the sanctuary:
## 3744                                                                                                                                                                                                                       And Moses gave the money of them that were redeemed unto Aaron and to his sons, according to the word of the LORD, as the LORD commanded Moses.
## 3745                                                                                                                                                                                                                                                                                                                 AND the LORD spake unto Moses and unto Aaron, saying,
## 3746                                                                                                                                                                                                                                                  Take the sum of the sons of Kohath from among the sons of Levi, after their families, by the house of their fathers,
## 3747                                                                                                                                                                                                                      From thirty years old and upward even until fifty years old, all that enter into the host, to do the work in the tabernacle of the congregation.
## 3748                                                                                                                                                                                                                                                    This shall be the service of the sons of Kohath in the tabernacle of the congregation, about the most holy things:
## 3749                                                                                                                                                                                                                And when the camp setteth forward, Aaron shall come, and his sons, and they shall take down the covering vail, and cover the ark of testimony with it:
## 3750                                                                                                                                                                                                                           And shall put thereon the covering of badgers' skins, and shall spread over it a cloth wholly of blue, and shall put in the staves thereof.
## 3751                                                                                                                                                                   And upon the table of shewbread they shall spread a cloth of blue, and put thereon the dishes, and the spoons, and the bowls, and covers to cover withal: and the continual bread shall be thereon:
## 3752                                                                                                                                                                                                                        And they shall spread upon them a cloth of scarlet, and cover the same with a covering of badgers' skins, and shall put in the staves thereof.
## 3753                                                                                                                                                                     And they shall take a cloth of blue, and cover the candlestick of the light, and his lamps, and his tongs, and his snuffdishes, and all the oil vessels thereof, wherewith they minister unto it:
## 3754                                                                                                                                                                                                                                                   And they shall put it and all the vessels thereof within a covering of badgers' skins, and shall put it upon a bar.
## 3755                                                                                                                                                                                                                     And upon the golden altar they shall spread a cloth of blue, and cover it with a covering of badgers' skins, and shall put to the staves thereof:
## 3756                                                                                                                                                        And they shall take all the instruments of ministry, wherewith they minister in the sanctuary, and put them in a cloth of blue, and cover them with a covering of badgers' skins, and shall put them on a bar:
## 3757                                                                                                                                                                                                                                                                                 And they shall take away the ashes from the altar, and spread a purple cloth thereon:
## 3758                                                                                       And they shall put upon it all the vessels thereof, wherewith they minister about it, even the censers, the fleshhooks, and the shovels, and the basons, all the vessels of the altar; and they shall spread upon it a covering of badgers' skins, and put to the staves of it.
## 3759                   And when Aaron and his sons have made an end of covering the sanctuary, and all the vessels of the sanctuary, as the camp is to set forward; after that, the sons of Kohath shall come to bear it: but they shall not touch any holy thing, lest they die. These things are the burden of the sons of Kohath in the tabernacle of the congregation.
## 3760                                                                              And to the office of Eleazar the son of Aaron the priest pertaineth the oil for the light, and the sweet incense, and the daily meat offering, and the anointing oil, and the oversight of all the tabernacle, and of all that therein is, in the sanctuary, and in the vessels thereof.
## 3761                                                                                                                                                                                                                                                                                                                 And the LORD spake unto Moses and unto Aaron, saying,
## 3762                                                                                                                                                                                                                                                                                    Cut ye not off the tribe of the families of the Kohathites from among the Levites:
## 3763                                                                                                                                                                    But thus do unto them, that they may live, and not die, when they approach unto the most holy things. Aaron and his sons shall go in, and appoint them every one to his service and to his burden:
## 3764                                                                                                                                                                                                                                                                                      But they shall not go in to see when the holy things are covered, lest they die.
## 3765                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3766                                                                                                                                                                                                                                                                  Take also the sum of the sons of Gershon, throughout the houses of their fathers, by their families;
## 3767                                                                                                                                                                                        From thirty years old and upward until fifty years old shalt thou number them; all that enter in to perform the service, to do the work in the tabernacle of the congregation.
## 3768                                                                                                                                                                                                                                                                                    This is the service of the families of the Gershonites, to serve, and for burdens:
## 3769                                                                                                                           And they shall bear the curtains of the tabernacle, and the tabernacle of the congregation, his covering, and the covering of the badgers' skins that is above upon it, and the hanging for the door of the tabernacle of the congregation,
## 3770                                                                                                         And the hangings of the court, and the hanging for the door of the gate of the court, which is by the tabernacle and by the altar round about, and their cords, and all the instruments of their service, and all that is made for them: so shall they serve.
## 3771                                                                                                                                                         At the appointment of Aaron and his sons shall be all the service of the sons of the Gershonites, in all their burdens, and in all their service: and ye shall appoint unto them in charge all their burdens.
## 3772                                                                                                                                                                                    This is the service of the families of the sons of Gershon in the tabernacle of the congregation: and their charge shall be under the hand of Ithamar the son of Aaron the priest.
## 3773                                                                                                                                                                                                                                                                As for the sons of Merari, thou shalt number them after their families, by the house of their fathers;
## 3774                                                                                                                                                                                    From thirty years old and upward even unto fifty years old shalt thou number them, every one that entereth into the service, to do the work of the tabernacle of the congregation.
## 3775                                                                                                                                                       And this is the charge of their burden, according to all their service in the tabernacle of the congregation; the boards of the tabernacle, and the bars thereof, and the pillars thereof, and sockets thereof,
## 3776                                                                                                                                      And the pillars of the court round about, and their sockets, and their pins, and their cords, with all their instruments, and with all their service: and by name ye shall reckon the instruments of the charge of their burden.
## 3777                                                                                                                                                                              This is the service of the families of the sons of Merari, according to all their service, in the tabernacle of the congregation, under the hand of Ithamar the son of Aaron the priest.
## 3778                                                                                                                                                                                                                 And Moses and Aaron and the chief of the congregation numbered the sons of the Kohathites after their families, and after the house of their fathers,
## 3779                                                                                                                                                                                                             From thirty years old and upward even unto fifty years old, every one that entereth into the service, for the work in the tabernacle of the congregation:
## 3780                                                                                                                                                                                                                                                                     And those that were numbered of them by their families were two thousand seven hundred and fifty.
## 3781                                                                                                                                These were they that were numbered of the families of the Kohathites, all that might do service in the tabernacle of the congregation, which Moses and Aaron did number according to the commandment of the LORD by the hand of Moses.
## 3782                                                                                                                                                                                                                                                    And those that were numbered of the sons of Gershon, throughout their families, and by the house of their fathers,
## 3783                                                                                                                                                                                                             From thirty years old and upward even unto fifty years old, every one that entereth into the service, for the work in the tabernacle of the congregation,
## 3784                                                                                                                                                                                                                        Even those that were numbered of them, throughout their families, by the house of their fathers, were two thousand and six hundred and thirty.
## 3785                                                                                                                                               These are they that were numbered of the families of the sons of Gershon, of all that might do service in the tabernacle of the congregation, whom Moses and Aaron did number according to the commandment of the LORD.
## 3786                                                                                                                                                                                                                                         And those that were numbered of the families of the sons of Merari, throughout their families, by the house of their fathers,
## 3787                                                                                                                                                                                                             From thirty years old and upward even unto fifty years old, every one that entereth into the service, for the work in the tabernacle of the congregation,
## 3788                                                                                                                                                                                                                                                                      Even those that were numbered of them after their families, were three thousand and two hundred.
## 3789                                                                                                                                                                                                        These be those that were numbered of the families of the sons of Merari, whom Moses and Aaron numbered according to the word of the LORD by the hand of Moses.
## 3790                                                                                                                                                                                                       All those that were numbered of the Levites, whom Moses and Aaron and the chief of Israel numbered, after their families, and after the house of their fathers,
## 3791                                                                                                                                                                               From thirty years old and upward even unto fifty years old, every one that came to do the service of the ministry, and the service of the burden in the tabernacle of the congregation,
## 3792                                                                                                                                                                                                                                                                            Even those that were numbered of them, were eight thousand and five hundred and fourscore.
## 3793                                                                                                                                                       According to the commandment of the LORD they were numbered by the hand of Moses, every one according to his service, and according to his burden: thus were they numbered of him, as the LORD commanded Moses.
## 3794                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3795                                                                                                                                                                                                                    Command the children of Israel, that they put out of the camp every leper, and every one that hath an issue, and whosoever is defiled by the dead:
## 3796                                                                                                                                                                                                                            Both male and female shall ye put out, without the camp shall ye put them; that they defile not their camps, in the midst whereof I dwell.
## 3797                                                                                                                                                                                                                                    And the children of Israel did so, and put them out without the camp: as the LORD spake unto Moses, so did the children of Israel.
## 3798                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3799                                                                                                                                                                                                            Speak unto the children of Israel, When a man or woman shall commit any sin that men commit, to do a trespass against the LORD, and that person be guilty;
## 3800                                                                                                                                                Then they shall confess their sin which they have done: and he shall recompense his trespass with the principal thereof, and add unto it the fifth part thereof, and give it unto him against whom he hath trespassed.
## 3801                                                                                                                                                       But if the man have no kinsman to recompense the trespass unto, let the trespass be recompensed unto the LORD, even to the priest; beside the ram of the atonement, whereby an atonement shall be made for him.
## 3802                                                                                                                                                                                                                                                  And every offering of all the holy things of the children of Israel, which they bring unto the priest, shall be his.
## 3803                                                                                                                                                                                                                                                                  And every man's hallowed things shall be his: whatsoever any man giveth the priest, it shall be his.
## 3804                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3805                                                                                                                                                                                                                                                  Speak unto the children of Israel, and say unto them, If any man's wife go aside, and commit a trespass against him,
## 3806                                                                                                                                                                        And a man lie with her carnally, and it be hid from the eyes of her husband, and be kept close, and she be defiled, and there be no witness against her, neither she be taken with the manner;
## 3807                                                                                                                                                                       And the spirit of jealousy come upon him, and he be jealous of his wife, and she be defiled: or if the spirit of jealousy come upon him, and he be jealous of his wife, and she be not defiled:
## 3808                                                                      Then shall the man bring his wife unto the priest, and he shall bring her offering for her, the tenth part of an ephah of barley meal; he shall pour no oil upon it, nor put frankincense thereon; for it is an offering of jealousy, an offering of memorial, bringing iniquity to remembrance.
## 3809                                                                                                                                                                                                                                                                                                     And the priest shall bring her near, and set her before the LORD:
## 3810                                                                                                                                                                                                   And the priest shall take holy water in an earthen vessel; and of the dust that is in the floor of the tabernacle the priest shall take, and put it into the water:
## 3811                                                                                                                       And the priest shall set the woman before the LORD, and uncover the woman's head, and put the offering of memorial in her hands, which is the jealousy offering: and the priest shall have in his hand the bitter water that causeth the curse:
## 3812                                                                                                                    And the priest shall charge her by an oath, and say unto the woman, If no man have lain with thee, and if thou hast not gone aside to uncleanness with another instead of thy husband, be thou free from this bitter water that causeth the curse:
## 3813                                                                                                                                                                                                                         But if thou hast gone aside to another instead of thy husband, and if thou be defiled, and some man have lain with thee beside thine husband:
## 3814                                                                                                                                   Then the priest shall charge the woman with an oath of cursing, and the priest shall say unto the woman, The LORD make thee a curse and an oath among thy people, when the LORD doth make thy thigh to rot, and thy belly to swell;
## 3815                                                                                                                                                                                                                And this water that causeth the curse shall go into thy bowels, to make thy belly to swell, and thy thigh to rot: And the woman shall say, Amen, amen.
## 3816                                                                                                                                                                                                                                                                  And the priest shall write these curses in a book, and he shall blot them out with the bitter water:
## 3817                                                                                                                                                                                                          And he shall cause the woman to drink the bitter water that causeth the curse: and the water that causeth the curse shall enter into her, and become bitter.
## 3818                                                                                                                                                                                                                   Then the priest shall take the jealousy offering out of the woman's hand, and shall wave the offering before the LORD, and offer it upon the altar:
## 3819                                                                                                                                                                                                  And the priest shall take an handful of the offering, even the memorial thereof, and burn it upon the altar, and afterward shall cause the woman to drink the water.
## 3820                                    And when he hath made her to drink the water, then it shall come to pass, that, if she be defiled, and have done trespass against her husband, that the water that causeth the curse shall enter into her, and become bitter, and her belly shall swell, and her thigh shall rot: and the woman shall be a curse among her people.
## 3821                                                                                                                                                                                                                                                                       And if the woman be not defiled, but be clean; then she shall be free, and shall conceive seed.
## 3822                                                                                                                                                                                                                                                             This is the law of jealousies, when a wife goeth aside to another instead of her husband, and is defiled;
## 3823                                                                                                                                                                                         Or when the spirit of jealousy cometh upon him, and he be jealous over his wife, and shall set the woman before the LORD, and the priest shall execute upon her all this law.
## 3824                                                                                                                                                                                                                                                                                Then shall the man be guiltless from iniquity, and this woman shall bear her iniquity.
## 3825                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3826                                                                                                                                                                                            Speak unto the children of Israel, and say unto them, When either man or woman shall separate themselves to vow a vow of a Nazarite, to separate themselves unto the LORD:
## 3827                                                                                                                                                                    He shall separate himself from wine and strong drink, and shall drink no vinegar of wine, or vinegar of strong drink, neither shall he drink any liquor of grapes, nor eat moist grapes, or dried.
## 3828                                                                                                                                                                                                                                                 All the days of his separation shall he eat nothing that is made of the vine tree, from the kernels even to the husk.
## 3829                                                                                                                             All the days of the vow of his separation there shall no razor come upon his head: until the days be fulfilled, in the which he separateth himself unto the LORD, he shall be holy, and shall let the locks of the hair of his head grow.
## 3830                                                                                                                                                                                                                                                                                  All the days that he separateth himself unto the LORD he shall come at no dead body.
## 3831                                                                                                                                                                                         He shall not make himself unclean for his father, or for his mother, for his brother, or for his sister, when they die: because the consecration of his God is upon his head.
## 3832                                                                                                                                                                                                                                                                                                              All the days of his separation he is holy unto the LORD.
## 3833                                                                                                                                                                            And if any man die very suddenly by him, and he hath defiled the head of his consecration; then he shall shave his head in the day of his cleansing, on the seventh day shall he shave it.
## 3834                                                                                                                                                                                                                             And on the eighth day he shall bring two turtles, or two young pigeons, to the priest, to the door of the tabernacle of the congregation:
## 3835                                                                                                                                                                    And the priest shall offer the one for a sin offering, and the other for a burnt offering, and make an atonement for him, for that he sinned by the dead, and shall hallow his head that same day.
## 3836                                                                                                                                                  And he shall consecrate unto the LORD the days of his separation, and shall bring a lamb of the first year for a trespass offering: but the days that were before shall be lost, because his separation was defiled.
## 3837                                                                                                                                                                                                          And this is the law of the Nazarite, when the days of his separation are fulfilled: he shall be brought unto the door of the tabernacle of the congregation:
## 3838                                                                                                                            And he shall offer his offering unto the LORD, one he lamb of the first year without blemish for a burnt offering, and one ewe lamb of the first year without blemish for a sin offering, and one ram without blemish for peace offerings,
## 3839                                                                                                                                                                                         And a basket of unleavened bread, cakes of fine flour mingled with oil, and wafers of unleavened bread anointed with oil, and their meat offering, and their drink offerings.
## 3840                                                                                                                                                                                                                                                            And the priest shall bring them before the LORD, and shall offer his sin offering, and his burnt offering:
## 3841                                                                                                                                                                              And he shall offer the ram for a sacrifice of peace offerings unto the LORD, with the basket of unleavened bread: the priest shall offer also his meat offering, and his drink offering.
## 3842                                                                                                                         And the Nazarite shall shave the head of his separation at the door of the tabernacle of the congregation, and shall take the hair of the head of his separation, and put it in the fire which is under the sacrifice of the peace offerings.
## 3843                                                                                                                                         And the priest shall take the sodden shoulder of the ram, and one unleavened cake out of the basket, and one unleavened wafer, and shall put them upon the hands of the Nazarite, after the hair of his separation is shaven:
## 3844                                                                                                                                                                                 And the priest shall wave them for a wave offering before the LORD: this is holy for the priest, with the wave breast and heave shoulder: and after that the Nazarite may drink wine.
## 3845                                                                                                                                        This is the law of the Nazarite who hath vowed, and of his offering unto the LORD for his separation, beside that that his hand shall get: according to the vow which he vowed, so he must do after the law of his separation.
## 3846                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3847                                                                                                                                                                                                                                                     Speak unto Aaron and unto his sons, saying, On this wise ye shall bless the children of Israel, saying unto them,
## 3848                                                                                                                                                                                                                                                                                                                                   The LORD bless thee, and keep thee:
## 3849                                                                                                                                                                                                                                                                                                    The LORD make his face shine upon thee, and be gracious unto thee:
## 3850                                                                                                                                                                                                                                                                                                      The LORD lift up his countenance upon thee, and give thee peace.
## 3851                                                                                                                                                                                                                                                                                        And they shall put my name upon the children of Israel; and I will bless them.
## 3852                                                                                                                           AND it came to pass on the day that Moses had fully set up the tabernacle, and had anointed it, and sanctified it, and all the instruments thereof, both the altar and all the vessels thereof, and had anointed them, and sanctified them;
## 3853                                                                                                                                                                                                                  That the princes of Israel, heads of the house of their fathers, who were the princes of the tribes, and were over them that were numbered, offered:
## 3854                                                                                                                                                                            And they brought their offering before the LORD, six covered wagons, and twelve oxen; a wagon for two of the princes, and for each one an ox: and they brought them before the tabernacle.
## 3855                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3856                                                                                                                                                                                          Take it of them, that they may be to do the service of the tabernacle of the congregation; and thou shalt give them unto the Levites, to every man according to his service.
## 3857                                                                                                                                                                                                                                                                                               And Moses took the wagons and the oxen, and gave them unto the Levites.
## 3858                                                                                                                                                                                                                                                                                Two wagons and four oxen he gave unto the sons of Gershon, according to their service:
## 3859                                                                                                                                                                                                                  And four wagons and eight oxen he gave unto the sons of Merari, according unto their service, under the hand of Ithamar the son of Aaron the priest.
## 3860                                                                                                                                                                                                                    But unto the sons of Kohath he gave none: because the service of the sanctuary belonging unto them was that they should bear upon their shoulders.
## 3861                                                                                                                                                                                                                        And the princes offered for dedicating of the altar in the day that it was anointed, even the princes offered their offering before the altar.
## 3862                                                                                                                                                                                                                                               And the LORD said unto Moses, They shall offer their offering, each prince on his day, for the dedicating of the altar.
## 3863                                                                                                                                                                                                                                                               And he that offered his offering the first day was Nahshon the son of Amminadab, of the tribe of Judah:
## 3864                                                                                                                      And his offering was one silver charger, the weight thereof was an hundred and thirty shekels, one silver bowl of seventy shekels, after the shekel of the sanctuary; both of them were full of fine flour mingled with oil for a meat offering:
## 3865                                                                                                                                                                                                                                                                                                                    One spoon of ten shekels of gold, full of incense:
## 3866                                                                                                                                                                                                                                                                                         One young bullock, one ram, one lamb of the first year, for a burnt offering:
## 3867                                                                                                                                                                                                                                                                                                                              One kid of the goats for a sin offering:
## 3868                                                                                                                                                                                                      And for a sacrifice of peace offerings, two oxen, five rams, five he goats, five lambs of the first year: this was the offering of Nahshon the son of Amminadab.
## 3869                                                                                                                                                                                                                                                                                           On the second day Nethaneel the son of Zuar, prince of Issachar, did offer:
## 3870                                                                                                                    He offered for his offering one silver charger, the weight whereof was an hundred and thirty shekels, one silver bowl of seventy shekels, after the shekel of the sanctuary; both of them full of fine flour mingled with oil for a meat offering:
## 3871                                                                                                                                                                                                                                                                                                                    One spoon of gold of ten shekels, full of incense:
## 3872                                                                                                                                                                                                                                                                                         One young bullock, one ram, one lamb of the first year, for a burnt offering:
## 3873                                                                                                                                                                                                                                                                                                                              One kid of the goats for a sin offering:
## 3874                                                                                                                                                                                                         And for a sacrifice of peace offerings, two oxen, five rams, five he goats, five lambs of the first year: this was the offering of Nethaneel the son of Zuar.
## 3875                                                                                                                                                                                                                                                                                On the third day Eliab the son of Helon, prince of the children of Zebulun, did offer:
## 3876                                                                                                                               His offering was one silver charger, the weight whereof was an hundred and thirty shekels, one silver bowl of seventy shekels, after the shekel of the sanctuary; both of them full of fine flour mingled with oil for a meat offering:
## 3877                                                                                                                                                                                                                                                                                                                     One golden spoon of ten shekels, full of incense:
## 3878                                                                                                                                                                                                                                                                                         One young bullock, one ram, one lamb of the first year, for a burnt offering:
## 3879                                                                                                                                                                                                                                                                                                                              One kid of the goats for a sin offering:
## 3880                                                                                                                                                                                                            And for a sacrifice of peace offerings, two oxen, five rams, five he goats, five lambs of the first year: this was the offering of Eliab the son of Helon.
## 3881                                                                                                                                                                                                                                                                             On the fourth day Elizur the son of Shedeur, prince of the children of Reuben, did offer:
## 3882                                                                                                                                      His offering was one silver charger of the weight of an hundred and thirty shekels, one silver bowl of seventy shekels, after the shekel of the sanctuary; both of them full of fine flour mingled with oil for a meat offering:
## 3883                                                                                                                                                                                                                                                                                                                     One golden spoon of ten shekels, full of incense:
## 3884                                                                                                                                                                                                                                                                                         One young bullock, one ram, one lamb of the first year, for a burnt offering:
## 3885                                                                                                                                                                                                                                                                                                                              One kid of the goats for a sin offering:
## 3886                                                                                                                                                                                                         And for a sacrifice of peace offerings, two oxen, five rams, five he goats, five lambs of the first year: this was the offering of Elizur the son of Shedeur.
## 3887                                                                                                                                                                                                                                                                       On the fifth day Shelumiel the son of Zurishaddai, prince of the children of Simeon, did offer:
## 3888                                                                                                                               His offering was one silver charger, the weight whereof was an hundred and thirty shekels, one silver bowl of seventy shekels, after the shekel of the sanctuary; both of them full of fine flour mingled with oil for a meat offering:
## 3889                                                                                                                                                                                                                                                                                                                     One golden spoon of ten shekels, full of incense:
## 3890                                                                                                                                                                                                                                                                                         One young bullock, one ram, one lamb of the first year, for a burnt offering:
## 3891                                                                                                                                                                                                                                                                                                                              One kid of the goats for a sin offering:
## 3892                                                                                                                                                                                                  And for a sacrifice of peace offerings, two oxen, five rams, five he goats, five lambs of the first year: this was the offering of Shelumiel the son of Zurishaddai.
## 3893                                                                                                                                                                                                                                                                                   On the sixth day Eliasaph the son of Deuel, prince of the children of Gad, offered:
## 3894                                                                                                                                        His offering was one silver charger of the weight of an hundred and thirty shekels, a silver bowl of seventy shekels, after the shekel of the sanctuary; both of them full of fine flour mingled with oil for a meat offering:
## 3895                                                                                                                                                                                                                                                                                                                     One golden spoon of ten shekels, full of incense:
## 3896                                                                                                                                                                                                                                                                                         One young bullock, one ram, one lamb of the first year, for a burnt offering:
## 3897                                                                                                                                                                                                                                                                                                                              One kid of the goats for a sin offering:
## 3898                                                                                                                                                                                                         And for a sacrifice of peace offerings, two oxen, five rams, five he goats, five lambs of the first year: this was the offering of Eliasaph the son of Deuel.
## 3899                                                                                                                                                                                                                                                                           On the seventh day Elishama the son of Ammihud, prince of the children of Ephraim, offered:
## 3900                                                                                                                               His offering was one silver charger, the weight whereof was an hundred and thirty shekels, one silver bowl of seventy shekels, after the shekel of the sanctuary; both of them full of fine flour mingled with oil for a meat offering:
## 3901                                                                                                                                                                                                                                                                                                                     One golden spoon of ten shekels, full of incense:
## 3902                                                                                                                                                                                                                                                                                         One young bullock, one ram, one lamb of the first year, for a burnt offering:
## 3903                                                                                                                                                                                                                                                                                                                              One kid of the goats for a sin offering:
## 3904                                                                                                                                                                                                       And for a sacrifice of peace offerings, two oxen, five rams, five he goats, five lambs of the first year: this was the offering of Elishama the son of Ammihud.
## 3905                                                                                                                                                                                                                                                                           On the eighth day offered Gamaliel the son of Pedahzur, prince of the children of Manasseh:
## 3906                                                                                                                                      His offering was one silver charger of the weight of an hundred and thirty shekels, one silver bowl of seventy shekels, after the shekel of the sanctuary; both of them full of fine flour mingled with oil for a meat offering:
## 3907                                                                                                                                                                                                                                                                                                                     One golden spoon of ten shekels, full of incense:
## 3908                                                                                                                                                                                                                                                                                         One young bullock, one ram, one lamb of the first year, for a burnt offering:
## 3909                                                                                                                                                                                                                                                                                                                              One kid of the goats for a sin offering:
## 3910                                                                                                                                                                                                      And for a sacrifice of peace offerings, two oxen, five rams, five he goats, five lambs of the first year: this was the offering of Gamaliel the son of Pedahzur.
## 3911                                                                                                                                                                                                                                                                              On the ninth day Abidan the son of Gideoni, prince of the children of Benjamin, offered:
## 3912                                                                                                                               His offering was one silver charger, the weight whereof was an hundred and thirty shekels, one silver bowl of seventy shekels, after the shekel of the sanctuary; both of them full of fine flour mingled with oil for a meat offering:
## 3913                                                                                                                                                                                                                                                                                                                     One golden spoon of ten shekels, full of incense:
## 3914                                                                                                                                                                                                                                                                                         One young bullock, one ram, one lamb of the first year, for a burnt offering:
## 3915                                                                                                                                                                                                                                                                                                                              One kid of the goats for a sin offering:
## 3916                                                                                                                                                                                                         And for a sacrifice of peace offerings, two oxen, five rams, five he goats, five lambs of the first year: this was the offering of Abidan the son of Gideoni.
## 3917                                                                                                                                                                                                                                                                              On the tenth day Ahiezer the son of Ammishaddai, prince of the children of Dan, offered:
## 3918                                                                                                                               His offering was one silver charger, the weight whereof was an hundred and thirty shekels, one silver bowl of seventy shekels, after the shekel of the sanctuary; both of them full of fine flour mingled with oil for a meat offering:
## 3919                                                                                                                                                                                                                                                                                                                     One golden spoon of ten shekels, full of incense:
## 3920                                                                                                                                                                                                                                                                                         One young bullock, one ram, one lamb of the first year, for a burnt offering:
## 3921                                                                                                                                                                                                                                                                                                                              One kid of the goats for a sin offering:
## 3922                                                                                                                                                                                                    And for a sacrifice of peace offerings, two oxen, five rams, five he goats, five lambs of the first year: this was the offering of Ahiezer the son of Ammishaddai.
## 3923                                                                                                                                                                                                                                                                                On the eleventh day Pagiel the son of Ocran, prince of the children of Asher, offered:
## 3924                                                                                                                               His offering was one silver charger, the weight whereof was an hundred and thirty shekels, one silver bowl of seventy shekels, after the shekel of the sanctuary; both of them full of fine flour mingled with oil for a meat offering:
## 3925                                                                                                                                                                                                                                                                                                                     One golden spoon of ten shekels, full of incense:
## 3926                                                                                                                                                                                                                                                                                         One young bullock, one ram, one lamb of the first year, for a burnt offering:
## 3927                                                                                                                                                                                                                                                                                                                              One kid of the goats for a sin offering:
## 3928                                                                                                                                                                                                           And for a sacrifice of peace offerings, two oxen, five rams, five he goats, five lambs of the first year: this was the offering of Pagiel the son of Ocran.
## 3929                                                                                                                                                                                                                                                                                On the twelfth day Ahira the son of Enan, prince of the children of Naphtali, offered:
## 3930                                                                                                                               His offering was one silver charger, the weight whereof was an hundred and thirty shekels, one silver bowl of seventy shekels, after the shekel of the sanctuary; both of them full of fine flour mingled with oil for a meat offering:
## 3931                                                                                                                                                                                                                                                                                                                     One golden spoon of ten shekels, full of incense:
## 3932                                                                                                                                                                                                                                                                                         One young bullock, one ram, one lamb of the first year, for a burnt offering:
## 3933                                                                                                                                                                                                                                                                                                                              One kid of the goats for a sin offering:
## 3934                                                                                                                                                                                                             And for a sacrifice of peace offerings, two oxen, five rams, five he goats, five lambs of the first year: this was the offering of Ahira the son of Enan.
## 3935                                                                                                                                                                                               This was the dedication of the altar, in the day when it was anointed, by the princes of Israel: twelve chargers of silver, twelve silver bowls, twelve spoons of gold:
## 3936                                                                                                                                                                            Each charger of silver weighing an hundred and thirty shekels, each bowl seventy: all the silver vessels weighed two thousand and four hundred shekels, after the shekel of the sanctuary:
## 3937                                                                                                                                                                                         The golden spoons were twelve, full of incense, weighing ten shekels apiece, after the shekel of the sanctuary: all the gold of the spoons was an hundred and twenty shekels.
## 3938                                                                                                                                                                           All the oxen for the burnt offering were twelve bullocks, the rams twelve, the lambs of the first year twelve, with their meat offering: and the kids of the goats for sin offering twelve.
## 3939                                                                                                                                     And all the oxen for the sacrifice of the peace offerings were twenty and four bullocks, the rams sixty, the he goats sixty, the lambs of the first year sixty. This was the dedication of the altar, after that it was anointed.
## 3940                                                                                                                And when Moses was gone into the tabernacle of the congregation to speak with him, then he heard the voice of one speaking unto him from off the mercy seat that was upon the ark of testimony, from between the two cherubims: and he spake unto him.
## 3941                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3942                                                                                                                                                                                                                                      Speak unto Aaron, and say unto him, When thou lightest the lamps, the seven lamps shall give light over against the candlestick.
## 3943                                                                                                                                                                                                                                                             And Aaron did so; he lighted the lamps thereof over against the candlestick, as the LORD commanded Moses.
## 3944                                                                                                                                                       And this work of the candlestick was of beaten gold, unto the shaft thereof, unto the flowers thereof, was beaten work: according unto the pattern which the LORD had shewed Moses, so he made the candlestick.
## 3945                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3946                                                                                                                                                                                                                                                                                                 Take the Levites from among the children of Israel, and cleanse them.
## 3947                                                                                                                                                                          And thus shalt thou do unto them, to cleanse them: Sprinkle water of purifying upon them, and let them shave all their flesh, and let them wash their clothes, and so make themselves clean.
## 3948                                                                                                                                                                                                            Then let them take a young bullock with his meat offering, even fine flour mingled with oil, and another young bullock shalt thou take for a sin offering.
## 3949                                                                                                                                                                                                              And thou shalt bring the Levites before the tabernacle of the congregation: and thou shalt gather the whole assembly of the children of Israel together:
## 3950                                                                                                                                                                                                                                                  And thou shalt bring the Levites before the LORD: and the children of Israel shall put their hands upon the Levites:
## 3951                                                                                                                                                                                                                           And Aaron shall offer the Levites before the LORD for an offering of the children of Israel, that they may execute the service of the LORD.
## 3952                                                                                                                                                       And the Levites shall lay their hands upon the heads of the bullocks: and thou shalt offer the one for a sin offering, and the other for a burnt offering, unto the LORD, to make an atonement for the Levites.
## 3953                                                                                                                                                                                                                                                       And thou shalt set the Levites before Aaron, and before his sons, and offer them for an offering unto the LORD.
## 3954                                                                                                                                                                                                                                                                Thus shalt thou separate the Levites from among the children of Israel: and the Levites shall be mine.
## 3955                                                                                                                                                                                                          And after that shall the Levites go in to do the service of the tabernacle of the congregation: and thou shalt cleanse them, and offer them for an offering.
## 3956                                                                                                                                                                      For they are wholly given unto me from among the children of Israel; instead of such as open every womb, even instead of the firstborn of all the children of Israel, have I taken them unto me.
## 3957                                                                                                                                                                                              For all the firstborn of the children of Israel are mine, both man and beast: on the day that I smote every firstborn in the land of Egypt I sanctified them for myself.
## 3958                                                                                                                                                                                                                                                                                         And I have taken the Levites for all the firstborn of the children of Israel.
## 3959            And I have given the Levites as a gift to Aaron and to his sons from among the children of Israel, to do the service of the children of Israel in the tabernacle of the congregation, and to make an atonement for the children of Israel: that there be no plague among the children of Israel, when the children of Israel come nigh unto the sanctuary.
## 3960                                                                                                                                                        And Moses, and Aaron, and all the congregation of the children of Israel, did to the Levites according unto all that the LORD commanded Moses concerning the Levites, so did the children of Israel unto them.
## 3961                                                                                                                                                                                            And the Levites were purified, and they washed their clothes; and Aaron offered them as an offering before the LORD; and Aaron made an atonement for them to cleanse them.
## 3962                                                                                                                                                        And after that went the Levites in to do their service in the tabernacle of the congregation before Aaron, and before his sons: as the LORD had commanded Moses concerning the Levites, so did they unto them.
## 3963                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3964                                                                                                                                                                                                This is it that belongeth unto the Levites: from twenty and five years old and upward they shall go in to wait upon the service of the tabernacle of the congregation:
## 3965                                                                                                                                                                                                                                                           And from the age of fifty years they shall cease waiting upon the service thereof, and shall serve no more:
## 3966                                                                                                                                                                                 But shall minister with their brethren in the tabernacle of the congregation, to keep the charge, and shall do no service. Thus shalt thou do unto the Levites touching their charge.
## 3967                                                                                                                                                                                                                AND the LORD spake unto Moses in the wilderness of Sinai, in the first month of the second year after they were come out of the land of Egypt, saying,
## 3968                                                                                                                                                                                                                                                                                            Let the children of Israel also keep the passover at his appointed season.
## 3969                                                                                                                                                                              In the fourteenth day of this month, at even, ye shall keep it in his appointed season: according to all the rites of it, and according to all the ceremonies thereof, shall ye keep it.
## 3970                                                                                                                                                                                                                                                                                      And Moses spake unto the children of Israel, that they should keep the passover.
## 3971                                                                                                                                                                                And they kept the passover on the fourteenth day of the first month at even in the wilderness of Sinai: according to all that the LORD commanded Moses, so did the children of Israel.
## 3972                                                                                                                                                                                   And there were certain men, who were defiled by the dead body of a man, that they could not keep the passover on that day: and they came before Moses and before Aaron on that day:
## 3973                                                                                                                                                                And those men said unto him, We are defiled by the dead body of a man: wherefore are we kept back, that we may not offer an offering of the LORD in his appointed season among the children of Israel?
## 3974                                                                                                                                                                                                                                                                     And Moses said unto them, Stand still, and I will hear what the LORD will command concerning you.
## 3975                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 3976                                                                                                                                                               Speak unto the children of Israel, saying, If any man of you or of your posterity shall be unclean by reason of a dead body, or be in a journey afar off, yet he shall keep the passover unto the LORD.
## 3977                                                                                                                                                                                                                                                 The fourteenth day of the second month at even they shall keep it, and eat it with unleavened bread and bitter herbs.
## 3978                                                                                                                                                                                                                           They shall leave none of it unto the morning, nor break any bone of it: according to all the ordinances of the passover they shall keep it.
## 3979                                                                                                             But the man that is clean, and is not in a journey, and forbeareth to keep the passover, even the same soul shall be cut off from among his people: because he brought not the offering of the LORD in his appointed season, that man shall bear his sin.
## 3980                                                                                      And if a stranger shall sojourn among you, and will keep the passover unto the LORD; according to the ordinance of the passover, and according to the manner thereof, so shall he do: ye shall have one ordinance, both for the stranger, and for him that was born in the land.
## 3981                                                                                                                                                 And on the day that the tabernacle was reared up the cloud covered the tabernacle, namely, the tent of the testimony: and at even there was upon the tabernacle as it were the appearance of fire, until the morning.
## 3982                                                                                                                                                                                                                                                                                    So it was alway: the cloud covered it by day, and the appearance of fire by night.
## 3983                                                                                                                                                                      And when the cloud was taken up from the tabernacle, then after that the children of Israel journeyed: and in the place where the cloud abode, there the children of Israel pitched their tents.
## 3984                                                                                                                                                                          At the commandment of the LORD the children of Israel journeyed, and at the commandment of the LORD they pitched: as long as the cloud abode upon the tabernacle they rested in their tents.
## 3985                                                                                                                                                                                                                            And when the cloud tarried long upon the tabernacle many days, then the children of Israel kept the charge of the LORD, and journeyed not.
## 3986                                                                                                                                                                    And so it was, when the cloud was a few days upon the tabernacle; according to the commandment of the LORD they abode in their tents, and according to the commandment of the LORD they journeyed.
## 3987                                                                                                                                                   And so it was, when the cloud abode from even unto the morning, and that the cloud was taken up in the morning, then they journeyed: whether it was by day or by night that the cloud was taken up, they journeyed.
## 3988                                                                                                                                          Or whether it were two days, or a month, or a year, that the cloud tarried upon the tabernacle, remaining thereon, the children of Israel abode in their tents, and journeyed not: but when it was taken up, they journeyed.
## 3989                                                                                                                                                                    At the commandment of the LORD they rested in the tents, and at the commandment of the LORD they journeyed: they kept the charge of the LORD, at the commandment of the LORD by the hand of Moses.
## 3990                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 3991                                                                                                                                                                                              Make thee two trumpets of silver; of a whole piece shalt thou make them: that thou mayest use them for the calling of the assembly, and for the journeying of the camps.
## 3992                                                                                                                                                                                                                             And when they shall blow with them, all the assembly shall assemble themselves to thee at the door of the tabernacle of the congregation.
## 3993                                                                                                                                                                                                                               And if they blow but with one trumpet, then the princes, which are heads of the thousands of Israel, shall gather themselves unto thee.
## 3994                                                                                                                                                                                                                                                                                    When ye blow an alarm, then the camps that lie on the east parts shall go forward.
## 3995                                                                                                                                                                                                               When ye blow an alarm the second time, then the camps that lie on the south side shall take their journey: they shall blow an alarm for their journeys.
## 3996                                                                                                                                                                                                                                                                 But when the congregation is to be gathered together, ye shall blow, but ye shall not sound an alarm.
## 3997                                                                                                                                                                                                                     And the sons of Aaron, the priests, shall blow with the trumpets; and they shall be to you for an ordinance for ever throughout your generations.
## 3998                                                                                                                                                  And if ye go to war in your land against the enemy that oppresseth you, then ye shall blow an alarm with the trumpets; and ye shall be remembered before the LORD your God, and ye shall be saved from your enemies.
## 3999                                                                          Also in the day of your gladness, and in your solemn days, and in the beginnings of your months, ye shall blow with the trumpets over your burnt offerings, and over the sacrifices of your peace offerings; that they may be to you for a memorial before your God: I am the LORD your God.
## 4000                                                                                                                                                                                                               And it came to pass on the twentieth day of the second month, in the second year, that the cloud was taken up from off the tabernacle of the testimony.
## 4001                                                                                                                                                                                                                                       And the children of Israel took their journeys out of the wilderness of Sinai; and the cloud rested in the wilderness of Paran.
## 4002                                                                                                                                                                                                                                                                      And they first took their journey according to the commandment of the LORD by the hand of Moses.
## 4003                                                                                                                                                                                                              In the first place went the standard of the camp of the children of Judah according to their armies: and over his host was Nahshon the son of Amminadab.
## 4004                                                                                                                                                                                                                                                                             And over the host of the tribe of the children of Issachar was Nethaneel the son of Zuar.
## 4005                                                                                                                                                                                                                                                                                 And over the host of the tribe of the children of Zebulun was Eliab the son of Helon.
## 4006                                                                                                                                                                                                                                                And the tabernacle was taken down; and the sons of Gershon and the sons of Merari set forward, bearing the tabernacle.
## 4007                                                                                                                                                                                                                                        And the standard of the camp of Reuben set forward according to their armies: and over his host was Elizur the son of Shedeur.
## 4008                                                                                                                                                                                                                                                                        And over the host of the tribe of the children of Simeon was Shelumiel the son of Zurishaddai.
## 4009                                                                                                                                                                                                                                                                                  And over the host of the tribe of the children of Gad was Eliasaph the son of Deuel.
## 4010                                                                                                                                                                                                                                                     And the Kohathites set forward, bearing the sanctuary: and the other did set up the tabernacle against they came.
## 4011                                                                                                                                                                                                                     And the standard of the camp of the children of Ephraim set forward according to their armies: and over his host was Elishama the son of Ammihud.
## 4012                                                                                                                                                                                                                                                                          And over the host of the tribe of the children of Manasseh was Gamaliel the son of Pedahzur.
## 4013                                                                                                                                                                                                                                                                             And over the host of the tribe of the children of Benjamin was Abidan the son of Gideoni.
## 4014                                                                                                                                                                                And the standard of the camp of the children of Dan set forward, which was the rereward of all the camps throughout their hosts: and over his host was Ahiezer the son of Ammishaddai.
## 4015                                                                                                                                                                                                                                                                                  And over the host of the tribe of the children of Asher was Pagiel the son of Ocran.
## 4016                                                                                                                                                                                                                                                                                 And over the host of the tribe of the children of Naphtali was Ahira the son of Enan.
## 4017                                                                                                                                                                                                                                                                 Thus were the journeyings of the children of Israel according to their armies, when they set forward.
## 4018                                                                                                          And Moses said unto Hobab, the son of Raguel the Midianite, Moses' father in law, We are journeying unto the place of which the LORD said, I will give it you: come thou with us, and we will do thee good: for the LORD hath spoken good concerning Israel.
## 4019                                                                                                                                                                                                                                                                           And he said unto him, I will not go; but I will depart to mine own land, and to my kindred.
## 4020                                                                                                                                                                                                                   And he said, Leave us not, I pray thee; forasmuch as thou knowest how we are to encamp in the wilderness, and thou mayest be to us instead of eyes.
## 4021                                                                                                                                                                                                                                   And it shall be, if thou go with us, yea, it shall be, that what goodness the LORD shall do unto us, the same will we do unto thee.
## 4022                                                                                                                                                                        And they departed from the mount of the LORD three days' journey: and the ark of the covenant of the LORD went before them in the three days' journey, to search out a resting place for them.
## 4023                                                                                                                                                                                                                                                                                       And the cloud of the LORD was upon them by day, when they went out of the camp.
## 4024                                                                                                                                                                                                      And it came to pass, when the ark set forward, that Moses said, Rise up, LORD, and let thine enemies be scattered; and let them that hate thee flee before thee.
## 4025                                                                                                                                                                                                                                                                                       And when it rested, he said, Return, O LORD, unto the many thousands of Israel.
## 4026                                                                                                                                                  AND when the people complained, it displeased the LORD: and the LORD heard it; and his anger was kindled; and the fire of the LORD burnt among them, and consumed them that were in the uttermost parts of the camp.
## 4027                                                                                                                                                                                                                                                                          And the people cried unto Moses; and when Moses prayed unto the LORD, the fire was quenched.
## 4028                                                                                                                                                                                                                                                                           And he called the name of the place Taberah: because the fire of the LORD burnt among them.
## 4029                                                                                                                                                                                                                      And the mixt multitude that was among them fell a lusting: and the children of Israel also wept again, and said, Who shall give us flesh to eat?
## 4030                                                                                                                                                                                                                                We remember the fish, which we did eat in Egypt freely; the cucumbers, and the melons, and the leeks, and the onions, and the garlick:
## 4031                                                                                                                                                                                                                                                                          But now our soul is dried away: there is nothing at all, beside this manna, before our eyes.
## 4032                                                                                                                                                                                                                                                                                And the manna was as coriander seed, and the colour thereof as the colour of bdellium.
## 4033                                                                                                                                                                            And the people went about, and gathered it, and ground it in mills, or beat it in a mortar, and baked it in pans, and made cakes of it: and the taste of it was as the taste of fresh oil.
## 4034                                                                                                                                                                                                                                                                                             And when the dew fell upon the camp in the night, the manna fell upon it.
## 4035                                                                                                                                                                                              Then Moses heard the people weep throughout their families, every man in the door of his tent: and the anger of the LORD was kindled greatly; Moses also was displeased.
## 4036                                                                                                                                                                                  And Moses said unto the LORD, Wherefore hast thou afflicted thy servant? and wherefore have I not found favour in thy sight, that thou layest the burden of all this people upon me?
## 4037                                                                                                                                                 Have I conceived all this people? have I begotten them, that thou shouldest say unto me, Carry them in thy bosom, as a nursing father beareth the sucking child, unto the land which thou swarest unto their fathers?
## 4038                                                                                                                                                                                                                                               Whence should I have flesh to give unto all this people? for they weep unto me, saying, Give us flesh, that we may eat.
## 4039                                                                                                                                                                                                                                                                                          I am not able to bear all this people alone, because it is too heavy for me.
## 4040                                                                                                                                                                                                                            And if thou deal thus with me, kill me, I pray thee, out of hand, if I have found favour in thy sight; and let me not see my wretchedness.
## 4041                                                                                                              And the LORD said unto Moses, Gather unto me seventy men of the elders of Israel, whom thou knowest to be the elders of the people, and officers over them; and bring them unto the tabernacle of the congregation, that they may stand there with thee.
## 4042                                                                                                                                              And I will come down and talk with thee there: and I will take of the spirit which is upon thee, and will put it upon them; and they shall bear the burden of the people with thee, that thou bear it not thyself alone.
## 4043                                                                                            And say thou unto the people, Sanctify yourselves against to morrow, and ye shall eat flesh: for ye have wept in the ears of the LORD, saying, Who shall give us flesh to eat? for it was well with us in Egypt: therefore the LORD will give you flesh, and ye shall eat.
## 4044                                                                                                                                                                                                                                                                             Ye shall not eat one day, nor two days, nor five days, neither ten days, nor twenty days;
## 4045                                                                                                                                                But even a whole month, until it come out at your nostrils, and it be loathsome unto you: because that ye have despised the LORD which is among you, and have wept before him, saying, Why came we forth out of Egypt?
## 4046                                                                                                                                                                                                           And Moses said, The people, among whom I am, are six hundred thousand footmen; and thou hast said, I will give them flesh, that they may eat a whole month.
## 4047                                                                                                                                                                                                                   Shall the flocks and the herds be slain for them, to suffice them? or shall all the fish of the sea be gathered together for them, to suffice them?
## 4048                                                                                                                                                                                                                                 And the LORD said unto Moses, Is the LORD's hand waxed short? thou shalt see now whether my word shall come to pass unto thee or not.
## 4049                                                                                                                                                                                                     And Moses went out, and told the people the words of the LORD, and gathered the seventy men of the elders of the people, and set them round about the tabernacle.
## 4050                                                                                                                                And the LORD came down in a cloud, and spake unto him, and took of the spirit that was upon him, and gave it unto the seventy elders: and it came to pass, that, when the spirit rested upon them, they prophesied, and did not cease.
## 4051                                                                                                       But there remained two of the men in the camp, the name of the one was Eldad, and the name of the other Medad: and the spirit rested upon them; and they were of them that were written, but went not out unto the tabernacle: and they prophesied in the camp.
## 4052                                                                                                                                                                                                                                                                         And there ran a young man, and told Moses, and said, Eldad and Medad do prophesy in the camp.
## 4053                                                                                                                                                                                                                                                 And Joshua the son of Nun, the servant of Moses, one of his young men, answered and said, My lord Moses, forbid them.
## 4054                                                                                                                                                                                                              And Moses said unto him, Enviest thou for my sake? would God that all the LORD's people were prophets, and that the LORD would put his spirit upon them!
## 4055                                                                                                                                                                                                                                                                                                         And Moses gat him into the camp, he and the elders of Israel.
## 4056                                                                                And there went forth a wind from the LORD, and brought quails from the sea, and let them fall by the camp, as it were a day's journey on this side, and as it were a day's journey on the other side, round about the camp, and as it were two cubits high upon the face of the earth.
## 4057                                                                                                                                        And the people stood up all that day, and all that night, and all the next day, and they gathered the quails: he that gathered least gathered ten homers: and they spread them all abroad for themselves round about the camp.
## 4058                                                                                                                                                                                     And while the flesh was yet between their teeth, ere it was chewed, the wrath of the LORD was kindled against the people, and the LORD smote the people with a very great plague.
## 4059                                                                                                                                                                                                                                                             And he called the name of that place Kibroth-hattaavah: because there they buried the people that lusted.
## 4060                                                                                                                                                                                                                                                                                 And the people journeyed from Kibroth-hattaavah unto Hazeroth; and abode at Hazeroth.
## 4061                                                                                                                                                                                                                                   AND Miriam and Aaron spake against Moses because of the Ethiopian woman whom he had married: for he had married an Ethiopian woman.
## 4062                                                                                                                                                                                                                                                       And they said, Hath the LORD indeed spoken only by Moses? hath he not spoken also by us? And the LORD heard it.
## 4063                                                                                                                                                                                                                                                                           (Now the man Moses was very meek, above all the men which were upon the face of the earth.)
## 4064                                                                                                                                                                                                          And the LORD spake suddenly unto Moses, and unto Aaron, and unto Miriam, Come out ye three unto the tabernacle of the congregation. And they three came out.
## 4065                                                                                                                                                                                                                    And the LORD came down in the pillar of the cloud, and stood in the door of the tabernacle, and called Aaron and Miriam: and they both came forth.
## 4066                                                                                                                                                                                                          And he said, Hear now my words: If there be a prophet among you, I the LORD will make myself known unto him in a vision, and will speak unto him in a dream.
## 4067                                                                                                                                                                                                                                                                                                        My servant Moses is not so, who is faithful in all mine house.
## 4068                                                                                                                                                                 With him will I speak mouth to mouth, even apparently, and not in dark speeches; and the similitude of the LORD shall he behold: wherefore then were ye not afraid to speak against my servant Moses?
## 4069                                                                                                                                                                                                                                                                                                  And the anger of the LORD was kindled against them; and he departed.
## 4070                                                                                                                                                                                                        And the cloud departed from off the tabernacle; and, behold, Miriam became leprous, white as snow: and Aaron looked upon Miriam, and, behold, she was leprous.
## 4071                                                                                                                                                                                                                        And Aaron said unto Moses, Alas, my lord, I beseech thee, lay not the sin upon us, wherein we have done foolishly, and wherein we have sinned.
## 4072                                                                                                                                                                                                                                                               Let her not be as one dead, of whom the flesh is half consumed when he cometh out of his mother's womb.
## 4073                                                                                                                                                                                                                                                                                           And Moses cried unto the LORD, saying, Heal her now, O God, I beseech thee.
## 4074                                                                                                                                                                And the LORD said unto Moses, If her father had but spit in her face, should she not be ashamed seven days? let her be shut out from the camp seven days, and after that let her be received in again.
## 4075                                                                                                                                                                                                                                                      And Miriam was shut out from the camp seven days: and the people journeyed not till Miriam was brought in again.
## 4076                                                                                                                                                                                                                                                                               And afterward the people removed from Hazeroth, and pitched in the wilderness of Paran.
## 4077                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 4078                                                                                                                                                                                  Send thou men, that they may search the land of Canaan, which I give unto the children of Israel: of every tribe of their fathers shall ye send a man, every one a ruler among them.
## 4079                                                                                                                                                                                                                                  And Moses by the commandment of the LORD sent them from the wilderness of Paran: all those men were heads of the children of Israel.
## 4080                                                                                                                                                                                                                                                                                        And these were their names: of the tribe of Reuben, Shammua the son of Zaccur.
## 4081                                                                                                                                                                                                                                                                                                                      Of the tribe of Simeon, Shaphat the son of Hori.
## 4082                                                                                                                                                                                                                                                                                                                    Of the tribe of Judah, Caleb the son of Jephunneh.
## 4083                                                                                                                                                                                                                                                                                                                     Of the tribe of Issachar, Igal the son of Joseph.
## 4084                                                                                                                                                                                                                                                                                                                        Of the tribe of Ephraim, Oshea the son of Nun.
## 4085                                                                                                                                                                                                                                                                                                                     Of the tribe of Benjamin, Palti the son of Raphu.
## 4086                                                                                                                                                                                                                                                                                                                     Of the tribe of Zebulun, Gaddiel the son of Sodi.
## 4087                                                                                                                                                                                                                                                                                      Of the tribe of Joseph, namely, of the tribe of Manasseh, Gaddi the son of Susi.
## 4088                                                                                                                                                                                                                                                                                                                       Of the tribe of Dan, Ammiel the son of Gemalli.
## 4089                                                                                                                                                                                                                                                                                                                     Of the tribe of Asher, Sethur the son of Michael.
## 4090                                                                                                                                                                                                                                                                                                                    Of the tribe of Naphtali, Nahbi the son of Vophsi.
## 4091                                                                                                                                                                                                                                                                                                                          Of the tribe of Gad, Geuel the son of Machi.
## 4092                                                                                                                                                                                                                                                  These are the names of the men which Moses sent to spy out the land. And Moses called Oshea the son of Nun Jehoshua.
## 4093                                                                                                                                                                                                                                    And Moses sent them to spy out the land of Canaan, and said unto them, Get you up this way southward, and go up into the mountain:
## 4094                                                                                                                                                                                                                                                      And see the land, what it is; and the people that dwelleth therein, whether they be strong or weak, few or many;
## 4095                                                                                                                                                                                                                 And what the land is that they dwell in, whether it be good or bad; and what cities they be that they dwell in, whether in tents, or in strong holds;
## 4096                                                                                                                                                             And what the land is, whether it be fat or lean, whether there be wood therein, or not. And be ye of good courage, and bring of the fruit of the land. Now the time was the time of the firstripe grapes.
## 4097                                                                                                                                                                                                                                                                  So they went up, and searched the land from the wilderness of Zin unto Rehob, as men come to Hamath.
## 4098                                                                                                                                                                                         And they ascended by the south, and came unto Hebron; where Ahiman, Sheshai, and Talmai, the children of Anak, were. (Now Hebron was built seven years before Zoan in Egypt.)
## 4099                                                                                                                                                               And they came unto the brook of Eshcol, and cut down from thence a branch with one cluster of grapes, and they bare it between two upon a staff; and they brought of the pomegranates, and of the figs.
## 4100                                                                                                                                                                                                                                            The place was called the brook Eshcol, because of the cluster of grapes which the children of Israel cut down from thence.
## 4101                                                                                                                                                                                                                                                                                                        And they returned from searching of the land after forty days.
## 4102                                                                                                                 And they went and came to Moses, and to Aaron, and to all the congregation of the children of Israel, unto the wilderness of Paran, to Kadesh; and brought back word unto them, and unto all the congregation, and shewed them the fruit of the land.
## 4103                                                                                                                                                                                                                   And they told him, and said, We came unto the land whither thou sentest us, and surely it floweth with milk and honey; and this is the fruit of it.
## 4104                                                                                                                                                                                                                  Nevertheless the people be strong that dwell in the land, and the cities are walled, and very great: and moreover we saw the children of Anak there.
## 4105                                                                                                                                                                        The Amalekites dwell in the land of the south: and the Hittites, and the Jebusites, and the Amorites, dwell in the mountains: and the Canaanites dwell by the sea, and by the coast of Jordan.
## 4106                                                                                                                                                                                                                                       And Caleb stilled the people before Moses, and said, Let us go up at once, and possess it; for we are well able to overcome it.
## 4107                                                                                                                                                                                                                                                    But the men that went up with him said, We be not able to go up against the people; for they are stronger than we.
## 4108                                                                                     And they brought up an evil report of the land which they had searched unto the children of Israel, saying, The land, through which we have gone to search it, is a land that eateth up the inhabitants thereof; and all the people that we saw in it are men of a great stature.
## 4109                                                                                                                                                                                                                 And there we saw the giants, the sons of Anak, which come of the giants: and we were in our own sight as grasshoppers, and so we were in their sight.
## 4110                                                                                                                                                                                                                                                                            AND all the congregation lifted up their voice, and cried; and the people wept that night.
## 4111                                                                                                                                                     And all the children of Israel murmured against Moses and against Aaron: and the whole congregation said unto them, Would God that we had died in the land of Egypt! or would God we had died in this wilderness!
## 4112                                                                                                                                                                                        And wherefore hath the LORD brought us unto this land, to fall by the sword, that our wives and our children should be a prey? were it not better for us to return into Egypt?
## 4113                                                                                                                                                                                                                                                                                    And they said one to another, Let us make a captain, and let us return into Egypt.
## 4114                                                                                                                                                                                                                                                       Then Moses and Aaron fell on their faces before all the assembly of the congregation of the children of Israel.
## 4115                                                                                                                                                                                                                                             And Joshua the son of Nun, and Caleb the son of Jephunneh, which were of them that searched the land, rent their clothes:
## 4116                                                                                                                                                                                                                     And they spake unto all the company of the children of Israel, saying, The land, which we passed through to search it, is an exceeding good land.
## 4117                                                                                                                                                                                                                                            If the LORD delight in us, then he will bring us into this land, and give it us; a land which floweth with milk and honey.
## 4118                                                                                                                                                                                   Only rebel not ye against the LORD, neither fear ye the people of the land; for they are bread for us: their defence is departed from them, and the LORD is with us: fear them not.
## 4119                                                                                                                                                                                                     But all the congregation bade stone them with stones. And the glory of the LORD appeared in the tabernacle of the congregation before all the children of Israel.
## 4120                                                                                                                                                                                                    And the LORD said unto Moses, How long will this people provoke me? and how long will it be ere they believe me, for all the signs which I have shewed among them?
## 4121                                                                                                                                                                                                                                            I will smite them with the pestilence, and disinherit them, and will make of thee a greater nation and mightier than they.
## 4122                                                                                                                                                                                                                                    And Moses said unto the LORD, Then the Egyptians shall hear it, (for thou broughtest up this people in thy might from among them;)
## 4123                                                                  And they will tell it to the inhabitants of this land: for they have heard that thou LORD art among this people, that thou LORD art seen face to face, and that thy cloud standeth over them, and that thou goest before them, by day time in a pillar of a cloud, and in a pillar of fire by night.
## 4124                                                                                                                                                                                                                                             Now if thou shalt kill all this people as one man, then the nations which have heard the fame of thee will speak, saying,
## 4125                                                                                                                                                                                                                            Because the LORD was not able to bring this people into the land which he sware unto them, therefore he hath slain them in the wilderness.
## 4126                                                                                                                                                                                                                                                                    And now, I beseech thee, let the power of my LORD be great, according as thou hast spoken, saying,
## 4127                                                                                                                                                The LORD is longsuffering, and of great mercy, forgiving iniquity and transgression, and by no means clearing the guilty, visiting the iniquity of the fathers upon the children unto the third and fourth generation.
## 4128                                                                                                                                                                                                      Pardon, I beseech thee, the iniquity of this people according unto the greatness of thy mercy, and as thou hast forgiven this people, from Egypt even until now.
## 4129                                                                                                                                                                                                                                                                                                             And the LORD said, I have pardoned according to thy word:
## 4130                                                                                                                                                                                                                                                                                     But as truly as I live, all the earth shall be filled with the glory of the LORD.
## 4131                                                                                                                                                                             Because all those men which have seen my glory, and my miracles, which I did in Egypt and in the wilderness, and have tempted me now these ten times, and have not hearkened to my voice;
## 4132                                                                                                                                                                                                                                               Surely they shall not see the land which I sware unto their fathers, neither shall any of them that provoked me see it:
## 4133                                                                                                                                                                                            But my servant Caleb, because he had another spirit with him, and hath followed me fully, him will I bring into the land whereinto he went; and his seed shall possess it.
## 4134                                                                                                                                                                                                                           (Now the Amalekites and the Canaanites dwelt in the valley.) To morrow turn you, and get you into the wilderness by the way of the Red sea.
## 4135                                                                                                                                                                                                                                                                                                                 And the LORD spake unto Moses and unto Aaron, saying,
## 4136                                                                                                                                                                                                      How long shall I bear with this evil congregation, which murmur against me? I have heard the murmurings of the children of Israel, which they murmur against me.
## 4137                                                                                                                                                                                                                                                               Say unto them, As truly as I live, saith the LORD, as ye have spoken in mine ears, so will I do to you:
## 4138                                                                                                                                                                                     Your carcases shall fall in this wilderness; and all that were numbered of you, according to your whole number, from twenty years old and upward, which have murmured against me,
## 4139                                                                                                                                                                                                            Doubtless ye shall not come into the land, concerning which I sware to make you dwell therein, save Caleb the son of Jephunneh, and Joshua the son of Nun.
## 4140                                                                                                                                                                                                                                      But your little ones, which ye said should be a prey, them will I bring in, and they shall know the land which ye have despised.
## 4141                                                                                                                                                                                                                                                                                                    But as for you, your carcases, they shall fall in this wilderness.
## 4142                                                                                                                                                                                                                               And your children shall wander in the wilderness forty years, and bear your whoredoms, until your carcases be wasted in the wilderness.
## 4143                                                                                                                                                                            After the number of the days in which ye searched the land, even forty days, each day for a year, shall ye bear your iniquities, even forty years, and ye shall know my breach of promise.
## 4144                                                                                                                                                                                I the LORD have said, I will surely do it unto all this evil congregation, that are gathered together against me: in this wilderness they shall be consumed, and there they shall die.
## 4145                                                                                                                                                                                                          And the men, which Moses sent to search the land, who returned, and made all the congregation to murmur against him, by bringing up a slander upon the land,
## 4146                                                                                                                                                                                                                                                                   Even those men that did bring up the evil report upon the land, died by the plague before the LORD.
## 4147                                                                                                                                                                                                                                           But Joshua the son of Nun, and Caleb the son of Jephunneh, which were of the men that went to search the land, lived still.
## 4148                                                                                                                                                                                                                                                                         And Moses told these sayings unto all the children of Israel: and the people mourned greatly.
## 4149                                                                                                                                                                          And they rose up early in the morning, and gat them up into the top of the mountain, saying, Lo, we be here, and will go up unto the place which the LORD hath promised: for we have sinned.
## 4150                                                                                                                                                                                                                                                                 And Moses said, Wherefore now do ye transgress the commandment of the LORD? but it shall not prosper.
## 4151                                                                                                                                                                                                                                                                                 Go not up, for the LORD is not among you; that ye be not smitten before your enemies.
## 4152                                                                                                                                                                                        For the Amalekites and the Canaanites are there before you, and ye shall fall by the sword: because ye are turned away from the LORD, therefore the LORD will not be with you.
## 4153                                                                                                                                                                                                                              But they presumed to go up unto the hill top: nevertheless the ark of the covenant of the LORD, and Moses, departed not out of the camp.
## 4154                                                                                                                                                                                                                                   Then the Amalekites came down, and the Canaanites which dwelt in that hill, and smote them, and discomfited them, even unto Hormah.
## 4155                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 4156                                                                                                                                                                                                                                       Speak unto the children of Israel, and say unto them, When ye be come into the land of your habitations, which I give unto you,
## 4157                                                                                                                                       And will make an offering by fire unto the LORD, a burnt offering, or a sacrifice in performing a vow, or in a freewill offering, or in your solemn feasts, to make a sweet savour unto the LORD, of the herd, or of the flock:
## 4158                                                                                                                                                                                                                  Then shall he that offereth his offering unto the LORD bring a meat offering of a tenth deal of flour mingled with the fourth part of an hin of oil.
## 4159                                                                                                                                                                                                                                     And the fourth part of an hin of wine for a drink offering shalt thou prepare with the burnt offering or sacrifice, for one lamb.
## 4160                                                                                                                                                                                                                                           Or for a ram, thou shalt prepare for a meat offering two tenth deals of flour mingled with the third part of an hin of oil.
## 4161                                                                                                                                                                                                                                                         And for a drink offering thou shalt offer the third part of an hin of wine, for a sweet savour unto the LORD.
## 4162                                                                                                                                                                                                                                     And when thou preparest a bullock for a burnt offering, or for a sacrifice in performing a vow, or peace offerings unto the LORD:
## 4163                                                                                                                                                                                                                                                     Then shall he bring with a bullock a meat offering of three tenth deals of flour mingled with half an hin of oil.
## 4164                                                                                                                                                                                                                                         And thou shalt bring for a drink offering half an hin of wine, for an offering made by fire, of a sweet savour unto the LORD.
## 4165                                                                                                                                                                                                                                                                                       Thus shall it be done for one bullock, or for one ram, or for a lamb, or a kid.
## 4166                                                                                                                                                                                                                                                                 According to the number that ye shall prepare, so shall ye do to every one according to their number.
## 4167                                                                                                                                                                                                                      All that are born of the country shall do these things after this manner, in offering an offering made by fire, of a sweet savour unto the LORD.
## 4168                                                                                                                                                                                And if a stranger sojourn with you, or whosoever be among you in your generations, and will offer an offering made by fire, of a sweet savour unto the LORD; as ye do, so he shall do.
## 4169                                                                                                                                                          One ordinance shall be both for you of the congregation, and also for the stranger that sojourneth with you, an ordinance for ever in your generations: as ye are, so shall the stranger be before the LORD.
## 4170                                                                                                                                                                                                                                                                               One law and one manner shall be for you, and for the stranger that sojourneth with you.
## 4171                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4172                                                                                                                                                                                                                                                                 Speak unto the children of Israel, and say unto them, When ye come into the land whither I bring you,
## 4173                                                                                                                                                                                                                                                      Then it shall be, that, when ye eat of the bread of the land, ye shall offer up an heave offering unto the LORD.
## 4174                                                                                                                                                                                                                   Ye shall offer up a cake of the first of your dough for an heave offering: as ye do the heave offering of the threshingfloor, so shall ye heave it.
## 4175                                                                                                                                                                                                                                                                         Of the first of your dough ye shall give unto the LORD an heave offering in your generations.
## 4176                                                                                                                                                                                                                                                                 And if ye have erred, and not observed all these commandments, which the LORD hath spoken unto Moses,
## 4177                                                                                                                                                                                                                  Even all that the LORD hath commanded you by the hand of Moses, from the day that the LORD commanded Moses, and henceforward among your generations;
## 4178                                 Then it shall be, if ought be committed by ignorance without the knowledge of the congregation, that all the congregation shall offer one young bullock for a burnt offering, for a sweet savour unto the LORD, with his meat offering, and his drink offering, according to the manner, and one kid of the goats for a sin offering.
## 4179                                                                              And the priest shall make an atonement for all the congregation of the children of Israel, and it shall be forgiven them; for it is ignorance: and they shall bring their offering, a sacrifice made by fire unto the LORD, and their sin offering before the LORD, for their ignorance:
## 4180                                                                                                                                                                                                        And it shall be forgiven all the congregation of the children of Israel, and the stranger that sojourneth among them; seeing all the people were in ignorance.
## 4181                                                                                                                                                                                                                                                           And if any soul sin through ignorance, then he shall bring a she goat of the first year for a sin offering.
## 4182                                                                                                                                                                                And the priest shall make an atonement for the soul that sinneth ignorantly, when he sinneth by ignorance before the LORD, to make an atonement for him; and it shall be forgiven him.
## 4183                                                                                                                                                                                                Ye shall have one law for him that sinneth through ignorance, both for him that is born among the children of Israel, and for the stranger that sojourneth among them.
## 4184                                                                                                                                                                                     But the soul that doeth ought presumptuously, whether he be born in the land, or a stranger, the same reproacheth the LORD; and that soul shall be cut off from among his people.
## 4185                                                                                                                                                                                                                   Because he hath despised the word of the LORD, and hath broken his commandment, that soul shall utterly be cut off; his iniquity shall be upon him.
## 4186                                                                                                                                                                                                                                                  And while the children of Israel were in the wilderness, they found a man that gathered sticks upon the sabbath day.
## 4187                                                                                                                                                                                                                                                             And they that found him gathering sticks brought him unto Moses and Aaron, and unto all the congregation.
## 4188                                                                                                                                                                                                                                                                                     And they put him in ward, because it was not declared what should be done to him.
## 4189                                                                                                                                                                                                                                And the LORD said unto Moses, The man shall be surely put to death: all the congregation shall stone him with stones without the camp.
## 4190                                                                                                                                                                                                                                          And all the congregation brought him without the camp, and stoned him with stones, and he died; as the LORD commanded Moses.
## 4191                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4192                                                                                                                                                        Speak unto the children of Israel, and bid them that they make them fringes in the borders of their garments throughout their generations, and that they put upon the fringe of the borders a ribband of blue:
## 4193                                                                                                                                         And it shall be unto you for a fringe, that ye may look upon it, and remember all the commandments of the LORD, and do them; and that ye seek not after your own heart and your own eyes, after which ye use to go a whoring:
## 4194                                                                                                                                                                                                                                                                                          That ye may remember, and do all my commandments, and be holy unto your God.
## 4195                                                                                                                                                                                                                                                           I am the LORD your God, which brought you out of the land of Egypt, to be your God: I am the LORD your God.
## 4196                                                                                                                                                                                                       NOW Korah, the son of Izhar, the son of Kohath, the son of Levi, and Dathan and Abiram, the sons of Eliab, and On, the son of Peleth, sons of Reuben, took men:
## 4197                                                                                                                                                                                                      And they rose up before Moses, with certain of the children of Israel, two hundred and fifty princes of the assembly, famous in the congregation, men of renown:
## 4198                                                                                   And they gathered themselves together against Moses and against Aaron, and said unto them, Ye take too much upon you, seeing all the congregation are holy, every one of them, and the LORD is among them: wherefore then lift ye up yourselves above the congregation of the LORD?
## 4199                                                                                                                                                                                                                                                                                                                       And when Moses heard it, he fell upon his face:
## 4200                                                                                                                                 And he spake unto Korah and unto all his company, saying, Even to morrow the LORD will shew who are his, and who is holy; and will cause him to come near unto him: even him whom he hath chosen will he cause to come near unto him.
## 4201                                                                                                                                                                                                                                                                                                                This do; Take you censers, Korah, and all his company;
## 4202                                                                                                                                                                        And put fire therein, and put incense in them before the LORD to morrow: and it shall be that the man whom the LORD doth choose, he shall be holy: ye take too much upon you, ye sons of Levi.
## 4203                                                                                                                                                                                                                                                                                                         And Moses said unto Korah, Hear, I pray you, ye sons of Levi:
## 4204                                                                                                           Seemeth it but a small thing unto you, that the God of Israel hath separated you from the congregation of Israel, to bring you near to himself to do the service of the tabernacle of the LORD, and to stand before the congregation to minister unto them?
## 4205                                                                                                                                                                                                                                               And he hath brought thee near to him, and all thy brethren the sons of Levi with thee: and seek ye the priesthood also?
## 4206                                                                                                                                                                                                                                  For which cause both thou and all thy company are gathered together against the LORD: and what is Aaron, that ye murmur against him?
## 4207                                                                                                                                                                                                                                                                         And Moses sent to call Dathan and Abiram, the sons of Eliab: which said, We will not come up:
## 4208                                                                                                                                                                                  Is it a small thing that thou hast brought us up out of a land that floweth with milk and honey, to kill us in the wilderness, except thou make thyself altogether a prince over us?
## 4209                                                                                                                                                                        Moreover thou hast not brought us into a land that floweth with milk and honey, or given us inheritance of fields and vineyards: wilt thou put out the eyes of these men? we will not come up.
## 4210                                                                                                                                                                                                               And Moses was very wroth, and said unto the LORD, Respect not thou their offering: I have not taken one ass from them, neither have I hurt one of them.
## 4211                                                                                                                                                                                                                                                         And Moses said unto Korah, Be thou and all thy company before the LORD, thou, and they, and Aaron, to morrow:
## 4212                                                                                                                                                                               And take every man his censer, and put incense in them, and bring ye before the LORD every man his censer, two hundred and fifty censers; thou also, and Aaron, each of you his censer.
## 4213                                                                                                                                                                                                 And they took every man his censer, and put fire in them, and laid incense thereon, and stood in the door of the tabernacle of the congregation with Moses and Aaron.
## 4214                                                                                                                                                                                               And Korah gathered all the congregation against them unto the door of the tabernacle of the congregation: and the glory of the LORD appeared unto all the congregation.
## 4215                                                                                                                                                                                                                                                                                                                 And the LORD spake unto Moses and unto Aaron, saying,
## 4216                                                                                                                                                                                                                                                                                Separate yourselves from among this congregation, that I may consume them in a moment.
## 4217                                                                                                                                                                                                            And they fell upon their faces, and said, O God, the God of the spirits of all flesh, shall one man sin, and wilt thou be wroth with all the congregation?
## 4218                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4219                                                                                                                                                                                                                                                               Speak unto the congregation, saying, Get you up from about the tabernacle of Korah, Dathan, and Abiram.
## 4220                                                                                                                                                                                                                                                                             And Moses rose up and went unto Dathan and Abiram; and the elders of Israel followed him.
## 4221                                                                                                                                                                                               And he spake unto the congregation, saying, Depart, I pray you, from the tents of these wicked men, and touch nothing of theirs, lest ye be consumed in all their sins.
## 4222                                                                                                                                                     So they gat up from the tabernacle of Korah, Dathan, and Abiram, on every side: and Dathan and Abiram came out, and stood in the door of their tents, and their wives, and their sons, and their little children.
## 4223                                                                                                                                                                                                                                     And Moses said, Hereby ye shall know that the LORD hath sent me to do all these works; for I have not done them of mine own mind.
## 4224                                                                                                                                                                                                                                  If these men die the common death of all men, or if they be visited after the visitation of all men; then the LORD hath not sent me.
## 4225                                                                                                                                          But if the LORD make a new thing, and the earth open her mouth, and swallow them up, with all that appertain unto them, and they go down quick into the pit; then ye shall understand that these men have provoked the LORD.
## 4226                                                                                                                                                                                                                                            And it came to pass, as he had made an end of speaking all these words, that the ground clave asunder that was under them:
## 4227                                                                                                                                                                                                                            And the earth opened her mouth, and swallowed them up, and their houses, and all the men that appertained unto Korah, and all their goods.
## 4228                                                                                                                                                                                                                  They, and all that appertained to them, went down alive into the pit, and the earth closed upon them: and they perished from among the congregation.
## 4229                                                                                                                                                                                                                                                  And all Israel that were round about them fled at the cry of them: for they said, Lest the earth swallow us up also.
## 4230                                                                                                                                                                                                                                                             And there came out a fire from the LORD, and consumed the two hundred and fifty men that offered incense.
## 4231                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4232                                                                                                                                                                                                              Speak unto Eleazar the son of Aaron the priest, that he take up the censers out of the burning, and scatter thou the fire yonder; for they are hallowed.
## 4233                                                                                                                          The censers of these sinners against their own souls, let them make them broad plates for a covering of the altar: for they offered them before the LORD, therefore they are hallowed: and they shall be a sign unto the children of Israel.
## 4234                                                                                                                                                                                                              And Eleazar the priest took the brasen censers, wherewith they that were burnt had offered; and they were made broad plates for a covering of the altar:
## 4235                                                                                                                             To be a memorial unto the children of Israel, that no stranger, which is not of the seed of Aaron, come near to offer incense before the LORD; that he be not as Korah, and as his company: as the LORD said to him by the hand of Moses.
## 4236                                                                                                                                                                                                             But on the morrow all the congregation of the children of Israel murmured against Moses and against Aaron, saying, Ye have killed the people of the LORD.
## 4237                                                                                                                                           And it came to pass, when the congregation was gathered against Moses and against Aaron, that they looked toward the tabernacle of the congregation: and, behold, the cloud covered it, and the glory of the LORD appeared.
## 4238                                                                                                                                                                                                                                                                                                   And Moses and Aaron came before the tabernacle of the congregation.
## 4239                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4240                                                                                                                                                                                                                                                      Get you up from among this congregation, that I may consume them as in a moment. And they fell upon their faces.
## 4241                                                                                                                          And Moses said unto Aaron, Take a censer, and put fire therein from off the altar, and put on incense, and go quickly unto the congregation, and make an atonement for them: for there is wrath gone out from the LORD; the plague is begun.
## 4242                                                                                                                                                                       And Aaron took as Moses commanded, and ran into the midst of the congregation; and, behold, the plague was begun among the people: and he put on incense, and made an atonement for the people.
## 4243                                                                                                                                                                                                                                                                                              And he stood between the dead and the living; and the plague was stayed.
## 4244                                                                                                                                                                                                                                           Now they that died in the plague were fourteen thousand and seven hundred, beside them that died about the matter of Korah.
## 4245                                                                                                                                                                                                                                                         And Aaron returned unto Moses unto the door of the tabernacle of the congregation: and the plague was stayed.
## 4246                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 4247                                                                                                                                   Speak unto the children of Israel, and take of every one of them a rod according to the house of their fathers, of all their princes according to the house of their fathers twelve rods: write thou every man's name upon his rod.
## 4248                                                                                                                                                                                                                                              And thou shalt write Aaron's name upon the rod of Levi: for one rod shall be for the head of the house of their fathers.
## 4249                                                                                                                                                                                                                                                    And thou shalt lay them up in the tabernacle of the congregation before the testimony, where I will meet with you.
## 4250                                                                                                                                                                        And it shall come to pass, that the man's rod, whom I shall choose, shall blossom: and I will make to cease from me the murmurings of the children of Israel, whereby they murmur against you.
## 4251                                                                                                                                              And Moses spake unto the children of Israel, and every one of their princes gave him a rod apiece, for each prince one, according to their fathers' houses, even twelve rods: and the rod of Aaron was among their rods.
## 4252                                                                                                                                                                                                                                                                                              And Moses laid up the rods before the LORD in the tabernacle of witness.
## 4253                                                                                                                                                 And it came to pass, that on the morrow Moses went into the tabernacle of witness; and, behold, the rod of Aaron for the house of Levi was budded, and brought forth buds, and bloomed blossoms, and yielded almonds.
## 4254                                                                                                                                                                                                                                 And Moses brought out all the rods from before the LORD unto all the children of Israel: and they looked, and took every man his rod.
## 4255                                                                                                                                                                    And the LORD said unto Moses, Bring Aaron's rod again before the testimony, to be kept for a token against the rebels; and thou shalt quite take away their murmurings from me, that they die not.
## 4256                                                                                                                                                                                                                                                                                                               And Moses did so: as the LORD commanded him, so did he.
## 4257                                                                                                                                                                                                                                                                        And the children of Israel spake unto Moses, saying, Behold, we die, we perish, we all perish.
## 4258                                                                                                                                                                                                                                                           Whosoever cometh any thing near unto the tabernacle of the LORD shall die: shall we be consumed with dying?
## 4259                                                                                                                                                                AND the LORD said unto Aaron, Thou and thy sons and thy father's house with thee shall bear the iniquity of the sanctuary: and thou and thy sons with thee shall bear the iniquity of your priesthood.
## 4260                                                                                                                                And thy brethren also of the tribe of Levi, the tribe of thy father, bring thou with thee, that they may be joined unto thee, and minister unto thee: but thou and thy sons with thee shall minister before the tabernacle of witness.
## 4261                                                                                                                                                                                  And they shall keep thy charge, and the charge of all the tabernacle: only they shall not come nigh the vessels of the sanctuary and the altar, that neither they, nor ye also, die.
## 4262                                                                                                                                                                                    And they shall be joined unto thee, and keep the charge of the tabernacle of the congregation, for all the service of the tabernacle: and a stranger shall not come nigh unto you.
## 4263                                                                                                                                                                                                                              And ye shall keep the charge of the sanctuary, and the charge of the altar: that there be no wrath any more upon the children of Israel.
## 4264                                                                                                                                                                       And I, behold, I have taken your brethren the Levites from among the children of Israel: to you they are given as a gift for the LORD, to do the service of the tabernacle of the congregation.
## 4265                                                                                                Therefore thou and thy sons with thee shall keep your priest's office for every thing of the altar, and within the vail; and ye shall serve: I have given your priest's office unto you as a service of gift: and the stranger that cometh nigh shall be put to death.
## 4266                                                                                                             And the LORD spake unto Aaron, Behold, I also have given thee the charge of mine heave offerings of all the hallowed things of the children of Israel; unto thee have I given them by reason of the anointing, and to thy sons, by an ordinance for ever.
## 4267                                                                                 This shall be thine of the most holy things, reserved from the fire: every oblation of theirs, every meat offering of theirs, and every sin offering of theirs, and every trespass offering of theirs, which they shall render unto me, shall be most holy for thee and for thy sons.
## 4268                                                                                                                                                                                                                                                                        In the most holy place shalt thou eat it; every male shall eat it: it shall be holy unto thee.
## 4269                                                                                                 And this is thine; the heave offering of their gift, with all the wave offerings of the children of Israel: I have given them unto thee, and to thy sons and to thy daughters with thee, by a statute for ever: every one that is clean in thy house shall eat of it.
## 4270                                                                                                                                                                                                        All the best of the oil, and all the best of the wine, and of the wheat, the firstfruits of them which they shall offer unto the LORD, them have I given thee.
## 4271                                                                                                                                                                                                               And whatsoever is first ripe in the land, which they shall bring unto the LORD, shall be thine; every one that is clean in thine house shall eat of it.
## 4272                                                                                                                                                                                                                                                                                                                         Every thing devoted in Israel shall be thine.
## 4273                                                                                                                  Every thing that openeth the matrix in all flesh, which they bring unto the LORD, whether it be of men or beasts, shall be thine: nevertheless the firstborn of man shalt thou surely redeem, and the firstling of unclean beasts shalt thou redeem.
## 4274                                                                                                                                                                        And those that are to be redeemed from a month old shalt thou redeem, according to thine estimation, for the money of five shekels, after the shekel of the sanctuary, which is twenty gerahs.
## 4275                                                                                                   But the firstling of a cow, or the firstling of a sheep, or the firstling of a goat, thou shalt not redeem; they are holy: thou shalt sprinkle their blood upon the altar, and shalt burn their fat for an offering made by fire, for a sweet savour unto the LORD.
## 4276                                                                                                                                                                                                                                                                         And the flesh of them shall be thine, as the wave breast and as the right shoulder are thine.
## 4277                                                                                              All the heave offerings of the holy things, which the children of Israel offer unto the LORD, have I given thee, and thy sons and thy daughters with thee, by a statute for ever: it is a covenant of salt for ever before the LORD unto thee and to thy seed with thee.
## 4278                                                                                                                                                                           And the LORD spake unto Aaron, Thou shalt have no inheritance in their land, neither shalt thou have any part among them: I am thy part and thine inheritance among the children of Israel.
## 4279                                                                                                                                                                                And, behold, I have given the children of Levi all the tenth in Israel for an inheritance, for their service which they serve, even the service of the tabernacle of the congregation.
## 4280                                                                                                                                                                                                                                             Neither must the children of Israel henceforth come nigh the tabernacle of the congregation, lest they bear sin, and die.
## 4281                                                                                                                               But the Levites shall do the service of the tabernacle of the congregation, and they shall bear their iniquity: it shall be a statute for ever throughout your generations, that among the children of Israel they have no inheritance.
## 4282                                                                                                                                  But the tithes of the children of Israel, which they offer as an heave offering unto the LORD, I have given to the Levites to inherit: therefore I have said unto them, Among the children of Israel they shall have no inheritance.
## 4283                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4284                                                                                                                 Thus speak unto the Levites, and say unto them, When ye take of the children of Israel the tithes which I have given you from them for your inheritance, then ye shall offer up an heave offering of it for the LORD, even a tenth part of the tithe.
## 4285                                                                                                                                                                                                                       And this your heave offering shall be reckoned unto you, as though it were the corn of the threshingfloor, and as the fulness of the winepress.
## 4286                                                                                                                                                                     Thus ye also shall offer an heave offering unto the LORD of all your tithes, which ye receive of the children of Israel; and ye shall give thereof the LORD's heave offering to Aaron the priest.
## 4287                                                                                                                                                                                                                             Out of all your gifts ye shall offer every heave offering of the LORD, of all the best thereof, even the hallowed part thereof out of it.
## 4288                                                                                                                                                              Therefore thou shalt say unto them, When ye have heaved the best thereof from it, then it shall be counted unto the Levites as the increase of the threshingfloor, and as the increase of the winepress.
## 4289                                                                                                                                                                                                                             And ye shall eat it in every place, ye and your households: for it is your reward for your service in the tabernacle of the congregation.
## 4290                                                                                                                                                                                                And ye shall bear no sin by reason of it, when ye have heaved from it the best of it: neither shall ye pollute the holy things of the children of Israel, lest ye die.
## 4291                                                                                                                                                                                                                                                                                                                 AND the LORD spake unto Moses and unto Aaron, saying,
## 4292                                                                                                                                                     This is the ordinance of the law which the LORD hath commanded, saying, Speak unto the children of Israel, that they bring thee a red heifer without spot, wherein is no blemish, and upon which never came yoke:
## 4293                                                                                                                                                                                                                                  And ye shall give her unto Eleazar the priest, that he may bring her forth without the camp, and one shall slay her before his face:
## 4294                                                                                                                                                                                                             And Eleazar the priest shall take of her blood with his finger, and sprinkle of her blood directly before the tabernacle of the congregation seven times:
## 4295                                                                                                                                                                                                                                                     And one shall burn the heifer in his sight; her skin, and her flesh, and her blood, with her dung, shall he burn:
## 4296                                                                                                                                                                                                                                               And the priest shall take cedar wood, and hyssop, and scarlet, and cast it into the midst of the burning of the heifer.
## 4297                                                                                                                                                                                             Then the priest shall wash his clothes, and he shall bathe his flesh in water, and afterward he shall come into the camp, and the priest shall be unclean until the even.
## 4298                                                                                                                                                                                                                                           And he that burneth her shall wash his clothes in water, and bathe his flesh in water, and shall be unclean until the even.
## 4299                                                                                                                      And a man that is clean shall gather up the ashes of the heifer, and lay them up without the camp in a clean place, and it shall be kept for the congregation of the children of Israel for a water of separation: it is a purification for sin.
## 4300                                                                                                                                           And he that gathereth the ashes of the heifer shall wash his clothes, and be unclean until the even: and it shall be unto the children of Israel, and unto the stranger that sojourneth among them, for a statute for ever.
## 4301                                                                                                                                                                                                                                                                                                He that toucheth the dead body of any man shall be unclean seven days.
## 4302                                                                                                                                                                                   He shall purify himself with it on the third day, and on the seventh day he shall be clean: but if he purify not himself the third day, then the seventh day he shall not be clean.
## 4303                                                                               Whosoever toucheth the dead body of any man that is dead, and purifieth not himself, defileth the tabernacle of the LORD; and that soul shall be cut off from Israel: because the water of separation was not sprinkled upon him, he shall be unclean; his uncleanness is yet upon him.
## 4304                                                                                                                                                                                                                                   This is the law, when a man dieth in a tent: all that come into the tent, and all that is in the tent, shall be unclean seven days.
## 4305                                                                                                                                                                                                                                                                                              And every open vessel, which hath no covering bound upon it, is unclean.
## 4306                                                                                                                                                                                                                And whosoever toucheth one that is slain with a sword in the open fields, or a dead body, or a bone of a man, or a grave, shall be unclean seven days.
## 4307                                                                                                                                                                                                               And for an unclean person they shall take of the ashes of the burnt heifer of purification for sin, and running water shall be put thereto in a vessel:
## 4308                                                                                                                                And a clean person shall take hyssop, and dip it in the water, and sprinkle it upon the tent, and upon all the vessels, and upon the persons that were there, and upon him that touched a bone, or one slain, or one dead, or a grave:
## 4309                                                                                                                                          And the clean person shall sprinkle upon the unclean on the third day, and on the seventh day: and on the seventh day he shall purify himself, and wash his clothes, and bathe himself in water, and shall be clean at even.
## 4310                                                                                                                  But the man that shall be unclean, and shall not purify himself, that soul shall be cut off from among the congregation, because he hath defiled the sanctuary of the LORD: the water of separation hath not been sprinkled upon him; he is unclean.
## 4311                                                                                                                                                                      And it shall be a perpetual statute unto them, that he that sprinkleth the water of separation shall wash his clothes; and he that toucheth the water of separation shall be unclean until even.
## 4312                                                                                                                                                                                                                                               And whatsoever the unclean person toucheth shall be unclean; and the soul that toucheth it shall be unclean until even.
## 4313                                                                                                                                                                                THEN came the children of Israel, even the whole congregation, into the desert of Zin in the first month: and the people abode in Kadesh; and Miriam died there, and was buried there.
## 4314                                                                                                                                                                                                                                                   And there was no water for the congregation: and they gathered themselves together against Moses and against Aaron.
## 4315                                                                                                                                                                                                                                                And the people chode with Moses, and spake, saying, Would God that we had died when our brethren died before the LORD!
## 4316                                                                                                                                                                                                                                                And why have ye brought up the congregation of the LORD into this wilderness, that we and our cattle should die there?
## 4317                                                                                                                                                                 And wherefore have ye made us to come up out of Egypt, to bring us in unto this evil place? it is no place of seed, or of figs, or of vines, or of pomegranates; neither is there any water to drink.
## 4318                                                                                                                                                                         And Moses and Aaron went from the presence of the assembly unto the door of the tabernacle of the congregation, and they fell upon their faces: and the glory of the LORD appeared unto them.
## 4319                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4320                                                                              Take the rod, and gather thou the assembly together, thou, and Aaron thy brother, and speak ye unto the rock before their eyes; and it shall give forth his water, and thou shalt bring forth to them water out of the rock: so thou shalt give the congregation and their beasts drink.
## 4321                                                                                                                                                                                                                                                                                                     And Moses took the rod from before the LORD, as he commanded him.
## 4322                                                                                                                                                                                                         And Moses and Aaron gathered the congregation together before the rock, and he said unto them, Hear now, ye rebels; must we fetch you water out of this rock?
## 4323                                                                                                                                                                                                         And Moses lifted up his hand, and with his rod he smote the rock twice: and the water came out abundantly, and the congregation drank, and their beasts also.
## 4324                                                                                                                                                      And the LORD spake unto Moses and Aaron, Because ye believed me not, to sanctify me in the eyes of the children of Israel, therefore ye shall not bring this congregation into the land which I have given them.
## 4325                                                                                                                                                                                                                                                     This is the water of Meribah; because the children of Israel strove with the LORD, and he was sanctified in them.
## 4326                                                                                                                                                                                                                       And Moses sent messengers from Kadesh unto the king of Edom, Thus saith thy brother Israel, Thou knowest all the travail that hath befallen us:
## 4327                                                                                                                                                                                                                                            How our fathers went down into Egypt, and we have dwelt in Egypt a long time; and the Egyptians vexed us, and our fathers:
## 4328                                                                                                                                                                                 And when we cried unto the LORD, he heard our voice, and sent an angel, and hath brought us forth out of Egypt: and, behold, we are in Kadesh, a city in the uttermost of thy border:
## 4329                                                                               Let us pass, I pray thee, through thy country: we will not pass through the fields, or through the vineyards, neither will we drink of the water of the wells: we will go by the king's high way, we will not turn to the right hand nor to the left, until we have passed thy borders.
## 4330                                                                                                                                                                                                                                                                       And Edom said unto him, Thou shalt not pass by me, lest I come out against thee with the sword.
## 4331                                                                                                                                                            And the children of Israel said unto him, We will go by the high way: and if I and my cattle drink of thy water, then I will pay for it: I will only, without doing any thing else, go through on my feet.
## 4332                                                                                                                                                                                                                                                       And he said, Thou shalt not go through. And Edom came out against him with much people, and with a strong hand.
## 4333                                                                                                                                                                                                                                                                   Thus Edom refused to give Israel passage through his border: wherefore Israel turned away from him.
## 4334                                                                                                                                                                                                                                                              And the children of Israel, even the whole congregation, journeyed from Kadesh, and came unto mount Hor.
## 4335                                                                                                                                                                                                                                                                       And the LORD spake unto Moses and Aaron in mount Hor, by the coast of the land of Edom, saying,
## 4336                                                                                                                                                                            Aaron shall be gathered unto his people: for he shall not enter into the land which I have given unto the children of Israel, because ye rebelled against my word at the water of Meribah.
## 4337                                                                                                                                                                                                                                                                                                     Take Aaron and Eleazar his son, and bring them up unto mount Hor:
## 4338                                                                                                                                                                                                                                 And strip Aaron of his garments, and put them upon Eleazar his son: and Aaron shall be gathered unto his people, and shall die there.
## 4339                                                                                                                                                                                                                                                            And Moses did as the LORD commanded: and they went up into mount Hor in the sight of all the congregation.
## 4340                                                                                                                                                                                            And Moses stripped Aaron of his garments, and put them upon Eleazar his son; and Aaron died there in the top of the mount: and Moses and Eleazar came down from the mount.
## 4341                                                                                                                                                                                                                                              And when all the congregation saw that Aaron was dead, they mourned for Aaron thirty days, even all the house of Israel.
## 4342                                                                                                                                                                                      AND when king Arad the Canaanite, which dwelt in the south, heard tell that Israel came by the way of the spies; then he fought against Israel, and took some of them prisoners.
## 4343                                                                                                                                                                                                                       And Israel vowed a vow unto the LORD, and said, If thou wilt indeed deliver this people into my hand, then I will utterly destroy their cities.
## 4344                                                                                                                                                                                         And the LORD hearkened to the voice of Israel, and delivered up the Canaanites; and they utterly destroyed them and their cities: and he called the name of the place Hormah.
## 4345                                                                                                                                                                                                         And they journeyed from mount Hor by the way of the Red sea, to compass the land of Edom: and the soul of the people was much discouraged because of the way.
## 4346                                                                                                                                                And the people spake against God, and against Moses, Wherefore have ye brought us up out of Egypt to die in the wilderness? for there is no bread, neither is there any water; and our soul loatheth this light bread.
## 4347                                                                                                                                                                                                                                                           And the LORD sent fiery serpents among the people, and they bit the people; and much people of Israel died.
## 4348                                                                                                                                                     Therefore the people came to Moses, and said, We have sinned, for we have spoken against the LORD, and against thee; pray unto the LORD, that he take away the serpents from us. And Moses prayed for the people.
## 4349                                                                                                                                                                                       And the LORD said unto Moses, Make thee a fiery serpent, and set it upon a pole: and it shall come to pass, that every one that is bitten, when he looketh upon it, shall live.
## 4350                                                                                                                                                                                                  And Moses made a serpent of brass, and put it upon a pole, and it came to pass, that if a serpent had bitten any man, when he beheld the serpent of brass, he lived.
## 4351                                                                                                                                                                                                                                                                                                         And the children of Israel set forward, and pitched in Oboth.
## 4352                                                                                                                                                                                                                                               And they journeyed from Oboth, and pitched at Ije-abarim, in the wilderness which is before Moab, toward the sunrising.
## 4353                                                                                                                                                                                                                                                                                                         From thence they removed, and pitched in the valley of Zared.
## 4354                                                                                                                                                           From thence they removed, and pitched on the other side of Arnon, which is in the wilderness that cometh out of the coasts of the Amorites: for Arnon is the border of Moab, between Moab and the Amorites.
## 4355                                                                                                                                                                                                                                                     Wherefore it is said in the book of the wars of the LORD, What he did in the Red sea, and in the brooks of Arnon,
## 4356                                                                                                                                                                                                                                                             And at the stream of the brooks that goeth down to the dwelling of Ar, and lieth upon the border of Moab.
## 4357                                                                                                                                                                                                                        And from thence they went to Beer: that is the well whereof the LORD spake unto Moses, Gather the people together, and I will give them water.
## 4358                                                                                                                                                                                                                                                                                                       Then Israel sang this song, Spring up, O well; sing ye unto it:
## 4359                                                                                                                                                                                                  The princes digged the well, the nobles of the people digged it, by the direction of the lawgiver, with their staves. And from the wilderness they went to Mattanah:
## 4360                                                                                                                                                                                                                                                                                                           And from Mattanah to Nahaliel: and from Nahaliel to Bamoth:
## 4361                                                                                                                                                                                                                                                   And from Bamoth in the valley, that is in the country of Moab, to the top of Pisgah, which looketh toward Jeshimon.
## 4362                                                                                                                                                                                                                                                                                                   And Israel sent messengers unto Sihon king of the Amorites, saying,
## 4363                                                                                                                                                        Let me pass through thy land: we will not turn into the fields, or into the vineyards; we will not drink of the waters of the well: but we will go along by the king's high way, until we be past thy borders.
## 4364                                                                                                                                                           And Sihon would not suffer Israel to pass through his border: but Sihon gathered all his people together, and went out against Israel into the wilderness: and he came to Jahaz, and fought against Israel.
## 4365                                                                                                                                                                                  And Israel smote him with the edge of the sword, and possessed his land from Arnon unto Jabbok, even unto the children of Ammon: for the border of the children of Ammon was strong.
## 4366                                                                                                                                                                                                                                    And Israel took all these cities: and Israel dwelt in all the cities of the Amorites, in Heshbon, and in all the villages thereof.
## 4367                                                                                                                                                                                                  For Heshbon was the city of Sihon the king of the Amorites, who had fought against the former king of Moab, and taken all his land out of his hand, even unto Arnon.
## 4368                                                                                                                                                                                                                                                            Wherefore they that speak in proverbs say, Come into Heshbon, let the city of Sihon be built and prepared:
## 4369                                                                                                                                                                                                                      For there is a fire gone out of Heshbon, a flame from the city of Sihon: it hath consumed Ar of Moab, and the lords of the high places of Arnon.
## 4370                                                                                                                                                                                                      Woe to thee, Moab! thou art undone, O people of Chemosh: he hath given his sons that escaped, and his daughters, into captivity unto Sihon king of the Amorites.
## 4371                                                                                                                                                                                                                                  We have shot at them; Heshbon is perished even unto Dibon, and we have laid them waste even unto Nophah, which reacheth unto Medeba.
## 4372                                                                                                                                                                                                                                                                                                                        Thus Israel dwelt in the land of the Amorites.
## 4373                                                                                                                                                                                                                                                     And Moses sent to spy out Jaazer, and they took the villages thereof, and drove out the Amorites that were there.
## 4374                                                                                                                                                                                                                    And they turned and went up by the way of Bashan: and Og the king of Bashan went out against them, he, and all his people, to the battle at Edrei.
## 4375                                                                                                                                                 And the LORD said unto Moses, Fear him not: for I have delivered him into thy hand, and all his people, and his land; and thou shalt do to him as thou didst unto Sihon king of the Amorites, which dwelt at Heshbon.
## 4376                                                                                                                                                                                                                                                So they smote him, and his sons, and all his people, until there was none left him alive: and they possessed his land.
## 4377                                                                                                                                                                                                                                                             AND the children of Israel set forward, and pitched in the plains of Moab on this side Jordan by Jericho.
## 4378                                                                                                                                                                                                                                                                                             And Balak the son of Zippor saw all that Israel had done to the Amorites.
## 4379                                                                                                                                                                                                                                            And Moab was sore afraid of the people, because they were many: and Moab was distressed because of the children of Israel.
## 4380                                                                                                                                                  And Moab said unto the elders of Midian, Now shall this company lick up all that are round about us, as the ox licketh up the grass of the field. And Balak the son of Zippor was king of the Moabites at that time.
## 4381                                                                                    He sent messengers therefore unto Balaam the son of Beor to Pethor, which is by the river of the land of the children of his people, to call him, saying, Behold, there is a people come out from Egypt: behold, they cover the face of the earth, and they abide over against me:
## 4382                                                                                          Come now therefore, I pray thee, curse me this people; for they are too mighty for me: peradventure I shall prevail, that we may smite them, and that I may drive them out of the land: for I wot that he whom thou blessest is blessed, and he whom thou cursest is cursed.
## 4383                                                                                                                                                                                              And the elders of Moab and the elders of Midian departed with the rewards of divination in their hand; and they came unto Balaam, and spake unto him the words of Balak.
## 4384                                                                                                                                                                                                            And he said unto them, Lodge here this night, and I will bring you word again, as the LORD shall speak unto me: and the princes of Moab abode with Balaam.
## 4385                                                                                                                                                                                                                                                                                                     And God came unto Balaam, and said, What men are these with thee?
## 4386                                                                                                                                                                                                                                                                           And Balaam said unto God, Balak the son of Zippor, king of Moab, hath sent unto me, saying,
## 4387                                                                                                                                                                                        Behold, there is a people come out of Egypt, which covereth the face of the earth: come now, curse me them; peradventure I shall be able to overcome them, and drive them out.
## 4388                                                                                                                                                                                                                                                         And God said unto Balaam, Thou shalt not go with them; thou shalt not curse the people: for they are blessed.
## 4389                                                                                                                                                                                                                 And Balaam rose up in the morning, and said unto the princes of Balak, Get you into your land: for the LORD refuseth to give me leave to go with you.
## 4390                                                                                                                                                                                                                                                                 And the princes of Moab rose up, and they went unto Balak, and said, Balaam refuseth to come with us.
## 4391                                                                                                                                                                                                                                                                                                And Balak sent yet again princes, more, and more honourable than they.
## 4392                                                                                                                                                                                                                              And they came to Balaam, and said to him, Thus saith Balak the son of Zippor, Let nothing, I pray thee, hinder thee from coming unto me:
## 4393                                                                                                                                                                                                                      For I will promote thee unto very great honour, and I will do whatsoever thou sayest unto me: come therefore, I pray thee, curse me this people.
## 4394                                                                                                                                                                                And Balaam answered and said unto the servants of Balak, If Balak would give me his house full of silver and gold, I cannot go beyond the word of the LORD my God, to do less or more.
## 4395                                                                                                                                                                                                                                                        Now therefore, I pray you, tarry ye also here this night, that I may know what the LORD will say unto me more.
## 4396                                                                                                                                                                                      And God came unto Balaam at night, and said unto him, If the men come to call thee, rise up, and go with them; but yet the word which I shall say unto thee, that shalt thou do.
## 4397                                                                                                                                                                                                                                                                            And Balaam rose up in the morning, and saddled his ass, and went with the princes of Moab.
## 4398                                                                                                                                                                             And God's anger was kindled because he went: and the angel of the LORD stood in the way for an adversary against him. Now he was riding upon his ass, and his two servants were with him.
## 4399                                                                                                                                                     And the ass saw the angel of the LORD standing in the way, and his sword drawn in his hand: and the ass turned aside out of the way, and went into the field: and Balaam smote the ass, to turn her into the way.
## 4400                                                                                                                                                                                                                                                       But the angel of the LORD stood in a path of the vineyards, a wall being on this side, and a wall on that side.
## 4401                                                                                                                                                                                                                     And when the ass saw the angel of the LORD, she thrust herself unto the wall, and crushed Balaam's foot against the wall: and he smote her again.
## 4402                                                                                                                                                                                                                                And the angel of the LORD went further, and stood in a narrow place, where was no way to turn either to the right hand or to the left.
## 4403                                                                                                                                                                                                                            And when the ass saw the angel of the LORD, she fell down under Balaam: and Balaam's anger was kindled, and he smote the ass with a staff.
## 4404                                                                                                                                                                                                                          And the LORD opened the mouth of the ass, and she said unto Balaam, What have I done unto thee, that thou hast smitten me these three times?
## 4405                                                                                                                                                                                                                                        And Balaam said unto the ass, Because thou hast mocked me: I would there were a sword in mine hand, for now would I kill thee.
## 4406                                                                                                                                                                                             And the ass said unto Balaam, Am not I thine ass, upon which thou hast ridden ever since I was thine unto this day? was I ever wont to do so unto thee? And he said, Nay.
## 4407                                                                                                                                                                                Then the LORD opened the eyes of Balaam, and he saw the angel of the LORD standing in the way, and his sword drawn in his hand: and he bowed down his head, and fell flat on his face.
## 4408                                                                                                                                                                                        And the angel of the LORD said unto him, Wherefore hast thou smitten thine ass these three times? behold, I went out to withstand thee, because thy way is perverse before me:
## 4409                                                                                                                                                                                                                       And the ass saw me, and turned from me these three times: unless she had turned from me, surely now also I had slain thee, and saved her alive.
## 4410                                                                                                                                                                                    And Balaam said unto the angel of the LORD, I have sinned; for I knew not that thou stoodest in the way against me: now therefore, if it displease thee, I will get me back again.
## 4411                                                                                                                                                                                         And the angel of the LORD said unto Balaam, Go with the men: but only the word that I shall speak unto thee, that thou shalt speak. So Balaam went with the princes of Balak.
## 4412                                                                                                                                                                                                                And when Balak heard that Balaam was come, he went out to meet him unto a city of Moab, which is in the border of Arnon, which is in the utmost coast.
## 4413                                                                                                                                                                                                       And Balak said unto Balaam, Did I not earnestly send unto thee to call thee? wherefore camest thou not unto me? am I not able indeed to promote thee to honour?
## 4414                                                                                                                                                                                                         And Balaam said unto Balak, Lo, I am come unto thee: have I now any power at all to say any thing? the word that God putteth in my mouth, that shall I speak.
## 4415                                                                                                                                                                                                                                                                                                        And Balaam went with Balak, and they came unto Kirjath-huzoth.
## 4416                                                                                                                                                                                                                                                                          And Balak offered oxen and sheep, and sent to Balaam, and to the princes that were with him.
## 4417                                                                                                                                                                                                   And it came to pass on the morrow, that Balak took Balaam, and brought him up into the high places of Baal, that thence he might see the utmost part of the people.
## 4418                                                                                                                                                                                                                                                                AND Balaam said unto Balak, Build me here seven altars, and prepare me here seven oxen and seven rams.
## 4419                                                                                                                                                                                                                                                                  And Balak did as Balaam had spoken; and Balak and Balaam offered on every altar a bullock and a ram.
## 4420                                                                                                                                                                      And Balaam said unto Balak, Stand by thy burnt offering, and I will go: peradventure the LORD will come to meet me: and whatsoever he sheweth me I will tell thee. And he went to an high place.
## 4421                                                                                                                                                                                                                                      And God met Balaam: and he said unto him, I have prepared seven altars, and I have offered upon every altar a bullock and a ram.
## 4422                                                                                                                                                                                                                                                                    And the LORD put a word in Balaam's mouth, and said, Return unto Balak, and thus thou shalt speak.
## 4423                                                                                                                                                                                                                                                                  And he returned unto him, and, lo, he stood by his burnt sacrifice, he, and all the princes of Moab.
## 4424                                                                                                                                                                                        And he took up his parable, and said, Balak the king of Moab hath brought me from Aram, out of the mountains of the east, saying, Come, curse me Jacob, and come, defy Israel.
## 4425                                                                                                                                                                                                                                                                      How shall I curse, whom God hath not cursed? or how shall I defy, whom the LORD hath not defied?
## 4426                                                                                                                                                                                                              For from the top of the rocks I see him, and from the hills I behold him: lo, the people shall dwell alone, and shall not be reckoned among the nations.
## 4427                                                                                                                                                                                                                 Who can count the dust of Jacob, and the number of the fourth part of Israel? Let me die the death of the righteous, and let my last end be like his!
## 4428                                                                                                                                                                                                                           And Balak said unto Balaam, What hast thou done unto me? I took thee to curse mine enemies, and, behold, thou hast blessed them altogether.
## 4429                                                                                                                                                                                                                                                                     And he answered and said, Must I not take heed to speak that which the LORD hath put in my mouth?
## 4430                                                                                                                                                      And Balak said unto him, Come, I pray thee, with me unto another place, from whence thou mayest see them: thou shalt see but the utmost part of them, and shalt not see them all: and curse me them from thence.
## 4431                                                                                                                                                                                                                            And he brought him into the field of Zophim, to the top of Pisgah, and built seven altars, and offered a bullock and a ram on every altar.
## 4432                                                                                                                                                                                                                                                                               And he said unto Balak, Stand here by thy burnt offering, while I meet the LORD yonder.
## 4433                                                                                                                                                                                                                                                                    And the LORD met Balaam, and put a word in his mouth, and said, Go again unto Balak, and say thus.
## 4434                                                                                                                                                                                                                And when he came to him, behold, he stood by his burnt offering, and the princes of Moab with him. And Balak said unto him, What hath the LORD spoken?
## 4435                                                                                                                                                                                                                                                                  And he took up his parable, and said, Rise up, Balak, and hear; hearken unto me, thou son of Zippor:
## 4436                                                                                                                                                                                          God is not a man, that he should lie; neither the son of man, that he should repent: hath he said, and shall he not do it? or hath he spoken, and shall he not make it good?
## 4437                                                                                                                                                                                                                                                                           Behold, I have received commandment to bless: and he hath blessed; and I cannot reverse it.
## 4438                                                                                                                                                                                                               He hath not beheld iniquity in Jacob, neither hath he seen perverseness in Israel: the LORD his God is with him, and the shout of a king is among them.
## 4439                                                                                                                                                                                                                                                                                         God brought them out of Egypt; he hath as it were the strength of an unicorn.
## 4440                                                                                                                                                                                  Surely there is no enchantment against Jacob, neither is there any divination against Israel: according to this time it shall be said of Jacob and of Israel, What hath God wrought!
## 4441                                                                                                                                                                                              Behold, the people shall rise up as a great lion, and lift up himself as a young lion: he shall not lie down until he eat of the prey, and drink the blood of the slain.
## 4442                                                                                                                                                                                                                                                                                         And Balak said unto Balaam, Neither curse them at all, nor bless them at all.
## 4443                                                                                                                                                                                                                                                         But Balaam answered and said unto Balak, Told not I thee, saying, All that the LORD speaketh, that I must do?
## 4444                                                                                                                                                                                                      And Balak said unto Balaam, Come, I pray thee, I will bring thee unto another place; peradventure it will please God that thou mayest curse me them from thence.
## 4445                                                                                                                                                                                                                                                                                          And Balak brought Balaam unto the top of Peor, that looketh toward Jeshimon.
## 4446                                                                                                                                                                                                                                                            And Balaam said unto Balak, Build me here seven altars, and prepare me here seven bullocks and seven rams.
## 4447                                                                                                                                                                                                                                                                                     And Balak did as Balaam had said, and offered a bullock and a ram on every altar.
## 4448                                                                                                                                                                                                    AND when Balaam saw that it pleased the LORD to bless Israel, he went not, as at other times, to seek for enchantments, but he set his face toward the wilderness.
## 4449                                                                                                                                                                                                                                 And Balaam lifted up his eyes, and he saw Israel abiding in his tents according to their tribes; and the spirit of God came upon him.
## 4450                                                                                                                                                                                                                                                    And he took up his parable, and said, Balaam the son of Beor hath said, and the man whose eyes are open hath said:
## 4451                                                                                                                                                                                                                                    He hath said, which heard the words of God, which saw the vision of the Almighty, falling into a trance, but having his eyes open:
## 4452                                                                                                                                                                                                                                                                                                     How goodly are thy tents, O Jacob, and thy tabernacles, O Israel!
## 4453                                                                                                                                                                                                   As the valleys are they spread forth, as gardens by the river's side, as the trees of lign aloes which the LORD hath planted, and as cedar trees beside the waters.
## 4454                                                                                                                                                                                                           He shall pour the water out of his buckets, and his seed shall be in many waters, and his king shall be higher than Agag, and his kingdom shall be exalted.
## 4455                                                                                                                                                                     God brought him forth out of Egypt; he hath as it were the strength of an unicorn: he shall eat up the nations his enemies, and shall break their bones, and pierce them through with his arrows.
## 4456                                                                                                                                                                                                                  He couched, he lay down as a lion, and as a great lion: who shall stir him up? Blessed is he that blesseth thee, and cursed is he that curseth thee.
## 4457                                                                                                                                                     And Balak's anger was kindled against Balaam, and he smote his hands together: and Balak said unto Balaam, I called thee to curse mine enemies, and, behold, thou hast altogether blessed them these three times.
## 4458                                                                                                                                                                                                                                 Therefore now flee thou to thy place: I thought to promote thee unto great honour; but, lo, the LORD hath kept thee back from honour.
## 4459                                                                                                                                                                                                                                                                    And Balaam said unto Balak, Spake I not also to thy messengers which thou sentest unto me, saying,
## 4460                                                                                                                                                                      If Balak would give me his house full of silver and gold, I cannot go beyond the commandment of the LORD, to do either good or bad of mine own mind; but what the LORD saith, that will I speak?
## 4461                                                                                                                                                                                                                           And now, behold, I go unto my people: come therefore, and I will advertise thee what this people shall do to thy people in the latter days.
## 4462                                                                                                                                                                                                                                                    And he took up his parable, and said, Balaam the son of Beor hath said, and the man whose eyes are open hath said:
## 4463                                                                                                                                                                                           He hath said, which heard the words of God, and knew the knowledge of the most High, which saw the vision of the Almighty, falling into a trance, but having his eyes open:
## 4464                                                                                                                                             I shall see him, but not now: I shall behold him, but not nigh: there shall come a Star out of Jacob, and a Sceptre shall rise out of Israel, and shall smite the corners of Moab, and destroy all the children of Sheth.
## 4465                                                                                                                                                                                                                                                       And Edom shall be a possession, Seir also shall be a possession for his enemies; and Israel shall do valiantly.
## 4466                                                                                                                                                                                                                                                                Out of Jacob shall come he that shall have dominion, and shall destroy him that remaineth of the city.
## 4467                                                                                                                                                                                                             And when he looked on Amalek, he took up his parable, and said, Amalek was the first of the nations; but his latter end shall be that he perish for ever.
## 4468                                                                                                                                                                                                                                    And he looked on the Kenites, and took up his parable, and said, Strong is thy dwellingplace, and thou puttest thy nest in a rock.
## 4469                                                                                                                                                                                                                                                                                  Nevertheless the Kenite shall be wasted, until Asshur shall carry thee away captive.
## 4470                                                                                                                                                                                                                                                                                       And he took up his parable, and said, Alas, who shall live when God doeth this!
## 4471                                                                                                                                                                                                                                  And ships shall come from the coast of Chittim, and shall afflict Asshur, and shall afflict Eber, and he also shall perish for ever.
## 4472                                                                                                                                                                                                                                                                                  And Balaam rose up, and went and returned to his place: and Balak also went his way.
## 4473                                                                                                                                                                                                                                                                      AND Israel abode in Shittim, and the people began to commit whoredom with the daughters of Moab.
## 4474                                                                                                                                                                                                                                                   And they called the people unto the sacrifices of their gods: and the people did eat, and bowed down to their gods.
## 4475                                                                                                                                                                                                                                                                       And Israel joined himself unto Baal-peor: and the anger of the LORD was kindled against Israel.
## 4476                                                                                                                                                                                   And the LORD said unto Moses, Take all the heads of the people, and hang them up before the LORD against the sun, that the fierce anger of the LORD may be turned away from Israel.
## 4477                                                                                                                                                                                                                                                                  And Moses said unto the judges of Israel, Slay ye every one his men that were joined unto Baal-peor.
## 4478                                                                                                  And, behold, one of the children of Israel came and brought unto his brethren a Midianitish woman in the sight of Moses, and in the sight of all the congregation of the children of Israel, who were weeping before the door of the tabernacle of the congregation.
## 4479                                                                                                                                                                                                                   And when Phinehas, the son of Eleazar, the son of Aaron the priest, saw it, he rose up from among the congregation, and took a javelin in his hand;
## 4480                                                                                                                                                                         And he went after the man of Israel into the tent, and thrust both of them through, the man of Israel, and the woman through her belly. So the plague was stayed from the children of Israel.
## 4481                                                                                                                                                                                                                                                                                                      And those that died in the plague were twenty and four thousand.
## 4482                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4483                                                                                                                                             Phinehas, the son of Eleazar, the son of Aaron the priest, hath turned my wrath away from the children of Israel, while he was zealous for my sake among them, that I consumed not the children of Israel in my jealousy.
## 4484                                                                                                                                                                                                                                                                                                          Wherefore say, Behold, I give unto him my covenant of peace:
## 4485                                                                                                                                                                                   And he shall have it, and his seed after him, even the covenant of an everlasting priesthood; because he was zealous for his God, and made an atonement for the children of Israel.
## 4486                                                                                                                                                                                             Now the name of the Israelite that was slain, even that was slain with the Midianitish woman, was Zimri, the son of Salu, a prince of a chief house among the Simeonites.
## 4487                                                                                                                                                                                                                       And the name of the Midianitish woman that was slain was Cozbi, the daughter of Zur; he was head over a people, and of a chief house in Midian.
## 4488                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4489                                                                                                                                                                                                                                                                                                                                   Vex the Midianites, and smite them:
## 4490                                                                                                                                    For they vex you with their wiles, wherewith they have beguiled you in the matter of Peor, and in the matter of Cozbi, the daughter of a prince of Midian, their sister, which was slain in the day of the plague for Peor's sake.
## 4491                                                                                                                                                                                                                                            AND it came to pass after the plague, that the LORD spake unto Moses and unto Eleazar the son of Aaron the priest, saying,
## 4492                                                                                                                                                                                          Take the sum of all the congregation of the children of Israel, from twenty years old and upward, throughout their fathers' house, all that are able to go to war in Israel.
## 4493                                                                                                                                                                                                                                                                And Moses and Eleazar the priest spake with them in the plains of Moab by Jordan near Jericho, saying,
## 4494                                                                                                                                                                                                      Take the sum of the people, from twenty years old and upward; as the LORD commanded Moses and the children of Israel, which went forth out of the land of Egypt.
## 4495                                                                                                                                                                                                                 Reuben, the eldest son of Israel: the children of Reuben; Hanoch, of whom cometh the family of the Hanochites: of Pallu, the family of the Palluites:
## 4496                                                                                                                                                                                                                                                                                        Of Hezron, the family of the Hezronites: of Carmi, the family of the Carmites.
## 4497                                                                                                                                                                                                                             These are the families of the Reubenites: and they that were numbered of them were forty and three thousand and seven hundred and thirty.
## 4498                                                                                                                                                                                                                                                                                                                                         And the sons of Pallu; Eliab.
## 4499                                                                                                                                  And the sons of Eliab; Nemuel, and Dathan, and Abiram. This is that Dathan and Abiram, which were famous in the congregation, who strove against Moses and against Aaron in the company of Korah, when they strove against the LORD:
## 4500                                                                                                                                                                                     And the earth opened her mouth, and swallowed them up together with Korah, when that company died, what time the fire devoured two hundred and fifty men: and they became a sign.
## 4501                                                                                                                                                                                                                                                                                                                       Notwithstanding the children of Korah died not.
## 4502                                                                                                                                                                                                     The sons of Simeon after their families: of Nemuel, the family of the Nemuelites: of Jamin, the family of the Jaminites: of Jachin, the family of the Jachinites:
## 4503                                                                                                                                                                                                                                                                                          Of Zerah, the family of the Zarhites: of Shaul, the family of the Shaulites.
## 4504                                                                                                                                                                                                                                                                                    These are the families of the Simeonites, twenty and two thousand and two hundred.
## 4505                                                                                                                                                                                                        The children of Gad after their families: of Zephon, the family of the Zephonites: of Haggi, the family of the Haggites: of Shuni, the family of the Shunites:
## 4506                                                                                                                                                                                                                                                                                                 Of Ozni, the family of the Oznites: of Eri, the family of the Erites:
## 4507                                                                                                                                                                                                                                                                                            Of Arod, the family of the Arodites: of Areli, the family of the Arelites.
## 4508                                                                                                                                                                                                                                         These are the families of the children of Gad according to those that were numbered of them, forty thousand and five hundred.
## 4509                                                                                                                                                                                                                                                                                       The sons of Judah were Er and Onan: and Er and Onan died in the land of Canaan.
## 4510                                                                                                                                                                                               And the sons of Judah after their families were; of Shelah, the family of the Shelanites: of Pharez, the family of the Pharzites: of Zerah, the family of the Zarhites.
## 4511                                                                                                                                                                                                                                                          And the sons of Pharez were; of Hezron, the family of the Hezronites: of Hamul, the family of the Hamulites.
## 4512                                                                                                                                                                                                                                      These are the families of Judah according to those that were numbered of them, threescore and sixteen thousand and five hundred.
## 4513                                                                                                                                                                                                                                                 Of the sons of Issachar after their families: of Tola, the family of the Tolaites: of Pua, the family of the Punites:
## 4514                                                                                                                                                                                                                                                                                   Of Jashub, the family of the Jashubites: of Shimron, the family of the Shimronites.
## 4515                                                                                                                                                                                                                                     These are the families of Issachar according to those that were numbered of them, threescore and four thousand and three hundred.
## 4516                                                                                                                                                                                                    Of the sons of Zebulun after their families: of Sered, the family of the Sardites: of Elon, the family of the Elonites: of Jahleel, the family of the Jahleelites.
## 4517                                                                                                                                                                                                                                        These are the families of the Zebulunites according to those that were numbered of them, threescore thousand and five hundred.
## 4518                                                                                                                                                                                                                                                                                                    The sons of Joseph after their families were Manasseh and Ephraim.
## 4519                                                                                                                                                                                                                               Of the sons of Manasseh: of Machir, the family of the Machirites: and Machir begat Gilead: of Gilead come the family of the Gileadites.
## 4520                                                                                                                                                                                                                                                         These are the sons of Gilead: of Jeezer, the family of the Jeezerites: of Helek, the family of the Helekites:
## 4521                                                                                                                                                                                                                                                                           And of Asriel, the family of the Asrielites: and of Shechem, the family of the Shechemites:
## 4522                                                                                                                                                                                                                                                                           And of Shemida, the family of the Shemidaites: and of Hepher, the family of the Hepherites.
## 4523                                                                                                                                                                                                          And Zelophehad the son of Hepher had no sons, but daughters: and the names of the daughters of Zelophehad were Mahlah, and Noah, Hoglah, Milcah, and Tirzah.
## 4524                                                                                                                                                                                                                                                   These are the families of Manasseh, and those that were numbered of them, fifty and two thousand and seven hundred.
## 4525                                                                                                                                                                                      These are the sons of Ephraim after their families: of Shuthelah, the family of the Shuthalhites: of Becher, the family of the Bachrites: of Tahan, the family of the Tahanites.
## 4526                                                                                                                                                                                                                                                                                             And these are the sons of Shuthelah: of Eran, the family of the Eranites.
## 4527                                                                                                                                                                             These are the families of the sons of Ephraim according to those that were numbered of them, thirty and two thousand and five hundred. These are the sons of Joseph after their families.
## 4528                                                                                                                                                                                                     The sons of Benjamin after their families: of Bela, the family of the Belaites: of Ashbel, the family of the Ashbelites: of Ahiram, the family of the Ahiramites:
## 4529                                                                                                                                                                                                                                                                                   Of Shupham, the family of the Shuphamites: of Hupham, the family of the Huphamites.
## 4530                                                                                                                                                                                                                                               And the sons of Bela were Ard and Naaman: of Ard, the family of the Ardites: and of Naaman, the family of the Naamites.
## 4531                                                                                                                                                                                                                                These are the sons of Benjamin after their families: and they that were numbered of them were forty and five thousand and six hundred.
## 4532                                                                                                                                                                                                                          These are the sons of Dan after their families: of Shuham, the family of the Shuhamites. These are the families of Dan after their families.
## 4533                                                                                                                                                                                                                                All the families of the Shuhamites, according to those that were numbered of them, were threescore and four thousand and four hundred.
## 4534                                                                                                                                                                                                     Of the children of Asher after their families: of Jimna, the family of the Jimnites: of Jesui, the family of the Jesuites: of Beriah, the family of the Beriites.
## 4535                                                                                                                                                                                                                                                            Of the sons of Beriah: of Heber, the family of the Heberites: of Malchiel, the family of the Malchielites.
## 4536                                                                                                                                                                                                                                                                                                                      And the name of the daughter of Asher was Sarah.
## 4537                                                                                                                                                                                                                        These are the families of the sons of Asher according to those that were numbered of them; who were fifty and three thousand and four hundred.
## 4538                                                                                                                                                                                                                                          Of the sons of Naphtali after their families: of Jahzeel, the family of the Jahzeelites: of Guni, the family of the Gunites:
## 4539                                                                                                                                                                                                                                                                                     Of Jezer, the family of the Jezerites: of Shillem, the family of the Shillemites.
## 4540                                                                                                                                                                                                                    These are the families of Naphtali according to their families: and they that were numbered of them were forty and five thousand and four hundred.
## 4541                                                                                                                                                                                                                                                      These were the numbered of the children of Israel, six hundred thousand and a thousand seven hundred and thirty.
## 4542                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4543                                                                                                                                                                                                                                                                             Unto these the land shall be divided for an inheritance according to the number of names.
## 4544                                                                                                                                                                              To many thou shalt give the more inheritance, and to few thou shalt give the less inheritance: to every one shall his inheritance be given according to those that were numbered of him.
## 4545                                                                                                                                                                                                                                           Notwithstanding the land shall be divided by lot: according to the names of the tribes of their fathers they shall inherit.
## 4546                                                                                                                                                                                                                                                                                    According to the lot shall the possession thereof be divided between many and few.
## 4547                                                                                                                                                                And these are they that were numbered of the Levites after their families: of Gershon, the family of the Gershonites: of Kohath, the family of the Kohathites: of Merari, the family of the Merarites.
## 4548                                                                                                                                                        These are the families of the Levites: the family of the Libnites, the family of the Hebronites, the family of the Mahlites, the family of the Mushites, the family of the Korathites. And Kohath begat Amram.
## 4549                                                                                                                                                                                             And the name of Amram's wife was Jochebed, the daughter of Levi, whom her mother bare to Levi in Egypt: and she bare unto Amram Aaron and Moses, and Miriam their sister.
## 4550                                                                                                                                                                                                                                                                                                       And unto Aaron was born Nadab, and Abihu, Eleazar, and Ithamar.
## 4551                                                                                                                                                                                                                                                                                             And Nadab and Abihu died, when they offered strange fire before the LORD.
## 4552                                                                                                                        And those that were numbered of them were twenty and three thousand, all males from a month old and upward: for they were not numbered among the children of Israel, because there was no inheritance given them among the children of Israel.
## 4553                                                                                                                                                                                                                  These are they that were numbered by Moses and Eleazar the priest, who numbered the children of Israel in the plains of Moab by Jordan near Jericho.
## 4554                                                                                                                                                                                                           But among these there was not a man of them whom Moses and Aaron the priest numbered, when they numbered the children of Israel in the wilderness of Sinai.
## 4555                                                                                                                                                                                             For the LORD had said of them, They shall surely die in the wilderness. And there was not left a man of them, save Caleb the son of Jephunneh, and Joshua the son of Nun.
## 4556                                                                                                       THEN came the daughters of Zelophehad, the son of Hepher, the son of Gilead, the son of Machir, the son of Manasseh, of the families of Manasseh the son of Joseph: and these are the names of his daughters; Mahlah, Noah, and Hoglah, and Milcah, and Tirzah.
## 4557                                                                                                                                                                                               And they stood before Moses, and before Eleazar the priest, and before the princes and all the congregation, by the door of the tabernacle of the congregation, saying,
## 4558                                                                                                                                                                        Our father died in the wilderness, and he was not in the company of them that gathered themselves together against the LORD in the company of Korah; but died in his own sin, and had no sons.
## 4559                                                                                                                                                                                                   Why should the name of our father be done away from among his family, because he hath no son? Give unto us therefore a possession among the brethren of our father.
## 4560                                                                                                                                                                                                                                                                                                                        And Moses brought their cause before the LORD.
## 4561                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4562                                                                                                                                                            The daughters of Zelophehad speak right: thou shalt surely give them a possession of an inheritance among their father's brethren; and thou shalt cause the inheritance of their father to pass unto them.
## 4563                                                                                                                                                                                                               And thou shalt speak unto the children of Israel, saying, If a man die, and have no son, then ye shall cause his inheritance to pass unto his daughter.
## 4564                                                                                                                                                                                                                                                                                     And if he have no daughter, then ye shall give his inheritance unto his brethren.
## 4565                                                                                                                                                                                                                                                                            And if he have no brethren, then ye shall give his inheritance unto his father's brethren.
## 4566                                                                                                                   And if his father have no brethren, then ye shall give his inheritance unto his kinsman that is next to him of his family, and he shall possess it: and it shall be unto the children of Israel a statute of judgment, as the LORD commanded Moses.
## 4567                                                                                                                                                                                                                                    And the LORD said unto Moses, Get thee up into this mount Abarim, and see the land which I have given unto the children of Israel.
## 4568                                                                                                                                                                                                                                                           And when thou hast seen it, thou also shalt be gathered unto thy people, as Aaron thy brother was gathered.
## 4569                                                                                                                                                       For ye rebelled against my commandment in the desert of Zin, in the strife of the congregation, to sanctify me at the water before their eyes: that is the water of Meribah in Kadesh in the wilderness of Zin.
## 4570                                                                                                                                                                                                                                                                                                                                And Moses spake unto the LORD, saying,
## 4571                                                                                                                                                                                                                                                                                   Let the LORD, the God of the spirits of all flesh, set a man over the congregation,
## 4572                                                                                                                                                                    Which may go out before them, and which may go in before them, and which may lead them out, and which may bring them in; that the congregation of the LORD be not as sheep which have no shepherd.
## 4573                                                                                                                                                                                                                                              And the LORD said unto Moses, Take thee Joshua the son of Nun, a man in whom is the spirit, and lay thine hand upon him;
## 4574                                                                                                                                                                                                                                                         And set him before Eleazar the priest, and before all the congregation; and give him a charge in their sight.
## 4575                                                                                                                                                                                                                                                And thou shalt put some of thine honour upon him, that all the congregation of the children of Israel may be obedient.
## 4576                                                                                               And he shall stand before Eleazar the priest, who shall ask counsel for him after the judgment of Urim before the LORD: at his word shall they go out, and at his word they shall come in, both he, and all the children of Israel with him, even all the congregation.
## 4577                                                                                                                                                                                                                                  And Moses did as the LORD commanded him: and he took Joshua, and set him before Eleazar the priest, and before all the congregation:
## 4578                                                                                                                                                                                                                                                                    And he laid his hands upon him, and gave him a charge, as the LORD commanded by the hand of Moses.
## 4579                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 4580                                                                                                                                                                       Command the children of Israel, and say unto them, My offering, and my bread for my sacrifices made by fire, for a sweet savour unto me, shall ye observe to offer unto me in their due season.
## 4581                                                                                                                                                                              And thou shalt say unto them, This is the offering made by fire which ye shall offer unto the LORD; two lambs of the first year without spot day by day, for a continual burnt offering.
## 4582                                                                                                                                                                                                                                                                            The one lamb shalt thou offer in the morning, and the other lamb shalt thou offer at even;
## 4583                                                                                                                                                                                                                                                      And a tenth part of an ephah of flour for a meat offering, mingled with the fourth part of an hin of beaten oil.
## 4584                                                                                                                                                                                                                                       It is a continual burnt offering, which was ordained in mount Sinai for a sweet savour, a sacrifice made by fire unto the LORD.
## 4585                                                                                                                                                                               And the drink offering thereof shall be the fourth part of an hin for the one lamb: in the holy place shalt thou cause the strong wine to be poured unto the LORD for a drink offering.
## 4586                                                                                                                                                                  And the other lamb shalt thou offer at even: as the meat offering of the morning, and as the drink offering thereof, thou shalt offer it, a sacrifice made by fire, of a sweet savour unto the LORD.
## 4587                                                                                                                                                                                                  And on the sabbath day two lambs of the first year without spot, and two tenth deals of flour for a meat offering, mingled with oil, and the drink offering thereof:
## 4588                                                                                                                                                                                                                                                             This is the burnt offering of every sabbath, beside the continual burnt offering, and his drink offering.
## 4589                                                                                                                                                                                                      And in the beginnings of your months ye shall offer a burnt offering unto the LORD; two young bullocks, and one ram, seven lambs of the first year without spot;
## 4590                                                                                                                                                                                               And three tenth deals of flour for a meat offering, mingled with oil, for one bullock; and two tenth deals of flour for a meat offering, mingled with oil, for one ram;
## 4591                                                                                                                                                                                                 And a several tenth deal of flour mingled with oil for a meat offering unto one lamb; for a burnt offering of a sweet savour, a sacrifice made by fire unto the LORD.
## 4592                                                                                                                                 And their drink offerings shall be half an hin of wine unto a bullock, and the third part of an hin unto a ram, and a fourth part of an hin unto a lamb: this is the burnt offering of every month throughout the months of the year.
## 4593                                                                                                                                                                                                                              And one kid of the goats for a sin offering unto the LORD shall be offered, beside the continual burnt offering, and his drink offering.
## 4594                                                                                                                                                                                                                                                                                             And in the fourteenth day of the first month is the passover of the LORD.
## 4595                                                                                                                                                                                                                                                                      And in the fifteenth day of this month is the feast: seven days shall unleavened bread be eaten.
## 4596                                                                                                                                                                                                                                                                         In the first day shall be an holy convocation; ye shall do no manner of servile work therein:
## 4597                                                                                                                                                                           But ye shall offer a sacrifice made by fire for a burnt offering unto the LORD; two young bullocks, and one ram, and seven lambs of the first year: they shall be unto you without blemish:
## 4598                                                                                                                                                                                                                            And their meat offering shall be of flour mingled with oil: three tenth deals shall ye offer for a bullock, and two tenth deals for a ram;
## 4599                                                                                                                                                                                                                                                                                     A several tenth deal shalt thou offer for every lamb, throughout the seven lambs:
## 4600                                                                                                                                                                                                                                                                                                        And one goat for a sin offering, to make an atonement for you.
## 4601                                                                                                                                                                                                                                                               Ye shall offer these beside the burnt offering in the morning, which is for a continual burnt offering.
## 4602                                                                                                                                          After this manner ye shall offer daily, throughout the seven days, the meat of the sacrifice made by fire, of a sweet savour unto the LORD: it shall be offered beside the continual burnt offering, and his drink offering.
## 4603                                                                                                                                                                                                                                                                                And on the seventh day ye shall have an holy convocation; ye shall do no servile work.
## 4604                                                                                                                                                                                         Also in the day of the firstfruits, when ye bring a new meat offering unto the LORD, after your weeks be out, ye shall have an holy convocation; ye shall do no servile work:
## 4605                                                                                                                                                                                                                                   But ye shall offer the burnt offering for a sweet savour unto the LORD; two young bullocks, one ram, seven lambs of the first year;
## 4606                                                                                                                                                                                                                                                  And their meat offering of flour mingled with oil, three tenth deals unto one bullock, two tenth deals unto one ram,
## 4607                                                                                                                                                                                                                                                                                                       A several tenth deal unto one lamb, throughout the seven lambs;
## 4608                                                                                                                                                                                                                                                                                                               And one kid of the goats, to make an atonement for you.
## 4609                                                                                                                                                                                                                   Ye shall offer them beside the continual burnt offering, and his meat offering, (they shall be unto you without blemish) and their drink offerings.
## 4610                                                                                                                                                                                                AND in the seventh month, on the first day of the month, ye shall have an holy convocation; ye shall do no servile work: it is a day of blowing the trumpets unto you.
## 4611                                                                                                                                                                                                                  And ye shall offer a burnt offering for a sweet savour unto the LORD; one young bullock, one ram, and seven lambs of the first year without blemish:
## 4612                                                                                                                                                                                                                                           And their meat offering shall be of flour mingled with oil, three tenth deals for a bullock, and two tenth deals for a ram,
## 4613                                                                                                                                                                                                                                                                                                          And one tenth deal for one lamb, throughout the seven lambs:
## 4614                                                                                                                                                                                                                                                                                            And one kid of the goats for a sin offering, to make an atonement for you:
## 4615                                                                                                                               Beside the burnt offering of the month, and his meat offering, and the daily burnt offering, and his meat offering, and their drink offerings, according unto their manner, for a sweet savour, a sacrifice made by fire unto the LORD.
## 4616                                                                                                                                                                                                                      And ye shall have on the tenth day of this seventh month an holy convocation; and ye shall afflict your souls: ye shall not do any work therein:
## 4617                                                                                                                                                                                          But ye shall offer a burnt offering unto the LORD for a sweet savour; one young bullock, one ram, and seven lambs of the first year; they shall be unto you without blemish:
## 4618                                                                                                                                                                                                                                           And their meat offering shall be of flour mingled with oil, three tenth deals to a bullock, and two tenth deals to one ram,
## 4619                                                                                                                                                                                                                                                                                                        A several tenth deal for one lamb, throughout the seven lambs:
## 4620                                                                                                                                                                                              One kid of the goats for a sin offering; beside the sin offering of atonement, and the continual burnt offering, and the meat offering of it, and their drink offerings.
## 4621                                                                                                                                                                                                     And on the fifteenth day of the seventh month ye shall have an holy convocation; ye shall do no servile work, and ye shall keep a feast unto the LORD seven days:
## 4622                                                                                                                                                               And ye shall offer a burnt offering, a sacrifice made by fire, of a sweet savour unto the LORD; thirteen young bullocks, two rams, and fourteen lambs of the first year; they shall be without blemish:
## 4623                                                                                                                                                                                               And their meat offering shall be of flour mingled with oil, three tenth deals unto every bullock of the thirteen bullocks, two tenth deals to each ram of the two rams,
## 4624                                                                                                                                                                                                                                                                                                          And a several tenth deal to each lamb of the fourteen lambs:
## 4625                                                                                                                                                                                                                                          And one kid of the goats for a sin offering; beside the continual burnt offering, his meat offering, and his drink offering.
## 4626                                                                                                                                                                                                                                                  And on the second day ye shall offer twelve young bullocks, two rams, fourteen lambs of the first year without spot:
## 4627                                                                                                                                                                                                            And their meat offering and their drink offerings for the bullocks, for the rams, and for the lambs, shall be according to their number, after the manner:
## 4628                                                                                                                                                                                                                           And one kid of the goats for a sin offering; beside the continual burnt offering, and the meat offering thereof, and their drink offerings.
## 4629                                                                                                                                                                                                                                                                     And on the third day eleven bullocks, two rams, fourteen lambs of the first year without blemish;
## 4630                                                                                                                                                                                                            And their meat offering and their drink offerings for the bullocks, for the rams, and for the lambs, shall be according to their number, after the manner:
## 4631                                                                                                                                                                                                                                                  And one goat for a sin offering; beside the continual burnt offering, and his meat offering, and his drink offering.
## 4632                                                                                                                                                                                                                                                                   And on the fourth day ten bullocks, two rams, and fourteen lambs of the first year without blemish:
## 4633                                                                                                                                                                                                                Their meat offering and their drink offerings for the bullocks, for the rams, and for the lambs, shall be according to their number, after the manner:
## 4634                                                                                                                                                                                                                                          And one kid of the goats for a sin offering; beside the continual burnt offering, his meat offering, and his drink offering.
## 4635                                                                                                                                                                                                                                                                      And on the fifth day nine bullocks, two rams, and fourteen lambs of the first year without spot:
## 4636                                                                                                                                                                                                            And their meat offering and their drink offerings for the bullocks, for the rams, and for the lambs, shall be according to their number, after the manner:
## 4637                                                                                                                                                                                                                                                  And one goat for a sin offering; beside the continual burnt offering, and his meat offering, and his drink offering.
## 4638                                                                                                                                                                                                                                                                  And on the sixth day eight bullocks, two rams, and fourteen lambs of the first year without blemish:
## 4639                                                                                                                                                                                                            And their meat offering and their drink offerings for the bullocks, for the rams, and for the lambs, shall be according to their number, after the manner:
## 4640                                                                                                                                                                                                                                                      And one goat for a sin offering; beside the continual burnt offering, his meat offering, and his drink offering.
## 4641                                                                                                                                                                                                                                                                And on the seventh day seven bullocks, two rams, and fourteen lambs of the first year without blemish:
## 4642                                                                                                                                                                                                            And their meat offering and their drink offerings for the bullocks, for the rams, and for the lambs, shall be according to their number, after the manner:
## 4643                                                                                                                                                                                                                                                      And one goat for a sin offering; beside the continual burnt offering, his meat offering, and his drink offering.
## 4644                                                                                                                                                                                                                                                                               On the eighth day ye shall have a solemn assembly: ye shall do no servile work therein:
## 4645                                                                                                                                                                                                  But ye shall offer a burnt offering, a sacrifice made by fire, of a sweet savour unto the LORD: one bullock, one ram, seven lambs of the first year without blemish:
## 4646                                                                                                                                                                                                                  Their meat offering and their drink offerings for the bullock, for the ram, and for the lambs, shall be according to their number, after the manner:
## 4647                                                                                                                                                                                                                                                  And one goat for a sin offering; beside the continual burnt offering, and his meat offering, and his drink offering.
## 4648                                                                                                                                          These things ye shall do unto the LORD in your set feasts, beside your vows, and your freewill offerings, for your burnt offerings, and for your meat offerings, and for your drink offerings, and for your peace offerings.
## 4649                                                                                                                                                                                                                                                                                 And Moses told the children of Israel according to all that the LORD commanded Moses.
## 4650                                                                                                                                                                                                                              AND Moses spake unto the heads of the tribes concerning the children of Israel, saying, This is the thing which the LORD hath commanded.
## 4651                                                                                                                                                                                          If a man vow a vow unto the LORD, or swear an oath to bind his soul with a bond; he shall not break his word, he shall do according to all that proceedeth out of his mouth.
## 4652                                                                                                                                                                                                                                                        If a woman also vow a vow unto the LORD, and bind herself by a bond, being in her father's house in her youth;
## 4653                                                                                                                                                 And her father hear her vow, and her bond wherewith she hath bound her soul, and her father shall hold his peace at her: then all her vows shall stand, and every bond wherewith she hath bound her soul shall stand.
## 4654                                                                                                                                                    But if her father disallow her in the day that he heareth; not any of her vows, or of her bonds wherewith she hath bound her soul, shall stand: and the LORD shall forgive her, because her father disallowed her.
## 4655                                                                                                                                                                                                                                                     And if she had at all an husband, when she vowed, or uttered ought out of her lips, wherewith she bound her soul;
## 4656                                                                                                                                                                                                   And her husband heard it, and held his peace at her in the day that he heard it: then her vows shall stand, and her bonds wherewith she bound her soul shall stand.
## 4657                                                                                                                                    But if her husband disallowed her on the day that he heard it; then he shall make her vow which she vowed, and that which she uttered with her lips, wherewith she bound her soul, of none effect: and the LORD shall forgive her.
## 4658                                                                                                                                                                                                                                                But every vow of a widow, and of her that is divorced, wherewith they have bound their souls, shall stand against her.
## 4659                                                                                                                                                                                                                                                                                    And if she vowed in her husband's house, or bound her soul by a bond with an oath;
## 4660                                                                                                                                                                                                  And her husband heard it, and held his peace at her, and disallowed her not: then all her vows shall stand, and every bond wherewith she bound her soul shall stand.
## 4661                                                                                                         But if her husband hath utterly made them void on the day he heard them; then whatsoever proceeded out of her lips concerning her vows, or concerning the bond of her soul, shall not stand: her husband hath made them void; and the LORD shall forgive her.
## 4662                                                                                                                                                                                                                                                 Every vow, and every binding oath to afflict the soul, her husband may establish it, or her husband may make it void.
## 4663                                                                                                                                     But if her husband altogether hold his peace at her from day to day; then he establisheth all her vows, or all her bonds, which are upon her: he confirmeth them, because he held his peace at her in the day that he heard them.
## 4664                                                                                                                                                                                                                                                               But if he shall any ways make them void after that he hath heard them; then he shall bear her iniquity.
## 4665                                                                                                                                                                                                These are the statutes, which the LORD commanded Moses, between a man and his wife, between the father and his daughter, being yet in her youth in her father's house.
## 4666                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 4667                                                                                                                                                                                                                                                                    Avenge the children of Israel of the Midianites: afterward shalt thou be gathered unto thy people.
## 4668                                                                                                                                                                                                                  And Moses spake unto the people, saying, Arm some of yourselves unto the war, and let them go against the Midianites, and avenge the LORD of Midian.
## 4669                                                                                                                                                                                                                                                                             Of every tribe a thousand, throughout all the tribes of Israel, shall ye send to the war.
## 4670                                                                                                                                                                                                                                                     So there were delivered out of the thousands of Israel, a thousand of every tribe, twelve thousand armed for war.
## 4671                                                                                                                                                                              And Moses sent them to the war, a thousand of every tribe, them and Phinehas the son of Eleazar the priest, to the war, with the holy instruments, and the trumpets to blow in his hand.
## 4672                                                                                                                                                                                                                                                                     And they warred against the Midianites, as the LORD commanded Moses; and they slew all the males.
## 4673                                                                                                                                                           And they slew the kings of Midian, beside the rest of them that were slain; namely, Evi, and Rekem, and Zur, and Hur, and Reba, five kings of Midian: Balaam also the son of Beor they slew with the sword.
## 4674                                                                                                                                                                                           And the children of Israel took all the women of Midian captives, and their little ones, and took the spoil of all their cattle, and all their flocks, and all their goods.
## 4675                                                                                                                                                                                                                                                                          And they burnt all their cities wherein they dwelt, and all their goodly castles, with fire.
## 4676                                                                                                                                                                                                                                                                                             And they took all the spoil, and all the prey, both of men and of beasts.
## 4677                                                                                                                                           And they brought the captives, and the prey, and the spoil, unto Moses, and Eleazar the priest, and unto the congregation of the children of Israel, unto the camp at the plains of Moab, which are by Jordan near Jericho.
## 4678                                                                                                                                                                                                                                                 And Moses, and Eleazar the priest, and all the princes of the congregation, went forth to meet them without the camp.
## 4679                                                                                                                                                                                                                          And Moses was wroth with the officers of the host, with the captains over thousands, and captains over hundreds, which came from the battle.
## 4680                                                                                                                                                                                                                                                                                                          And Moses said unto them, Have ye saved all the women alive?
## 4681                                                                                                                                                                     Behold, these caused the children of Israel, through the counsel of Balaam, to commit trespass against the LORD in the matter of Peor, and there was a plague among the congregation of the LORD.
## 4682                                                                                                                                                                                                                                                      Now therefore kill every male among the little ones, and kill every woman that hath known man by lying with him.
## 4683                                                                                                                                                                                                                                                                   But all the women children, that have not known a man by lying with him, keep alive for yourselves.
## 4684                                                                                                                                                               And do ye abide without the camp seven days: whosoever hath killed any person, and whosoever hath touched any slain, purify both yourselves and your captives on the third day, and on the seventh day.
## 4685                                                                                                                                                                                                                                                 And purify all your raiment, and all that is made of skins, and all work of goats' hair, and all things made of wood.
## 4686                                                                                                                                                                                                                            And Eleazar the priest said unto the men of war which went to the battle, This is the ordinance of the law which the LORD commanded Moses;
## 4687                                                                                                                                                                                                                                                                                            Only the gold, and the silver, the brass, the iron, the tin, and the lead,
## 4688                                                                                                                               Every thing that may abide the fire, ye shall make it go through the fire, and it shall be clean: nevertheless it shall be purified with the water of separation: and all that abideth not the fire ye shall make go through the water.
## 4689                                                                                                                                                                                                                                                  And ye shall wash your clothes on the seventh day, and ye shall be clean, and afterward ye shall come into the camp.
## 4690                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4691                                                                                                                                                                                                                           Take the sum of the prey that was taken, both of man and of beast, thou, and Eleazar the priest, and the chief fathers of the congregation:
## 4692                                                                                                                                                                                                                               And divide the prey into two parts; between them that took the war upon them, who went out to battle, and between all the congregation:
## 4693                                                                                                                                                                                    And levy a tribute unto the LORD of the men of war which went out to battle: one soul of five hundred, both of the persons, and of the beeves, and of the asses, and of the sheep:
## 4694                                                                                                                                                                                                                                                                        Take it of their half, and give it unto Eleazar the priest, for an heave offering of the LORD.
## 4695                                                                                                             And of the children of Israel's half, thou shalt take one portion of fifty, of the persons, of the beeves, of the asses, and of the flocks, of all manner of beasts, and give them unto the Levites, which keep the charge of the tabernacle of the LORD.
## 4696                                                                                                                                                                                                                                                                                                     And Moses and Eleazar the priest did as the LORD commanded Moses.
## 4697                                                                                                                                                                                                                     And the booty, being the rest of the prey which the men of war had caught, was six hundred thousand and seventy thousand and five thousand sheep,
## 4698                                                                                                                                                                                                                                                                                                                            And threescore and twelve thousand beeves,
## 4699                                                                                                                                                                                                                                                                                                                                And threescore and one thousand asses,
## 4700                                                                                                                                                                                                                                                                        And thirty and two thousand persons in all, of woman that had not known man by lying with him.
## 4701                                                                                                                                                                                                          And the half, which was the portion of them that went out to war, was in number three hundred thousand and seven and thirty thousand and five hundred sheep:
## 4702                                                                                                                                                                                                                                                                                       And the LORD's tribute of the sheep was six hundred and threescore and fifteen.
## 4703                                                                                                                                                                                                                                                                   And the beeves were thirty and six thousand; of which the LORD's tribute was threescore and twelve.
## 4704                                                                                                                                                                                                                                                              And the asses were thirty thousand and five hundred; of which the LORD's tribute was threescore and one.
## 4705                                                                                                                                                                                                                                                                        And the persons were sixteen thousand; of which the LORD's tribute was thirty and two persons.
## 4706                                                                                                                                                                                                                                                And Moses gave the tribute, which was the LORD's heave offering, unto Eleazar the priest, as the LORD commanded Moses.
## 4707                                                                                                                                                                                                                                                                                   And of the children of Israel's half, which Moses divided from the men that warred,
## 4708                                                                                                                                                                                                                          (Now the half that pertained unto the congregation was three hundred thousand and thirty thousand and seven thousand and five hundred sheep,
## 4709                                                                                                                                                                                                                                                                                                                                   And thirty and six thousand beeves,
## 4710                                                                                                                                                                                                                                                                                                                           And thirty thousand asses and five hundred,
## 4711                                                                                                                                                                                                                                                                                                                                        And sixteen thousand persons;)
## 4712                                                                                                                                                   Even of the children of Israel's half, Moses took one portion of fifty, both of man and of beast, and gave them unto the Levites, which kept the charge of the tabernacle of the LORD; as the LORD commanded Moses.
## 4713                                                                                                                                                                                                                                    And the officers which were over thousands of the host, the captains of thousands, and captains of hundreds, came near unto Moses:
## 4714                                                                                                                                                                                                                          And they said unto Moses, Thy servants have taken the sum of the men of war which are under our charge, and there lacketh not one man of us.
## 4715                                                                                                                                                           We have therefore brought an oblation for the LORD, what every man hath gotten, of jewels of gold, chains, and bracelets, rings, earrings, and tablets, to make an atonement for our souls before the LORD.
## 4716                                                                                                                                                                                                                                                                                      And Moses and Eleazar the priest took the gold of them, even all wrought jewels.
## 4717                                                                                                                                                                               And all the gold of the offering that they offered up to the LORD, of the captains of thousands, and of the captains of hundreds, was sixteen thousand seven hundred and fifty shekels.
## 4718                                                                                                                                                                                                                                                                                                          (For the men of war had taken spoil, every man for himself.)
## 4719                                                                                                                                                       And Moses and Eleazar the priest took the gold of the captains of thousands and of hundreds, and brought it into the tabernacle of the congregation, for a memorial for the children of Israel before the LORD.
## 4720                                                                                                                                                                 NOW the children of Reuben and the children of Gad had a very great multitude of cattle: and when they saw the land of Jazer, and the land of Gilead, that, behold, the place was a place for cattle;
## 4721                                                                                                                                                                                                                The children of Gad and the children of Reuben came and spake unto Moses, and to Eleazar the priest, and unto the princes of the congregation, saying,
## 4722                                                                                                                                                                                                                                                                  Ataroth, and Dibon, and Jazer, and Nimrah, and Heshbon, and Elealeh, and Shebam, and Nebo, and Beon,
## 4723                                                                                                                                                                                                                                          Even the country which the LORD smote before the congregation of Israel, is a land for cattle, and thy servants have cattle:
## 4724                                                                                                                                                                                                                   Wherefore, said they, if we have found grace in thy sight, let this land be given unto thy servants for a possession, and bring us not over Jordan.
## 4725                                                                                                                                                                                                                                          And Moses said unto the children of Gad and to the children of Reuben, Shall your brethren go to war, and shall ye sit here?
## 4726                                                                                                                                                                                                                                         And wherefore discourage ye the heart of the children of Israel from going over into the land which the LORD hath given them?
## 4727                                                                                                                                                                                                                                                                                           Thus did your fathers, when I sent them from Kadesh-barnea to see the land.
## 4728                                                                                                                                                                         For when they went up unto the valley of Eshcol, and saw the land, they discouraged the heart of the children of Israel, that they should not go into the land which the LORD had given them.
## 4729                                                                                                                                                                                                                                                                                                 And the LORD's anger was kindled the same time, and he sware, saying,
## 4730                                                                                                                                                              Surely none of the men that came up out of Egypt, from twenty years old and upward, shall see the land which I sware unto Abraham, unto Isaac, and unto Jacob; because they have not wholly followed me:
## 4731                                                                                                                                                                                                                                                      Save Caleb the son of Jephunneh the Kenezite, and Joshua the son of Nun: for they have wholly followed the LORD.
## 4732                                                                                                                                                                          And the LORD's anger was kindled against Israel, and he made them wander in the wilderness forty years, until all the generation, that had done evil in the sight of the LORD, was consumed.
## 4733                                                                                                                                                                                                                            And, behold, ye are risen up in your fathers' stead, an increase of sinful men, to augment yet the fierce anger of the LORD toward Israel.
## 4734                                                                                                                                                                                                                                             For if ye turn away from after him, he will yet again leave them in the wilderness; and ye shall destroy all this people.
## 4735                                                                                                                                                                                                                                                  And they came near unto him, and said, We will build sheepfolds here for our cattle, and cities for our little ones:
## 4736                                                                                                                                                         But we ourselves will go ready armed before the children of Israel, until we have brought them unto their place: and our little ones shall dwell in the fenced cities because of the inhabitants of the land.
## 4737                                                                                                                                                                                                                                                            We will not return unto our houses, until the children of Israel have inherited every man his inheritance.
## 4738                                                                                                                                                                                                                            For we will not inherit with them on yonder side Jordan, or forward; because our inheritance is fallen to us on this side Jordan eastward.
## 4739                                                                                                                                                                                                                                                                       And Moses said unto them, If ye will do this thing, if ye will go armed before the LORD to war,
## 4740                                                                                                                                                                                                                                                       And will go all of you armed over Jordan before the LORD, until he hath driven out his enemies from before him,
## 4741                                                                                                                                                                                 And the land be subdued before the LORD: then afterward ye shall return, and be guiltless before the LORD, and before Israel; and this land shall be your possession before the LORD.
## 4742                                                                                                                                                                                                                                                            But if ye will not do so, behold, ye have sinned against the LORD: and be sure your sin will find you out.
## 4743                                                                                                                                                                                                                                                  Build you cities for your little ones, and folds for your sheep; and do that which hath proceeded out of your mouth.
## 4744                                                                                                                                                                                                                                              And the children of Gad and the children of Reuben spake unto Moses, saying, Thy servants will do as my lord commandeth.
## 4745                                                                                                                                                                                                                                                                   Our little ones, our wives, our flocks, and all our cattle, shall be there in the cities of Gilead:
## 4746                                                                                                                                                                                                                                                                But thy servants will pass over, every man armed for war, before the LORD to battle, as my lord saith.
## 4747                                                                                                                                                                                                                      So concerning them Moses commanded Eleazar the priest, and Joshua the son of Nun, and the chief fathers of the tribes of the children of Israel:
## 4748                                                                                                        And Moses said unto them, If the children of Gad and the children of Reuben will pass with you over Jordan, every man armed to battle, before the LORD, and the land shall be subdued before you; then ye shall give them the land of Gilead for a possession:
## 4749                                                                                                                                                                                                                                                           But if they will not pass over with you armed, they shall have possessions among you in the land of Canaan.
## 4750                                                                                                                                                                                                                                          And the children of Gad and the children of Reuben answered, saying, As the LORD hath said unto thy servants, so will we do.
## 4751                                                                                                                                                                                                                              We will pass over armed before the LORD into the land of Canaan, that the possession of our inheritance on this side Jordan may be ours.
## 4752                                            And Moses gave unto them, even to the children of Gad, and to the children of Reuben, and unto half the tribe of Manasseh the son of Joseph, the kingdom of Sihon king of the Amorites, and the kingdom of Og king of Bashan, the land, with the cities thereof in the coasts, even the cities of the country round about.
## 4753                                                                                                                                                                                                                                                                                                          And the children of Gad built Dibon, and Ataroth, and Aroer,
## 4754                                                                                                                                                                                                                                                                                                                        And Atroth, Shophan, and Jaazer, and Jogbehah,
## 4755                                                                                                                                                                                                                                                                                                  And Beth-nimrah, and Beth-haran, fenced cities: and folds for sheep.
## 4756                                                                                                                                                                                                                                                                                                And the children of Reuben built Heshbon, and Elealeh, and Kirjathaim,
## 4757                                                                                                                                                                                                                                           And Nebo, and Baal-meon, (their names being changed,) and Shibmah: and gave other names unto the cities which they builded.
## 4758                                                                                                                                                                                                                                             And the children of Machir the son of Manasseh went to Gilead, and took it, and dispossessed the Amorite which was in it.
## 4759                                                                                                                                                                                                                                                                                          And Moses gave Gilead unto Machir the son of Manasseh; and he dwelt therein.
## 4760                                                                                                                                                                                                                                                                      And Jair the son of Manasseh went and took the small towns thereof, and called them Havoth-jair.
## 4761                                                                                                                                                                                                                                                                    And Nobah went and took Kenath, and the villages thereof, and called it Nobah, after his own name.
## 4762                                                                                                                                                                                                                      THESE are the journeys of the children of Israel, which went forth out of the land of Egypt with their armies under the hand of Moses and Aaron.
## 4763                                                                                                                                                                                                              And Moses wrote their goings out according to their journeys by the commandment of the LORD: and these are their journeys according to their goings out.
## 4764                                                                                                                                                     And they departed from Rameses in the first month, on the fifteenth day of the first month; on the morrow after the passover the children of Israel went out with an high hand in the sight of all the Egyptians.
## 4765                                                                                                                                                                                                                                For the Egyptians buried all their firstborn, which the LORD had smitten among them: upon their gods also the LORD executed judgments.
## 4766                                                                                                                                                                                                                                                                                              And the children of Israel removed from Rameses, and pitched in Succoth.
## 4767                                                                                                                                                                                                                                                                         And they departed from Succoth, and pitched in Etham, which is in the edge of the wilderness.
## 4768                                                                                                                                                                                                                                          And they removed from Etham, and turned again unto Pi-hahiroth, which is before Baal-zephon: and they pitched before Migdol.
## 4769                                                                                                                                                                                And they departed from before Pi-hahiroth, and passed through the midst of the sea into the wilderness, and went three days' journey in the wilderness of Etham, and pitched in Marah.
## 4770                                                                                                                                                                                                               And they removed from Marah, and came unto Elim: and in Elim were twelve fountains of water, and threescore and ten palm trees; and they pitched there.
## 4771                                                                                                                                                                                                                                                                                                              And they removed from Elim, and encamped by the Red sea.
## 4772                                                                                                                                                                                                                                                                                             And they removed from the Red sea, and encamped in the wilderness of Sin.
## 4773                                                                                                                                                                                                                                                                                    And they took their journey out of the wilderness of Sin, and encamped in Dophkah.
## 4774                                                                                                                                                                                                                                                                                                                And they departed from Dophkah, and encamped in Alush.
## 4775                                                                                                                                                                                                                                                                    And they removed from Alush, and encamped at Rephidim, where was no water for the people to drink.
## 4776                                                                                                                                                                                                                                                                                              And they departed from Rephidim, and pitched in the wilderness of Sinai.
## 4777                                                                                                                                                                                                                                                                                          And they removed from the desert of Sinai, and pitched at Kibroth-hattaavah.
## 4778                                                                                                                                                                                                                                                                                                   And they departed from Kibroth-hattaavah, and encamped at Hazeroth.
## 4779                                                                                                                                                                                                                                                                                                              And they departed from Hazeroth, and pitched in Rithmah.
## 4780                                                                                                                                                                                                                                                                                                          And they departed from Rithmah, and pitched at Rimmon-parez.
## 4781                                                                                                                                                                                                                                                                                                           And they departed from Rimmon-parez, and pitched in Libnah.
## 4782                                                                                                                                                                                                                                                                                                                  And they removed from Libnah, and pitched at Rissah.
## 4783                                                                                                                                                                                                                                                                                                            And they journeyed from Rissah, and pitched in Kehelathah.
## 4784                                                                                                                                                                                                                                                                                                          And they went from Kehelathah, and pitched in mount Shapher.
## 4785                                                                                                                                                                                                                                                                                                         And they removed from mount Shapher, and encamped in Haradah.
## 4786                                                                                                                                                                                                                                                                                                              And they removed from Haradah, and pitched in Makheloth.
## 4787                                                                                                                                                                                                                                                                                                              And they removed from Makheloth, and encamped at Tahath.
## 4788                                                                                                                                                                                                                                                                                                                  And they departed from Tahath, and pitched at Tarah.
## 4789                                                                                                                                                                                                                                                                                                                  And they removed from Tarah, and pitched in Mithcah.
## 4790                                                                                                                                                                                                                                                                                                                 And they went from Mithcah, and pitched in Hashmonah.
## 4791                                                                                                                                                                                                                                                                                                           And they departed from Hashmonah, and encamped at Moseroth.
## 4792                                                                                                                                                                                                                                                                                                          And they departed from Moseroth, and pitched in Bene-jaakan.
## 4793                                                                                                                                                                                                                                                                                                      And they removed from Bene-jaakan, and encamped at Hor-hagidgad.
## 4794                                                                                                                                                                                                                                                                                                            And they went from Hor-hagidgad, and pitched in Jotbathah.
## 4795                                                                                                                                                                                                                                                                                                             And they removed from Jotbathah, and encamped at Ebronah.
## 4796                                                                                                                                                                                                                                                                                                          And they departed from Ebronah, and encamped at Ezion-gaber.
## 4797                                                                                                                                                                                                                                                                             And they removed from Ezion-gaber, and pitched in the wilderness of Zin, which is Kadesh.
## 4798                                                                                                                                                                                                                                                                              And they removed from Kadesh, and pitched in mount Hor, in the edge of the land of Edom.
## 4799                                                                                                                                                And Aaron the priest went up into mount Hor at the commandment of the LORD, and died there, in the fortieth year after the children of Israel were come out of the land of Egypt, in the first day of the fifth month.
## 4800                                                                                                                                                                                                                                                                                    And Aaron was an hundred and twenty and three years old when he died in mount Hor.
## 4801                                                                                                                                                                                                                                           And king Arad the Canaanite, which dwelt in the south in the land of Canaan, heard of the coming of the children of Israel.
## 4802                                                                                                                                                                                                                                                                                                            And they departed from mount Hor, and pitched in Zalmonah.
## 4803                                                                                                                                                                                                                                                                                                                And they departed from Zalmonah, and pitched in Punon.
## 4804                                                                                                                                                                                                                                                                                                                   And they departed from Punon, and pitched in Oboth.
## 4805                                                                                                                                                                                                                                                                                       And they departed from Oboth, and pitched in Ije-abarim, in the border of Moab.
## 4806                                                                                                                                                                                                                                                                                                                 And they departed from Iim, and pitched in Dibon-gad.
## 4807                                                                                                                                                                                                                                                                                                    And they removed from Dibon-gad, and encamped in Almon-diblathaim.
## 4808                                                                                                                                                                                                                                                                          And they removed from Almon-diblathaim, and pitched in the mountains of Abarim, before Nebo.
## 4809                                                                                                                                                                                                                                                             And they departed from the mountains of Abarim, and pitched in the plains of Moab by Jordan near Jericho.
## 4810                                                                                                                                                                                                                                                                          And they pitched by Jordan, from Beth-jesimoth even unto Abel-shittim in the plains of Moab.
## 4811                                                                                                                                                                                                                                                                                   And the LORD spake unto Moses in the plains of Moab by Jordan near Jericho, saying,
## 4812                                                                                                                                                                                                                                                         Speak unto the children of Israel, and say unto them, When ye are passed over Jordan into the land of Canaan;
## 4813                                                                                                                                                                             Then ye shall drive out all the inhabitants of the land from before you, and destroy all their pictures, and destroy all their molten images, and quite pluck down all their high places:
## 4814                                                                                                                                                                                                                                                  And ye shall dispossess the inhabitants of the land, and dwell therein: for I have given you the land to possess it.
## 4815                                                   And ye shall divide the land by lot for an inheritance among your families: and to the more ye shall give the more inheritance, and to the fewer ye shall give the less inheritance: every man's inheritance shall be in the place where his lot falleth; according to the tribes of your fathers ye shall inherit.
## 4816                                                                                                                  But if ye will not drive out the inhabitants of the land from before you; then it shall come to pass, that those which ye let remain of them shall be pricks in your eyes, and thorns in your sides, and shall vex you in the land wherein ye dwell.
## 4817                                                                                                                                                                                                                                                                               Moreover it shall come to pass, that I shall do unto you, as I thought to do unto them.
## 4818                                                                                                                                                                                                                                                                                                                                AND the LORD spake unto Moses, saying,
## 4819                                                                                                                                                             Command the children of Israel, and say unto them, When ye come into the land of Canaan; (this is the land that shall fall unto you for an inheritance, even the land of Canaan with the coasts thereof:)
## 4820                                                                                                                                                                                                    Then your south quarter shall be from the wilderness of Zin along by the coast of Edom, and your south border shall be the outmost coast of the salt sea eastward:
## 4821                                                                                                                                                  And your border shall turn from the south to the ascent of Akrabbim, and pass on to Zin: and the going forth thereof shall be from the south to Kadesh-barnea, and shall go on to Hazar-addar, and pass on to Azmon:
## 4822                                                                                                                                                                                                                                                And the border shall fetch a compass from Azmon unto the river of Egypt, and the goings out of it shall be at the sea.
## 4823                                                                                                                                                                                                                                                         And as for the western border, ye shall even have the great sea for a border: this shall be your west border.
## 4824                                                                                                                                                                                                                                                                         And this shall be your north border: from the great sea ye shall point out for you mount Hor:
## 4825                                                                                                                                                                                                                                      From mount Hor ye shall point out your border unto the entrance of Hamath; and the goings forth of the border shall be to Zedad:
## 4826                                                                                                                                                                                                                                              And the border shall go on to Ziphron, and the goings out of it shall be at Hazar-enan: this shall be your north border.
## 4827                                                                                                                                                                                                                                                                                                   And ye shall point out your east border from Hazar-enan to Shepham:
## 4828                                                                                                                                                                                           And the coast shall go down from Shepham to Riblah, on the east side of Ain; and the border shall descend, and shall reach unto the side of the sea of Chinnereth eastward:
## 4829                                                                                                                                                                                                               And the border shall go down to Jordan, and the goings out of it shall be at the salt sea: this shall be your land with the coasts thereof round about.
## 4830                                                                                                                                                                                     And Moses commanded the children of Israel, saying, This is the land which ye shall inherit by lot, which the LORD commanded to give unto the nine tribes, and to the half tribe:
## 4831                                                                                                       For the tribe of the children of Reuben according to the house of their fathers, and the tribe of the children of Gad according to the house of their fathers, have received their inheritance; and half the tribe of Manasseh have received their inheritance:
## 4832                                                                                                                                                                                                                                    The two tribes and the half tribe have received their inheritance on this side Jordan near Jericho eastward, toward the sunrising.
## 4833                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4834                                                                                                                                                                                                                                                   These are the names of the men which shall divide the land unto you: Eleazar the priest, and Joshua the son of Nun.
## 4835                                                                                                                                                                                                                                                                                       And ye shall take one prince of every tribe, to divide the land by inheritance.
## 4836                                                                                                                                                                                                                                                                                And the names of the men are these: Of the tribe of Judah, Caleb the son of Jephunneh.
## 4837                                                                                                                                                                                                                                                                                               And of the tribe of the children of Simeon, Shemuel the son of Ammihud.
## 4838                                                                                                                                                                                                                                                                                                                  Of the tribe of Benjamin, Elidad the son of Chislon.
## 4839                                                                                                                                                                                                                                                                                           And the prince of the tribe of the children of Dan, Bukki the son of Jogli.
## 4840                                                                                                                                                                                                                                                            The prince of the children of Joseph, for the tribe of the children of Manasseh, Hanniel the son of Ephod.
## 4841                                                                                                                                                                                                                                                                                   And the prince of the tribe of the children of Ephraim, Kemuel the son of Shiphtan.
## 4842                                                                                                                                                                                                                                                                                 And the prince of the tribe of the children of Zebulun, Elizaphan the son of Parnach.
## 4843                                                                                                                                                                                                                                                                                    And the prince of the tribe of the children of Issachar, Paltiel the son of Azzan.
## 4844                                                                                                                                                                                                                                                                                      And the prince of the tribe of the children of Asher, Ahihud the son of Shelomi.
## 4845                                                                                                                                                                                                                                                                                  And the prince of the tribe of the children of Naphtali, Pedahel the son of Ammihud.
## 4846                                                                                                                                                                                                                                                   These are they whom the LORD commanded to divide the inheritance unto the children of Israel in the land of Canaan.
## 4847                                                                                                                                                                                                                                                                                   AND the LORD spake unto Moses in the plains of Moab by Jordan near Jericho, saying,
## 4848                                                                                                                                                           Command the children of Israel, that they give unto the Levites of the inheritance of their possession cities to dwell in; and ye shall give also unto the Levites suburbs for the cities round about them.
## 4849                                                                                                                                                                                                                         And the cities shall they have to dwell in; and the suburbs of them shall be for their cattle, and for their goods, and for all their beasts.
## 4850                                                                                                                                                                                                                 And the suburbs of the cities, which ye shall give unto the Levites, shall reach from the wall of the city and outward a thousand cubits round about.
## 4851                                                                 And ye shall measure from without the city on the east side two thousand cubits, and on the south side two thousand cubits, and on the west side two thousand cubits, and on the north side two thousand cubits; and the city shall be in the midst: this shall be to them the suburbs of the cities.
## 4852                                                                                                                                                    And among the cities which ye shall give unto the Levites there shall be six cities for refuge, which ye shall appoint for the manslayer, that he may flee thither: and to them ye shall add forty and two cities.
## 4853                                                                                                                                                                                                                                          So all the cities which ye shall give to the Levites shall be forty and eight cities: them shall ye give with their suburbs.
## 4854                                                                            And the cities which ye shall give shall be of the possession of the children of Israel: from them that have many ye shall give many; but from them that have few ye shall give few: every one shall give of his cities unto the Levites according to his inheritance which he inheriteth.
## 4855                                                                                                                                                                                                                                                                                                                                And the LORD spake unto Moses, saying,
## 4856                                                                                                                                                                                                                                                            Speak unto the children of Israel, and say unto them, When ye be come over Jordan into the land of Canaan;
## 4857                                                                                                                                                                                                                              Then ye shall appoint you cities to be cities of refuge for you; that the slayer may flee thither, which killeth any person at unawares.
## 4858                                                                                                                                                                                                                        And they shall be unto you cities for refuge from the avenger; that the manslayer die not, until he stand before the congregation in judgment.
## 4859                                                                                                                                                                                                                                                                                          And of these cities which ye shall give six cities shall ye have for refuge.
## 4860                                                                                                                                                                                                                                Ye shall give three cities on this side Jordan, and three cities shall ye give in the land of Canaan, which shall be cities of refuge.
## 4861                                                                                                                                                                        These six cities shall be a refuge, both for the children of Israel, and for the stranger, and for the sojourner among them: that every one that killeth any person unawares may flee thither.
## 4862                                                                                                                                                                                                                                          And if he smite him with an instrument of iron, so that he die, he is a murderer: the murderer shall surely be put to death.
## 4863                                                                                                                                                                                                                             And if he smite him with throwing a stone, wherewith he may die, and he die, he is a murderer: the murderer shall surely be put to death.
## 4864                                                                                                                                                                                                                        Or if he smite him with an hand weapon of wood, wherewith he may die, and he die, he is a murderer: the murderer shall surely be put to death.
## 4865                                                                                                                                                                                                                                                                        The revenger of blood himself shall slay the murderer: when he meeteth him, he shall slay him.
## 4866                                                                                                                                                                                                                                                                                        But if he thrust him of hatred, or hurl at him by laying of wait, that he die;
## 4867                                                                                                                                                                          Or in enmity smite him with his hand, that he die: he that smote him shall surely be put to death; for he is a murderer: the revenger of blood shall slay the murderer, when he meeteth him.
## 4868                                                                                                                                                                                                                                                                 But if he thrust him suddenly without enmity, or have cast upon him any thing without laying of wait,
## 4869                                                                                                                                                                                                                        Or with any stone, wherewith a man may die, seeing him not, and cast it upon him, that he die, and was not his enemy, neither sought his harm:
## 4870                                                                                                                                                                                                                                                          Then the congregation shall judge between the slayer and the revenger of blood according to these judgments:
## 4871                                                                                      And the congregation shall deliver the slayer out of the hand of the revenger of blood, and the congregation shall restore him to the city of his refuge, whither he was fled: and he shall abide in it unto the death of the high priest, which was anointed with the holy oil.
## 4872                                                                                                                                                                                                                                                           But if the slayer shall at any time come without the border of the city of his refuge, whither he was fled;
## 4873                                                                                                                                                                                                         And the revenger of blood find him without the borders of the city of his refuge, and the revenger of blood kill the slayer; he shall not be guilty of blood:
## 4874                                                                                                                                                                         Because he should have remained in the city of his refuge until the death of the high priest: but after the death of the high priest the slayer shall return into the land of his possession.
## 4875                                                                                                                                                                                                                                                        So these things shall be for a statute of judgment unto you throughout your generations in all your dwellings.
## 4876                                                                                                                                                                                                     Whoso killeth any person, the murderer shall be put to death by the mouth of witnesses: but one witness shall not testify against any person to cause him to die.
## 4877                                                                                                                                                                                                                                     Moreover ye shall take no satisfaction for the life of a murderer, which is guilty of death: but he shall be surely put to death.
## 4878                                                                                                                                                                                                      And ye shall take no satisfaction for him that is fled to the city of his refuge, that he should come again to dwell in the land, until the death of the priest.
## 4879                                                                                                                                                                             So ye shall not pollute the land wherein ye are: for blood it defileth the land: and the land cannot be cleansed of the blood that is shed therein, but by the blood of him that shed it.
## 4880                                                                                                                                                                                                                                             Defile not therefore the land which ye shall inhabit, wherein I dwell: for I the LORD dwell among the children of Israel.
## 4881                                                                                                               AND the chief fathers of the families of the children of Gilead, the son of Machir, the son of Manasseh, of the families of the sons of Joseph, came near, and spake before Moses, and before the princes, the chief fathers of the children of Israel:
## 4882                                                                                                                                           And they said, The LORD commanded my lord to give the land for an inheritance by lot to the children of Israel: and my lord was commanded by the LORD to give the inheritance of Zelophehad our brother unto his daughters.
## 4883                                                               And if they be married to any of the sons of the other tribes of the children of Israel, then shall their inheritance be taken from the inheritance of our fathers, and shall be put to the inheritance of the tribe whereunto they are received: so shall it be taken from the lot of our inheritance.
## 4884                                                                                                                 And when the jubile of the children of Israel shall be, then shall their inheritance be put unto the inheritance of the tribe whereunto they are received: so shall their inheritance be taken away from the inheritance of the tribe of our fathers.
## 4885                                                                                                                                                                                                                                 And Moses commanded the children of Israel according to the word of the LORD, saying, The tribe of the sons of Joseph hath said well.
## 4886                                                                                                                                                               This is the thing which the LORD doth command concerning the daughters of Zelophehad, saying, Let them marry to whom they think best; only to the family of the tribe of their father shall they marry.
## 4887                                                                                                                                                                         So shall not the inheritance of the children of Israel remove from tribe to tribe: for every one of the children of Israel shall keep himself to the inheritance of the tribe of his fathers.
## 4888                                                                                                                           And every daughter, that possesseth an inheritance in any tribe of the children of Israel, shall be wife unto one of the family of the tribe of her father, that the children of Israel may enjoy every man the inheritance of his fathers.
## 4889                                                                                                                                                                                                Neither shall the inheritance remove from one tribe to another tribe; but every one of the tribes of the children of Israel shall keep himself to his own inheritance.
## 4890                                                                                                                                                                                                                                                                                                 Even as the LORD commanded Moses, so did the daughters of Zelophehad:
## 4891                                                                                                                                                                                                                                   For Mahlah, Tirzah, and Hoglah, and Milcah, and Noah, the daughters of Zelophehad, were married unto their father's brothers' sons:
## 4892                                                                                                                                                                                                         And they were married into the families of the sons of Manasseh the son of Joseph, and their inheritance remained in the tribe of the family of their father.
## 4893                                                                                                                                                                                                 These are the commandments and the judgments, which the LORD commanded by the hand of Moses unto the children of Israel in the plains of Moab by Jordan near Jericho.
## 4894                                                                                                                                                                   THESE be the words which Moses spake unto all Israel on this side Jordan in the wilderness, in the plain over against the Red sea, between Paran, and Tophel, and Laban, and Hazeroth, and Dizahab.
## 4895                                                                                                                                                                                                                                                                              (There are eleven days' journey from Horeb by the way of mount Seir unto Kadesh-barnea.)
## 4896                                                                                                                                                And it came to pass in the fortieth year, in the eleventh month, on the first day of the month, that Moses spake unto the children of Israel, according unto all that the LORD had given him in commandment unto them;
## 4897                                                                                                                                                                                                                               After he had slain Sihon the king of the Amorites, which dwelt in Heshbon, and Og the king of Bashan, which dwelt at Astaroth in Edrei:
## 4898                                                                                                                                                                                                                                                                                    On this side Jordan, in the land of Moab, began Moses to declare this law, saying,
## 4899                                                                                                                                                                                                                                                                             The LORD our God spake unto us in Horeb, saying, Ye have dwelt long enough in this mount:
## 4900                                                                         Turn you, and take your journey, and go to the mount of the Amorites, and unto all the places nigh thereunto, in the plain, in the hills, and in the vale, and in the south, and by the sea side, to the land of the Canaanites, and unto Lebanon, unto the great river, the river Euphrates.
## 4901                                                                                                                                                                                 Behold, I have set the land before you: go in and possess the land which the LORD sware unto your fathers, Abraham, Isaac, and Jacob, to give unto them and to their seed after them.
## 4902                                                                                                                                                                                                                                                                                    And I spake unto you at that time, saying, I am not able to bear you myself alone:
## 4903                                                                                                                                                                                                                                                             The LORD your God hath multiplied you, and, behold, ye are this day as the stars of heaven for multitude.
## 4904                                                                                                                                                                                                                                              (The LORD God of your fathers make you a thousand times so many more as ye are, and bless you, as he hath promised you!)
## 4905                                                                                                                                                                                                                                                                                         How can I myself alone bear your cumbrance, and your burden, and your strife?
## 4906                                                                                                                                                                                                                                                              Take you wise men, and understanding, and known among your tribes, and I will make them rulers over you.
## 4907                                                                                                                                                                                                                                                                                  And ye answered me, and said, The thing which thou hast spoken is good for us to do.
## 4908                                                                                                                                        So I took the chief of your tribes, wise men, and known, and made them heads over you, captains over thousands, and captains over hundreds, and captains over fifties, and captains over tens, and officers among your tribes.
## 4909                                                                                                                                                                                    And I charged your judges at that time, saying, Hear the causes between your brethren, and judge righteously between every man and his brother, and the stranger that is with him.
## 4910                                                                                                                       Ye shall not respect persons in judgment; but ye shall hear the small as well as the great; ye shall not be afraid of the face of man; for the judgment is God's: and the cause that is too hard for you, bring it unto me, and I will hear it.
## 4911                                                                                                                                                                                                                                                                                                   And I commanded you at that time all the things which ye should do.
## 4912                                                                                                                                                     And when we departed from Horeb, we went through all that great and terrible wilderness, which ye saw by the way of the mountain of the Amorites, as the LORD our God commanded us; and we came to Kadesh-barnea.
## 4913                                                                                                                                                                                                                                                         And I said unto you, Ye are come unto the mountain of the Amorites, which the LORD our God doth give unto us.
## 4914                                                                                                                                                                                                   Behold, the LORD thy God hath set the land before thee: go up and possess it, as the LORD God of thy fathers hath said unto thee; fear not, neither be discouraged.
## 4915                                                                                                                                                        And ye came near unto me every one of you, and said, We will send men before us, and they shall search us out the land, and bring us word again by what way we must go up, and into what cities we shall come.
## 4916                                                                                                                                                                                                                                                                                         And the saying pleased me well: and I took twelve men of you, one of a tribe:
## 4917                                                                                                                                                                                                                                                               And they turned and went up into the mountain, and came unto the valley of Eshcol, and searched it out.
## 4918                                                                                                                                                                                       And they took of the fruit of the land in their hands, and brought it down unto us, and brought us word again, and said, It is a good land which the LORD our God doth give us.
## 4919                                                                                                                                                                                                                                                                        Notwithstanding ye would not go up, but rebelled against the commandment of the LORD your God:
## 4920                                                                                                                                                                                    And ye murmured in your tents, and said, Because the LORD hated us, he hath brought us forth out of the land of Egypt, to deliver us into the hand of the Amorites, to destroy us.
## 4921                                                                                                                                             Whither shall we go up? our brethren have discouraged our heart, saying, The people is greater and taller than we; the cities are great and walled up to heaven; and moreover we have seen the sons of the Anakims there.
## 4922                                                                                                                                                                                                                                                                                                           Then I said unto you, Dread not, neither be afraid of them.
## 4923                                                                                                                                                                                                                                     The LORD your God which goeth before you, he shall fight for you, according to all that he did for you in Egypt before your eyes;
## 4924                                                                                                                                                                                              And in the wilderness, where thou hast seen how that the LORD thy God bare thee, as a man doth bear his son, in all the way that ye went, until ye came into this place.
## 4925                                                                                                                                                                                                                                                                                                               Yet in this thing ye did not believe the LORD your God,
## 4926                                                                                                                                                                                                      Who went in the way before you, to search you out a place to pitch your tents in, in fire by night, to shew you by what way ye should go, and in a cloud by day.
## 4927                                                                                                                                                                                                                                                                                         And the LORD heard the voice of your words, and was wroth, and sware, saying,
## 4928                                                                                                                                                                                                                                          Surely there shall not one of these men of this evil generation see that good land, which I sware to give unto your fathers,
## 4929                                                                                                                                                                                           Save Caleb the son of Jephunneh; he shall see it, and to him will I give the land that he hath trodden upon, and to his children, because he hath wholly followed the LORD.
## 4930                                                                                                                                                                                                                                                                            Also the LORD was angry with me for your sakes, saying, Thou also shalt not go in thither.
## 4931                                                                                                                                                                                                                                But Joshua the son of Nun, which standeth before thee, he shall go in thither: encourage him: for he shall cause Israel to inherit it.
## 4932                                                                                                                                            Moreover your little ones, which ye said should be a prey, and your children, which in that day had no knowledge between good and evil, they shall go in thither, and unto them will I give it, and they shall possess it.
## 4933                                                                                                                                                                                                                                                                        But as for you, turn you, and take your journey into the wilderness by the way of the Red sea.
## 4934                                                                                                                       Then ye answered and said unto me, We have sinned against the LORD, we will go up and fight, according to all that the LORD our God commanded us. And when ye had girded on every man his weapons of war, ye were ready to go up into the hill.
## 4935                                                                                                                                                                                                                                   And the LORD said unto me, Say unto them, Go not up, neither fight; for I am not among you; lest ye be smitten before your enemies.
## 4936                                                                                                                                                                                                                               So I spake unto you; and ye would not hear, but rebelled against the commandment of the LORD, and went presumptuously up into the hill.
## 4937                                                                                                                                                                                                                        And the Amorites, which dwelt in that mountain, came out against you, and chased you, as bees do, and destroyed you in Seir, even unto Hormah.
## 4938                                                                                                                                                                                                                                                        And ye returned and wept before the LORD; but the LORD would not hearken to your voice, nor give ear unto you.
## 4939                                                                                                                                                                                                                                                                                         So ye abode in Kadesh many days, according unto the days that ye abode there.
## 4940                                                                                                                                                                                                                 THEN we turned, and took our journey into the wilderness by the way of the Red sea, as the LORD spake unto me: and we compassed mount Seir many days.
## 4941                                                                                                                                                                                                                                                                                                                                   And the LORD spake unto me, saying,
## 4942                                                                                                                                                                                                                                                                                                      Ye have compassed this mountain long enough: turn you northward.
## 4943                                                                                                                                                       And command thou the people, saying, Ye are to pass through the coast of your brethren the children of Esau, which dwell in Seir; and they shall be afraid of you: take ye good heed unto yourselves therefore:
## 4944                                                                                                                                                                                                           Meddle not with them; for I will not give you of their land, no, not so much as a foot breadth; because I have given mount Seir unto Esau for a possession.
## 4945                                                                                                                                                                                                                                               Ye shall buy meat of them for money, that ye may eat; and ye shall also buy water of them for money, that ye may drink.
## 4946                                                                                                                                                          For the LORD thy God hath blessed thee in all the works of thy hand: he knoweth thy walking through this great wilderness: these forty years the LORD thy God hath been with thee; thou hast lacked nothing.
## 4947                                                                                                                                                          And when we passed by from our brethren the children of Esau, which dwelt in Seir, through the way of the plain from Elath, and from Ezion-gaber, we turned and passed by the way of the wilderness of Moab.
## 4948                                                                                                                                                And the LORD said unto me, Distress not the Moabites, neither contend with them in battle: for I will not give thee of their land for a possession; because I have given Ar unto the children of Lot for a possession.
## 4949                                                                                                                                                                                                                                                                            The Emims dwelt therein in times past, a people great, and many, and tall, as the Anakims;
## 4950                                                                                                                                                                                                                                                                                   Which also were accounted giants, as the Anakims; but the Moabites call them Emims.
## 4951                                                                                                                             The Horims also dwelt in Seir beforetime; but the children of Esau succeeded them, when they had destroyed them from before them, and dwelt in their stead; as Israel did unto the land of his possession, which the LORD gave unto them.
## 4952                                                                                                                                                                                                                                                                              Now rise up, said I, and get you over the brook Zered. And we went over the brook Zered.
## 4953                                                                                                                                  And the space in which we came from Kadesh-barnea, until we were come over the brook Zered, was thirty and eight years; until all the generation of the men of war were wasted out from among the host, as the LORD sware unto them.
## 4954                                                                                                                                                                                                                                                      For indeed the hand of the LORD was against them, to destroy them from among the host, until they were consumed.
## 4955                                                                                                                                                                                                                                                                             So it came to pass, when all the men of war were consumed and dead from among the people,
## 4956                                                                                                                                                                                                                                                                                                                                  That the LORD spake unto me, saying,
## 4957                                                                                                                                                                                                                                                                                                        Thou art to pass over through Ar, the coast of Moab, this day:
## 4958                                                                                                               And when thou comest nigh over against the children of Ammon, distress them not, nor meddle with them: for I will not give thee of the land of the children of Ammon any possession; because I have given it unto the children of Lot for a possession.
## 4959                                                                                                                                                                                                                                                  (That also was accounted a land of giants: giants dwelt therein in old time; and the Ammonites call them Zamzummims;
## 4960                                                                                                                                                                                                                       A people great, and many, and tall, as the Anakims; but the LORD destroyed them before them; and they succeeded them, and dwelt in their stead:
## 4961                                                                                                                                                                                          As he did to the children of Esau, which dwelt in Seir, when he destroyed the Horims from before them; and they succeeded them, and dwelt in their stead even unto this day:
## 4962                                                                                                                                                                                                                    And the Avims which dwelt in Hazerim, even unto Azzah, the Caphtorims, which came forth out of Caphtor, destroyed them, and dwelt in their stead.)
## 4963                                                                                                                                                             Rise ye up, take your journey, and pass over the river Arnon: behold, I have given into thine hand Sihon the Amorite, king of Heshbon, and his land: begin to possess it, and contend with him in battle.
## 4964                                                                                                                                                            This day will I begin to put the dread of thee and the fear of thee upon the nations that are under the whole heaven, who shall hear report of thee, and shall tremble, and be in anguish because of thee.
## 4965                                                                                                                                                                                                                                                       And I sent messengers out of the wilderness of Kedemoth unto Sihon king of Heshbon with words of peace, saying,
## 4966                                                                                                                                                                                                                                               Let me pass through thy land: I will go along by the high way, I will neither turn unto the right hand nor to the left.
## 4967                                                                                                                                                                                                                                Thou shalt sell me meat for money, that I may eat; and give me water for money, that I may drink: only I will pass through on my feet;
## 4968                                                                                                                                                                                        (As the children of Esau which dwell in Seir, and the Moabites which dwell in Ar, did unto me;) until I shall pass over Jordan into the land which the LORD our God giveth us.
## 4969                                                                                                                                                                       But Sihon king of Heshbon would not let us pass by him: for the LORD thy God hardened his spirit, and made his heart obstinate, that he might deliver him into thy hand, as appeareth this day.
## 4970                                                                                                                                                                                                                          And the LORD said unto me, Behold, I have begun to give Sihon and his land before thee: begin to possess, that thou mayest inherit his land.
## 4971                                                                                                                                                                                                                                                                                             Then Sihon came out against us, he and all his people, to fight at Jahaz.
## 4972                                                                                                                                                                                                                                                                     And the LORD our God delivered him before us; and we smote him, and his sons, and all his people.
## 4973                                                                                                                                                                                                                    And we took all his cities at that time, and utterly destroyed the men, and the women, and the little ones, of every city, we left none to remain:
## 4974                                                                                                                                                                                                                                                                         Only the cattle we took for a prey unto ourselves, and the spoil of the cities which we took.
## 4975                                                                                                                                                                  From Aroer, which is by the brink of the river of Arnon, and from the city that is by the river, even unto Gilead, there was not one city too strong for us: the LORD our God delivered all unto us:
## 4976                                                                                                                                                                            Only unto the land of the children of Ammon thou camest not, nor unto any place of the river Jabbok, nor unto the cities in the mountains, nor unto whatsoever the LORD our God forbad us.
## 4977                                                                                                                                                                                                                              THEN we turned, and went up the way to Bashan: and Og the king of Bashan came out against us, he and all his people, to battle at Edrei.
## 4978                                                                                                                                                   And the LORD said unto me, Fear him not: for I will deliver him, and all his people, and his land, into thy hand; and thou shalt do unto him as thou didst unto Sihon king of the Amorites, which dwelt at Heshbon.
## 4979                                                                                                                                                                                                                  So the LORD our God delivered into our hands Og also, the king of Bashan, and all his people: and we smote him until none was left to him remaining.
## 4980                                                                                                                                                                                                   And we took all his cities at that time, there was not a city which we took not from them, threescore cities, all the region of Argob, the kingdom of Og in Bashan.
## 4981                                                                                                                                                                                                                                                                    All these cities were fenced with high walls, gates, and bars; beside unwalled towns a great many.
## 4982                                                                                                                                                                                                                                  And we utterly destroyed them, as we did unto Sihon king of Heshbon, utterly destroying the men, women, and children, of every city.
## 4983                                                                                                                                                                                                                                                                                     But all the cattle, and the spoil of the cities, we took for a prey to ourselves.
## 4984                                                                                                                                                                                                           And we took at that time out of the hand of the two kings of the Amorites the land that was on this side Jordan, from the river of Arnon unto mount Hermon;
## 4985                                                                                                                                                                                                                                                                                            (Which Hermon the Sidonians call Sirion; and the Amorites call it Shenir;)
## 4986                                                                                                                                                                                                                                           All the cities of the plain, and all Gilead, and all Bashan, unto Salchah and Edrei, cities of the kingdom of Og in Bashan.
## 4987                                                                                                            For only Og king of Bashan remained of the remnant of giants; behold, his bedstead was a bedstead of iron; is it not in Rabbath of the children of Ammon? nine cubits was the length thereof, and four cubits the breadth of it, after the cubit of a man.
## 4988                                                                                                                                                                                And this land, which we possessed at that time, from Aroer, which is by the river Arnon, and half mount Gilead, and the cities thereof, gave I unto the Reubenites and to the Gadites.
## 4989                                                                                                                                                                               And the rest of Gilead, and all Bashan, being the kingdom of Og, gave I unto the half tribe of Manasseh; all the region of Argob, with all Bashan, which was called the land of giants.
## 4990                                                                                                                                                                                               Jair the son of Manasseh took all the country of Argob unto the coasts of Geshuri and Maachathi; and called them after his own name, Bashan-havoth-jair, unto this day.
## 4991                                                                                                                                                                                                                                                                                                                                        And I gave Gilead unto Machir.
## 4992                                                                                                                                                                   And unto the Reubenites and unto the Gadites I gave from Gilead even unto the river Arnon half the valley, and the border even unto the river Jabbok, which is the border of the children of Ammon;
## 4993                                                                                                                                                                                                                  The plain also, and Jordan, and the coast thereof, from Chinnereth even unto the sea of the plain, even the salt sea, under Ashdoth-pisgah eastward.
## 4994                                                                                                                                                              And I commanded you at that time, saying, The LORD your God hath given you this land to possess it: ye shall pass over armed before your brethren the children of Israel, all that are meet for the war.
## 4995                                                                                                                                                                                                                      But your wives, and your little ones, and your cattle, (for I know that ye have much cattle,) shall abide in your cities which I have given you;
## 4996                                                                                                                   Until the LORD have given rest unto your brethren, as well as unto you, and until they also possess the land which the LORD your God hath given them beyond Jordan: and then shall ye return every man unto his possession, which I have given you.
## 4997                                                                                                                                                                         And I commanded Joshua at that time, saying, Thine eyes have seen all that the LORD your God hath done unto these two kings: so shall the LORD do unto all the kingdoms whither thou passest.
## 4998                                                                                                                                                                                                                                                                                                 Ye shall not fear them: for the LORD your God he shall fight for you.
## 4999                                                                                                                                                                                                                                                                                                                         And I besought the LORD at that time, saying,
## 5000                                                                                                                                                                      O Lord GOD, thou hast begun to shew thy servant thy greatness, and thy mighty hand: for what God is there in heaven or in earth, that can do according to thy works, and according to thy might?
## 5001                                                                                                                                                                                                                                                          I pray thee, let me go over, and see the good land that is beyond Jordan, that goodly mountain, and Lebanon.
## 5002                                                                                                                                                                                                           But the LORD was wroth with me for your sakes, and would not hear me: and the LORD said unto me, Let it suffice thee; speak no more unto me of this matter.
## 5003                                                                                                                                                                               Get thee up into the top of Pisgah, and lift up thine eyes westward, and northward, and southward, and eastward, and behold it with thine eyes: for thou shalt not go over this Jordan.
## 5004                                                                                                                                                                                                  But charge Joshua, and encourage him, and strengthen him: for he shall go over before this people, and he shall cause them to inherit the land which thou shalt see.
## 5005                                                                                                                                                                                                                                                                                                                     So we abode in the valley over against Beth-peor.
## 5006                                                                                                                                                         NOW therefore hearken, O Israel, unto the statutes and unto the judgments, which I teach you, for to do them, that ye may live, and go in and possess the land which the LORD God of your fathers giveth you.
## 5007                                                                                                                                                                                              Ye shall not add unto the word which I command you, neither shall ye diminish ought from it, that ye may keep the commandments of the LORD your God which I command you.
## 5008                                                                                                                                                                                                             Your eyes have seen what the LORD did because of Baal-peor: for all the men that followed Baal-peor, the LORD thy God hath destroyed them from among you.
## 5009                                                                                                                                                                                                                                                                                    But ye that did cleave unto the LORD your God are alive every one of you this day.
## 5010                                                                                                                                                                                                                 Behold, I have taught you statutes and judgments, even as the LORD my God commanded me, that ye should do so in the land whither ye go to possess it.
## 5011                                                                                                                                                    Keep therefore and do them; for this is your wisdom and your understanding in the sight of the nations, which shall hear all these statutes, and say, Surely this great nation is a wise and understanding people.
## 5012                                                                                                                                                                                                                                    For what nation is there so great, who hath God so nigh unto them, as the LORD our God is in all things that we call upon him for?
## 5013                                                                                                                                                                                                                                    And what nation is there so great, that hath statutes and judgments so righteous as all this law, which I set before you this day?
## 5014                                                                                                                                           Only take heed to thyself, and keep thy soul diligently, lest thou forget the things which thine eyes have seen, and lest they depart from thy heart all the days of thy life: but teach them thy sons, and thy sons' sons;
## 5015                                                                        Specially the day that thou stoodest before the LORD thy God in Horeb, when the LORD said unto me, Gather me the people together, and I will make them hear my words, that they may learn to fear me all the days that they shall live upon the earth, and that they may teach their children.
## 5016                                                                                                                                                                                                                 And ye came near and stood under the mountain; and the mountain burned with fire unto the midst of heaven, with darkness, clouds, and thick darkness.
## 5017                                                                                                                                                                                                                              And the LORD spake unto you out of the midst of the fire: ye heard the voice of the words, but saw no similitude; only ye heard a voice.
## 5018                                                                                                                                                                                                                          And he declared unto you his covenant, which he commanded you to perform, even ten commandments; and he wrote them upon two tables of stone.
## 5019                                                                                                                                                                                                                       And the LORD commanded me at that time to teach you statutes and judgments, that ye might do them in the land whither ye go over to possess it.
## 5020                                                                                                                                                                                                        Take ye therefore good heed unto yourselves; for ye saw no manner of similitude on the day that the LORD spake unto you in Horeb out of the midst of the fire:
## 5021                                                                                                                                                                                                                                                Lest ye corrupt yourselves, and make you a graven image, the similitude of any figure, the likeness of male or female,
## 5022                                                                                                                                                                                                                                                               The likeness of any beast that is on the earth, the likeness of any winged fowl that flieth in the air,
## 5023                                                                                                                                                                                                                                              The likeness of any thing that creepeth on the ground, the likeness of any fish that is in the waters beneath the earth:
## 5024                                                                                                And lest thou lift up thine eyes unto heaven, and when thou seest the sun, and the moon, and the stars, even all the host of heaven, shouldest be driven to worship them, and serve them, which the LORD thy God hath divided unto all nations under the whole heaven.
## 5025                                                                                                                                                                                                            But the LORD hath taken you, and brought you forth out of the iron furnace, even out of Egypt, to be unto him a people of inheritance, as ye are this day.
## 5026                                                                                                                                                            Furthermore the LORD was angry with me for your sakes, and sware that I should not go over Jordan, and that I should not go in unto that good land, which the LORD thy God giveth thee for an inheritance:
## 5027                                                                                                                                                                                                                                                             But I must die in this land, I must not go over Jordan: but ye shall go over, and possess that good land.
## 5028                                                                                                                                                           Take heed unto yourselves, lest ye forget the covenant of the LORD your God, which he made with you, and make you a graven image, or the likeness of any thing, which the LORD thy God hath forbidden thee.
## 5029                                                                                                                                                                                                                                                                                                         For the LORD thy God is a consuming fire, even a jealous God.
## 5030                                                                                               When thou shalt beget children, and children's children, and ye shall have remained long in the land, and shall corrupt yourselves, and make a graven image, or the likeness of any thing, and shall do evil in the sight of the LORD thy God, to provoke him to anger:
## 5031                                                                                                                                       I call heaven and earth to witness against you this day, that ye shall soon utterly perish from off the land whereunto ye go over Jordan to possess it; ye shall not prolong your days upon it, but shall utterly be destroyed.
## 5032                                                                                                                                                                                                                              And the LORD shall scatter you among the nations, and ye shall be left few in number among the heathen, whither the LORD shall lead you.
## 5033                                                                                                                                                                                                                                              And there ye shall serve gods, the work of men's hands, wood and stone, which neither see, nor hear, nor eat, nor smell.
## 5034                                                                                                                                                                                                                                  But if from thence thou shalt seek the LORD thy God, thou shalt find him, if thou seek him with all thy heart and with all thy soul.
## 5035                                                                                                                                                                                               When thou art in tribulation, and all these things are come upon thee, even in the latter days, if thou turn to the LORD thy God, and shalt be obedient unto his voice;
## 5036                                                                                                                                                                                                            (For the LORD thy God is a merciful God;) he will not forsake thee, neither destroy thee, nor forget the covenant of thy fathers which he sware unto them.
## 5037                                                                                                      For ask now of the days that are past, which were before thee, since the day that God created man upon the earth, and ask from the one side of heaven unto the other, whether there hath been any such thing as this great thing is, or hath been heard like it?
## 5038                                                                                                                                                                                                                                                            Did ever people hear the voice of God speaking out of the midst of the fire, as thou hast heard, and live?
## 5039                                                                        Or hath God assayed to go and take him a nation from the midst of another nation, by temptations, by signs, and by wonders, and by war, and by a mighty hand, and by a stretched out arm, and by great terrors, according to all that the LORD your God did for you in Egypt before your eyes?
## 5040                                                                                                                                                                                                                                                              Unto thee it was shewed, that thou mightest know that the LORD he is God; there is none else beside him.
## 5041                                                                                                                                                                                    Out of heaven he made thee to hear his voice, that he might instruct thee: and upon earth he shewed thee his great fire; and thou heardest his words out of the midst of the fire.
## 5042                                                                                                                                                                                                                     And because he loved thy fathers, therefore he chose their seed after them, and brought thee out in his sight with his mighty power out of Egypt;
## 5043                                                                                                                                                                                                            To drive out nations from before thee greater and mightier than thou art, to bring thee in, to give thee their land for an inheritance, as it is this day.
## 5044                                                                                                                                                                                                                     Know therefore this day, and consider it in thine heart, that the LORD he is God in heaven above, and upon the earth beneath: there is none else.
## 5045                                                                                                     Thou shalt keep therefore his statutes, and his commandments, which I command thee this day, that it may go well with thee, and with thy children after thee, and that thou mayest prolong thy days upon the earth, which the LORD thy God giveth thee, for ever.
## 5046                                                                                                                                                                                                                                                                                             Then Moses severed three cities on this side Jordan toward the sunrising;
## 5047                                                                                                                                                                                               That the slayer might flee thither, which should kill his neighbour unawares, and hated him not in times past; and that fleeing unto one of these cities he might live:
## 5048                                                                                                                                                                                                               Namely, Bezer in the wilderness, in the plain country, of the Reubenites; and Ramoth in Gilead, of the Gadites; and Golan in Bashan, of the Manassites.
## 5049                                                                                                                                                                                                                                                                                                    And this is the law which Moses set before the children of Israel:
## 5050                                                                                                                                                                                                                    These are the testimonies, and the statutes, and the judgments, which Moses spake unto the children of Israel, after they came forth out of Egypt,
## 5051                                                                                                                                                     On this side Jordan, in the valley over against Beth-peor, in the land of Sihon king of the Amorites, who dwelt at Heshbon, whom Moses and the children of Israel smote, after they were come forth out of Egypt:
## 5052                                                                                                                                                                                                                       And they possessed his land, and the land of Og king of Bashan, two kings of the Amorites, which were on this side Jordan toward the sunrising;
## 5053                                                                                                                                                                                                                                                                           From Aroer, which is by the bank of the river Arnon, even unto mount Sion, which is Hermon,
## 5054                                                                                                                                                                                                                                                          And all the plain on this side Jordan eastward, even unto the sea of the plain, under the springs of Pisgah.
## 5055                                                                                                                                                                                       AND Moses called all Israel, and said unto them, Hear, O Israel, the statutes and judgments which I speak in your ears this day, that ye may learn them, and keep, and do them.
## 5056                                                                                                                                                                                                                                                                                                                    The LORD our God made a covenant with us in Horeb.
## 5057                                                                                                                                                                                                                                                        The LORD made not this covenant with our fathers, but with us, even us, who are all of us here alive this day.
## 5058                                                                                                                                                                                                                                                                                      The LORD talked with you face to face in the mount out of the midst of the fire,
## 5059                                                                                                                                                                                                  (I stood between the LORD and you at that time, to shew you the work of the LORD: for ye were afraid by reason of the fire, and went not up into the mount;) saying,
## 5060                                                                                                                                                                                                                                                                        I am the LORD thy God, which brought thee out of the land of Egypt, from the house of bondage.
## 5061                                                                                                                                                                                                                                                                                                                            Thou shalt have none other gods before me.
## 5062                                                                                                                                                                                         Thou shalt not make thee any graven image, or any likeness of any thing that is in heaven above, or that is in the earth beneath, or that is in the waters beneath the earth:
## 5063                                                                                                                                                 Thou shalt not bow down thyself unto them, nor serve them: for I the LORD thy God am a jealous God, visiting the iniquity of the fathers upon the children unto the third and fourth generation of them that hate me,
## 5064                                                                                                                                                                                                                                                                                       And shewing mercy unto thousands of them that love me and keep my commandments.
## 5065                                                                                                                                                                                                                                      Thou shalt not take the name of the LORD thy God in vain: for the LORD will not hold him guiltless that taketh his name in vain.
## 5066                                                                                                                                                                                                                                                                                         Keep the sabbath day to sanctify it, as the LORD thy God hath commanded thee.
## 5067                                                                                                                                                                                                                                                                                                                      Six days thou shalt labour, and do all thy work:
## 5068                              But the seventh day is the sabbath of the LORD thy God: in it thou shalt not do any work, thou, nor thy son, nor thy daughter, nor thy manservant, nor thy maidservant, nor thine ox, nor thine ass, nor any of thy cattle, nor thy stranger that is within thy gates; that thy manservant and thy maidservant may rest as well as thou.
## 5069                                                                                                                                    And remember that thou wast a servant in the land of Egypt, and that the LORD thy God brought thee out thence through a mighty hand and by a stretched out arm: therefore the LORD thy God commanded thee to keep the sabbath day.
## 5070                                                                                                                                                                         Honour thy father and thy mother, as the LORD thy God hath commanded thee; that thy days may be prolonged, and that it may go well with thee, in the land which the LORD thy God giveth thee.
## 5071                                                                                                                                                                                                                                                                                                                                                  Thou shalt not kill.
## 5072                                                                                                                                                                                                                                                                                                                                   Neither shalt thou commit adultery.
## 5073                                                                                                                                                                                                                                                                                                                                             Neither shalt thou steal.
## 5074                                                                                                                                                                                                                                                                                                          Neither shalt thou bear false witness against thy neighbour.
## 5075                                                                                                                                                           Neither shalt thou desire thy neighbour's wife, neither shalt thou covet thy neighbour's house, his field, or his manservant, or his maidservant, his ox, or his ass, or any thing that is thy neighbour's.
## 5076                                                                                                                 These words the LORD spake unto all your assembly in the mount out of the midst of the fire, of the cloud, and of the thick darkness, with a great voice: and he added no more. And he wrote them in two tables of stone, and delivered them unto me.
## 5077                                                                                                                                                                  And it came to pass, when ye heard the voice out of the midst of the darkness, (for the mountain did burn with fire,) that ye came near unto me, even all the heads of your tribes, and your elders;
## 5078                                                                                                                                                         And ye said, Behold, the LORD our God hath shewed us his glory and his greatness, and we have heard his voice out of the midst of the fire: we have seen this day that God doth talk with man, and he liveth.
## 5079                                                                                                                                                                                                                           Now therefore why should we die? for this great fire will consume us: if we hear the voice of the LORD our God any more, then we shall die.
## 5080                                                                                                                                                                                                                              For who is there of all flesh, that hath heard the voice of the living God speaking out of the midst of the fire, as we have, and lived?
## 5081                                                                                                                                                                                                   Go thou near, and hear all that the LORD our God shall say: and speak thou unto us all that the LORD our God shall speak unto thee; and we will hear it, and do it.
## 5082                                                                                                                                    And the LORD heard the voice of your words, when ye spake unto me; and the LORD said unto me, I have heard the voice of the words of this people, which they have spoken unto thee: they have well said all that they have spoken.
## 5083                                                                                                                                                                                             O that there were such an heart in them, that they would fear me, and keep all my commandments always, that it might be well with them, and with their children for ever!
## 5084                                                                                                                                                                                                                                                                                                                        Go say to them, Get you into your tents again.
## 5085                                                                                                                                         But as for thee, stand thou here by me, and I will speak unto thee all the commandments, and the statutes, and the judgments, which thou shalt teach them, that they may do them in the land which I give them to possess it.
## 5086                                                                                                                                                                                                                                   Ye shall observe to do therefore as the LORD your God hath commanded you: ye shall not turn aside to the right hand or to the left.
## 5087                                                                                                                                                                   Ye shall walk in all the ways which the LORD your God hath commanded you, that ye may live, and that it may be well with you, and that ye may prolong your days in the land which ye shall possess.
## 5088                                                                                                                                                                                       NOW these are the commandments, the statutes, and the judgments, which the LORD your God commanded to teach you, that ye might do them in the land whither ye go to possess it:
## 5089                                                                                                                                                    That thou mightest fear the LORD thy God, to keep all his statutes and his commandments, which I command thee, thou, and thy son, and thy son's son, all the days of thy life; and that thy days may be prolonged.
## 5090                                                                                                                                                    Hear therefore, O Israel, and observe to do it; that it may be well with thee, and that ye may increase mightily, as the LORD God of thy fathers hath promised thee, in the land that floweth with milk and honey.
## 5091                                                                                                                                                                                                                                                                                                                         Hear, O Israel: The LORD our God is one LORD:
## 5092                                                                                                                                                                                                                                                             And thou shalt love the LORD thy God with all thine heart, and with all thy soul, and with all thy might.
## 5093                                                                                                                                                                                                                                                                                              And these words, which I command thee this day, shall be in thine heart:
## 5094                                                                                                                                                                 And thou shalt teach them diligently unto thy children, and shalt talk of them when thou sittest in thine house, and when thou walkest by the way, and when thou liest down, and when thou risest up.
## 5095                                                                                                                                                                                                                                                               And thou shalt bind them for a sign upon thine hand, and they shall be as frontlets between thine eyes.
## 5096                                                                                                                                                                                                                                                                                              And thou shalt write them upon the posts of thy house, and on thy gates.
## 5097                                                                                                                                                     And it shall be, when the LORD thy God shall have brought thee into the land which he sware unto thy fathers, to Abraham, to Isaac, and to Jacob, to give thee great and goodly cities, which thou buildedst not,
## 5098                                                                                                                                                                  And houses full of all good things, which thou filledst not, and wells digged, which thou diggedst not, vineyards and olive trees, which thou plantedst not; when thou shalt have eaten and be full;
## 5099                                                                                                                                                                                                                                                  Then beware lest thou forget the LORD, which brought thee forth out of the land of Egypt, from the house of bondage.
## 5100                                                                                                                                                                                                                                                                                         Thou shalt fear the LORD thy God, and serve him, and shalt swear by his name.
## 5101                                                                                                                                                                                                                                                                                Ye shall not go after other gods, of the gods of the people which are round about you;
## 5102                                                                                                                                                                                                        (For the LORD thy God is a jealous God among you) lest the anger of the LORD thy God be kindled against thee, and destroy thee from off the face of the earth.
## 5103                                                                                                                                                                                                                                                                                                    Ye shall not tempt the LORD your God, as ye tempted him in Massah.
## 5104                                                                                                                                                                                                                                  Ye shall diligently keep the commandments of the LORD your God, and his testimonies, and his statutes, which he hath commanded thee.
## 5105                                                                                                                                                                   And thou shalt do that which is right and good in the sight of the LORD: that it may be well with thee, and that thou mayest go in and possess the good land which the LORD sware unto thy fathers,
## 5106                                                                                                                                                                                                                                                                                              To cast out all thine enemies from before thee, as the LORD hath spoken.
## 5107                                                                                                                                                                                                      And when thy son asketh thee in time to come, saying, What mean the testimonies, and the statutes, and the judgments, which the LORD our God hath commanded you?
## 5108                                                                                                                                                                                                                                        Then thou shalt say unto thy son, We were Pharaoh's bondmen in Egypt; and the LORD brought us out of Egypt with a mighty hand:
## 5109                                                                                                                                                                                                                                         And the LORD shewed signs and wonders, great and sore, upon Egypt, upon Pharaoh, and upon all his household, before our eyes:
## 5110                                                                                                                                                                                                                                                    And he brought us out from thence, that he might bring us in, to give us the land which he sware unto our fathers.
## 5111                                                                                                                                                                                                             And the LORD commanded us to do all these statutes, to fear the LORD our God, for our good always, that he might preserve us alive, as it is at this day.
## 5112                                                                                                                                                                                                                                       And it shall be our righteousness, if we observe to do all these commandments before the LORD our God, as he hath commanded us.
## 5113                                                     WHEN the LORD thy God shall bring thee into the land whither thou goest to possess it, and hath cast out many nations before thee, the Hittites, and the Girgashites, and the Amorites, and the Canaanites, and the Perizzites, and the Hivites, and the Jebusites, seven nations greater and mightier than thou;
## 5114                                                                                                                                                                                           And when the LORD thy God shall deliver them before thee; thou shalt smite them, and utterly destroy them; thou shalt make no covenant with them, nor shew mercy unto them:
## 5115                                                                                                                                                                                                                            Neither shalt thou make marriages with them; thy daughter thou shalt not give unto his son, nor his daughter shalt thou take unto thy son.
## 5116                                                                                                                                                                                                   For they will turn away thy son from following me, that they may serve other gods: so will the anger of the LORD be kindled against you, and destroy thee suddenly.
## 5117                                                                                                                                                                                                      But thus shall ye deal with them; ye shall destroy their altars, and break down their images, and cut down their groves, and burn their graven images with fire.
## 5118                                                                                                                                                                                       For thou art an holy people unto the LORD thy God: the LORD thy God hath chosen thee to be a special people unto himself, above all people that are upon the face of the earth.
## 5119                                                                                                                                                                                                                         The LORD did not set his love upon you, nor choose you, because ye were more in number than any people; for ye were the fewest of all people:
## 5120                                                                                                                      But because the LORD loved you, and because he would keep the oath which he had sworn unto your fathers, hath the LORD brought you out with a mighty hand, and redeemed you out of the house of bondmen, from the hand of Pharaoh king of Egypt.
## 5121                                                                                                                                                                                      Know therefore that the LORD thy God, he is God, the faithful God, which keepeth covenant and mercy with them that love him and keep his commandments to a thousand generations;
## 5122                                                                                                                                                                                                                           And repayeth them that hate him to their face, to destroy them: he will not be slack to him that hateth him, he will repay him to his face.
## 5123                                                                                                                                                                                                                                           Thou shalt therefore keep the commandments, and the statutes, and the judgments, which I command thee this day, to do them.
## 5124                                                                                                                                                                      Wherefore it shall come to pass, if ye hearken to these judgments, and keep, and do them, that the LORD thy God shall keep unto thee the covenant and the mercy which he sware unto thy fathers:
## 5125                                                                                And he will love thee, and bless thee, and multiply thee: he will also bless the fruit of thy womb, and the fruit of thy land, thy corn, and thy wine, and thine oil, the increase of thy kine, and the flocks of thy sheep, in the land which he sware unto thy fathers to give thee.
## 5126                                                                                                                                                                                                                                                     Thou shalt be blessed above all people: there shall not be male or female barren among you, or among your cattle.
## 5127                                                                                                                                                                                   And the LORD will take away from thee all sickness, and will put none of the evil diseases of Egypt, which thou knowest, upon thee; but will lay them upon all them that hate thee.
## 5128                                                                                                                                                                     And thou shalt consume all the people which the LORD thy God shall deliver thee; thine eye shall have no pity upon them: neither shalt thou serve their gods; for that will be a snare unto thee.
## 5129                                                                                                                                                                                                                                                                           If thou shalt say in thine heart, These nations are more than I; how can I dispossess them?
## 5130                                                                                                                                                                                                                                                 Thou shalt not be afraid of them: but shalt well remember what the LORD thy God did unto Pharaoh, and unto all Egypt;
## 5131                                                                                                                      The great temptations which thine eyes saw, and the signs, and the wonders, and the mighty hand, and the stretched out arm, whereby the LORD thy God brought thee out: so shall the LORD thy God do unto all the people of whom thou art afraid.
## 5132                                                                                                                                                                                                                                     Moreover the LORD thy God will send the hornet among them, until they that are left, and hide themselves from thee, be destroyed.
## 5133                                                                                                                                                                                                                                                                   Thou shalt not be affrighted at them: for the LORD thy God is among you, a mighty God and terrible.
## 5134                                                                                                                                                                                              And the LORD thy God will put out those nations before thee by little and little: thou mayest not consume them at once, lest the beasts of the field increase upon thee.
## 5135                                                                                                                                                                                                                                         But the LORD thy God shall deliver them unto thee, and shall destroy them with a mighty destruction, until they be destroyed.
## 5136                                                                                                                                                                               And he shall deliver their kings into thine hand, and thou shalt destroy their name from under heaven: there shall no man be able to stand before thee, until thou have destroyed them.
## 5137                                                                                                                                                  The graven images of their gods shall ye burn with fire: thou shalt not desire the silver or gold that is on them, nor take it unto thee, lest thou be snared therein: for it is an abomination to the LORD thy God.
## 5138                                                                                                                                                                           Neither shalt thou bring an abomination into thine house, lest thou be a cursed thing like it: but thou shalt utterly detest it, and thou shalt utterly abhor it; for it is a cursed thing.
## 5139                                                                                                                                                                                     ALL the commandments which I command thee this day shall ye observe to do, that ye may live, and multiply, and go in and possess the land which the LORD sware unto your fathers.
## 5140                                                                                                                                      And thou shalt remember all the way which the LORD thy God led thee these forty years in the wilderness, to humble thee, and to prove thee, to know what was in thine heart, whether thou wouldest keep his commandments, or no.
## 5141                                                                                     And he humbled thee, and suffered thee to hunger, and fed thee with manna, which thou knewest not, neither did thy fathers know; that he might make thee know that man doth not live by bread only, but by every word that proceedeth out of the mouth of the LORD doth man live.
## 5142                                                                                                                                                                                                                                                                                   Thy raiment waxed not old upon thee, neither did thy foot swell, these forty years.
## 5143                                                                                                                                                                                                                                                      Thou shalt also consider in thine heart, that, as a man chasteneth his son, so the LORD thy God chasteneth thee.
## 5144                                                                                                                                                                                                                                                                 Therefore thou shalt keep the commandments of the LORD thy God, to walk in his ways, and to fear him.
## 5145                                                                                                                                                                                                                         For the LORD thy God bringeth thee into a good land, a land of brooks of water, of fountains and depths that spring out of valleys and hills;
## 5146                                                                                                                                                                                                                                                              A land of wheat, and barley, and vines, and fig trees, and pomegranates; a land of oil olive, and honey;
## 5147                                                                                                                                                                                              A land wherein thou shalt eat bread without scarceness, thou shalt not lack any thing in it; a land whose stones are iron, and out of whose hills thou mayest dig brass.
## 5148                                                                                                                                                                                                                                                 When thou hast eaten and art full, then thou shalt bless the LORD thy God for the good land which he hath given thee.
## 5149                                                                                                                                                                                                                    Beware that thou forget not the LORD thy God, in not keeping his commandments, and his judgments, and his statutes, which I command thee this day:
## 5150                                                                                                                                                                                                                                                                              Lest when thou hast eaten and art full, and hast built goodly houses, and dwelt therein;
## 5151                                                                                                                                                                                                                                          And when thy herds and thy flocks multiply, and thy silver and thy gold is multiplied, and all that thou hast is multiplied;
## 5152                                                                                                                                                                                                                        Then thine heart be lifted up, and thou forget the LORD thy God, which brought thee forth out of the land of Egypt, from the house of bondage;
## 5153                                                                                                                                                                    Who led thee through that great and terrible wilderness, wherein were fiery serpents, and scorpions, and drought, where there was no water; who brought thee forth water out of the rock of flint;
## 5154                                                                                                                                                                                                    Who fed thee in the wilderness with manna, which thy fathers knew not, that he might humble thee, and that he might prove thee, to do thee good at thy latter end;
## 5155                                                                                                                                                                                                                                                                          And thou say in thine heart, My power and the might of mine hand hath gotten me this wealth.
## 5156                                                                                                                                                                                   But thou shalt remember the LORD thy God: for it is he that giveth thee power to get wealth, that he may establish his covenant which he sware unto thy fathers, as it is this day.
## 5157                                                                                                                                                                                  And it shall be, if thou do at all forget the LORD thy God, and walk after other gods, and serve them, and worship them, I testify against you this day that ye shall surely perish.
## 5158                                                                                                                                                                                                                  As the nations which the LORD destroyeth before your face, so shall ye perish; because ye would not be obedient unto the voice of the LORD your God.
## 5159                                                                                                                                                                                                           HEAR, O Israel: Thou art to pass over Jordan this day, to go in to possess nations greater and mightier than thyself, cities great and fenced up to heaven,
## 5160                                                                                                                                                                                                                  A people great and tall, the children of the Anakims, whom thou knowest, and of whom thou hast heard say, Who can stand before the children of Anak!
## 5161                                                                                            Understand therefore this day, that the LORD thy God is he which goeth over before thee; as a consuming fire he shall destroy them, and he shall bring them down before thy face: so shalt thou drive them out, and destroy them quickly, as the LORD hath said unto thee.
## 5162                                                                                                 Speak not thou in thine heart, after that the LORD thy God hath cast them out from before thee, saying, For my righteousness the LORD hath brought me in to possess this land: but for the wickedness of these nations the LORD doth drive them out from before thee.
## 5163                                                               Not for thy righteousness, or for the uprightness of thine heart, dost thou go to possess their land: but for the wickedness of these nations the LORD thy God doth drive them out from before thee, and that he may perform the word which the LORD sware unto thy fathers, Abraham, Isaac, and Jacob.
## 5164                                                                                                                                                                                                                    Understand therefore, that the LORD thy God giveth thee not this good land to possess it for thy righteousness; for thou art a stiffnecked people.
## 5165                                                                                                                                     Remember, and forget not, how thou provokedst the LORD thy God to wrath in the wilderness: from the day that thou didst depart out of the land of Egypt, until ye came unto this place, ye have been rebellious against the LORD.
## 5166                                                                                                                                                                                                                                                               Also in Horeb ye provoked the LORD to wrath, so that the LORD was angry with you to have destroyed you.
## 5167                                                                                                                                       When I was gone up into the mount to receive the tables of stone, even the tables of the covenant which the LORD made with you, then I abode in the mount forty days and forty nights, I neither did eat bread nor drink water:
## 5168                                                                                                                            And the LORD delivered unto me two tables of stone written with the finger of God; and on them was written according to all the words, which the LORD spake with you in the mount out of the midst of the fire in the day of the assembly.
## 5169                                                                                                                                                                                                                        And it came to pass at the end of forty days and forty nights, that the LORD gave me the two tables of stone, even the tables of the covenant.
## 5170                                                                                                     And the LORD said unto me, Arise, get thee down quickly from hence; for thy people which thou hast brought forth out of Egypt have corrupted themselves; they are quickly turned aside out of the way which I commanded them; they have made them a molten image.
## 5171                                                                                                                                                                                                                                                         Furthermore the LORD spake unto me, saying, I have seen this people, and, behold, it is a stiffnecked people:
## 5172                                                                                                                                                                                                                    Let me alone, that I may destroy them, and blot out their name from under heaven: and I will make of thee a nation mightier and greater than they.
## 5173                                                                                                                                                                                                                                    So I turned and came down from the mount, and the mount burned with fire: and the two tables of the covenant were in my two hands.
## 5174                                                                                                                                                                                      And I looked, and, behold, ye had sinned against the LORD your God, and had made you a molten calf: ye had turned aside quickly out of the way which the LORD had commanded you.
## 5175                                                                                                                                                                                                                                                                        And I took the two tables, and cast them out of my two hands, and brake them before your eyes.
## 5176                                                                                                                               And I fell down before the LORD, as at the first, forty days and forty nights: I did neither eat bread, nor drink water, because of all your sins which ye sinned, in doing wickedly in the sight of the LORD, to provoke him to anger.
## 5177                                                                                                                                                                                                         For I was afraid of the anger and hot displeasure, wherewith the LORD was wroth against you to destroy you. But the LORD hearkened unto me at that time also.
## 5178                                                                                                                                                                                                                                                              And the LORD was very angry with Aaron to have destroyed him: and I prayed for Aaron also the same time.
## 5179                                                                                                                                    And I took your sin, the calf which ye had made, and burnt it with fire, and stamped it, and ground it very small, even until it was as small as dust: and I cast the dust thereof into the brook that descended out of the mount.
## 5180                                                                                                                                                                                                                                                                               And at Taberah, and at Massah, and at Kibroth-hattaavah, ye provoked the LORD to wrath.
## 5181                                                                                                                                    Likewise when the LORD sent you from Kadesh-barnea, saying, Go up and possess the land which I have given you; then ye rebelled against the commandment of the LORD your God, and ye believed him not, nor hearkened to his voice.
## 5182                                                                                                                                                                                                                                                                                                Ye have been rebellious against the LORD from the day that I knew you.
## 5183                                                                                                                                                                                                                            Thus I fell down before the LORD forty days and forty nights, as I fell down at the first; because the LORD had said he would destroy you.
## 5184                                                                                                                                                  I prayed therefore unto the LORD, and said, O Lord GOD, destroy not thy people and thine inheritance, which thou hast redeemed through thy greatness, which thou hast brought forth out of Egypt with a mighty hand.
## 5185                                                                                                                                                                                                                           Remember thy servants, Abraham, Isaac, and Jacob; look not unto the stubbornness of this people, nor to their wickedness, nor to their sin:
## 5186                                                                                                                                                Lest the land whence thou broughtest us out say, Because the LORD was not able to bring them into the land which he promised them, and because he hated them, he hath brought them out to slay them in the wilderness.
## 5187                                                                                                                                                                                                                                            Yet they are thy people and thine inheritance, which thou broughtest out by thy mighty power and by thy stretched out arm.
## 5188                                                                                                                                                                                                               AT that time the LORD said unto me, Hew thee two tables of stone like unto the first, and come up unto me into the mount, and make thee an ark of wood.
## 5189                                                                                                                                                                                                                                        And I will write on the tables the words that were in the first tables which thou brakest, and thou shalt put them in the ark.
## 5190                                                                                                                                                                                                                 And I made an ark of shittim wood, and hewed two tables of stone like unto the first, and went up into the mount, having the two tables in mine hand.
## 5191                                                                                                                                                 And he wrote on the tables, according to the first writing, the ten commandments, which the LORD spake unto you in the mount out of the midst of the fire in the day of the assembly: and the LORD gave them unto me.
## 5192                                                                                                                                                                                                                        And I turned myself and came down from the mount, and put the tables in the ark which I had made; and there they be, as the LORD commanded me.
## 5193                                                                                                                                                        And the children of Israel took their journey from Beeroth of the children of Jaakan to Mosera: there Aaron died, and there he was buried; and Eleazar his son ministered in the priest's office in his stead.
## 5194                                                                                                                                                                                                                                                                   From thence they journeyed unto Gudgodah; and from Gudgodah to Jotbath, a land of rivers of waters.
## 5195                                                                                                                                                                               At that time the LORD separated the tribe of Levi, to bear the ark of the covenant of the LORD, to stand before the LORD to minister unto him, and to bless in his name, unto this day.
## 5196                                                                                                                                                                                                                               Wherefore Levi hath no part nor inheritance with his brethren; the LORD is his inheritance, according as the LORD thy God promised him.
## 5197                                                                                                                                                                                           And I stayed in the mount, according to the first time, forty days and forty nights; and the LORD hearkened unto me at that time also, and the LORD would not destroy thee.
## 5198                                                                                                                                                                                                   And the LORD said unto me, Arise, take thy journey before the people, that they may go in and possess the land, which I sware unto their fathers to give unto them.
## 5199                                                                                                                                                          And now, Israel, what doth the LORD thy God require of thee, but to fear the LORD thy God, to walk in all his ways, and to love him, and to serve the LORD thy God with all thy heart and with all thy soul,
## 5200                                                                                                                                                                                                                                                                   To keep the commandments of the LORD, and his statutes, which I command thee this day for thy good?
## 5201                                                                                                                                                                                                                                                         Behold, the heaven and the heaven of heavens is the LORD's thy God, the earth also, with all that therein is.
## 5202                                                                                                                                                                                                                            Only the LORD had a delight in thy fathers to love them, and he chose their seed after them, even you above all people, as it is this day.
## 5203                                                                                                                                                                                                                                                                                          Circumcise therefore the foreskin of your heart, and be no more stiffnecked.
## 5204                                                                                                                                                                                                                       For the LORD your God is God of gods, and Lord of lords, a great God, a mighty, and a terrible, which regardeth not persons, nor taketh reward:
## 5205                                                                                                                                                                                                                                                    He doth execute the judgment of the fatherless and widow, and loveth the stranger, in giving him food and raiment.
## 5206                                                                                                                                                                                                                                                                                           Love ye therefore the stranger: for ye were strangers in the land of Egypt.
## 5207                                                                                                                                                                                                                                                          Thou shalt fear the LORD thy God; him shalt thou serve, and to him shalt thou cleave, and swear by his name.
## 5208                                                                                                                                                                                                                                             He is thy praise, and he is thy God, that hath done for thee these great and terrible things, which thine eyes have seen.
## 5209                                                                                                                                                                                                                       Thy fathers went down into Egypt with threescore and ten persons; and now the LORD thy God hath made thee as the stars of heaven for multitude.
## 5210                                                                                                                                                                                                                                    THEREFORE thou shalt love the LORD thy God, and keep his charge, and his statutes, and his judgments, and his commandments, alway.
## 5211                                                                                                                                                              And know ye this day: for I speak not with your children which have not known, and which have not seen the chastisement of the LORD your God, his greatness, his mighty hand, and his stretched out arm,
## 5212                                                                                                                                                                                                                                             And his miracles, and his acts, which he did in the midst of Egypt unto Pharaoh the king of Egypt, and unto all his land;
## 5213                                                                                                                                                And what he did unto the army of Egypt, unto their horses, and to their chariots; how he made the water of the Red sea to overflow them as they pursued after you, and how the LORD hath destroyed them unto this day;
## 5214                                                                                                                                                                                                                                                                                            And what he did unto you in the wilderness, until ye came into this place;
## 5215                                                                                                           And what he did unto Dathan and Abiram, the sons of Eliab, the son of Reuben: how the earth opened her mouth, and swallowed them up, and their households, and their tents, and all the substance that was in their possession, in the midst of all Israel:
## 5216                                                                                                                                                                                                                                                                                                  But your eyes have seen all the great acts of the LORD which he did.
## 5217                                                                                                                                                                                                        Therefore shall ye keep all the commandments which I command you this day, that ye may be strong, and go in and possess the land, whither ye go to possess it;
## 5218                                                                                                                                                                                                   And that ye may prolong your days in the land, which the LORD sware unto your fathers to give unto them and to their seed, a land that floweth with milk and honey.
## 5219                                                                                                                                                                           For the land, whither thou goest in to possess it, is not as the land of Egypt, from whence ye came out, where thou sowedst thy seed, and wateredst it with thy foot, as a garden of herbs:
## 5220                                                                                                                                                                                                                                                  But the land, whither ye go to possess it, is a land of hills and valleys, and drinketh water of the rain of heaven:
## 5221                                                                                                                                                                                                              A land which the LORD thy God careth for: the eyes of the LORD thy God are always upon it, from the beginning of the year even unto the end of the year.
## 5222                                                                                                                                                                  And it shall come to pass, if ye shall hearken diligently unto my commandments which I command you this day, to love the LORD your God, and to serve him with all your heart and with all your soul,
## 5223                                                                                                                                                                                                   That I will give you the rain of your land in his due season, the first rain and the latter rain, that thou mayest gather in thy corn, and thy wine, and thine oil.
## 5224                                                                                                                                                                                                                                                                                 And I will send grass in thy fields for thy cattle, that thou mayest eat and be full.
## 5225                                                                                                                                                                                                                                                  Take heed to yourselves, that your heart be not deceived, and ye turn aside, and serve other gods, and worship them;
## 5226                                                                                                                                               And then the LORD's wrath be kindled against you, and he shut up the heaven, that there be no rain, and that the land yield not her fruit; and lest ye perish quickly from off the good land which the LORD giveth you.
## 5227                                                                                                                                                                                                    Therefore shall ye lay up these my words in your heart and in your soul, and bind them for a sign upon your hand, that they may be as frontlets between your eyes.
## 5228                                                                                                                                                                                            And ye shall teach them your children, speaking of them when thou sittest in thine house, and when thou walkest by the way, when thou liest down, and when thou risest up.
## 5229                                                                                                                                                                                                                                                                                     And thou shalt write them upon the door posts of thine house, and upon thy gates:
## 5230                                                                                                                                                                                               That your days may be multiplied, and the days of your children, in the land which the LORD sware unto your fathers to give them, as the days of heaven upon the earth.
## 5231                                                                                                                                                                                                   For if ye shall diligently keep all these commandments which I command you, to do them, to love the LORD your God, to walk in all his ways, and to cleave unto him;
## 5232                                                                                                                                                                                                                                    Then will the LORD drive out all these nations from before you, and ye shall possess greater nations and mightier than yourselves.
## 5233                                                                                                                                                                         Every place whereon the soles of your feet shall tread shall be yours: from the wilderness and Lebanon, from the river, the river Euphrates, even unto the uttermost sea shall your coast be.
## 5234                                                                                                                                                                            There shall no man be able to stand before you: for the LORD your God shall lay the fear of you and the dread of you upon all the land that ye shall tread upon, as he hath said unto you.
## 5235                                                                                                                                                                                                                                                                                                             Behold, I set before you this day a blessing and a curse;
## 5236                                                                                                                                                                                                                                                                           A blessing, if ye obey the commandments of the LORD your God, which I command you this day:
## 5237                                                                                                                                                                                  And a curse, if ye will not obey the commandments of the LORD your God, but turn aside out of the way which I command you this day, to go after other gods, which ye have not known.
## 5238                                                                                                                                                             And it shall come to pass, when the LORD thy God hath brought thee in unto the land whither thou goest to possess it, that thou shalt put the blessing upon mount Gerizim, and the curse upon mount Ebal.
## 5239                                                                                                                                                                              Are they not on the other side Jordan, by the way where the sun goeth down, in the land of the Canaanites, which dwell in the champaign over against Gilgal, beside the plains of Moreh?
## 5240                                                                                                                                                                                                                            For ye shall pass over Jordan to go in to possess the land which the LORD your God giveth you, and ye shall possess it, and dwell therein.
## 5241                                                                                                                                                                                                                                                                            And ye shall observe to do all the statutes and judgments which I set before you this day.
## 5242                                                                                                                                                                                THESE are the statutes and judgments, which ye shall observe to do in the land, which the LORD God of thy fathers giveth thee to possess it, all the days that ye live upon the earth.
## 5243                                                                                                                                                                                       Ye shall utterly destroy all the places, wherein the nations which ye shall possess served their gods, upon the high mountains, and upon the hills, and under every green tree:
## 5244                                                                                                                                                                And ye shall overthrow their altars, and break their pillars, and burn their groves with fire; and ye shall hew down the graven images of their gods, and destroy the names of them out of that place.
## 5245                                                                                                                                                                                                                                                                                                                            Ye shall not do so unto the LORD your God.
## 5246                                                                                                                                                                                            But unto the place which the LORD your God shall choose out of all your tribes to put his name there, even unto his habitation shall ye seek, and thither thou shalt come:
## 5247                                                                                                                                             And thither ye shall bring your burnt offerings, and your sacrifices, and your tithes, and heave offerings of your hand, and your vows, and your freewill offerings, and the firstlings of your herds and of your flocks:
## 5248                                                                                                                                                                                          And there ye shall eat before the LORD your God, and ye shall rejoice in all that ye put your hand unto, ye and your households, wherein the LORD thy God hath blessed thee.
## 5249                                                                                                                                                                                                                                                         Ye shall not do after all the things that we do here this day, every man whatsoever is right in his own eyes.
## 5250                                                                                                                                                                                                                                                                    For ye are not as yet come to the rest and to the inheritance, which the LORD your God giveth you.
## 5251                                                                                                                                                                           But when ye go over Jordan, and dwell in the land which the LORD your God giveth you to inherit, and when he giveth you rest from all your enemies round about, so that ye dwell in safety;
## 5252                                                                   Then there shall be a place which the LORD your God shall choose to cause his name to dwell there; thither shall ye bring all that I command you; your burnt offerings, and your sacrifices, your tithes, and the heave offering of your hand, and all your choice vows which ye vow unto the LORD:
## 5253                                                                                                                                   And ye shall rejoice before the LORD your God, ye, and your sons, and your daughters, and your menservants, and your maidservants, and the Levite that is within your gates; forasmuch as he hath no part nor inheritance with you.
## 5254                                                                                                                                                                                                                                                                          Take heed to thyself that thou offer not thy burnt offerings in every place that thou seest:
## 5255                                                                                                                                                                                                       But in the place which the LORD shall choose in one of thy tribes, there thou shalt offer thy burnt offerings, and there thou shalt do all that I command thee.
## 5256                                                                                                         Notwithstanding thou mayest kill and eat flesh in all thy gates, whatsoever thy soul lusteth after, according to the blessing of the LORD thy God which he hath given thee: the unclean and the clean may eat thereof, as of the roebuck, and as of the hart.
## 5257                                                                                                                                                                                                                                                                                            Only ye shall not eat the blood; ye shall pour it upon the earth as water.
## 5258                                                                                                                        Thou mayest not eat within thy gates the tithe of thy corn, or of thy wine, or of thy oil, or the firstlings of thy herds or of thy flock, nor any of thy vows which thou vowest, nor thy freewill offerings, or heave offering of thine hand:
## 5259                                                     But thou must eat them before the LORD thy God in the place which the LORD thy God shall choose, thou, and thy son, and thy daughter, and thy manservant, and thy maidservant, and the Levite that is within thy gates: and thou shalt rejoice before the LORD thy God in all that thou puttest thine hands unto.
## 5260                                                                                                                                                                                                                                                                          Take heed to thyself that thou forsake not the Levite as long as thou livest upon the earth.
## 5261                                                                                                                                                      When the LORD thy God shall enlarge thy border, as he hath promised thee, and thou shalt say, I will eat flesh, because thy soul longeth to eat flesh; thou mayest eat flesh, whatsoever thy soul lusteth after.
## 5262                                                                                           If the place which the LORD thy God hath chosen to put his name there be too far from thee, then thou shalt kill of thy herd and of thy flock, which the LORD hath given thee, as I have commanded thee, and thou shalt eat in thy gates whatsoever thy soul lusteth after.
## 5263                                                                                                                                                                                                                                                 Even as the roebuck and the hart is eaten, so thou shalt eat them: the unclean and the clean shall eat of them alike.
## 5264                                                                                                                                                                                                                                                 Only be sure that thou eat not the blood: for the blood is the life; and thou mayest not eat the life with the flesh.
## 5265                                                                                                                                                                                                                                                                                                    Thou shalt not eat it; thou shalt pour it upon the earth as water.
## 5266                                                                                                                                                                                                              Thou shalt not eat it; that it may go well with thee, and with thy children after thee, when thou shalt do that which is right in the sight of the LORD.
## 5267                                                                                                                                                                                                                                               Only thy holy things which thou hast, and thy vows, thou shalt take, and go unto the place which the LORD shall choose:
## 5268                                                                                                                                          And thou shalt offer thy burnt offerings, the flesh and the blood, upon the altar of the LORD thy God: and the blood of thy sacrifices shall be poured out upon the altar of the LORD thy God, and thou shalt eat the flesh.
## 5269                                                                                                                                                       Observe and hear all these words which I command thee, that it may go well with thee, and with thy children after thee for ever, when thou doest that which is good and right in the sight of the LORD thy God.
## 5270                                                                                                                                                                                                           When the LORD thy God shall cut off the nations from before thee, whither thou goest to possess them, and thou succeedest them, and dwellest in their land;
## 5271                                                                                                                                Take heed to thyself that thou be not snared by following them, after that they be destroyed from before thee; and that thou inquire not after their gods, saying, How did these nations serve their gods? even so will I do likewise.
## 5272                                                                                                                                                    Thou shalt not do so unto the LORD thy God: for every abomination to the LORD, which he hateth, have they done unto their gods; for even their sons and their daughters they have burnt in the fire to their gods.
## 5273                                                                                                                                                                                                                                                                  What thing soever I command you, observe to do it: thou shalt not add thereto, nor diminish from it.
## 5274                                                                                                                                                                                                                                                                       IF there arise among you a prophet, or a dreamer of dreams, and giveth thee a sign or a wonder,
## 5275                                                                                                                                                                                                            And the sign or the wonder come to pass, whereof he spake unto thee, saying, Let us go after other gods, which thou hast not known, and let us serve them;
## 5276                                                                                                                                                            Thou shalt not hearken unto the words of that prophet, or that dreamer of dreams: for the LORD your God proveth you, to know whether ye love the LORD your God with all your heart and with all your soul.
## 5277                                                                                                                                                                                                                      Ye shall walk after the LORD your God, and fear him, and keep his commandments, and obey his voice, and ye shall serve him, and cleave unto him.
## 5278 And that prophet, or that dreamer of dreams, shall be put to death; because he hath spoken to turn you away from the LORD your God, which brought you out of the land of Egypt, and redeemed you out of the house of bondage, to thrust thee out of the way which the LORD thy God commanded thee to walk in. So shalt thou put the evil away from the midst of thee.
## 5279                                                                                                              If thy brother, the son of thy mother, or thy son, or thy daughter, or the wife of thy bosom, or thy friend, which is as thine own soul, entice thee secretly, saying, Let us go and serve other gods, which thou hast not known, thou, nor thy fathers;
## 5280                                                                                                                                                                                                Namely, of the gods of the people which are round about you, nigh unto thee, or far off from thee, from the one end of the earth even unto the other end of the earth;
## 5281                                                                                                                                                                                                                    Thou shalt not consent unto him, nor hearken unto him; neither shall thine eye pity him, neither shalt thou spare, neither shalt thou conceal him:
## 5282                                                                                                                                                                                                                                    But thou shalt surely kill him; thine hand shall be first upon him to put him to death, and afterwards the hand of all the people.
## 5283                                                                                                                                                                          And thou shalt stone him with stones, that he die; because he hath sought to thrust thee away from the LORD thy God, which brought thee out of the land of Egypt, from the house of bondage.
## 5284                                                                                                                                                                                                                                                                   And all Israel shall hear, and fear, and shall do no more any such wickedness as this is among you.
## 5285                                                                                                                                                                                                                                                           If thou shalt hear say in one of thy cities, which the LORD thy God hath given thee to dwell there, saying,
## 5286                                                                                                                                                                                  Certain men, the children of Belial, are gone out from among you, and have withdrawn the inhabitants of their city, saying, Let us go and serve other gods, which ye have not known;
## 5287                                                                                                                                                                                                         Then shalt thou inquire, and make search, and ask diligently; and, behold, if it be truth, and the thing certain, that such abomination is wrought among you;
## 5288                                                                                                                                                                                  Thou shalt surely smite the inhabitants of that city with the edge of the sword, destroying it utterly, and all that is therein, and the cattle thereof, with the edge of the sword.
## 5289                                                                                                                         And thou shalt gather all the spoil of it into the midst of the street thereof, and shalt burn with fire the city, and all the spoil thereof every whit, for the LORD thy God: and it shall be an heap for ever; it shall not be built again.
## 5290                                                                                                                                   And there shall cleave nought of the cursed thing to thine hand: that the LORD may turn from the fierceness of his anger, and shew thee mercy, and have compassion upon thee, and multiply thee, as he hath sworn unto thy fathers;
## 5291                                                                                                                                                                                      When thou shalt hearken to the voice of the LORD thy God, to keep all his commandments which I command thee this day, to do that which is right in the eyes of the LORD thy God.
## 5292                                                                                                                                                                                                                                          YE are the children of the LORD your God: ye shall not cut yourselves, nor make any baldness between your eyes for the dead.
## 5293                                                                                                                                                                                                 For thou art an holy people unto the LORD thy God, and the LORD hath chosen thee to be a peculiar people unto himself, above all the nations that are upon the earth.
## 5294                                                                                                                                                                                                                                                                                                                              Thou shalt not eat any abominable thing.
## 5295                                                                                                                                                                                                                                                                                             These are the beasts which ye shall eat: the ox, the sheep, and the goat,
## 5296                                                                                                                                                                                                                                                  The hart, and the roebuck, and the fallow deer, and the wild goat, and the pygarg, and the wild ox, and the chamois.
## 5297                                                                                                                                                                                                                                And every beast that parteth the hoof, and cleaveth the cleft into two claws, and cheweth the cud among the beasts, that ye shall eat.
## 5298                                                                                                                                Nevertheless these ye shall not eat of them that chew the cud, or of them that divide the cloven hoof; as the camel, and the hare, and the coney: for they chew the cud, but divide not the hoof; therefore they are unclean unto you.
## 5299                                                                                                                                                                                                          And the swine, because it divideth the hoof, yet cheweth not the cud, it is unclean unto you: ye shall not eat of their flesh, nor touch their dead carcase.
## 5300                                                                                                                                                                                                                                                                         These ye shall eat of all that are in the waters: all that have fins and scales shall ye eat:
## 5301                                                                                                                                                                                                                                                                                       And whatsoever hath not fins and scales ye may not eat; it is unclean unto you.
## 5302                                                                                                                                                                                                                                                                                                                                      Of all clean birds ye shall eat.
## 5303                                                                                                                                                                                                                                                                           But these are they of which ye shall not eat: the eagle, and the ossifrage, and the ospray,
## 5304                                                                                                                                                                                                                                                                                                          And the glede, and the kite, and the vulture after his kind,
## 5305                                                                                                                                                                                                                                                                                                                                       And every raven after his kind,
## 5306                                                                                                                                                                                                                                                                                         And the owl, and the night hawk, and the cuckow, and the hawk after his kind,
## 5307                                                                                                                                                                                                                                                                                                                      The little owl, and the great owl, and the swan,
## 5308                                                                                                                                                                                                                                                                                                               And the pelican, and the gier eagle, and the cormorant,
## 5309                                                                                                                                                                                                                                                                                            And the stork, and the heron after her kind, and the lapwing, and the bat.
## 5310                                                                                                                                                                                                                                                                                    And every creeping thing that flieth is unclean unto you: they shall not be eaten.
## 5311                                                                                                                                                                                                                                                                                                                                    But of all clean fowls ye may eat.
## 5312                                                                                         Ye shall not eat of any thing that dieth of itself: thou shalt give it unto the stranger that is in thy gates, that he may eat it; or thou mayest sell it unto an alien: for thou art an holy people unto the LORD thy God. Thou shalt not seethe a kid in his mother's milk.
## 5313                                                                                                                                                                                                                                                                      Thou shalt truly tithe all the increase of thy seed, that the field bringeth forth year by year.
## 5314                                                                                              And thou shalt eat before the LORD thy God, in the place which he shall choose to place his name there, the tithe of thy corn, of thy wine, and of thine oil, and the firstlings of thy herds and of thy flocks; that thou mayest learn to fear the LORD thy God always.
## 5315                                                                                                                                                 And if the way be too long for thee, so that thou art not able to carry it; or if the place be too far from thee, which the LORD thy God shall choose to set his name there, when the LORD thy God hath blessed thee:
## 5316                                                                                                                                                                                                                             Then shalt thou turn it into money, and bind up the money in thine hand, and shalt go unto the place which the LORD thy God shall choose:
## 5317                                                                                           And thou shalt bestow that money for whatsoever thy soul lusteth after, for oxen, or for sheep, or for wine, or for strong drink, or for whatsoever thy soul desireth: and thou shalt eat there before the LORD thy God, and thou shalt rejoice, thou, and thine household,
## 5318                                                                                                                                                                                                                                                   And the Levite that is within thy gates; thou shalt not forsake him; for he hath no part nor inheritance with thee.
## 5319                                                                                                                                                                                                                                 At the end of three years thou shalt bring forth all the tithe of thine increase the same year, and shalt lay it up within thy gates:
## 5320                                                                                And the Levite, (because he hath no part nor inheritance with thee,) and the stranger, and the fatherless, and the widow, which are within thy gates, shall come, and shall eat and be satisfied; that the LORD thy God may bless thee in all the work of thine hand which thou doest.
## 5321                                                                                                                                                                                                                                                                                                            AT the end of every seven years thou shalt make a release.
## 5322                                                                                                                                                     And this is the manner of the release: Every creditor that lendeth ought unto his neighbour shall release it; he shall not exact it of his neighbour, or of his brother; because it is called the LORD's release.
## 5323                                                                                                                                                                                                                                                         Of a foreigner thou mayest exact it again: but that which is thine with thy brother thine hand shall release;
## 5324                                                                                                                                                                                                    Save when there shall be no poor among you; for the LORD shall greatly bless thee in the land which the LORD thy God giveth thee for an inheritance to possess it:
## 5325                                                                                                                                                                                                                             Only if thou carefully hearken unto the voice of the LORD thy God, to observe to do all these commandments which I command thee this day.
## 5326                                                                                                                                                                For the LORD thy God blesseth thee, as he promised thee: and thou shalt lend unto many nations, but thou shalt not borrow; and thou shalt reign over many nations, but they shall not reign over thee.
## 5327                                                                                                                                                         If there be among you a poor man of one of thy brethren within any of thy gates in thy land which the LORD thy God giveth thee, thou shalt not harden thine heart, nor shut thine hand from thy poor brother:
## 5328                                                                                                                                                                                                                                            But thou shalt open thine hand wide unto him, and shalt surely lend him sufficient for his need, in that which he wanteth.
## 5329                                                                                                        Beware that there be not a thought in thy wicked heart, saying, The seventh year, the year of release, is at hand; and thine eye be evil against thy poor brother, and thou givest him nought; and he cry unto the LORD against thee, and it be sin unto thee.
## 5330                                                                                                                                             Thou shalt surely give him, and thine heart shall not be grieved when thou givest unto him: because that for this thing the LORD thy God shall bless thee in all thy works, and in all that thou puttest thine hand unto.
## 5331                                                                                                                                                                                       For the poor shall never cease out of the land: therefore I command thee, saying, Thou shalt open thine hand wide unto thy brother, to thy poor, and to thy needy, in thy land.
## 5332                                                                                                                                                                                                    And if thy brother, an Hebrew man, or an Hebrew woman, be sold unto thee, and serve thee six years; then in the seventh year thou shalt let him go free from thee.
## 5333                                                                                                                                                                                                                                                                                   And when thou sendest him out free from thee, thou shalt not let him go away empty:
## 5334                                                                                                                                                                                     Thou shalt furnish him liberally out of thy flock, and out of thy floor, and out of thy winepress: of that wherewith the LORD thy God hath blessed thee thou shalt give unto him.
## 5335                                                                                                                                                                                                                And thou shalt remember that thou wast a bondman in the land of Egypt, and the LORD thy God redeemed thee: therefore I command thee this thing to day.
## 5336                                                                                                                                                                                                                             And it shall be, if he say unto thee, I will not go away from thee; because he loveth thee and thine house, because he is well with thee;
## 5337                                                                                                                                                                                                 Then thou shalt take an aul, and thrust it through his ear unto the door, and he shall be thy servant for ever. And also unto thy maidservant thou shalt do likewise.
## 5338                                                                                                                                          It shall not seem hard unto thee, when thou sendest him away free from thee; for he hath been worth a double hired servant to thee, in serving thee six years: and the LORD thy God shall bless thee in all that thou doest.
## 5339                                                                                                                                                              All the firstling males that come of thy herd and of thy flock thou shalt sanctify unto the LORD thy God: thou shalt do no work with the firstling of thy bullock, nor shear the firstling of thy sheep.
## 5340                                                                                                                                                                                                                                              Thou shalt eat it before the LORD thy God year by year in the place which the LORD shall choose, thou and thy household.
## 5341                                                                                                                                                                                                                          And if there be any blemish therein, as if it be lame, or blind, or have any ill blemish, thou shalt not sacrifice it unto the LORD thy God.
## 5342                                                                                                                                                                                                                                             Thou shalt eat it within thy gates: the unclean and the clean person shall eat it alike, as the roebuck, and as the hart.
## 5343                                                                                                                                                                                                                                                                               Only thou shalt not eat the blood thereof; thou shalt pour it upon the ground as water.
## 5344                                                                                                                                                                                                           OBSERVE the month of Abib, and keep the passover unto the LORD thy God: for in the month of Abib the LORD thy God brought thee forth out of Egypt by night.
## 5345                                                                                                                                                                                                       Thou shalt therefore sacrifice the passover unto the LORD thy God, of the flock and the herd, in the place which the LORD shall choose to place his name there.
## 5346                                                                    Thou shalt eat no leavened bread with it; seven days shalt thou eat unleavened bread therewith, even the bread of affliction; for thou camest forth out of the land of Egypt in haste: that thou mayest remember the day when thou camest forth out of the land of Egypt all the days of thy life.
## 5347                                                                                                                                                       And there shall be no leavened bread seen with thee in all thy coast seven days; neither shall there any thing of the flesh, which thou sacrificedst the first day at even, remain all night until the morning.
## 5348                                                                                                                                                                                                                                                                   Thou mayest not sacrifice the passover within any of thy gates, which the LORD thy God giveth thee:
## 5349                                                                                                                                                          But at the place which the LORD thy God shall choose to place his name in, there thou shalt sacrifice the passover at even, at the going down of the sun, at the season that thou camest forth out of Egypt.
## 5350                                                                                                                                                                                                                          And thou shalt roast and eat it in the place which the LORD thy God shall choose: and thou shalt turn in the morning, and go unto thy tents.
## 5351                                                                                                                                                                                                                       Six days thou shalt eat unleavened bread: and on the seventh day shall be a solemn assembly to the LORD thy God: thou shalt do no work therein.
## 5352                                                                                                                                                                                                                              Seven weeks shalt thou number unto thee: begin to number the seven weeks from such time as thou beginnest to put the sickle to the corn.
## 5353                                                                                                                                                       And thou shalt keep the feast of weeks unto the LORD thy God with a tribute of a freewill offering of thine hand, which thou shalt give unto the LORD thy God, according as the LORD thy God hath blessed thee:
## 5354                                              And thou shalt rejoice before the LORD thy God, thou, and thy son, and thy daughter, and thy manservant, and thy maidservant, and the Levite that is within thy gates, and the stranger, and the fatherless, and the widow, that are among you, in the place which the LORD thy God hath chosen to place his name there.
## 5355                                                                                                                                                                                                                                                              And thou shalt remember that thou wast a bondman in Egypt: and thou shalt observe and do these statutes.
## 5356                                                                                                                                                                                                                                                       Thou shalt observe the feast of tabernacles seven days, after that thou hast gathered in thy corn and thy wine:
## 5357                                                                                                                                                        And thou shalt rejoice in thy feast, thou, and thy son, and thy daughter, and thy manservant, and thy maidservant, and the Levite, the stranger, and the fatherless, and the widow, that are within thy gates.
## 5358                                                                                                                  Seven days shalt thou keep a solemn feast unto the LORD thy God in the place which the LORD shall choose: because the LORD thy God shall bless thee in all thine increase, and in all the works of thine hands, therefore thou shalt surely rejoice.
## 5359                                                                                                           Three times in a year shall all thy males appear before the LORD thy God in the place which he shall choose; in the feast of unleavened bread, and in the feast of weeks, and in the feast of tabernacles: and they shall not appear before the LORD empty:
## 5360                                                                                                                                                                                                                                                           Every man shall give as he is able, according to the blessing of the LORD thy God which he hath given thee.
## 5361                                                                                                                                                                                             Judges and officers shalt thou make thee in all thy gates, which the LORD thy God giveth thee, throughout thy tribes: and they shall judge the people with just judgment.
## 5362                                                                                                                                                                                               Thou shalt not wrest judgment; thou shalt not respect persons, neither take a gift: for a gift doth blind the eyes of the wise, and pervert the words of the righteous.
## 5363                                                                                                                                                                                                                                      That which is altogether just shalt thou follow, that thou mayest live, and inherit the land which the LORD thy God giveth thee.
## 5364                                                                                                                                                                                                                                                   Thou shalt not plant thee a grove of any trees near unto the altar of the LORD thy God, which thou shalt make thee.
## 5365                                                                                                                                                                                                                                                                                              Neither shalt thou set thee up any image; which the LORD thy God hateth.
## 5366                                                                                                                                                                                                  THOU shalt not sacrifice unto the LORD thy God any bullock, or sheep, wherein is blemish, or any evilfavouredness: for that is an abomination unto the LORD thy God.
## 5367                                                                                                                                                                  If there be found among you, within any of thy gates which the LORD thy God giveth thee, man or woman, that hath wrought wickedness in the sight of the LORD thy God, in transgressing his covenant,
## 5368                                                                                                                                                                                                                          And hath gone and served other gods, and worshipped them, either the sun, or moon, or any of the host of heaven, which I have not commanded;
## 5369                                                                                                                                                                                                  And it be told thee, and thou hast heard of it, and inquired diligently, and, behold, it be true, and the thing certain, that such abomination is wrought in Israel:
## 5370                                                                                                                                                                             Then shalt thou bring forth that man or that woman, which have committed that wicked thing, unto thy gates, even that man or that woman, and shalt stone them with stones, till they die.
## 5371                                                                                                                                                                                                    At the mouth of two witnesses, or three witnesses, shall he that is worthy of death be put to death; but at the mouth of one witness he shall not be put to death.
## 5372                                                                                                                                                                                                    The hands of the witnesses shall be first upon him to put him to death, and afterward the hands of all the people. So thou shalt put the evil away from among you.
## 5373                                                                                       If there arise a matter too hard for thee in judgment, between blood and blood, between plea and plea, and between stroke and stroke, being matters of controversy within thy gates: then shalt thou arise, and get thee up into the place which the LORD thy God shall choose;
## 5374                                                                                                                                                                                                     And thou shalt come unto the priests the Levites, and unto the judge that shall be in those days, and inquire; and they shall shew thee the sentence of judgment:
## 5375                                                                                                                                                                               And thou shalt do according to the sentence, which they of that place which the LORD shall choose shall shew thee; and thou shalt observe to do according to all that they inform thee;
## 5376                                                                                                                   According to the sentence of the law which they shall teach thee, and according to the judgment which they shall tell thee, thou shalt do: thou shalt not decline from the sentence which they shall shew thee, to the right hand, nor to the left.
## 5377                                                                                                                                      And the man that will do presumptuously, and will not hearken unto the priest that standeth to minister there before the LORD thy God, or unto the judge, even that man shall die: and thou shalt put away the evil from Israel.
## 5378                                                                                                                                                                                                                                                                                               And all the people shall hear, and fear, and do no more presumptuously.
## 5379                                                                                                                                                              When thou art come unto the land which the LORD thy God giveth thee, and shalt possess it, and shalt dwell therein, and shalt say, I will set a king over me, like as all the nations that are about me;
## 5380                                                                                                                                                     Thou shalt in any wise set him king over thee, whom the LORD thy God shall choose: one from among thy brethren shalt thou set king over thee: thou mayest not set a stranger over thee, which is not thy brother.
## 5381                                                                                                                                               But he shall not multiply horses to himself, nor cause the people to return to Egypt, to the end that he should multiply horses: forasmuch as the LORD hath said unto you, Ye shall henceforth return no more that way.
## 5382                                                                                                                                                                                                                               Neither shall he multiply wives to himself, that his heart turn not away: neither shall he greatly multiply to himself silver and gold.
## 5383                                                                                                                                                                                            And it shall be, when he sitteth upon the throne of his kingdom, that he shall write him a copy of this law in a book out of that which is before the priests the Levites:
## 5384                                                                                                                                                                           And it shall be with him, and he shall read therein all the days of his life: that he may learn to fear the LORD his God, to keep all the words of this law and these statutes, to do them:
## 5385                                                                                                                         That his heart be not lifted up above his brethren, and that he turn not aside from the commandment, to the right hand, or to the left: to the end that he may prolong his days in his kingdom, he, and his children, in the midst of Israel.
## 5386                                                                                                                                                                                       THE priests the Levites, and all the tribe of Levi, shall have no part nor inheritance with Israel: they shall eat the offerings of the LORD made by fire, and his inheritance.
## 5387                                                                                                                                                                                                                                              Therefore shall they have no inheritance among their brethren: the LORD is their inheritance, as he hath said unto them.
## 5388                                                                                                                                                                   And this shall be the priest's due from the people, from them that offer a sacrifice, whether it be ox or sheep; and they shall give unto the priest the shoulder, and the two cheeks, and the maw.
## 5389                                                                                                                                                                                                                                        The firstfruit also of thy corn, of thy wine, and of thine oil, and the first of the fleece of thy sheep, shalt thou give him.
## 5390                                                                                                                                                                                                                                  For the LORD thy God hath chosen him out of all thy tribes, to stand to minister in the name of the LORD, him and his sons for ever.
## 5391                                                                                                                                                                                                And if a Levite come from any of thy gates out of all Israel, where he sojourned, and come with all the desire of his mind unto the place which the LORD shall choose;
## 5392                                                                                                                                                                                                                                        Then he shall minister in the name of the LORD his God, as all his brethren the Levites do, which stand there before the LORD.
## 5393                                                                                                                                                                                                                                                                          They shall have like portions to eat, beside that which cometh of the sale of his patrimony.
## 5394                                                                                                                                                                                                                              When thou art come into the land which the LORD thy God giveth thee, thou shalt not learn to do after the abominations of those nations.
## 5395                                                                                                                                                                              There shall not be found among you any one that maketh his son or his daughter to pass through the fire, or that useth divination, or an observer of times, or an enchanter, or a witch,
## 5396                                                                                                                                                                                                                                                                                    Or a charmer, or a consulter with familiar spirits, or a wizard, or a necromancer.
## 5397                                                                                                                                                                                                               For all that do these things are an abomination unto the LORD: and because of these abominations the LORD thy God doth drive them out from before thee.
## 5398                                                                                                                                                                                                                                                                                                                          Thou shalt be perfect with the LORD thy God.
## 5399                                                                                                                                                                                                 For these nations, which thou shalt possess, hearkened unto observers of times, and unto diviners: but as for thee, the LORD thy God hath not suffered thee so to do.
## 5400                                                                                                                                                                                                                                  The LORD thy God will raise up unto thee a Prophet from the midst of thee, of thy brethren, like unto me; unto him ye shall hearken;
## 5401                                                                                                                                                According to all that thou desiredst of the LORD thy God in Horeb in the day of the assembly, saying, Let me not hear again the voice of the LORD my God, neither let me see this great fire any more, that I die not.
## 5402                                                                                                                                                                                                                                                                                         And the LORD said unto me, They have well spoken that which they have spoken.
## 5403                                                                                                                                                                                              I will raise them up a Prophet from among their brethren, like unto thee, and will put my words in his mouth; and he shall speak unto them all that I shall command him.
## 5404                                                                                                                                                                                                                                   And it shall come to pass, that whosoever will not hearken unto my words which he shall speak in my name, I will require it of him.
## 5405                                                                                                                                                                                 But the prophet, which shall presume to speak a word in my name, which I have not commanded him to speak, or that shall speak in the name of other gods, even that prophet shall die.
## 5406                                                                                                                                                                                                                                                                            And if thou say in thine heart, How shall we know the word which the LORD hath not spoken?
## 5407                                                                                                                                         When a prophet speaketh in the name of the LORD, if the thing follow not, nor come to pass, that is the thing which the LORD hath not spoken, but the prophet hath spoken it presumptuously: thou shalt not be afraid of him.
## 5408                                                                                                                                                                                                 WHEN the LORD thy God hath cut off the nations, whose land the LORD thy God giveth thee, and thou succeedest them, and dwellest in their cities, and in their houses;
## 5409                                                                                                                                                                                                                                                 Thou shalt separate three cities for thee in the midst of thy land, which the LORD thy God giveth thee to possess it.
## 5410                                                                                                                                                                                                Thou shalt prepare thee a way, and divide the coasts of thy land, which the LORD thy God giveth thee to inherit, into three parts, that every slayer may flee thither.
## 5411                                                                                                                                                                                                               And this is the case of the slayer, which shall flee thither, that he may live: Whoso killeth his neighbour ignorantly, whom he hated not in time past;
## 5412                                                                                             As when a man goeth into the wood with his neighbour to hew wood, and his hand fetcheth a stroke with the axe to cut down the tree, and the head slippeth from the helve, and lighteth upon his neighbour, that he die; he shall flee unto one of those cities, and live:
## 5413                                                                                                                                                      Lest the avenger of the blood pursue the slayer, while his heart is hot, and overtake him, because the way is long, and slay him; whereas he was not worthy of death, inasmuch as he hated him not in time past.
## 5414                                                                                                                                                                                                                                                                                          Wherefore I command thee, saying, Thou shalt separate three cities for thee.
## 5415                                                                                                                                                                                                                  And if the LORD thy God enlarge thy coast, as he hath sworn unto thy fathers, and give thee all the land which he promised to give unto thy fathers;
## 5416                                                                                                                                                      If thou shalt keep all these commandments to do them, which I command thee this day, to love the LORD thy God, and to walk ever in his ways; then shalt thou add three cities more for thee, beside these three:
## 5417                                                                                                                                                                                                                                        That innocent blood be not shed in thy land, which the LORD thy God giveth thee for an inheritance, and so blood be upon thee.
## 5418                                                                                                                                                                                                         But if any man hate his neighbour, and lie in wait for him, and rise up against him, and smite him mortally that he die, and fleeth into one of these cities:
## 5419                                                                                                                                                                                                                                  Then the elders of his city shall send and fetch him thence, and deliver him into the hand of the avenger of blood, that he may die.
## 5420                                                                                                                                                                                                                                         Thine eye shall not pity him, but thou shalt put away the guilt of innocent blood from Israel, that it may go well with thee.
## 5421                                                                                                                                                                           Thou shalt not remove thy neighbour's landmark, which they of old time have set in thine inheritance, which thou shalt inherit in the land that the LORD thy God giveth thee to possess it.
## 5422                                                                                                                                                         One witness shall not rise up against a man for any iniquity, or for any sin, in any sin that he sinneth: at the mouth of two witnesses, or at the mouth of three witnesses, shall the matter be established.
## 5423                                                                                                                                                                                                                                                                                If a false witness rise up against any man to testify against him that which is wrong;
## 5424                                                                                                                                                                                                                     Then both the men, between whom the controversy is, shall stand before the LORD, before the priests and the judges, which shall be in those days;
## 5425                                                                                                                                                                                                                       And the judges shall make diligent inquisition: and, behold, if the witness be a false witness, and hath testified falsely against his brother;
## 5426                                                                                                                                                                                                                                           Then shall ye do unto him, as he had thought to have done unto his brother: so shalt thou put the evil away from among you.
## 5427                                                                                                                                                                                                                                                             And those which remain shall hear, and fear, and shall henceforth commit no more any such evil among you.
## 5428                                                                                                                                                                                                                                                 And thine eye shall not pity; but life shall go for life, eye for eye, tooth for tooth, hand for hand, foot for foot.
## 5429                                                                                                                                           WHEN thou goest out to battle against thine enemies, and seest horses, and chariots, and a people more than thou, be not afraid of them: for the LORD thy God is with thee, which brought thee up out of the land of Egypt.
## 5430                                                                                                                                                                                                                                                     And it shall be, when ye are come nigh unto the battle, that the priest shall approach and speak unto the people.
## 5431                                                                                                                                                                     And shall say unto them, Hear, O Israel, ye approach this day unto battle against your enemies: let not your hearts faint, fear not, and do not tremble, neither be ye terrified because of them;
## 5432                                                                                                                                                                                                                                                                  For the LORD your God is he that goeth with you, to fight for you against your enemies, to save you.
## 5433                                                                                                                                           And the officers shall speak unto the people, saying, What man is there that hath built a new house, and hath not dedicated it? let him go and return to his house, lest he die in the battle, and another man dedicate it.
## 5434                                                                                                                                                                                       And what man is he that hath planted a vineyard, and hath not yet eaten of it? let him also go and return unto his house, lest he die in the battle, and another man eat of it.
## 5435                                                                                                                                                                                                  And what man is there that hath betrothed a wife, and hath not taken her? let him go and return unto his house, lest he die in the battle, and another man take her.
## 5436                                                                                                                                             And the officers shall speak further unto the people, and they shall say, What man is there that is fearful and fainthearted? let him go and return unto his house, lest his brethren's heart faint as well as his heart.
## 5437                                                                                                                                                                                                                      And it shall be, when the officers have made an end of speaking unto the people, that they shall make captains of the armies to lead the people.
## 5438                                                                                                                                                                                                                                                                                   When thou comest nigh unto a city to fight against it, then proclaim peace unto it.
## 5439                                                                                                                                                                          And it shall be, if it make thee answer of peace, and open unto thee, then it shall be, that all the people that is found therein shall be tributaries unto thee, and they shall serve thee.
## 5440                                                                                                                                                                                                                                                                   And if it will make no peace with thee, but will make war against thee, then thou shalt besiege it:
## 5441                                                                                                                                                                                                                                         And when the LORD thy God hath delivered it into thine hands, thou shalt smite every male thereof with the edge of the sword:
## 5442                                                                                                                                     But the women, and the little ones, and the cattle, and all that is in the city, even all the spoil thereof, shalt thou take unto thyself; and thou shalt eat the spoil of thine enemies, which the LORD thy God hath given thee.
## 5443                                                                                                                                                                                                                                                Thus shalt thou do unto all the cities which are very far off from thee, which are not of the cities of these nations.
## 5444                                                                                                                                                                                                                            But of the cities of these people, which the LORD thy God doth give thee for an inheritance, thou shalt save alive nothing that breatheth:
## 5445                                                                                                                                                                             But thou shalt utterly destroy them; namely, the Hittites, and the Amorites, the Canaanites, and the Perizzites, the Hivites, and the Jebusites; as the LORD thy God hath commanded thee:
## 5446                                                                                                                                                                                                                         That they teach you not to do after all their abominations, which they have done unto their gods; so should ye sin against the LORD your God.
## 5447                                                                        When thou shalt besiege a city a long time, in making war against it to take it, thou shalt not destroy the trees thereof by forcing an axe against them: for thou mayest eat of them, and thou shalt not cut them down (for the tree of the field is man's life) to employ them in the siege:
## 5448                                                                                                                                                               Only the trees which thou knowest that they be not trees for meat, thou shalt destroy and cut them down; and thou shalt build bulwarks against the city that maketh war with thee, until it be subdued.
## 5449                                                                                                                                                                                                                       IF one be found slain in the land which the LORD thy God giveth thee to possess it, lying in the field, and it be not known who hath slain him:
## 5450                                                                                                                                                                                                                                      Then thy elders and thy judges shall come forth, and they shall measure unto the cities which are round about him that is slain:
## 5451                                                                                                                                                                           And it shall be, that the city which is next unto the slain man, even the elders of that city shall take an heifer, which hath not been wrought with, and which hath not drawn in the yoke;
## 5452                                                                                                                                                                                             And the elders of that city shall bring down the heifer unto a rough valley, which is neither eared nor sown, and shall strike off the heifer's neck there in the valley:
## 5453                                                                                                                                              And the priests the sons of Levi shall come near; for them the LORD thy God hath chosen to minister unto him, and to bless in the name of the LORD; and by their word shall every controversy and every stroke be tried:
## 5454                                                                                                                                                                                                                             And all the elders of that city, that are next unto the slain man, shall wash their hands over the heifer that is beheaded in the valley:
## 5455                                                                                                                                                                                                                                                                     And they shall answer and say, Our hands have not shed this blood, neither have our eyes seen it.
## 5456                                                                                                                                                                                            Be merciful, O LORD, unto thy people Israel, whom thou hast redeemed, and lay not innocent blood unto thy people of Israel's charge. And the blood shall be forgiven them.
## 5457                                                                                                                                                                                                                                   So shalt thou put away the guilt of innocent blood from among you, when thou shalt do that which is right in the sight of the LORD.
## 5458                                                                                                                                                                                                                      When thou goest forth to war against thine enemies, and the LORD thy God hath delivered them into thine hands, and thou hast taken them captive,
## 5459                                                                                                                                                                                                                                                  And seest among the captives a beautiful woman, and hast a desire unto her, that thou wouldest have her to thy wife;
## 5460                                                                                                                                                                                                                                                                      Then thou shalt bring her home to thine house; and she shall shave her head, and pare her nails;
## 5461                                                                                                                             And she shall put the raiment of her captivity from off her, and shall remain in thine house, and bewail her father and her mother a full month: and after that thou shalt go in unto her, and be her husband, and she shall be thy wife.
## 5462                                                                                                                                                    And it shall be, if thou have no delight in her, then thou shalt let her go whither she will; but thou shalt not sell her at all for money, thou shalt not make merchandise of her, because thou hast humbled her.
## 5463                                                                                                                                                                                            If a man have two wives, one beloved, and another hated, and they have born him children, both the beloved and the hated; and if the firstborn son be hers that was hated:
## 5464                                                                                                                                                                            Then it shall be, when he maketh his sons to inherit that which he hath, that he may not make the son of the beloved firstborn before the son of the hated, which is indeed the firstborn:
## 5465                                                                                                                                                                      But he shall acknowledge the son of the hated for the firstborn, by giving him a double portion of all that he hath: for he is the beginning of his strength; the right of the firstborn is his.
## 5466                                                                                                                                                                             If a man have a stubborn and rebellious son, which will not obey the voice of his father, or the voice of his mother, and that, when they have chastened him, will not hearken unto them:
## 5467                                                                                                                                                                                                                                  Then shall his father and his mother lay hold on him, and bring him out unto the elders of his city, and unto the gate of his place;
## 5468                                                                                                                                                                                                                 And they shall say unto the elders of his city, This our son is stubborn and rebellious, he will not obey our voice; he is a glutton, and a drunkard.
## 5469                                                                                                                                                                                                                And all the men of his city shall stone him with stones, that he die: so shalt thou put evil away from among you; and all Israel shall hear, and fear.
## 5470                                                                                                                                                                                                                                                         And if a man have committed a sin worthy of death, and he be to be put to death, and thou hang him on a tree:
## 5471                                                                                                                                     His body shall not remain all night upon the tree, but thou shalt in any wise bury him that day; (for he that is hanged is accursed of God;) that thy land be not defiled, which the LORD thy God giveth thee for an inheritance.
## 5472                                                                                                                                                                                                                     THOU shalt not see thy brother's ox or his sheep go astray, and hide thyself from them: thou shalt in any case bring them again unto thy brother.
## 5473                                                                                                                                                  And if thy brother be not nigh unto thee, or if thou know him not, then thou shalt bring it unto thine own house, and it shall be with thee until thy brother seek after it, and thou shalt restore it to him again.
## 5474                                                                                                                                            In like manner shalt thou do with his ass; and so shalt thou do with his raiment; and with all lost thing of thy brother's, which he hath lost, and thou hast found, shalt thou do likewise: thou mayest not hide thyself.
## 5475                                                                                                                                                                                                                    Thou shalt not see thy brother's ass or his ox fall down by the way, and hide thyself from them: thou shalt surely help him to lift them up again.
## 5476                                                                                                                                                                                                    The woman shall not wear that which pertaineth unto a man, neither shall a man put on a woman's garment: for all that do so are abomination unto the LORD thy God.
## 5477                                                                                                                                            If a bird's nest chance to be before thee in the way in any tree, or on the ground, whether they be young ones, or eggs, and the dam sitting upon the young, or upon the eggs, thou shalt not take the dam with the young:
## 5478                                                                                                                                                                                                                          But thou shalt in any wise let the dam go, and take the young to thee; that it may be well with thee, and that thou mayest prolong thy days.
## 5479                                                                                                                                                                                                              When thou buildest a new house, then thou shalt make a battlement for thy roof, that thou bring not blood upon thine house, if any man fall from thence.
## 5480                                                                                                                                                                                                                        Thou shalt not sow thy vineyard with divers seeds: lest the fruit of thy seed which thou hast sown, and the fruit of thy vineyard, be defiled.
## 5481                                                                                                                                                                                                                                                                                                                   Thou shalt not plow with an ox and an ass together.
## 5482                                                                                                                                                                                                                                                                                      Thou shalt not wear a garment of divers sorts, as of woollen and linen together.
## 5483                                                                                                                                                                                                                                                                  Thou shalt make thee fringes upon the four quarters of thy vesture, wherewith thou coverest thyself.
## 5484                                                                                                                                                                                                                                                                                                             If any man take a wife, and go in unto her, and hate her,
## 5485                                                                                                                                                                                                             And give occasions of speech against her, and bring up an evil name upon her, and say, I took this woman, and when I came to her, I found her not a maid:
## 5486                                                                                                                                                                                                               Then shall the father of the damsel, and her mother, take and bring forth the tokens of the damsel's virginity unto the elders of the city in the gate:
## 5487                                                                                                                                                                                                                                                       And the damsel's father shall say unto the elders, I gave my daughter unto this man to wife, and he hateth her;
## 5488                                                                                                                                              And, lo, he hath given occasions of speech against her, saying, I found not thy daughter a maid; and yet these are the tokens of my daughter's virginity. And they shall spread the cloth before the elders of the city.
## 5489                                                                                                                                                                                                                                                                                                     And the elders of that city shall take that man and chastise him;
## 5490                                                                                                                             And they shall amerce him in an hundred shekels of silver, and give them unto the father of the damsel, because he hath brought up an evil name upon a virgin of Israel: and she shall be his wife; he may not put her away all his days.
## 5491                                                                                                                                                                                                                                                                                   But if this thing be true, and the tokens of virginity be not found for the damsel:
## 5492                                                                                              Then they shall bring out the damsel to the door of her father's house, and the men of her city shall stone her with stones that she die: because she hath wrought folly in Israel, to play the whore in her father's house: so shalt thou put evil away from among you.
## 5493                                                                                                                                                                           If a man be found lying with a woman married to an husband, then they shall both of them die, both the man that lay with the woman, and the woman: so shalt thou put away evil from Israel.
## 5494                                                                                                                                                                                                                                                          If a damsel that is a virgin be betrothed unto an husband, and a man find her in the city, and lie with her;
## 5495                                                                                         Then ye shall bring them both out unto the gate of that city, and ye shall stone them with stones that they die; the damsel, because she cried not, being in the city; and the man, because he hath humbled his neighbour's wife: so thou shalt put away evil from among you.
## 5496                                                                                                                                                                                                                            But if a man find a betrothed damsel in the field, and the man force her, and lie with her: then the man only that lay with her shall die:
## 5497                                                                                                                                                                                    But unto the damsel thou shalt do nothing; there is in the damsel no sin worthy of death: for as when a man riseth against his neighbour, and slayeth him, even so is this matter:
## 5498                                                                                                                                                                                                                                                                        For he found her in the field, and the betrothed damsel cried, and there was none to save her.
## 5499                                                                                                                                                                                                                                            If a man find a damsel that is a virgin, which is not betrothed, and lay hold on her, and lie with her, and they be found;
## 5500                                                                                                                                                                             Then the man that lay with her shall give unto the damsel's father fifty shekels of silver, and she shall be his wife; because he hath humbled her, he may not put her away all his days.
## 5501                                                                                                                                                                                                                                                                                              A man shall not take his father's wife, nor discover his father's skirt.
## 5502                                                                                                                                                                                                                                                HE that is wounded in the stones, or hath his privy member cut off, shall not enter into the congregation of the LORD.
## 5503                                                                                                                                                                                                                       A bastard shall not enter into the congregation of the LORD; even to his tenth generation shall he not enter into the congregation of the LORD.
## 5504                                                                                                                                                                                             An Ammonite or Moabite shall not enter into the congregation of the LORD; even to their tenth generation shall they not enter into the congregation of the LORD for ever:
## 5505                                                                                                                                                                   Because they met you not with bread and with water in the way, when ye came forth out of Egypt; and because they hired against thee Balaam the son of Beor of Pethor of Mesopotamia, to curse thee.
## 5506                                                                                                                                                                                                    Nevertheless the LORD thy God would not hearken unto Balaam; but the LORD thy God turned the curse into a blessing unto thee, because the LORD thy God loved thee.
## 5507                                                                                                                                                                                                                                                                                           Thou shalt not seek their peace nor their prosperity all thy days for ever.
## 5508                                                                                                                                                                                                                                   Thou shalt not abhor an Edomite; for he is thy brother: thou shalt not abhor an Egyptian; because thou wast a stranger in his land.
## 5509                                                                                                                                                                                                                                                       The children that are begotten of them shall enter into the congregation of the LORD in their third generation.
## 5510                                                                                                                                                                                                                                                                              When the host goeth forth against thine enemies, then keep thee from every wicked thing.
## 5511                                                                                                                                                                                     If there be among you any man, that is not clean by reason of uncleanness that chanceth him by night, then shall he go abroad out of the camp, he shall not come within the camp:
## 5512                                                                                                                                                                                                                               But it shall be, when evening cometh on, he shall wash himself with water: and when the sun is down, he shall come into the camp again.
## 5513                                                                                                                                                                                                                                                                                    Thou shalt have a place also without the camp, whither thou shalt go forth abroad:
## 5514                                                                                                                                                                               And thou shalt have a paddle upon thy weapon; and it shall be, when thou wilt ease thyself abroad, thou shalt dig therewith, and shalt turn back and cover that which cometh from thee:
## 5515                                                                                                                                                    For the LORD thy God walketh in the midst of thy camp, to deliver thee, and to give up thine enemies before thee; therefore shall thy camp be holy: that he see no unclean thing in thee, and turn away from thee.
## 5516                                                                                                                                                                                                                                                                        Thou shalt not deliver unto his master the servant which is escaped from his master unto thee:
## 5517                                                                                                                                                                                                              He shall dwell with thee, even among you, in that place which he shall choose in one of thy gates, where it liketh him best: thou shalt not oppress him.
## 5518                                                                                                                                                                                                                                                                             There shall be no whore of the daughters of Israel, nor a sodomite of the sons of Israel.
## 5519                                                                                                                                                                                           Thou shalt not bring the hire of a whore, or the price of a dog, into the house of the LORD thy God for any vow: for even both these are abomination unto the LORD thy God.
## 5520                                                                                                                                                                                                                                         Thou shalt not lend upon usury to thy brother; usury of money, usury of victuals, usury of any thing that is lent upon usury:
## 5521                                                                                                                                           Unto a stranger thou mayest lend upon usury; but unto thy brother thou shalt not lend upon usury: that the LORD thy God may bless thee in all that thou settest thine hand to in the land whither thou goest to possess it.
## 5522                                                                                                                                                                                                    When thou shalt vow a vow unto the LORD thy God, thou shalt not slack to pay it: for the LORD thy God will surely require it of thee; and it would be sin in thee.
## 5523                                                                                                                                                                                                                                                                                                         But if thou shalt forbear to vow, it shall be no sin in thee.
## 5524                                                                                                                                                                                That which is gone out of thy lips thou shalt keep and perform; even a freewill offering, according as thou hast vowed unto the LORD thy God, which thou hast promised with thy mouth.
## 5525                                                                                                                                                                                                                 When thou comest into thy neighbour's vineyard, then thou mayest eat grapes thy fill at thine own pleasure; but thou shalt not put any in thy vessel.
## 5526                                                                                                                                                                                       When thou comest into the standing corn of thy neighbour, then thou mayest pluck the ears with thine hand; but thou shalt not move a sickle unto thy neighbour's standing corn.
## 5527                                                                                                          WHEN a man hath taken a wife, and married her, and it come to pass that she find no favour in his eyes, because he hath found some uncleanness in her: then let him write her a bill of divorcement, and give it in her hand, and send her out of his house.
## 5528                                                                                                                                                                                                                                                                                      And when she is departed out of his house, she may go and be another man's wife.
## 5529                                                                                                                                                                    And if the latter husband hate her, and write her a bill of divorcement, and giveth it in her hand, and sendeth her out of his house; or if the latter husband die, which took her to be his wife;
## 5530                                                                                                                  Her former husband, which sent her away, may not take her again to be his wife, after that she is defiled; for that is abomination before the LORD: and thou shalt not cause the land to sin, which the LORD thy God giveth thee for an inheritance.
## 5531                                                                                                                                                                  When a man hath taken a new wife, he shall not go out to war, neither shall he be charged with any business: but he shall be free at home one year, and shall cheer up his wife which he hath taken.
## 5532                                                                                                                                                                                                                                                                  No man shall take the nether or the upper millstone to pledge: for he taketh a man's life to pledge.
## 5533                                                                                                                                                                      If a man be found stealing any of his brethren of the children of Israel, and maketh merchandise of him, or selleth him; then that thief shall die; and thou shalt put evil away from among you.
## 5534                                                                                                                                                                               Take heed in the plague of leprosy, that thou observe diligently, and do according to all that the priests the Levites shall teach you: as I commanded them, so ye shall observe to do.
## 5535                                                                                                                                                                                                                                                                Remember what the LORD thy God did unto Miriam by the way, after that ye were come forth out of Egypt.
## 5536                                                                                                                                                                                                                                                                      When thou dost lend thy brother any thing, thou shalt not go into his house to fetch his pledge.
## 5537                                                                                                                                                                                                                                                              Thou shalt stand abroad, and the man to whom thou dost lend shall bring out the pledge abroad unto thee.
## 5538                                                                                                                                                                                                                                                                                                         And if the man be poor, thou shalt not sleep with his pledge:
## 5539                                                                                                                                                                   In any case thou shalt deliver him the pledge again when the sun goeth down, that he may sleep in his own raiment, and bless thee: and it shall be righteousness unto thee before the LORD thy God.
## 5540                                                                                                                                                                                                             Thou shalt not oppress an hired servant that is poor and needy, whether he be of thy brethren, or of thy strangers that are in thy land within thy gates:
## 5541                                                                                                                                                                       At his day thou shalt give him his hire, neither shall the sun go down upon it; for he is poor, and setteth his heart upon it: lest he cry against thee unto the LORD, and it be sin unto thee.
## 5542                                                                                                                                                                                                  The fathers shall not be put to death for the children, neither shall the children be put to death for the fathers: every man shall be put to death for his own sin.
## 5543                                                                                                                                                                                                                                                     Thou shalt not pervert the judgment of the stranger, nor of the fatherless; nor take a widow's raiment to pledge:
## 5544                                                                                                                                                                                                                      But thou shalt remember that thou wast a bondman in Egypt, and the LORD thy God redeemed thee thence: therefore I command thee to do this thing.
## 5545                                                                                               When thou cuttest down thine harvest in thy field, and hast forgot a sheaf in the field, thou shalt not go again to fetch it: it shall be for the stranger, for the fatherless, and for the widow: that the LORD thy God may bless thee in all the work of thine hands.
## 5546                                                                                                                                                                                                                     When thou beatest thine olive tree, thou shalt not go over the boughs again: it shall be for the stranger, for the fatherless, and for the widow.
## 5547                                                                                                                                                                                                               When thou gatherest the grapes of thy vineyard, thou shalt not glean it afterward: it shall be for the stranger, for the fatherless, and for the widow.
## 5548                                                                                                                                                                                                                                                     And thou shalt remember that thou wast a bondman in the land of Egypt: therefore I command thee to do this thing.
## 5549                                                                                                                                                                                                    IF there be a controversy between men, and they come unto judgment, that the judges may judge them; then they shall justify the righteous, and condemn the wicked.
## 5550                                                                                                                                                                                 And it shall be, if the wicked man be worthy to be beaten, that the judge shall cause him to lie down, and to be beaten before his face, according to his fault, by a certain number.
## 5551                                                                                                                                                                                                    Forty stripes he may give him, and not exceed: lest, if he should exceed, and beat him above these with many stripes, then thy brother should seem vile unto thee.
## 5552                                                                                                                                                                                                                                                                                                           Thou shalt not muzzle the ox when he treadeth out the corn.
## 5553                                                                                                     If brethren dwell together, and one of them die, and have no child, the wife of the dead shall not marry without unto a stranger: her husband's brother shall go in unto her, and take her to him to wife, and perform the duty of an husband's brother unto her.
## 5554                                                                                                                                                                                                                 And it shall be, that the firstborn which she beareth shall succeed in the name of his brother which is dead, that his name be not put out of Israel.
## 5555                                                                                                        And if the man like not to take his brother's wife, then let his brother's wife go up to the gate unto the elders, and say, My husband's brother refuseth to raise up unto his brother a name in Israel, he will not perform the duty of my husband's brother.
## 5556                                                                                                                                                                                                                                               Then the elders of his city shall call him, and speak unto him: and if he stand to it, and say, I like not to take her;
## 5557                                                                                                                        Then shall his brother's wife come unto him in the presence of the elders, and loose his shoe from off his foot, and spit in his face, and shall answer and say, So shall it be done unto that man that will not build up his brother's house.
## 5558                                                                                                                                                                                                                                                                                   And his name shall be called in Israel, The house of him that hath his shoe loosed.
## 5559                                                                                                                                                        When men strive together one with another, and the wife of the one draweth near for to deliver her husband out of the hand of him that smiteth him, and putteth forth her hand, and taketh him by the secrets:
## 5560                                                                                                                                                                                                                                                                                                       Then thou shalt cut off her hand, thine eye shall not pity her.
## 5561                                                                                                                                                                                                                                                                                                   Thou shalt not have in thy bag divers weights, a great and a small.
## 5562                                                                                                                                                                                                                                                                                              Thou shalt not have in thine house divers measures, a great and a small.
## 5563                                                                                                                                                                                            But thou shalt have a perfect and just weight, a perfect and just measure shalt thou have: that thy days may be lengthened in the land which the LORD thy God giveth thee.
## 5564                                                                                                                                                                                                                                                                 For all that do such things, and all that do unrighteously, are an abomination unto the LORD thy God.
## 5565                                                                                                                                                                                                                                                                                  Remember what Amalek did unto thee by the way, when ye were come forth out of Egypt;
## 5566                                                                                                                                                                                                             How he met thee by the way, and smote the hindmost of thee, even all that were feeble behind thee, when thou wast faint and weary; and he feared not God.
## 5567                                                                                Therefore it shall be, when the LORD thy God hath given thee rest from all thine enemies round about, in the land which the LORD thy God giveth thee for an inheritance to possess it, that thou shalt blot out the remembrance of Amalek from under heaven; thou shalt not forget it.
## 5568                                                                                                                                                                                                                  AND it shall be, when thou art come in unto the land which the LORD thy God giveth thee for an inheritance, and possessest it, and dwellest therein;
## 5569                                                                                                         That thou shalt take of the first of all the fruit of the earth, which thou shalt bring of thy land that the LORD thy God giveth thee, and shalt put it in a basket, and shalt go unto the place which the LORD thy God shall choose to place his name there.
## 5570                                                                                                                                                      And thou shalt go unto the priest that shall be in those days, and say unto him, I profess this day unto the LORD thy God, that I am come unto the country which the LORD sware unto our fathers for to give us.
## 5571                                                                                                                                                                                                                                                         And the priest shall take the basket out of thine hand, and set it down before the altar of the LORD thy God.
## 5572                                                                                                                                                    And thou shalt speak and say before the LORD thy God, A Syrian ready to perish was my father, and he went down into Egypt, and sojourned there with a few, and became there a nation, great, mighty, and populous:
## 5573                                                                                                                                                                                                                                                                                 And the Egyptians evil entreated us, and afflicted us, and laid upon us hard bondage:
## 5574                                                                                                                                                                                                                       And when we cried unto the LORD God of our fathers, the LORD heard our voice, and looked on our affliction, and our labour, and our oppression:
## 5575                                                                                                                                                                                                           And the LORD brought us forth out of Egypt with a mighty hand, and with an outstretched arm, and with great terribleness, and with signs, and with wonders:
## 5576                                                                                                                                                                                                                                                    And he hath brought us into this place, and hath given us this land, even a land that floweth with milk and honey.
## 5577                                                                                                                                                                                   And now, behold, I have brought the firstfruits of the land, which thou, O LORD, hast given me. And thou shalt set it before the LORD thy God, and worship before the LORD thy God:
## 5578                                                                                                                                                                                               And thou shalt rejoice in every good thing which the LORD thy God hath given unto thee, and unto thine house, thou, and the Levite, and the stranger that is among you.
## 5579                                                                                                               When thou hast made an end of tithing all the tithes of thine increase the third year, which is the year of tithing, and hast given it unto the Levite, the stranger, the fatherless, and the widow, that they may eat within thy gates, and be filled;
## 5580                Then thou shalt say before the LORD thy God, I have brought away the hallowed things out of mine house, and also have given them unto the Levite, and unto the stranger, to the fatherless, and to the widow, according to all thy commandments which thou hast commanded me: I have not transgressed thy commandments, neither have I forgotten them:
## 5581                                                                                                         I have not eaten thereof in my mourning, neither have I taken away ought thereof for any unclean use, nor given ought thereof for the dead: but I have hearkened to the voice of the LORD my God, and have done according to all that thou hast commanded me.
## 5582                                                                                                                                                                       Look down from thy holy habitation, from heaven, and bless thy people Israel, and the land which thou hast given us, as thou swarest unto our fathers, a land that floweth with milk and honey.
## 5583                                                                                                                                                                                                  This day the LORD thy God hath commanded thee to do these statutes and judgments: thou shalt therefore keep and do them with all thine heart, and with all thy soul.
## 5584                                                                                                                                                                                        Thou hast avouched the LORD this day to be thy God, and to walk in his ways, and to keep his statutes, and his commandments, and his judgments, and to hearken unto his voice:
## 5585                                                                                                                                                                                                                      And the LORD hath avouched thee this day to be his peculiar people, as he hath promised thee, and that thou shouldest keep all his commandments;
## 5586                                                                                                                                                                                   And to make thee high above all nations which he hath made, in praise, and in name, and in honour; and that thou mayest be an holy people unto the LORD thy God, as he hath spoken.
## 5587                                                                                                                                                                                                                                             AND Moses with the elders of Israel commanded the people, saying, Keep all the commandments which I command you this day.
## 5588                                                                                                                                                                                And it shall be on the day when ye shall pass over Jordan unto the land which the LORD thy God giveth thee, that thou shalt set thee up great stones, and plaister them with plaister:
## 5589                                                                                                             And thou shalt write upon them all the words of this law, when thou art passed over, that thou mayest go in unto the land which the LORD thy God giveth thee, a land that floweth with milk and honey; as the LORD God of thy fathers hath promised thee.
## 5590                                                                                                                                                                                        Therefore it shall be when ye be gone over Jordan, that ye shall set up these stones, which I command you this day, in mount Ebal, and thou shalt plaister them with plaister.
## 5591                                                                                                                                                                                                                                        And there shalt thou build an altar unto the LORD thy God, an altar of stones: thou shalt not lift up any iron tool upon them.
## 5592                                                                                                                                                                                                                                   Thou shalt build the altar of the LORD thy God of whole stones: and thou shalt offer burnt offerings thereon unto the LORD thy God:
## 5593                                                                                                                                                                                                                                                                       And thou shalt offer peace offerings, and shalt eat there, and rejoice before the LORD thy God.
## 5594                                                                                                                                                                                                                                                                                          And thou shalt write upon the stones all the words of this law very plainly.
## 5595                                                                                                                                                                                                       And Moses and the priests the Levites spake unto all Israel, saying, Take heed, and hearken, O Israel; this day thou art become the people of the LORD thy God.
## 5596                                                                                                                                                                                                                                     Thou shalt therefore obey the voice of the LORD thy God, and do his commandments and his statutes, which I command thee this day.
## 5597                                                                                                                                                                                                                                                                                                                    And Moses charged the people the same day, saying,
## 5598                                                                                                                                                                                                          These shall stand upon mount Gerizim to bless the people, when ye are come over Jordan; Simeon, and Levi, and Judah, and Issachar, and Joseph, and Benjamin:
## 5599                                                                                                                                                                                                                                                               And these shall stand upon mount Ebal to curse; Reuben, Gad, and Asher, and Zebulun, Dan, and Naphtali.
## 5600                                                                                                                                                                                                                                                                                    And the Levites shall speak, and say unto all the men of Israel with a loud voice,
## 5601                                                                                                                                                      Cursed be the man that maketh any graven or molten image, an abomination unto the LORD, the work of the hands of the craftsman, and putteth it in a secret place. And all the people shall answer and say, Amen.
## 5602                                                                                                                                                                                                                                                                      Cursed be he that setteth light by his father or his mother. And all the people shall say, Amen.
## 5603                                                                                                                                                                                                                                                                              Cursed be he that removeth his neighbour's landmark. And all the people shall say, Amen.
## 5604                                                                                                                                                                                                                                                                      Cursed be he that maketh the blind to wander out of the way. And all the people shall say, Amen.
## 5605                                                                                                                                                                                                                                                 Cursed be he that perverteth the judgment of the stranger, fatherless, and widow. And all the people shall say, Amen.
## 5606                                                                                                                                                                                                                                         Cursed be he that lieth with his father's wife; because he uncovereth his father's skirt. And all the people shall say, Amen.
## 5607                                                                                                                                                                                                                                                                                 Cursed be he that lieth with any manner of beast. And all the people shall say, Amen.
## 5608                                                                                                                                                                                                                               Cursed be he that lieth with his sister, the daughter of his father, or the daughter of his mother. And all the people shall say, Amen.
## 5609                                                                                                                                                                                                                                                                                   Cursed be he that lieth with his mother in law. And all the people shall say, Amen.
## 5610                                                                                                                                                                                                                                                                                 Cursed be he that smiteth his neighbour secretly. And all the people shall say, Amen.
## 5611                                                                                                                                                                                                                                                                       Cursed be he that taketh reward to slay an innocent person. And all the people shall say, Amen.
## 5612                                                                                                                                                                                                                                                            Cursed be he that confirmeth not all the words of this law to do them. And all the people shall say, Amen.
## 5613                                                                                                                  AND it shall come to pass, if thou shalt hearken diligently unto the voice of the LORD thy God, to observe and to do all his commandments which I command thee this day, that the LORD thy God will set thee on high above all nations of the earth:
## 5614                                                                                                                                                                                                                                              And all these blessings shall come on thee, and overtake thee, if thou shalt hearken unto the voice of the LORD thy God.
## 5615                                                                                                                                                                                                                                                                                            Blessed shalt thou be in the city, and blessed shalt thou be in the field.
## 5616                                                                                                                                                                                                              Blessed shall be the fruit of thy body, and the fruit of thy ground, and the fruit of thy cattle, the increase of thy kine, and the flocks of thy sheep.
## 5617                                                                                                                                                                                                                                                                                                                            Blessed shall be thy basket and thy store.
## 5618                                                                                                                                                                                                                                                                             Blessed shalt thou be when thou comest in, and blessed shalt thou be when thou goest out.
## 5619                                                                                                                                                                                                The LORD shall cause thine enemies that rise up against thee to be smitten before thy face: they shall come out against thee one way, and flee before thee seven ways.
## 5620                                                                                                                                                                               The LORD shall command the blessing upon thee in thy storehouses, and in all that thou settest thine hand unto; and he shall bless thee in the land which the LORD thy God giveth thee.
## 5621                                                                                                                                                                                                 The LORD shall establish thee an holy people unto himself, as he hath sworn unto thee, if thou shalt keep the commandments of the LORD thy God, and walk in his ways.
## 5622                                                                                                                                                                                                                                                 And all people of the earth shall see that thou art called by the name of the LORD; and they shall be afraid of thee.
## 5623                                                                                                                                                            And the LORD shall make thee plenteous in goods, in the fruit of thy body, and in the fruit of thy cattle, and in the fruit of thy ground, in the land which the LORD sware unto thy fathers to give thee.
## 5624                                                                                                                                                  The LORD shall open unto thee his good treasure, the heaven to give the rain unto thy land in his season, and to bless all the work of thine hand: and thou shalt lend unto many nations, and thou shalt not borrow.
## 5625                                                                                                                       And the LORD shall make thee the head, and not the tail; and thou shalt be above only, and thou shalt not be beneath; if that thou hearken unto the commandments of the LORD thy God, which I command thee this day, to observe and to do them:
## 5626                                                                                                                                                                                                             And thou shalt not go aside from any of the words which I command thee this day, to the right hand, or to the left, to go after other gods to serve them.
## 5627                                                                                                                          But it shall come to pass, if thou wilt not hearken unto the voice of the LORD thy God, to observe to do all his commandments and his statutes which I command thee this day; that all these curses shall come upon thee, and overtake thee:
## 5628                                                                                                                                                                                                                                                                                              Cursed shalt thou be in the city, and cursed shalt thou be in the field.
## 5629                                                                                                                                                                                                                                                                                                                             Cursed shall be thy basket and thy store.
## 5630                                                                                                                                                                                                                                              Cursed shall be the fruit of thy body, and the fruit of thy land, the increase of thy kine, and the flocks of thy sheep.
## 5631                                                                                                                                                                                                                                                                               Cursed shalt thou be when thou comest in, and cursed shalt thou be when thou goest out.
## 5632                                                                                                                      The LORD shall send upon thee cursing, vexation, and rebuke, in all that thou settest thine hand unto for to do, until thou be destroyed, and until thou perish quickly; because of the wickedness of thy doings, whereby thou hast forsaken me.
## 5633                                                                                                                                                                                                                                 The LORD shall make the pestilence cleave unto thee, until he have consumed thee from off the land, whither thou goest to possess it.
## 5634                                                                                                                                          The LORD shall smite thee with a consumption, and with a fever, and with an inflammation, and with an extreme burning, and with the sword, and with blasting, and with mildew; and they shall pursue thee until thou perish.
## 5635                                                                                                                                                                                                                                                                  And thy heaven that is over thy head shall be brass, and the earth that is under thee shall be iron.
## 5636                                                                                                                                                                                                                                          The LORD shall make the rain of thy land powder and dust: from heaven shall it come down upon thee, until thou be destroyed.
## 5637                                                                                                                                                                       The LORD shall cause thee to be smitten before thine enemies: thou shalt go out one way against them, and flee seven ways before them: and shalt be removed into all the kingdoms of the earth.
## 5638                                                                                                                                                                                                                                           And thy carcase shall be meat unto all fowls of the air, and unto the beasts of the earth, and no man shall fray them away.
## 5639                                                                                                                                                                                                                       The LORD will smite thee with the botch of Egypt, and with the emerods, and with the scab, and with the itch, whereof thou canst not be healed.
## 5640                                                                                                                                                                                                                                                                                     The LORD shall smite thee with madness, and blindness, and astonishment of heart:
## 5641                                                                                                                                                                         And thou shalt grope at noonday, as the blind gropeth in darkness, and thou shalt not prosper in thy ways: and thou shalt be only oppressed and spoiled evermore, and no man shall save thee.
## 5642                                                                                                                                                                     Thou shalt betroth a wife, and another man shall lie with her: thou shalt build an house, and thou shalt not dwell therein: thou shalt plant a vineyard, and shalt not gather the grapes thereof.
## 5643                                                                                                     Thine ox shall be slain before thine eyes, and thou shalt not eat thereof: thine ass shall be violently taken away from before thy face, and shall not be restored to thee: thy sheep shall be given unto thine enemies, and thou shalt have none to rescue them.
## 5644                                                                                                                                                                                 Thy sons and thy daughters shall be given unto another people, and thine eyes shall look, and fail with longing for them all the day long: and there shall be no might in thine hand.
## 5645                                                                                                                                                                                                                         The fruit of thy land, and all thy labours, shall a nation which thou knowest not eat up; and thou shalt be only oppressed and crushed alway:
## 5646                                                                                                                                                                                                                                                                                           So that thou shalt be mad for the sight of thine eyes which thou shalt see.
## 5647                                                                                                                                                                                                                 The LORD shall smite thee in the knees, and in the legs, with a sore botch that cannot be healed, from the sole of thy foot unto the top of thy head.
## 5648                                                                                                                                                                           The LORD shall bring thee, and thy king which thou shalt set over thee, unto a nation which neither thou nor thy fathers have known; and there shalt thou serve other gods, wood and stone.
## 5649                                                                                                                                                                                                                                                   And thou shalt become an astonishment, a proverb, and a byword, among all nations whither the LORD shall lead thee.
## 5650                                                                                                                                                                                                                                                       Thou shalt carry much seed out into the field, and shalt gather but little in; for the locust shall consume it.
## 5651                                                                                                                                                                                                                                 Thou shalt plant vineyards, and dress them, but shalt neither drink of the wine, nor gather the grapes; for the worms shall eat them.
## 5652                                                                                                                                                                                                                          Thou shalt have olive trees throughout all thy coasts, but thou shalt not anoint thyself with the oil; for thine olive shall cast his fruit.
## 5653                                                                                                                                                                                                                                                                 Thou shalt beget sons and daughters, but thou shalt not enjoy them; for they shall go into captivity.
## 5654                                                                                                                                                                                                                                                                                                         All thy trees and fruit of thy land shall the locust consume.
## 5655                                                                                                                                                                                                                                                                The stranger that is within thee shall get up above thee very high; and thou shalt come down very low.
## 5656                                                                                                                                                                                                                                                              He shall lend to thee, and thou shalt not lend to him: he shall be the head, and thou shalt be the tail.
## 5657                                                                                                                 Moreover all these curses shall come upon thee, and shall pursue thee, and overtake thee, till thou be destroyed; because thou hearkenedst not unto the voice of the LORD thy God, to keep his commandments and his statutes which he commanded thee:
## 5658                                                                                                                                                                                                                                                                                  And they shall be upon thee for a sign and for a wonder, and upon thy seed for ever.
## 5659                                                                                                                                                                                                                                              Because thou servedst not the LORD thy God with joyfulness, and with gladness of heart, for the abundance of all things;
## 5660                                                                                                                                  Therefore shalt thou serve thine enemies which the LORD shall send against thee, in hunger, and in thirst, and in nakedness, and in want of all things: and he shall put a yoke of iron upon thy neck, until he have destroyed thee.
## 5661                                                                                                                                                                                                        The LORD shall bring a nation against thee from far, from the end of the earth, as swift as the eagle flieth; a nation whose tongue thou shalt not understand;
## 5662                                                                                                                                                                                                                                                           A nation of fierce countenance, which shall not regard the person of the old, nor shew favour to the young:
## 5663                                                                                                                           And he shall eat the fruit of thy cattle, and the fruit of thy land, until thou be destroyed: which also shall not leave thee either corn, wine, or oil, or the increase of thy kine, or flocks of thy sheep, until he have destroyed thee.
## 5664                                                                                                                   And he shall besiege thee in all thy gates, until thy high and fenced walls come down, wherein thou trustedst, throughout all thy land: and he shall besiege thee in all thy gates throughout all thy land, which the LORD thy God hath given thee.
## 5665                                                                                                                                                 And thou shalt eat the fruit of thine own body, the flesh of thy sons and of thy daughters, which the LORD thy God hath given thee, in the siege, and in the straitness, wherewith thine enemies shall distress thee:
## 5666                                                                                                                                                                 So that the man that is tender among you, and very delicate, his eye shall be evil toward his brother, and toward the wife of his bosom, and toward the remnant of his children which he shall leave:
## 5667                                                                                                                                           So that he will not give to any of them of the flesh of his children whom he shall eat: because he hath nothing left him in the siege, and in the straitness, wherewith thine enemies shall distress thee in all thy gates.
## 5668                                                                                                                   The tender and delicate woman among you, which would not adventure to set the sole of her foot upon the ground for delicateness and tenderness, her eye shall be evil toward the husband of her bosom, and toward her son, and toward her daughter,
## 5669                                                                                                             And toward her young one that cometh out from between her feet, and toward her children which she shall bear: for she shall eat them for want of all things secretly in the siege and straitness, wherewith thine enemy shall distress thee in thy gates.
## 5670                                                                                                                                                                                                       If thou wilt not observe to do all the words of this law that are written in this book, that thou mayest fear this glorious and fearful name, THE LORD THY GOD;
## 5671                                                                                                                                                                                                Then the LORD will make thy plagues wonderful, and the plagues of thy seed, even great plagues, and of long continuance, and sore sicknesses, and of long continuance.
## 5672                                                                                                                                                                                                                                               Moreover he will bring upon thee all the diseases of Egypt, which thou wast afraid of; and they shall cleave unto thee.
## 5673                                                                                                                                                                                                                     Also every sickness, and every plague, which is not written in the book of this law, them will the LORD bring upon thee, until thou be destroyed.
## 5674                                                                                                                                                                                                               And ye shall be left few in number, whereas ye were as the stars of heaven for multitude; because thou wouldest not obey the voice of the LORD thy God.
## 5675                                                                                                          And it shall come to pass, that as the LORD rejoiced over you to do you good, and to multiply you; so the LORD will rejoice over you to destroy you, and to bring you to nought; and ye shall be plucked from off the land whither thou goest to possess it.
## 5676                                                                                                                                                       And the LORD shall scatter thee among all people, from the one end of the earth even unto the other; and there thou shalt serve other gods, which neither thou nor thy fathers have known, even wood and stone.
## 5677                                                                                                                                                                         And among these nations shalt thou find no ease, neither shall the sole of thy foot have rest: but the LORD shall give thee there a trembling heart, and failing of eyes, and sorrow of mind:
## 5678                                                                                                                                                                                                                                           And thy life shall hang in doubt before thee; and thou shalt fear day and night, and shalt have none assurance of thy life:
## 5679                                                                                                                                            In the morning thou shalt say, Would God it were even! and at even thou shalt say, Would God it were morning! for the fear of thine heart wherewith thou shalt fear, and for the sight of thine eyes which thou shalt see.
## 5680                                                                                                                                   And the LORD shall bring thee into Egypt again with ships, by the way whereof I spake unto thee, Thou shalt see it no more again: and there ye shall be sold unto your enemies for bondmen and bondwomen, and no man shall buy you.
## 5681                                                                                                                                                                                    THESE are the words of the covenant, which the LORD commanded Moses to make with the children of Israel in the land of Moab, beside the covenant which he made with them in Horeb.
## 5682                                                                                                                                                                        And Moses called unto all Israel, and said unto them, Ye have seen all that the LORD did before your eyes in the land of Egypt unto Pharaoh, and unto all his servants, and unto all his land;
## 5683                                                                                                                                                                                                                                                                                The great temptations which thine eyes have seen, the signs, and those great miracles:
## 5684                                                                                                                                                                                                                                                               Yet the LORD hath not given you an heart to perceive, and eyes to see, and ears to hear, unto this day.
## 5685                                                                                                                                                                                                                               And I have led you forty years in the wilderness: your clothes are not waxen old upon you, and thy shoe is not waxen old upon thy foot.
## 5686                                                                                                                                                                                                                                                  Ye have not eaten bread, neither have ye drunk wine or strong drink: that ye might know that I am the LORD your God.
## 5687                                                                                                                                                                                                                           And when ye came unto this place, Sihon the king of Heshbon, and Og the king of Bashan, came out against us unto battle, and we smote them:
## 5688                                                                                                                                                                                                                                    And we took their land, and gave it for an inheritance unto the Reubenites, and to the Gadites, and to the half tribe of Manasseh.
## 5689                                                                                                                                                                                                                                                                        Keep therefore the words of this covenant, and do them, that ye may prosper in all that ye do.
## 5690                                                                                                                                                                                                                      Ye stand this day all of you before the LORD your God; your captains of your tribes, your elders, and your officers, with all the men of Israel,
## 5691                                                                                                                                                                                                                                          Your little ones, your wives, and thy stranger that is in thy camp, from the hewer of thy wood unto the drawer of thy water:
## 5692                                                                                                                                                                                                                                   That thou shouldest enter into covenant with the LORD thy God, and into his oath, which the LORD thy God maketh with thee this day:
## 5693                                                                                                                                                                That he may establish thee to day for a people unto himself, and that he may be unto thee a God, as he hath said unto thee, and as he hath sworn unto thy fathers, to Abraham, to Isaac, and to Jacob.
## 5694                                                                                                                                                                                                                                                                                                          Neither with you only do I make this covenant and this oath;
## 5695                                                                                                                                                                                                                                        But with him that standeth here with us this day before the LORD our God, and also with him that is not here with us this day:
## 5696                                                                                                                                                                                                                                                          (For ye know how we have dwelt in the land of Egypt; and how we came through the nations which ye passed by;
## 5697                                                                                                                                                                                                                                                        And ye have seen their abominations, and their idols, wood and stone, silver and gold, which were among them:)
## 5698                                                                                                                          Lest there should be among you man, or woman, or family, or tribe, whose heart turneth away this day from the LORD our God, to go and serve the gods of these nations; lest there should be among you a root that beareth gall and wormwood;
## 5699                                                                                                                                                           And it come to pass, when he heareth the words of this curse, that he bless himself in his heart, saying, I shall have peace, though I walk in the imagination of mine heart, to add drunkenness to thirst:
## 5700                                                                                                                               The LORD will not spare him, but then the anger of the LORD and his jealousy shall smoke against that man, and all the curses that are written in this book shall lie upon him, and the LORD shall blot out his name from under heaven.
## 5701                                                                                                                                                                                                      And the LORD shall separate him unto evil out of all the tribes of Israel, according to all the curses of the covenant that are written in this book of the law:
## 5702                                                                                                                               So that the generation to come of your children that shall rise up after you, and the stranger that shall come from a far land, shall say, when they see the plagues of that land, and the sicknesses which the LORD hath laid upon it;
## 5703                                                                                                          And that the whole land thereof is brimstone, and salt, and burning, that it is not sown, nor beareth, nor any grass groweth therein, like the overthrow of Sodom, and Gomorrah, Admah, and Zeboim, which the LORD overthrew in his anger, and in his wrath:
## 5704                                                                                                                                                                                                                                              Even all nations shall say, Wherefore hath the LORD done thus unto this land? what meaneth the heat of this great anger?
## 5705                                                                                                                                                                                            Then men shall say, Because they have forsaken the covenant of the LORD God of their fathers, which he made with them when he brought them forth out of the land of Egypt:
## 5706                                                                                                                                                                                                                                               For they went and served other gods, and worshipped them, gods whom they knew not, and whom he had not given unto them:
## 5707                                                                                                                                                                                                                                               And the anger of the LORD was kindled against this land, to bring upon it all the curses that are written in this book:
## 5708                                                                                                                                                                                                                      And the LORD rooted them out of their land in anger, and in wrath, and in great indignation, and cast them into another land, as it is this day.
## 5709                                                                                                                                                                                            The secret things belong unto the LORD our God: but those things which are revealed belong unto us and to our children for ever, that we may do all the words of this law.
## 5710                                                                                                                                     AND it shall come to pass, when all these things are come upon thee, the blessing and the curse, which I have set before thee, and thou shalt call them to mind among all the nations, whither the LORD thy God hath driven thee,
## 5711                                                                                                                                                                                   And shalt return unto the LORD thy God, and shalt obey his voice according to all that I command thee this day, thou and thy children, with all thine heart, and with all thy soul;
## 5712                                                                                                                                                                                That then the LORD thy God will turn thy captivity, and have compassion upon thee, and will return and gather thee from all the nations, whither the LORD thy God hath scattered thee.
## 5713                                                                                                                                                                                                                    If any of thine be driven out unto the outmost parts of heaven, from thence will the LORD thy God gather thee, and from thence will he fetch thee:
## 5714                                                                                                                                                                                             And the LORD thy God will bring thee into the land which thy fathers possessed, and thou shalt possess it; and he will do thee good, and multiply thee above thy fathers.
## 5715                                                                                                                                                                                             And the LORD thy God will circumcise thine heart, and the heart of thy seed, to love the LORD thy God with all thine heart, and with all thy soul, that thou mayest live.
## 5716                                                                                                                                                                                                                                                 And the LORD thy God will put all these curses upon thine enemies, and on them that hate thee, which persecuted thee.
## 5717                                                                                                                                                                                                                                                      And thou shalt return and obey the voice of the LORD, and do all his commandments which I command thee this day.
## 5718                                                                                                     And the LORD thy God will make thee plenteous in every work of thine hand, in the fruit of thy body, and in the fruit of thy cattle, and in the fruit of thy land, for good: for the LORD will again rejoice over thee for good, as he rejoiced over thy fathers:
## 5719                                                                                                                                    If thou shalt hearken unto the voice of the LORD thy God, to keep his commandments and his statutes which are written in this book of the law, and if thou turn unto the LORD thy God with all thine heart, and with all thy soul.
## 5720                                                                                                                                                                                                                                                                For this commandment which I command thee this day, it is not hidden from thee, neither is it far off.
## 5721                                                                                                                                                                                                                                 It is not in heaven, that thou shouldest say, Who shall go up for us to heaven, and bring it unto us, that we may hear it, and do it?
## 5722                                                                                                                                                                                                                        Neither is it beyond the sea, that thou shouldest say, Who shall go over the sea for us, and bring it unto us, that we may hear it, and do it?
## 5723                                                                                                                                                                                                                                                                          But the word is very nigh unto thee, in thy mouth, and in thy heart, that thou mayest do it.
## 5724                                                                                                                                                                                                                                                                                               See, I have set before thee this day life and good, and death and evil;
## 5725                                                                                               In that I command thee this day to love the LORD thy God, to walk in his ways, and to keep his commandments and his statutes and his judgments, that thou mayest live and multiply: and the LORD thy God shall bless thee in the land whither thou goest to possess it.
## 5726                                                                                                                                                                                                                                            But if thine heart turn away, so that thou wilt not hear, but shalt be drawn away, and worship other gods, and serve them;
## 5727                                                                                                                                                                                               I denounce unto you this day, that ye shall surely perish, and that ye shall not prolong your days upon the land, whither thou passest over Jordan to go to possess it.
## 5728                                                                                                                                                                                 I call heaven and earth to record this day against you, that I have set before you life and death, blessing and cursing: therefore choose life, that both thou and thy seed may live:
## 5729                                                                        That thou mayest love the LORD thy God, and that thou mayest obey his voice, and that thou mayest cleave unto him: for he is thy life, and the length of thy days: that thou mayest dwell in the land which the LORD sware unto thy fathers, to Abraham, to Isaac, and to Jacob, to give them.
## 5730                                                                                                                                                                                                                                                                                                                 AND Moses went and spake these words unto all Israel.
## 5731                                                                                                                                                                                          And he said unto them, I am an hundred and twenty years old this day; I can no more go out and come in: also the LORD hath said unto me, Thou shalt not go over this Jordan.
## 5732                                                                                                                                                                      The LORD thy God, he will go over before thee, and he will destroy these nations from before thee, and thou shalt possess them: and Joshua, he shall go over before thee, as the LORD hath said.
## 5733                                                                                                                                                                                                                                    And the LORD shall do unto them as he did to Sihon and to Og, kings of the Amorites, and unto the land of them, whom he destroyed.
## 5734                                                                                                                                                                                                                            And the LORD shall give them up before your face, that ye may do unto them according unto all the commandments which I have commanded you.
## 5735                                                                                                                                                                                                     Be strong and of a good courage, fear not, nor be afraid of them: for the LORD thy God, he it is that doth go with thee; he will not fail thee, nor forsake thee.
## 5736                                                                                                      And Moses called unto Joshua, and said unto him in the sight of all Israel, Be strong and of a good courage: for thou must go with this people unto the land which the LORD hath sworn unto their fathers to give them; and thou shalt cause them to inherit it.
## 5737                                                                                                                                                                                                                    And the LORD, he it is that doth go before thee; he will be with thee, he will not fail thee, neither forsake thee: fear not, neither be dismayed.
## 5738                                                                                                                                                                                                      And Moses wrote this law, and delivered it unto the priests the sons of Levi, which bare the ark of the covenant of the LORD, and unto all the elders of Israel.
## 5739                                                                                                                                                                                                                              And Moses commanded them, saying, At the end of every seven years, in the solemnity of the year of release, in the feast of tabernacles,
## 5740                                                                                                                                                                                                            When all Israel is come to appear before the LORD thy God in the place which he shall choose, thou shalt read this law before all Israel in their hearing.
## 5741                                                                                                                                            Gather the people together, men, and women, and children, and thy stranger that is within thy gates, that they may hear, and that they may learn, and fear the LORD your God, and observe to do all the words of this law:
## 5742                                                                                                                                                                                       And that their children, which have not known any thing, may hear, and learn to fear the LORD your God, as long as ye live in the land whither ye go over Jordan to possess it.
## 5743                                                                                       And the LORD said unto Moses, Behold, thy days approach that thou must die: call Joshua, and present yourselves in the tabernacle of the congregation, that I may give him a charge. And Moses and Joshua went, and presented themselves in the tabernacle of the congregation.
## 5744                                                                                                                                                                                                                                    And the LORD appeared in the tabernacle in a pillar of a cloud: and the pillar of the cloud stood over the door of the tabernacle.
## 5745                                                                                        And the LORD said unto Moses, Behold, thou shalt sleep with thy fathers; and this people will rise up, and go a whoring after the gods of the strangers of the land, whither they go to be among them, and will forsake me, and break my covenant which I have made with them.
## 5746                                                                 Then my anger shall be kindled against them in that day, and I will forsake them, and I will hide my face from them, and they shall be devoured, and many evils and troubles shall befall them; so that they will say in that day, Are not these evils come upon us, because our God is not among us?
## 5747                                                                                                                                                                                                                                  And I will surely hide my face in that day for all the evils which they shall have wrought, in that they are turned unto other gods.
## 5748                                                                                                                                                                                         Now therefore write ye this song for you, and teach it the children of Israel: put it in their mouths, that this song may be a witness for me against the children of Israel.
## 5749                                                                                      For when I shall have brought them into the land which I sware unto their fathers, that floweth with milk and honey; and they shall have eaten and filled themselves, and waxen fat; then will they turn unto other gods, and serve them, and provoke me, and break my covenant.
## 5750                                                 And it shall come to pass, when many evils and troubles are befallen them, that this song shall testify against them as a witness; for it shall not be forgotten out of the mouths of their seed: for I know their imagination which they go about, even now, before I have brought them into the land which I sware.
## 5751                                                                                                                                                                                                                                                                                   Moses therefore wrote this song the same day, and taught it the children of Israel.
## 5752                                                                                                                                                                    And he gave Joshua the son of Nun a charge, and said, Be strong and of a good courage: for thou shalt bring the children of Israel into the land which I sware unto them: and I will be with thee.
## 5753                                                                                                                                                                                                                                                 And it came to pass, when Moses had made an end of writing the words of this law in a book, until they were finished,
## 5754                                                                                                                                                                                                                                                                             That Moses commanded the Levites, which bare the ark of the covenant of the LORD, saying,
## 5755                                                                                                                                                                                                                   Take this book of the law, and put it in the side of the ark of the covenant of the LORD your God, that it may be there for a witness against thee.
## 5756                                                                                                                                                                                             For I know thy rebellion, and thy stiff neck: behold, while I am yet alive with you this day, ye have been rebellious against the LORD; and how much more after my death?
## 5757                                                                                                                                                                                                        Gather unto me all the elders of your tribes, and your officers, that I may speak these words in their ears, and call heaven and earth to record against them.
## 5758                                                                                     For I know that after my death ye will utterly corrupt yourselves, and turn aside from the way which I have commanded you; and evil will befall you in the latter days; because ye will do evil in the sight of the LORD, to provoke him to anger through the work of your hands.
## 5759                                                                                                                                                                                                                                                          And Moses spake in the ears of all the congregation of Israel the words of this song, until they were ended.
## 5760                                                                                                                                                                                                                                                                                   GIVE ear, O ye heavens, and I will speak; and hear, O earth, the words of my mouth.
## 5761                                                                                                                                                                                                                     My doctrine shall drop as the rain, my speech shall distil as the dew, as the small rain upon the tender herb, and as the showers upon the grass:
## 5762                                                                                                                                                                                                                                                                                       Because I will publish the name of the LORD: ascribe ye greatness unto our God.
## 5763                                                                                                                                                                                                                                        He is the Rock, his work is perfect: for all his ways are judgment: a God of truth and without iniquity, just and right is he.
## 5764                                                                                                                                                                                                                                               They have corrupted themselves, their spot is not the spot of his children: they are a perverse and crooked generation.
## 5765                                                                                                                                                                                                                    Do ye thus requite the LORD, O foolish people and unwise? is not he thy father that hath bought thee? hath he not made thee, and established thee?
## 5766                                                                                                                                                                                                                         Remember the days of old, consider the years of many generations: ask thy father, and he will shew thee; thy elders, and they will tell thee.
## 5767                                                                                                                                                                                   When the most High divided to the nations their inheritance, when he separated the sons of Adam, he set the bounds of the people according to the number of the children of Israel.
## 5768                                                                                                                                                                                                                                                                                            For the LORD'S portion is his people; Jacob is the lot of his inheritance.
## 5769                                                                                                                                                                                                                         He found him in a desert land, and in the waste howling wilderness; he led him about, he instructed him, he kept him as the apple of his eye.
## 5770                                                                                                                                                                                                                                      As an eagle stirreth up her nest, fluttereth over her young, spreadeth abroad her wings, taketh them, beareth them on her wings:
## 5771                                                                                                                                                                                                                                                                                                So the LORD alone did lead him, and there was no strange god with him.
## 5772                                                                                                                                                                                        He made him ride on the high places of the earth, that he might eat the increase of the fields; and he made him to suck honey out of the rock, and oil out of the flinty rock;
## 5773                                                                                                                                                                                 Butter of kine, and milk of sheep, with fat of lambs, and rams of the breed of Bashan, and goats, with the fat of kidneys of wheat; and thou didst drink the pure blood of the grape.
## 5774                                                                                                                                                                      But Jeshurun waxed fat, and kicked: thou art waxen fat, thou art grown thick, thou art covered with fatness; then he forsook God which made him, and lightly esteemed the Rock of his salvation.
## 5775                                                                                                                                                                                                                                                                        They provoked him to jealousy with strange gods, with abominations provoked they him to anger.
## 5776                                                                                                                                                                                                                                    They sacrificed unto devils, not to God; to gods whom they knew not, to new gods that came newly up, whom your fathers feared not.
## 5777                                                                                                                                                                                                                                                                              Of the Rock that begat thee thou art unmindful, and hast forgotten God that formed thee.
## 5778                                                                                                                                                                                                                                                               And when the LORD saw it, he abhorred them, because of the provoking of his sons, and of his daughters.
## 5779                                                                                                                                                                                                                 And he said, I will hide my face from them, I will see what their end shall be: for they are a very froward generation, children in whom is no faith.
## 5780                                                                                                                                They have moved me to jealousy with that which is not God; they have provoked me to anger with their vanities: and I will move them to jealousy with those which are not a people; I will provoke them to anger with a foolish nation.
## 5781                                                                                                                                                                                            For a fire is kindled in mine anger, and shall burn unto the lowest hell, and shall consume the earth with her increase, and set on fire the foundations of the mountains.
## 5782                                                                                                                                                                                                                                                                                                  I will heap mischiefs upon them; I will spend mine arrows upon them.
## 5783                                                                                                                                                                                They shall be burnt with hunger, and devoured with burning heat, and with bitter destruction: I will also send the teeth of beasts upon them, with the poison of serpents of the dust.
## 5784                                                                                                                                                                                                                                  The sword without, and terror within, shall destroy both the young man and the virgin, the suckling also with the man of gray hairs.
## 5785                                                                                                                                                                                                                                                              I said, I would scatter them into corners, I would make the remembrance of them to cease from among men:
## 5786                                                                                                                                                                         Were it not that I feared the wrath of the enemy, lest their adversaries should behave themselves strangely, and lest they should say, Our hand is high, and the LORD hath not done all this.
## 5787                                                                                                                                                                                                                                                                                    For they are a nation void of counsel, neither is there any understanding in them.
## 5788                                                                                                                                                                                                                                                                          O that they were wise, that they understood this, that they would consider their latter end!
## 5789                                                                                                                                                                                                                                  How should one chase a thousand, and two put ten thousand to flight, except their Rock had sold them, and the LORD had shut them up?
## 5790                                                                                                                                                                                                                                                                                          For their rock is not as our Rock, even our enemies themselves being judges.
## 5791                                                                                                                                                                                                                                    For their vine is of the vine of Sodom, and of the fields of Gomorrah: their grapes are grapes of gall, their clusters are bitter:
## 5792                                                                                                                                                                                                                                                                                                     Their wine is the poison of dragons, and the cruel venom of asps.
## 5793                                                                                                                                                                                                                                                                                               Is not this laid up in store with me, and sealed up among my treasures?
## 5794                                                                                                                                                                                         To me belongeth vengeance, and recompence; their foot shall slide in due time: for the day of their calamity is at hand, and the things that shall come upon them make haste.
## 5795                                                                                                                                                                                                                 For the LORD shall judge his people, and repent himself for his servants, when he seeth that their power is gone, and there is none shut up, or left.
## 5796                                                                                                                                                                                                                                                                                              And he shall say, Where are their gods, their rock in whom they trusted,
## 5797                                                                                                                                                                                                                        Which did eat the fat of their sacrifices, and drank the wine of their drink offerings? let them rise up and help you, and be your protection.
## 5798                                                                                                                                                                                                      See now that I, even I, am he, and there is no god with me: I kill, and I make alive; I wound, and I heal: neither is there any that can deliver out of my hand.
## 5799                                                                                                                                                                                                                                                                                                            For I lift up my hand to heaven, and say, I live for ever.
## 5800                                                                                                                                                                                                                       If I whet my glittering sword, and mine hand take hold on judgment; I will render vengeance to mine enemies, and will reward them that hate me.
## 5801                                                                                                                                                                                   I will make mine arrows drunk with blood, and my sword shall devour flesh; and that with the blood of the slain and of the captives, from the beginning of revenges upon the enemy.
## 5802                                                                                                                                                                            Rejoice, O ye nations, with his people: for he will avenge the blood of his servants, and will render vengeance to his adversaries, and will be merciful unto his land, and to his people.
## 5803                                                                                                                                                                                                                                                         And Moses came and spake all the words of this song in the ears of the people, he, and Hoshea the son of Nun.
## 5804                                                                                                                                                                                                                                                                                                      And Moses made an end of speaking all these words to all Israel:
## 5805                                                                                                                                                                                       And he said unto them, Set your hearts unto all the words which I testify among you this day, which ye shall command your children to observe to do, all the words of this law.
## 5806                                                                                                                                                                                                  For it is not a vain thing for you; because it is your life: and through this thing ye shall prolong your days in the land, whither ye go over Jordan to possess it.
## 5807                                                                                                                                                                                                                                                                                                              And the LORD spake unto Moses that selfsame day, saying,
## 5808                                                                                                                                                         Get thee up into this mountain Abarim, unto mount Nebo, which is in the land of Moab, that is over against Jericho; and behold the land of Canaan, which I give unto the children of Israel for a possession:
## 5809                                                                                                                                                                                                                And die in the mount whither thou goest up, and be gathered unto thy people; as Aaron thy brother died in mount Hor, and was gathered unto his people:
## 5810                                                                                                                                                                         Because ye trespassed against me among the children of Israel at the waters of Meribah-Kadesh, in the wilderness of Zin; because ye sanctified me not in the midst of the children of Israel.
## 5811                                                                                                                                                                                                                                             Yet thou shalt see the land before thee; but thou shalt not go thither unto the land which I give the children of Israel.
## 5812                                                                                                                                                                                                                                                             AND this is the blessing, wherewith Moses the man of God blessed the children of Israel before his death.
## 5813                                                                                                                                                                    And he said, The LORD came from Sinai, and rose up from Seir unto them; he shined forth from mount Paran, and he came with ten thousands of saints: from his right hand went a fiery law for them.
## 5814                                                                                                                                                                                                                                        Yea, he loved the people; all his saints are in thy hand: and they sat down at thy feet; every one shall receive of thy words.
## 5815                                                                                                                                                                                                                                                                                          Moses commanded us a law, even the inheritance of the congregation of Jacob.
## 5816                                                                                                                                                                                                                                                            And he was king in Jeshurun, when the heads of the people and the tribes of Israel were gathered together.
## 5817                                                                                                                                                                                                                                                                                                             Let Reuben live, and not die; and let not his men be few.
## 5818                                                                                                                                                                      And this is the blessing of Judah: and he said, Hear, LORD, the voice of Judah, and bring him unto his people: let his hands be sufficient for him; and be thou an help to him from his enemies.
## 5819                                                                                                                                                                                                    And of Levi he said, Let thy Thummim and thy Urim be with thy holy one, whom thou didst prove at Massah, and with whom thou didst strive at the waters of Meribah;
## 5820                                                                                                                                                                          Who said unto his father and to his mother, I have not seen him; neither did he acknowledge his brethren, nor knew his own children: for they have observed thy word, and kept thy covenant.
## 5821                                                                                                                                                                                                                             They shall teach Jacob thy judgments, and Israel thy law: they shall put incense before thee, and whole burnt sacrifice upon thine altar.
## 5822                                                                                                                                                                                             Bless, LORD, his substance, and accept the work of his hands: smite through the loins of them that rise against him, and of them that hate him, that they rise not again.
## 5823                                                                                                                                                                                               And of Benjamin he said, The beloved of the LORD shall dwell in safety by him; and the LORD shall cover him all the day long, and he shall dwell between his shoulders.
## 5824                                                                                                                                                                                                                       And of Joseph he said, Blessed of the LORD be his land, for the precious things of heaven, for the dew, and for the deep that coucheth beneath,
## 5825                                                                                                                                                                                                                                                              And for the precious fruits brought forth by the sun, and for the precious things put forth by the moon,
## 5826                                                                                                                                                                                                                                                                  And for the chief things of the ancient mountains, and for the precious things of the lasting hills,
## 5827                                                                                                                           And for the precious things of the earth and fulness thereof, and for the good will of him that dwelt in the bush: let the blessing come upon the head of Joseph, and upon the top of the head of him that was separated from his brethren.
## 5828                                                                                                                His glory is like the firstling of his bullock, and his horns are like the horns of unicorns: with them he shall push the people together to the ends of the earth: and they are the ten thousands of Ephraim, and they are the thousands of Manasseh.
## 5829                                                                                                                                                                                                                                                                              And of Zebulun he said, Rejoice, Zebulun, in thy going out; and, Issachar, in thy tents.
## 5830                                                                                                                                                                                 They shall call the people unto the mountain; there they shall offer sacrifices of righteousness: for they shall suck of the abundance of the seas, and of treasures hid in the sand.
## 5831                                                                                                                                                                                                                                          And of Gad he said, Blessed be he that enlargeth Gad: he dwelleth as a lion, and teareth the arm with the crown of the head.
## 5832                                                                                                                                                 And he provided the first part for himself, because there, in a portion of the lawgiver, was he seated; and he came with the heads of the people, he executed the justice of the LORD, and his judgments with Israel.
## 5833                                                                                                                                                                                                                                                                                                 And of Dan he said, Dan is a lion's whelp: he shall leap from Bashan.
## 5834                                                                                                                                                                                                                              And of Naphtali he said, O Naphtali, satisfied with favour, and full with the blessing of the LORD: possess thou the west and the south.
## 5835                                                                                                                                                                                                                                     And of Asher he said, Let Asher be blessed with children; let him be acceptable to his brethren, and let him dip his foot in oil.
## 5836                                                                                                                                                                                                                                                                                         Thy shoes shall be iron and brass; and as thy days, so shall thy strength be.
## 5837                                                                                                                                                                                                                                                There is none like unto the God of Jeshurun, who rideth upon the heaven in thy help, and in his excellency on the sky.
## 5838                                                                                                                                                                                                              The eternal God is thy refuge, and underneath are the everlasting arms: and he shall thrust out the enemy from before thee; and shall say, Destroy them.
## 5839                                                                                                                                                                                                                           Israel then shall dwell in safety alone: the fountain of Jacob shall be upon a land of corn and wine; also his heavens shall drop down dew.
## 5840                                                                                                                           Happy art thou, O Israel: who is like unto thee, O people saved by the LORD, the shield of thy help, and who is the sword of thy excellency! and thine enemies shall be found liars unto thee; and thou shalt tread upon their high places.
## 5841                                                                                                                                                                                    AND Moses went up from the plains of Moab unto the mountain of Nebo, to the top of Pisgah, that is over against Jericho. And the LORD shewed him all the land of Gilead, unto Dan,
## 5842                                                                                                                                                                                                                                                              And all Naphtali, and the land of Ephraim, and Manasseh, and all the land of Judah, unto the utmost sea,
## 5843                                                                                                                                                                                                                                                                             And the south, and the plain of the valley of Jericho, the city of palm trees, unto Zoar.
## 5844                                                                                                                                          And the LORD said unto him, This is the land which I sware unto Abraham, unto Isaac, and unto Jacob, saying, I will give it unto thy seed: I have caused thee to see it with thine eyes, but thou shalt not go over thither.
## 5845                                                                                                                                                                                                                                                                   So Moses the servant of the LORD died there in the land of Moab, according to the word of the LORD.
## 5846                                                                                                                                                                                                                                         And he buried him in a valley in the land of Moab, over against Beth-peor: but no man knoweth of his sepulchre unto this day.
## 5847                                                                                                                                                                                                                                                        And Moses was an hundred and twenty years old when he died: his eye was not dim, nor his natural force abated.
## 5848                                                                                                                                                                                                                                And the children of Israel wept for Moses in the plains of Moab thirty days: so the days of weeping and mourning for Moses were ended.
## 5849                                                                                                                                                                                And Joshua the son of Nun was full of the spirit of wisdom; for Moses had laid his hands upon him: and the children of Israel hearkened unto him, and did as the LORD commanded Moses.
## 5850                                                                                                                                                                                                                                                                       And there arose not a prophet since in Israel like unto Moses, whom the LORD knew face to face,
## 5851                                                                                                                                                                                                                        In all the signs and the wonders, which the LORD sent him to do in the land of Egypt to Pharaoh, and to all his servants, and to all his land,
## 5852                                                                                                                                                                                                                                                               And in all that mighty hand, and in all the great terror which Moses shewed in the sight of all Israel.
## 5853                                                                                                                                                                                                                        NOW after the death of Moses the servant of the LORD it came to pass, that the LORD spake unto Joshua the son of Nun, Moses' minister, saying,
## 5854                                                                                                                                                                                                 Moses my servant is dead; now therefore arise, go over this Jordan, thou, and all this people, unto the land which I do give to them, even to the children of Israel.
## 5855                                                                                                                                                                                                                                                            Every place that the sole of your foot shall tread upon, that have I given unto you, as I said unto Moses.
## 5856                                                                                                                                                                      From the wilderness and this Lebanon even unto the great river, the river Euphrates, all the land of the Hittites, and unto the great sea toward the going down of the sun, shall be your coast.
## 5857                                                                                                                                                                                                   There shall not any man be able to stand before thee all the days of thy life: as I was with Moses, so I will be with thee: I will not fail thee, nor forsake thee.
## 5858                                                                                                                                                                                                                   Be strong and of a good courage: for unto this people shalt thou divide for an inheritance the land, which I sware unto their fathers to give them.
## 5859                                                                                                                        Only be thou strong and very courageous, that thou mayest observe to do according to all the law, which Moses my servant commanded thee: turn not from it to the right hand or to the left, that thou mayest prosper whithersoever thou goest.
## 5860                                                                                                   This book of the law shall not depart out of thy mouth; but thou shalt meditate therein day and night, that thou mayest observe to do according to all that is written therein: for then thou shalt make thy way prosperous, and then thou shalt have good success.
## 5861                                                                                                                                                                                                      Have not I commanded thee? Be strong and of a good courage; be not afraid, neither be thou dismayed: for the LORD thy God is with thee whithersoever thou goest.
## 5862                                                                                                                                                                                                                                                                                                             Then Joshua commanded the officers of the people, saying,
## 5863                                                                                                                                                    Pass through the host, and command the people, saying, Prepare you victuals; for within three days ye shall pass over this Jordan, to go in to possess the land, which the LORD your God giveth you to possess it.
## 5864                                                                                                                                                                                                                                                                   And to the Reubenites, and to the Gadites, and to half the tribe of Manasseh, spake Joshua, saying,
## 5865                                                                                                                                                                                                                     Remember the word which Moses the servant of the LORD commanded you, saying, The LORD your God hath given you rest, and hath given you this land.
## 5866                                                                                                                                                          Your wives, your little ones, and your cattle, shall remain in the land which Moses gave you on this side Jordan; but ye shall pass before your brethren armed, all the mighty men of valour, and help them;
## 5867                                                                 Until the LORD have given your brethren rest, as he hath given you, and they also have possessed the land which the LORD your God giveth them: then ye shall return unto the land of your possession, and enjoy it, which Moses the LORD's servant gave you on this side Jordan toward the sunrising.
## 5868                                                                                                                                                                                                                                              And they answered Joshua, saying, All that thou commandest us we will do, and whithersoever thou sendest us, we will go.
## 5869                                                                                                                                                                                                                           According as we hearkened unto Moses in all things, so will we hearken unto thee: only the LORD thy God be with thee, as he was with Moses.
## 5870                                                                                                                                                                         Whosoever he be that doth rebel against thy commandment, and will not hearken unto thy words in all that thou commandest him, he shall be put to death: only be strong and of a good courage.
## 5871                                                                                                                                                                         AND Joshua the son of Nun sent out of Shittim two men to spy secretly, saying, Go view the land, even Jericho. And they went, and came into an harlot's house, named Rahab, and lodged there.
## 5872                                                                                                                                                                                                                           And it was told the king of Jericho, saying, Behold, there came men in hither to night of the children of Israel to search out the country.
## 5873                                                                                                                                                                                       And the king of Jericho sent unto Rahab, saying, Bring forth the men that are come to thee, which are entered into thine house: for they be come to search out all the country.
## 5874                                                                                                                                                                                                                                                 And the woman took the two men, and hid them, and said thus, There came men unto me, but I wist not whence they were:
## 5875                                                                                                                                                                           And it came to pass about the time of shutting of the gate, when it was dark, that the men went out: whither the men went I wot not: pursue after them quickly; for ye shall overtake them.
## 5876                                                                                                                                                                                                                                But she had brought them up to the roof of the house, and hid them with the stalks of flax, which she had laid in order upon the roof.
## 5877                                                                                                                                                                                                                      And the men pursued after them the way to Jordan unto the fords: and as soon as they which pursued after them were gone out, they shut the gate.
## 5878                                                                                                                                                                                                                                                                                                  And before they were laid down, she came up unto them upon the roof;
## 5879                                                                                                                                                                                       And she said unto the men, I know that the LORD hath given you the land, and that your terror is fallen upon us, and that all the inhabitants of the land faint because of you.
## 5880                                                                                                                                 For we have heard how the LORD dried up the water of the Red sea for you, when ye came out of Egypt; and what ye did unto the two kings of the Amorites, that were on the other side Jordan, Sihon and Og, whom ye utterly destroyed.
## 5881                                                                                                                                                          And as soon as we had heard these things, our hearts did melt, neither did there remain any more courage in any man, because of you: for the LORD your God, he is God in heaven above, and in earth beneath.
## 5882                                                                                                                                                                                             Now therefore, I pray you, swear unto me by the LORD, since I have shewed you kindness, that ye will also shew kindness unto my father's house, and give me a true token:
##            verse_title verse_short_title
## 1          Genesis 1:1          Gen. 1:1
## 2          Genesis 1:2          Gen. 1:2
## 3          Genesis 1:3          Gen. 1:3
## 4          Genesis 1:4          Gen. 1:4
## 5          Genesis 1:5          Gen. 1:5
## 6          Genesis 1:6          Gen. 1:6
## 7          Genesis 1:7          Gen. 1:7
## 8          Genesis 1:8          Gen. 1:8
## 9          Genesis 1:9          Gen. 1:9
## 10        Genesis 1:10         Gen. 1:10
## 11        Genesis 1:11         Gen. 1:11
## 12        Genesis 1:12         Gen. 1:12
## 13        Genesis 1:13         Gen. 1:13
## 14        Genesis 1:14         Gen. 1:14
## 15        Genesis 1:15         Gen. 1:15
## 16        Genesis 1:16         Gen. 1:16
## 17        Genesis 1:17         Gen. 1:17
## 18        Genesis 1:18         Gen. 1:18
## 19        Genesis 1:19         Gen. 1:19
## 20        Genesis 1:20         Gen. 1:20
## 21        Genesis 1:21         Gen. 1:21
## 22        Genesis 1:22         Gen. 1:22
## 23        Genesis 1:23         Gen. 1:23
## 24        Genesis 1:24         Gen. 1:24
## 25        Genesis 1:25         Gen. 1:25
## 26        Genesis 1:26         Gen. 1:26
## 27        Genesis 1:27         Gen. 1:27
## 28        Genesis 1:28         Gen. 1:28
## 29        Genesis 1:29         Gen. 1:29
## 30        Genesis 1:30         Gen. 1:30
## 31        Genesis 1:31         Gen. 1:31
## 32         Genesis 2:1          Gen. 2:1
## 33         Genesis 2:2          Gen. 2:2
## 34         Genesis 2:3          Gen. 2:3
## 35         Genesis 2:4          Gen. 2:4
## 36         Genesis 2:5          Gen. 2:5
## 37         Genesis 2:6          Gen. 2:6
## 38         Genesis 2:7          Gen. 2:7
## 39         Genesis 2:8          Gen. 2:8
## 40         Genesis 2:9          Gen. 2:9
## 41        Genesis 2:10         Gen. 2:10
## 42        Genesis 2:11         Gen. 2:11
## 43        Genesis 2:12         Gen. 2:12
## 44        Genesis 2:13         Gen. 2:13
## 45        Genesis 2:14         Gen. 2:14
## 46        Genesis 2:15         Gen. 2:15
## 47        Genesis 2:16         Gen. 2:16
## 48        Genesis 2:17         Gen. 2:17
## 49        Genesis 2:18         Gen. 2:18
## 50        Genesis 2:19         Gen. 2:19
## 51        Genesis 2:20         Gen. 2:20
## 52        Genesis 2:21         Gen. 2:21
## 53        Genesis 2:22         Gen. 2:22
## 54        Genesis 2:23         Gen. 2:23
## 55        Genesis 2:24         Gen. 2:24
## 56        Genesis 2:25         Gen. 2:25
## 57         Genesis 3:1          Gen. 3:1
## 58         Genesis 3:2          Gen. 3:2
## 59         Genesis 3:3          Gen. 3:3
## 60         Genesis 3:4          Gen. 3:4
## 61         Genesis 3:5          Gen. 3:5
## 62         Genesis 3:6          Gen. 3:6
## 63         Genesis 3:7          Gen. 3:7
## 64         Genesis 3:8          Gen. 3:8
## 65         Genesis 3:9          Gen. 3:9
## 66        Genesis 3:10         Gen. 3:10
## 67        Genesis 3:11         Gen. 3:11
## 68        Genesis 3:12         Gen. 3:12
## 69        Genesis 3:13         Gen. 3:13
## 70        Genesis 3:14         Gen. 3:14
## 71        Genesis 3:15         Gen. 3:15
## 72        Genesis 3:16         Gen. 3:16
## 73        Genesis 3:17         Gen. 3:17
## 74        Genesis 3:18         Gen. 3:18
## 75        Genesis 3:19         Gen. 3:19
## 76        Genesis 3:20         Gen. 3:20
## 77        Genesis 3:21         Gen. 3:21
## 78        Genesis 3:22         Gen. 3:22
## 79        Genesis 3:23         Gen. 3:23
## 80        Genesis 3:24         Gen. 3:24
## 81         Genesis 4:1          Gen. 4:1
## 82         Genesis 4:2          Gen. 4:2
## 83         Genesis 4:3          Gen. 4:3
## 84         Genesis 4:4          Gen. 4:4
## 85         Genesis 4:5          Gen. 4:5
## 86         Genesis 4:6          Gen. 4:6
## 87         Genesis 4:7          Gen. 4:7
## 88         Genesis 4:8          Gen. 4:8
## 89         Genesis 4:9          Gen. 4:9
## 90        Genesis 4:10         Gen. 4:10
## 91        Genesis 4:11         Gen. 4:11
## 92        Genesis 4:12         Gen. 4:12
## 93        Genesis 4:13         Gen. 4:13
## 94        Genesis 4:14         Gen. 4:14
## 95        Genesis 4:15         Gen. 4:15
## 96        Genesis 4:16         Gen. 4:16
## 97        Genesis 4:17         Gen. 4:17
## 98        Genesis 4:18         Gen. 4:18
## 99        Genesis 4:19         Gen. 4:19
## 100       Genesis 4:20         Gen. 4:20
## 101       Genesis 4:21         Gen. 4:21
## 102       Genesis 4:22         Gen. 4:22
## 103       Genesis 4:23         Gen. 4:23
## 104       Genesis 4:24         Gen. 4:24
## 105       Genesis 4:25         Gen. 4:25
## 106       Genesis 4:26         Gen. 4:26
## 107        Genesis 5:1          Gen. 5:1
## 108        Genesis 5:2          Gen. 5:2
## 109        Genesis 5:3          Gen. 5:3
## 110        Genesis 5:4          Gen. 5:4
## 111        Genesis 5:5          Gen. 5:5
## 112        Genesis 5:6          Gen. 5:6
## 113        Genesis 5:7          Gen. 5:7
## 114        Genesis 5:8          Gen. 5:8
## 115        Genesis 5:9          Gen. 5:9
## 116       Genesis 5:10         Gen. 5:10
## 117       Genesis 5:11         Gen. 5:11
## 118       Genesis 5:12         Gen. 5:12
## 119       Genesis 5:13         Gen. 5:13
## 120       Genesis 5:14         Gen. 5:14
## 121       Genesis 5:15         Gen. 5:15
## 122       Genesis 5:16         Gen. 5:16
## 123       Genesis 5:17         Gen. 5:17
## 124       Genesis 5:18         Gen. 5:18
## 125       Genesis 5:19         Gen. 5:19
## 126       Genesis 5:20         Gen. 5:20
## 127       Genesis 5:21         Gen. 5:21
## 128       Genesis 5:22         Gen. 5:22
## 129       Genesis 5:23         Gen. 5:23
## 130       Genesis 5:24         Gen. 5:24
## 131       Genesis 5:25         Gen. 5:25
## 132       Genesis 5:26         Gen. 5:26
## 133       Genesis 5:27         Gen. 5:27
## 134       Genesis 5:28         Gen. 5:28
## 135       Genesis 5:29         Gen. 5:29
## 136       Genesis 5:30         Gen. 5:30
## 137       Genesis 5:31         Gen. 5:31
## 138       Genesis 5:32         Gen. 5:32
## 139        Genesis 6:1          Gen. 6:1
## 140        Genesis 6:2          Gen. 6:2
## 141        Genesis 6:3          Gen. 6:3
## 142        Genesis 6:4          Gen. 6:4
## 143        Genesis 6:5          Gen. 6:5
## 144        Genesis 6:6          Gen. 6:6
## 145        Genesis 6:7          Gen. 6:7
## 146        Genesis 6:8          Gen. 6:8
## 147        Genesis 6:9          Gen. 6:9
## 148       Genesis 6:10         Gen. 6:10
## 149       Genesis 6:11         Gen. 6:11
## 150       Genesis 6:12         Gen. 6:12
## 151       Genesis 6:13         Gen. 6:13
## 152       Genesis 6:14         Gen. 6:14
## 153       Genesis 6:15         Gen. 6:15
## 154       Genesis 6:16         Gen. 6:16
## 155       Genesis 6:17         Gen. 6:17
## 156       Genesis 6:18         Gen. 6:18
## 157       Genesis 6:19         Gen. 6:19
## 158       Genesis 6:20         Gen. 6:20
## 159       Genesis 6:21         Gen. 6:21
## 160       Genesis 6:22         Gen. 6:22
## 161        Genesis 7:1          Gen. 7:1
## 162        Genesis 7:2          Gen. 7:2
## 163        Genesis 7:3          Gen. 7:3
## 164        Genesis 7:4          Gen. 7:4
## 165        Genesis 7:5          Gen. 7:5
## 166        Genesis 7:6          Gen. 7:6
## 167        Genesis 7:7          Gen. 7:7
## 168        Genesis 7:8          Gen. 7:8
## 169        Genesis 7:9          Gen. 7:9
## 170       Genesis 7:10         Gen. 7:10
## 171       Genesis 7:11         Gen. 7:11
## 172       Genesis 7:12         Gen. 7:12
## 173       Genesis 7:13         Gen. 7:13
## 174       Genesis 7:14         Gen. 7:14
## 175       Genesis 7:15         Gen. 7:15
## 176       Genesis 7:16         Gen. 7:16
## 177       Genesis 7:17         Gen. 7:17
## 178       Genesis 7:18         Gen. 7:18
## 179       Genesis 7:19         Gen. 7:19
## 180       Genesis 7:20         Gen. 7:20
## 181       Genesis 7:21         Gen. 7:21
## 182       Genesis 7:22         Gen. 7:22
## 183       Genesis 7:23         Gen. 7:23
## 184       Genesis 7:24         Gen. 7:24
## 185        Genesis 8:1          Gen. 8:1
## 186        Genesis 8:2          Gen. 8:2
## 187        Genesis 8:3          Gen. 8:3
## 188        Genesis 8:4          Gen. 8:4
## 189        Genesis 8:5          Gen. 8:5
## 190        Genesis 8:6          Gen. 8:6
## 191        Genesis 8:7          Gen. 8:7
## 192        Genesis 8:8          Gen. 8:8
## 193        Genesis 8:9          Gen. 8:9
## 194       Genesis 8:10         Gen. 8:10
## 195       Genesis 8:11         Gen. 8:11
## 196       Genesis 8:12         Gen. 8:12
## 197       Genesis 8:13         Gen. 8:13
## 198       Genesis 8:14         Gen. 8:14
## 199       Genesis 8:15         Gen. 8:15
## 200       Genesis 8:16         Gen. 8:16
## 201       Genesis 8:17         Gen. 8:17
## 202       Genesis 8:18         Gen. 8:18
## 203       Genesis 8:19         Gen. 8:19
## 204       Genesis 8:20         Gen. 8:20
## 205       Genesis 8:21         Gen. 8:21
## 206       Genesis 8:22         Gen. 8:22
## 207        Genesis 9:1          Gen. 9:1
## 208        Genesis 9:2          Gen. 9:2
## 209        Genesis 9:3          Gen. 9:3
## 210        Genesis 9:4          Gen. 9:4
## 211        Genesis 9:5          Gen. 9:5
## 212        Genesis 9:6          Gen. 9:6
## 213        Genesis 9:7          Gen. 9:7
## 214        Genesis 9:8          Gen. 9:8
## 215        Genesis 9:9          Gen. 9:9
## 216       Genesis 9:10         Gen. 9:10
## 217       Genesis 9:11         Gen. 9:11
## 218       Genesis 9:12         Gen. 9:12
## 219       Genesis 9:13         Gen. 9:13
## 220       Genesis 9:14         Gen. 9:14
## 221       Genesis 9:15         Gen. 9:15
## 222       Genesis 9:16         Gen. 9:16
## 223       Genesis 9:17         Gen. 9:17
## 224       Genesis 9:18         Gen. 9:18
## 225       Genesis 9:19         Gen. 9:19
## 226       Genesis 9:20         Gen. 9:20
## 227       Genesis 9:21         Gen. 9:21
## 228       Genesis 9:22         Gen. 9:22
## 229       Genesis 9:23         Gen. 9:23
## 230       Genesis 9:24         Gen. 9:24
## 231       Genesis 9:25         Gen. 9:25
## 232       Genesis 9:26         Gen. 9:26
## 233       Genesis 9:27         Gen. 9:27
## 234       Genesis 9:28         Gen. 9:28
## 235       Genesis 9:29         Gen. 9:29
## 236       Genesis 10:1         Gen. 10:1
## 237       Genesis 10:2         Gen. 10:2
## 238       Genesis 10:3         Gen. 10:3
## 239       Genesis 10:4         Gen. 10:4
## 240       Genesis 10:5         Gen. 10:5
## 241       Genesis 10:6         Gen. 10:6
## 242       Genesis 10:7         Gen. 10:7
## 243       Genesis 10:8         Gen. 10:8
## 244       Genesis 10:9         Gen. 10:9
## 245      Genesis 10:10        Gen. 10:10
## 246      Genesis 10:11        Gen. 10:11
## 247      Genesis 10:12        Gen. 10:12
## 248      Genesis 10:13        Gen. 10:13
## 249      Genesis 10:14        Gen. 10:14
## 250      Genesis 10:15        Gen. 10:15
## 251      Genesis 10:16        Gen. 10:16
## 252      Genesis 10:17        Gen. 10:17
## 253      Genesis 10:18        Gen. 10:18
## 254      Genesis 10:19        Gen. 10:19
## 255      Genesis 10:20        Gen. 10:20
## 256      Genesis 10:21        Gen. 10:21
## 257      Genesis 10:22        Gen. 10:22
## 258      Genesis 10:23        Gen. 10:23
## 259      Genesis 10:24        Gen. 10:24
## 260      Genesis 10:25        Gen. 10:25
## 261      Genesis 10:26        Gen. 10:26
## 262      Genesis 10:27        Gen. 10:27
## 263      Genesis 10:28        Gen. 10:28
## 264      Genesis 10:29        Gen. 10:29
## 265      Genesis 10:30        Gen. 10:30
## 266      Genesis 10:31        Gen. 10:31
## 267      Genesis 10:32        Gen. 10:32
## 268       Genesis 11:1         Gen. 11:1
## 269       Genesis 11:2         Gen. 11:2
## 270       Genesis 11:3         Gen. 11:3
## 271       Genesis 11:4         Gen. 11:4
## 272       Genesis 11:5         Gen. 11:5
## 273       Genesis 11:6         Gen. 11:6
## 274       Genesis 11:7         Gen. 11:7
## 275       Genesis 11:8         Gen. 11:8
## 276       Genesis 11:9         Gen. 11:9
## 277      Genesis 11:10        Gen. 11:10
## 278      Genesis 11:11        Gen. 11:11
## 279      Genesis 11:12        Gen. 11:12
## 280      Genesis 11:13        Gen. 11:13
## 281      Genesis 11:14        Gen. 11:14
## 282      Genesis 11:15        Gen. 11:15
## 283      Genesis 11:16        Gen. 11:16
## 284      Genesis 11:17        Gen. 11:17
## 285      Genesis 11:18        Gen. 11:18
## 286      Genesis 11:19        Gen. 11:19
## 287      Genesis 11:20        Gen. 11:20
## 288      Genesis 11:21        Gen. 11:21
## 289      Genesis 11:22        Gen. 11:22
## 290      Genesis 11:23        Gen. 11:23
## 291      Genesis 11:24        Gen. 11:24
## 292      Genesis 11:25        Gen. 11:25
## 293      Genesis 11:26        Gen. 11:26
## 294      Genesis 11:27        Gen. 11:27
## 295      Genesis 11:28        Gen. 11:28
## 296      Genesis 11:29        Gen. 11:29
## 297      Genesis 11:30        Gen. 11:30
## 298      Genesis 11:31        Gen. 11:31
## 299      Genesis 11:32        Gen. 11:32
## 300       Genesis 12:1         Gen. 12:1
## 301       Genesis 12:2         Gen. 12:2
## 302       Genesis 12:3         Gen. 12:3
## 303       Genesis 12:4         Gen. 12:4
## 304       Genesis 12:5         Gen. 12:5
## 305       Genesis 12:6         Gen. 12:6
## 306       Genesis 12:7         Gen. 12:7
## 307       Genesis 12:8         Gen. 12:8
## 308       Genesis 12:9         Gen. 12:9
## 309      Genesis 12:10        Gen. 12:10
## 310      Genesis 12:11        Gen. 12:11
## 311      Genesis 12:12        Gen. 12:12
## 312      Genesis 12:13        Gen. 12:13
## 313      Genesis 12:14        Gen. 12:14
## 314      Genesis 12:15        Gen. 12:15
## 315      Genesis 12:16        Gen. 12:16
## 316      Genesis 12:17        Gen. 12:17
## 317      Genesis 12:18        Gen. 12:18
## 318      Genesis 12:19        Gen. 12:19
## 319      Genesis 12:20        Gen. 12:20
## 320       Genesis 13:1         Gen. 13:1
## 321       Genesis 13:2         Gen. 13:2
## 322       Genesis 13:3         Gen. 13:3
## 323       Genesis 13:4         Gen. 13:4
## 324       Genesis 13:5         Gen. 13:5
## 325       Genesis 13:6         Gen. 13:6
## 326       Genesis 13:7         Gen. 13:7
## 327       Genesis 13:8         Gen. 13:8
## 328       Genesis 13:9         Gen. 13:9
## 329      Genesis 13:10        Gen. 13:10
## 330      Genesis 13:11        Gen. 13:11
## 331      Genesis 13:12        Gen. 13:12
## 332      Genesis 13:13        Gen. 13:13
## 333      Genesis 13:14        Gen. 13:14
## 334      Genesis 13:15        Gen. 13:15
## 335      Genesis 13:16        Gen. 13:16
## 336      Genesis 13:17        Gen. 13:17
## 337      Genesis 13:18        Gen. 13:18
## 338       Genesis 14:1         Gen. 14:1
## 339       Genesis 14:2         Gen. 14:2
## 340       Genesis 14:3         Gen. 14:3
## 341       Genesis 14:4         Gen. 14:4
## 342       Genesis 14:5         Gen. 14:5
## 343       Genesis 14:6         Gen. 14:6
## 344       Genesis 14:7         Gen. 14:7
## 345       Genesis 14:8         Gen. 14:8
## 346       Genesis 14:9         Gen. 14:9
## 347      Genesis 14:10        Gen. 14:10
## 348      Genesis 14:11        Gen. 14:11
## 349      Genesis 14:12        Gen. 14:12
## 350      Genesis 14:13        Gen. 14:13
## 351      Genesis 14:14        Gen. 14:14
## 352      Genesis 14:15        Gen. 14:15
## 353      Genesis 14:16        Gen. 14:16
## 354      Genesis 14:17        Gen. 14:17
## 355      Genesis 14:18        Gen. 14:18
## 356      Genesis 14:19        Gen. 14:19
## 357      Genesis 14:20        Gen. 14:20
## 358      Genesis 14:21        Gen. 14:21
## 359      Genesis 14:22        Gen. 14:22
## 360      Genesis 14:23        Gen. 14:23
## 361      Genesis 14:24        Gen. 14:24
## 362       Genesis 15:1         Gen. 15:1
## 363       Genesis 15:2         Gen. 15:2
## 364       Genesis 15:3         Gen. 15:3
## 365       Genesis 15:4         Gen. 15:4
## 366       Genesis 15:5         Gen. 15:5
## 367       Genesis 15:6         Gen. 15:6
## 368       Genesis 15:7         Gen. 15:7
## 369       Genesis 15:8         Gen. 15:8
## 370       Genesis 15:9         Gen. 15:9
## 371      Genesis 15:10        Gen. 15:10
## 372      Genesis 15:11        Gen. 15:11
## 373      Genesis 15:12        Gen. 15:12
## 374      Genesis 15:13        Gen. 15:13
## 375      Genesis 15:14        Gen. 15:14
## 376      Genesis 15:15        Gen. 15:15
## 377      Genesis 15:16        Gen. 15:16
## 378      Genesis 15:17        Gen. 15:17
## 379      Genesis 15:18        Gen. 15:18
## 380      Genesis 15:19        Gen. 15:19
## 381      Genesis 15:20        Gen. 15:20
## 382      Genesis 15:21        Gen. 15:21
## 383       Genesis 16:1         Gen. 16:1
## 384       Genesis 16:2         Gen. 16:2
## 385       Genesis 16:3         Gen. 16:3
## 386       Genesis 16:4         Gen. 16:4
## 387       Genesis 16:5         Gen. 16:5
## 388       Genesis 16:6         Gen. 16:6
## 389       Genesis 16:7         Gen. 16:7
## 390       Genesis 16:8         Gen. 16:8
## 391       Genesis 16:9         Gen. 16:9
## 392      Genesis 16:10        Gen. 16:10
## 393      Genesis 16:11        Gen. 16:11
## 394      Genesis 16:12        Gen. 16:12
## 395      Genesis 16:13        Gen. 16:13
## 396      Genesis 16:14        Gen. 16:14
## 397      Genesis 16:15        Gen. 16:15
## 398      Genesis 16:16        Gen. 16:16
## 399       Genesis 17:1         Gen. 17:1
## 400       Genesis 17:2         Gen. 17:2
## 401       Genesis 17:3         Gen. 17:3
## 402       Genesis 17:4         Gen. 17:4
## 403       Genesis 17:5         Gen. 17:5
## 404       Genesis 17:6         Gen. 17:6
## 405       Genesis 17:7         Gen. 17:7
## 406       Genesis 17:8         Gen. 17:8
## 407       Genesis 17:9         Gen. 17:9
## 408      Genesis 17:10        Gen. 17:10
## 409      Genesis 17:11        Gen. 17:11
## 410      Genesis 17:12        Gen. 17:12
## 411      Genesis 17:13        Gen. 17:13
## 412      Genesis 17:14        Gen. 17:14
## 413      Genesis 17:15        Gen. 17:15
## 414      Genesis 17:16        Gen. 17:16
## 415      Genesis 17:17        Gen. 17:17
## 416      Genesis 17:18        Gen. 17:18
## 417      Genesis 17:19        Gen. 17:19
## 418      Genesis 17:20        Gen. 17:20
## 419      Genesis 17:21        Gen. 17:21
## 420      Genesis 17:22        Gen. 17:22
## 421      Genesis 17:23        Gen. 17:23
## 422      Genesis 17:24        Gen. 17:24
## 423      Genesis 17:25        Gen. 17:25
## 424      Genesis 17:26        Gen. 17:26
## 425      Genesis 17:27        Gen. 17:27
## 426       Genesis 18:1         Gen. 18:1
## 427       Genesis 18:2         Gen. 18:2
## 428       Genesis 18:3         Gen. 18:3
## 429       Genesis 18:4         Gen. 18:4
## 430       Genesis 18:5         Gen. 18:5
## 431       Genesis 18:6         Gen. 18:6
## 432       Genesis 18:7         Gen. 18:7
## 433       Genesis 18:8         Gen. 18:8
## 434       Genesis 18:9         Gen. 18:9
## 435      Genesis 18:10        Gen. 18:10
## 436      Genesis 18:11        Gen. 18:11
## 437      Genesis 18:12        Gen. 18:12
## 438      Genesis 18:13        Gen. 18:13
## 439      Genesis 18:14        Gen. 18:14
## 440      Genesis 18:15        Gen. 18:15
## 441      Genesis 18:16        Gen. 18:16
## 442      Genesis 18:17        Gen. 18:17
## 443      Genesis 18:18        Gen. 18:18
## 444      Genesis 18:19        Gen. 18:19
## 445      Genesis 18:20        Gen. 18:20
## 446      Genesis 18:21        Gen. 18:21
## 447      Genesis 18:22        Gen. 18:22
## 448      Genesis 18:23        Gen. 18:23
## 449      Genesis 18:24        Gen. 18:24
## 450      Genesis 18:25        Gen. 18:25
## 451      Genesis 18:26        Gen. 18:26
## 452      Genesis 18:27        Gen. 18:27
## 453      Genesis 18:28        Gen. 18:28
## 454      Genesis 18:29        Gen. 18:29
## 455      Genesis 18:30        Gen. 18:30
## 456      Genesis 18:31        Gen. 18:31
## 457      Genesis 18:32        Gen. 18:32
## 458      Genesis 18:33        Gen. 18:33
## 459       Genesis 19:1         Gen. 19:1
## 460       Genesis 19:2         Gen. 19:2
## 461       Genesis 19:3         Gen. 19:3
## 462       Genesis 19:4         Gen. 19:4
## 463       Genesis 19:5         Gen. 19:5
## 464       Genesis 19:6         Gen. 19:6
## 465       Genesis 19:7         Gen. 19:7
## 466       Genesis 19:8         Gen. 19:8
## 467       Genesis 19:9         Gen. 19:9
## 468      Genesis 19:10        Gen. 19:10
## 469      Genesis 19:11        Gen. 19:11
## 470      Genesis 19:12        Gen. 19:12
## 471      Genesis 19:13        Gen. 19:13
## 472      Genesis 19:14        Gen. 19:14
## 473      Genesis 19:15        Gen. 19:15
## 474      Genesis 19:16        Gen. 19:16
## 475      Genesis 19:17        Gen. 19:17
## 476      Genesis 19:18        Gen. 19:18
## 477      Genesis 19:19        Gen. 19:19
## 478      Genesis 19:20        Gen. 19:20
## 479      Genesis 19:21        Gen. 19:21
## 480      Genesis 19:22        Gen. 19:22
## 481      Genesis 19:23        Gen. 19:23
## 482      Genesis 19:24        Gen. 19:24
## 483      Genesis 19:25        Gen. 19:25
## 484      Genesis 19:26        Gen. 19:26
## 485      Genesis 19:27        Gen. 19:27
## 486      Genesis 19:28        Gen. 19:28
## 487      Genesis 19:29        Gen. 19:29
## 488      Genesis 19:30        Gen. 19:30
## 489      Genesis 19:31        Gen. 19:31
## 490      Genesis 19:32        Gen. 19:32
## 491      Genesis 19:33        Gen. 19:33
## 492      Genesis 19:34        Gen. 19:34
## 493      Genesis 19:35        Gen. 19:35
## 494      Genesis 19:36        Gen. 19:36
## 495      Genesis 19:37        Gen. 19:37
## 496      Genesis 19:38        Gen. 19:38
## 497       Genesis 20:1         Gen. 20:1
## 498       Genesis 20:2         Gen. 20:2
## 499       Genesis 20:3         Gen. 20:3
## 500       Genesis 20:4         Gen. 20:4
## 501       Genesis 20:5         Gen. 20:5
## 502       Genesis 20:6         Gen. 20:6
## 503       Genesis 20:7         Gen. 20:7
## 504       Genesis 20:8         Gen. 20:8
## 505       Genesis 20:9         Gen. 20:9
## 506      Genesis 20:10        Gen. 20:10
## 507      Genesis 20:11        Gen. 20:11
## 508      Genesis 20:12        Gen. 20:12
## 509      Genesis 20:13        Gen. 20:13
## 510      Genesis 20:14        Gen. 20:14
## 511      Genesis 20:15        Gen. 20:15
## 512      Genesis 20:16        Gen. 20:16
## 513      Genesis 20:17        Gen. 20:17
## 514      Genesis 20:18        Gen. 20:18
## 515       Genesis 21:1         Gen. 21:1
## 516       Genesis 21:2         Gen. 21:2
## 517       Genesis 21:3         Gen. 21:3
## 518       Genesis 21:4         Gen. 21:4
## 519       Genesis 21:5         Gen. 21:5
## 520       Genesis 21:6         Gen. 21:6
## 521       Genesis 21:7         Gen. 21:7
## 522       Genesis 21:8         Gen. 21:8
## 523       Genesis 21:9         Gen. 21:9
## 524      Genesis 21:10        Gen. 21:10
## 525      Genesis 21:11        Gen. 21:11
## 526      Genesis 21:12        Gen. 21:12
## 527      Genesis 21:13        Gen. 21:13
## 528      Genesis 21:14        Gen. 21:14
## 529      Genesis 21:15        Gen. 21:15
## 530      Genesis 21:16        Gen. 21:16
## 531      Genesis 21:17        Gen. 21:17
## 532      Genesis 21:18        Gen. 21:18
## 533      Genesis 21:19        Gen. 21:19
## 534      Genesis 21:20        Gen. 21:20
## 535      Genesis 21:21        Gen. 21:21
## 536      Genesis 21:22        Gen. 21:22
## 537      Genesis 21:23        Gen. 21:23
## 538      Genesis 21:24        Gen. 21:24
## 539      Genesis 21:25        Gen. 21:25
## 540      Genesis 21:26        Gen. 21:26
## 541      Genesis 21:27        Gen. 21:27
## 542      Genesis 21:28        Gen. 21:28
## 543      Genesis 21:29        Gen. 21:29
## 544      Genesis 21:30        Gen. 21:30
## 545      Genesis 21:31        Gen. 21:31
## 546      Genesis 21:32        Gen. 21:32
## 547      Genesis 21:33        Gen. 21:33
## 548      Genesis 21:34        Gen. 21:34
## 549       Genesis 22:1         Gen. 22:1
## 550       Genesis 22:2         Gen. 22:2
## 551       Genesis 22:3         Gen. 22:3
## 552       Genesis 22:4         Gen. 22:4
## 553       Genesis 22:5         Gen. 22:5
## 554       Genesis 22:6         Gen. 22:6
## 555       Genesis 22:7         Gen. 22:7
## 556       Genesis 22:8         Gen. 22:8
## 557       Genesis 22:9         Gen. 22:9
## 558      Genesis 22:10        Gen. 22:10
## 559      Genesis 22:11        Gen. 22:11
## 560      Genesis 22:12        Gen. 22:12
## 561      Genesis 22:13        Gen. 22:13
## 562      Genesis 22:14        Gen. 22:14
## 563      Genesis 22:15        Gen. 22:15
## 564      Genesis 22:16        Gen. 22:16
## 565      Genesis 22:17        Gen. 22:17
## 566      Genesis 22:18        Gen. 22:18
## 567      Genesis 22:19        Gen. 22:19
## 568      Genesis 22:20        Gen. 22:20
## 569      Genesis 22:21        Gen. 22:21
## 570      Genesis 22:22        Gen. 22:22
## 571      Genesis 22:23        Gen. 22:23
## 572      Genesis 22:24        Gen. 22:24
## 573       Genesis 23:1         Gen. 23:1
## 574       Genesis 23:2         Gen. 23:2
## 575       Genesis 23:3         Gen. 23:3
## 576       Genesis 23:4         Gen. 23:4
## 577       Genesis 23:5         Gen. 23:5
## 578       Genesis 23:6         Gen. 23:6
## 579       Genesis 23:7         Gen. 23:7
## 580       Genesis 23:8         Gen. 23:8
## 581       Genesis 23:9         Gen. 23:9
## 582      Genesis 23:10        Gen. 23:10
## 583      Genesis 23:11        Gen. 23:11
## 584      Genesis 23:12        Gen. 23:12
## 585      Genesis 23:13        Gen. 23:13
## 586      Genesis 23:14        Gen. 23:14
## 587      Genesis 23:15        Gen. 23:15
## 588      Genesis 23:16        Gen. 23:16
## 589      Genesis 23:17        Gen. 23:17
## 590      Genesis 23:18        Gen. 23:18
## 591      Genesis 23:19        Gen. 23:19
## 592      Genesis 23:20        Gen. 23:20
## 593       Genesis 24:1         Gen. 24:1
## 594       Genesis 24:2         Gen. 24:2
## 595       Genesis 24:3         Gen. 24:3
## 596       Genesis 24:4         Gen. 24:4
## 597       Genesis 24:5         Gen. 24:5
## 598       Genesis 24:6         Gen. 24:6
## 599       Genesis 24:7         Gen. 24:7
## 600       Genesis 24:8         Gen. 24:8
## 601       Genesis 24:9         Gen. 24:9
## 602      Genesis 24:10        Gen. 24:10
## 603      Genesis 24:11        Gen. 24:11
## 604      Genesis 24:12        Gen. 24:12
## 605      Genesis 24:13        Gen. 24:13
## 606      Genesis 24:14        Gen. 24:14
## 607      Genesis 24:15        Gen. 24:15
## 608      Genesis 24:16        Gen. 24:16
## 609      Genesis 24:17        Gen. 24:17
## 610      Genesis 24:18        Gen. 24:18
## 611      Genesis 24:19        Gen. 24:19
## 612      Genesis 24:20        Gen. 24:20
## 613      Genesis 24:21        Gen. 24:21
## 614      Genesis 24:22        Gen. 24:22
## 615      Genesis 24:23        Gen. 24:23
## 616      Genesis 24:24        Gen. 24:24
## 617      Genesis 24:25        Gen. 24:25
## 618      Genesis 24:26        Gen. 24:26
## 619      Genesis 24:27        Gen. 24:27
## 620      Genesis 24:28        Gen. 24:28
## 621      Genesis 24:29        Gen. 24:29
## 622      Genesis 24:30        Gen. 24:30
## 623      Genesis 24:31        Gen. 24:31
## 624      Genesis 24:32        Gen. 24:32
## 625      Genesis 24:33        Gen. 24:33
## 626      Genesis 24:34        Gen. 24:34
## 627      Genesis 24:35        Gen. 24:35
## 628      Genesis 24:36        Gen. 24:36
## 629      Genesis 24:37        Gen. 24:37
## 630      Genesis 24:38        Gen. 24:38
## 631      Genesis 24:39        Gen. 24:39
## 632      Genesis 24:40        Gen. 24:40
## 633      Genesis 24:41        Gen. 24:41
## 634      Genesis 24:42        Gen. 24:42
## 635      Genesis 24:43        Gen. 24:43
## 636      Genesis 24:44        Gen. 24:44
## 637      Genesis 24:45        Gen. 24:45
## 638      Genesis 24:46        Gen. 24:46
## 639      Genesis 24:47        Gen. 24:47
## 640      Genesis 24:48        Gen. 24:48
## 641      Genesis 24:49        Gen. 24:49
## 642      Genesis 24:50        Gen. 24:50
## 643      Genesis 24:51        Gen. 24:51
## 644      Genesis 24:52        Gen. 24:52
## 645      Genesis 24:53        Gen. 24:53
## 646      Genesis 24:54        Gen. 24:54
## 647      Genesis 24:55        Gen. 24:55
## 648      Genesis 24:56        Gen. 24:56
## 649      Genesis 24:57        Gen. 24:57
## 650      Genesis 24:58        Gen. 24:58
## 651      Genesis 24:59        Gen. 24:59
## 652      Genesis 24:60        Gen. 24:60
## 653      Genesis 24:61        Gen. 24:61
## 654      Genesis 24:62        Gen. 24:62
## 655      Genesis 24:63        Gen. 24:63
## 656      Genesis 24:64        Gen. 24:64
## 657      Genesis 24:65        Gen. 24:65
## 658      Genesis 24:66        Gen. 24:66
## 659      Genesis 24:67        Gen. 24:67
## 660       Genesis 25:1         Gen. 25:1
## 661       Genesis 25:2         Gen. 25:2
## 662       Genesis 25:3         Gen. 25:3
## 663       Genesis 25:4         Gen. 25:4
## 664       Genesis 25:5         Gen. 25:5
## 665       Genesis 25:6         Gen. 25:6
## 666       Genesis 25:7         Gen. 25:7
## 667       Genesis 25:8         Gen. 25:8
## 668       Genesis 25:9         Gen. 25:9
## 669      Genesis 25:10        Gen. 25:10
## 670      Genesis 25:11        Gen. 25:11
## 671      Genesis 25:12        Gen. 25:12
## 672      Genesis 25:13        Gen. 25:13
## 673      Genesis 25:14        Gen. 25:14
## 674      Genesis 25:15        Gen. 25:15
## 675      Genesis 25:16        Gen. 25:16
## 676      Genesis 25:17        Gen. 25:17
## 677      Genesis 25:18        Gen. 25:18
## 678      Genesis 25:19        Gen. 25:19
## 679      Genesis 25:20        Gen. 25:20
## 680      Genesis 25:21        Gen. 25:21
## 681      Genesis 25:22        Gen. 25:22
## 682      Genesis 25:23        Gen. 25:23
## 683      Genesis 25:24        Gen. 25:24
## 684      Genesis 25:25        Gen. 25:25
## 685      Genesis 25:26        Gen. 25:26
## 686      Genesis 25:27        Gen. 25:27
## 687      Genesis 25:28        Gen. 25:28
## 688      Genesis 25:29        Gen. 25:29
## 689      Genesis 25:30        Gen. 25:30
## 690      Genesis 25:31        Gen. 25:31
## 691      Genesis 25:32        Gen. 25:32
## 692      Genesis 25:33        Gen. 25:33
## 693      Genesis 25:34        Gen. 25:34
## 694       Genesis 26:1         Gen. 26:1
## 695       Genesis 26:2         Gen. 26:2
## 696       Genesis 26:3         Gen. 26:3
## 697       Genesis 26:4         Gen. 26:4
## 698       Genesis 26:5         Gen. 26:5
## 699       Genesis 26:6         Gen. 26:6
## 700       Genesis 26:7         Gen. 26:7
## 701       Genesis 26:8         Gen. 26:8
## 702       Genesis 26:9         Gen. 26:9
## 703      Genesis 26:10        Gen. 26:10
## 704      Genesis 26:11        Gen. 26:11
## 705      Genesis 26:12        Gen. 26:12
## 706      Genesis 26:13        Gen. 26:13
## 707      Genesis 26:14        Gen. 26:14
## 708      Genesis 26:15        Gen. 26:15
## 709      Genesis 26:16        Gen. 26:16
## 710      Genesis 26:17        Gen. 26:17
## 711      Genesis 26:18        Gen. 26:18
## 712      Genesis 26:19        Gen. 26:19
## 713      Genesis 26:20        Gen. 26:20
## 714      Genesis 26:21        Gen. 26:21
## 715      Genesis 26:22        Gen. 26:22
## 716      Genesis 26:23        Gen. 26:23
## 717      Genesis 26:24        Gen. 26:24
## 718      Genesis 26:25        Gen. 26:25
## 719      Genesis 26:26        Gen. 26:26
## 720      Genesis 26:27        Gen. 26:27
## 721      Genesis 26:28        Gen. 26:28
## 722      Genesis 26:29        Gen. 26:29
## 723      Genesis 26:30        Gen. 26:30
## 724      Genesis 26:31        Gen. 26:31
## 725      Genesis 26:32        Gen. 26:32
## 726      Genesis 26:33        Gen. 26:33
## 727      Genesis 26:34        Gen. 26:34
## 728      Genesis 26:35        Gen. 26:35
## 729       Genesis 27:1         Gen. 27:1
## 730       Genesis 27:2         Gen. 27:2
## 731       Genesis 27:3         Gen. 27:3
## 732       Genesis 27:4         Gen. 27:4
## 733       Genesis 27:5         Gen. 27:5
## 734       Genesis 27:6         Gen. 27:6
## 735       Genesis 27:7         Gen. 27:7
## 736       Genesis 27:8         Gen. 27:8
## 737       Genesis 27:9         Gen. 27:9
## 738      Genesis 27:10        Gen. 27:10
## 739      Genesis 27:11        Gen. 27:11
## 740      Genesis 27:12        Gen. 27:12
## 741      Genesis 27:13        Gen. 27:13
## 742      Genesis 27:14        Gen. 27:14
## 743      Genesis 27:15        Gen. 27:15
## 744      Genesis 27:16        Gen. 27:16
## 745      Genesis 27:17        Gen. 27:17
## 746      Genesis 27:18        Gen. 27:18
## 747      Genesis 27:19        Gen. 27:19
## 748      Genesis 27:20        Gen. 27:20
## 749      Genesis 27:21        Gen. 27:21
## 750      Genesis 27:22        Gen. 27:22
## 751      Genesis 27:23        Gen. 27:23
## 752      Genesis 27:24        Gen. 27:24
## 753      Genesis 27:25        Gen. 27:25
## 754      Genesis 27:26        Gen. 27:26
## 755      Genesis 27:27        Gen. 27:27
## 756      Genesis 27:28        Gen. 27:28
## 757      Genesis 27:29        Gen. 27:29
## 758      Genesis 27:30        Gen. 27:30
## 759      Genesis 27:31        Gen. 27:31
## 760      Genesis 27:32        Gen. 27:32
## 761      Genesis 27:33        Gen. 27:33
## 762      Genesis 27:34        Gen. 27:34
## 763      Genesis 27:35        Gen. 27:35
## 764      Genesis 27:36        Gen. 27:36
## 765      Genesis 27:37        Gen. 27:37
## 766      Genesis 27:38        Gen. 27:38
## 767      Genesis 27:39        Gen. 27:39
## 768      Genesis 27:40        Gen. 27:40
## 769      Genesis 27:41        Gen. 27:41
## 770      Genesis 27:42        Gen. 27:42
## 771      Genesis 27:43        Gen. 27:43
## 772      Genesis 27:44        Gen. 27:44
## 773      Genesis 27:45        Gen. 27:45
## 774      Genesis 27:46        Gen. 27:46
## 775       Genesis 28:1         Gen. 28:1
## 776       Genesis 28:2         Gen. 28:2
## 777       Genesis 28:3         Gen. 28:3
## 778       Genesis 28:4         Gen. 28:4
## 779       Genesis 28:5         Gen. 28:5
## 780       Genesis 28:6         Gen. 28:6
## 781       Genesis 28:7         Gen. 28:7
## 782       Genesis 28:8         Gen. 28:8
## 783       Genesis 28:9         Gen. 28:9
## 784      Genesis 28:10        Gen. 28:10
## 785      Genesis 28:11        Gen. 28:11
## 786      Genesis 28:12        Gen. 28:12
## 787      Genesis 28:13        Gen. 28:13
## 788      Genesis 28:14        Gen. 28:14
## 789      Genesis 28:15        Gen. 28:15
## 790      Genesis 28:16        Gen. 28:16
## 791      Genesis 28:17        Gen. 28:17
## 792      Genesis 28:18        Gen. 28:18
## 793      Genesis 28:19        Gen. 28:19
## 794      Genesis 28:20        Gen. 28:20
## 795      Genesis 28:21        Gen. 28:21
## 796      Genesis 28:22        Gen. 28:22
## 797       Genesis 29:1         Gen. 29:1
## 798       Genesis 29:2         Gen. 29:2
## 799       Genesis 29:3         Gen. 29:3
## 800       Genesis 29:4         Gen. 29:4
## 801       Genesis 29:5         Gen. 29:5
## 802       Genesis 29:6         Gen. 29:6
## 803       Genesis 29:7         Gen. 29:7
## 804       Genesis 29:8         Gen. 29:8
## 805       Genesis 29:9         Gen. 29:9
## 806      Genesis 29:10        Gen. 29:10
## 807      Genesis 29:11        Gen. 29:11
## 808      Genesis 29:12        Gen. 29:12
## 809      Genesis 29:13        Gen. 29:13
## 810      Genesis 29:14        Gen. 29:14
## 811      Genesis 29:15        Gen. 29:15
## 812      Genesis 29:16        Gen. 29:16
## 813      Genesis 29:17        Gen. 29:17
## 814      Genesis 29:18        Gen. 29:18
## 815      Genesis 29:19        Gen. 29:19
## 816      Genesis 29:20        Gen. 29:20
## 817      Genesis 29:21        Gen. 29:21
## 818      Genesis 29:22        Gen. 29:22
## 819      Genesis 29:23        Gen. 29:23
## 820      Genesis 29:24        Gen. 29:24
## 821      Genesis 29:25        Gen. 29:25
## 822      Genesis 29:26        Gen. 29:26
## 823      Genesis 29:27        Gen. 29:27
## 824      Genesis 29:28        Gen. 29:28
## 825      Genesis 29:29        Gen. 29:29
## 826      Genesis 29:30        Gen. 29:30
## 827      Genesis 29:31        Gen. 29:31
## 828      Genesis 29:32        Gen. 29:32
## 829      Genesis 29:33        Gen. 29:33
## 830      Genesis 29:34        Gen. 29:34
## 831      Genesis 29:35        Gen. 29:35
## 832       Genesis 30:1         Gen. 30:1
## 833       Genesis 30:2         Gen. 30:2
## 834       Genesis 30:3         Gen. 30:3
## 835       Genesis 30:4         Gen. 30:4
## 836       Genesis 30:5         Gen. 30:5
## 837       Genesis 30:6         Gen. 30:6
## 838       Genesis 30:7         Gen. 30:7
## 839       Genesis 30:8         Gen. 30:8
## 840       Genesis 30:9         Gen. 30:9
## 841      Genesis 30:10        Gen. 30:10
## 842      Genesis 30:11        Gen. 30:11
## 843      Genesis 30:12        Gen. 30:12
## 844      Genesis 30:13        Gen. 30:13
## 845      Genesis 30:14        Gen. 30:14
## 846      Genesis 30:15        Gen. 30:15
## 847      Genesis 30:16        Gen. 30:16
## 848      Genesis 30:17        Gen. 30:17
## 849      Genesis 30:18        Gen. 30:18
## 850      Genesis 30:19        Gen. 30:19
## 851      Genesis 30:20        Gen. 30:20
## 852      Genesis 30:21        Gen. 30:21
## 853      Genesis 30:22        Gen. 30:22
## 854      Genesis 30:23        Gen. 30:23
## 855      Genesis 30:24        Gen. 30:24
## 856      Genesis 30:25        Gen. 30:25
## 857      Genesis 30:26        Gen. 30:26
## 858      Genesis 30:27        Gen. 30:27
## 859      Genesis 30:28        Gen. 30:28
## 860      Genesis 30:29        Gen. 30:29
## 861      Genesis 30:30        Gen. 30:30
## 862      Genesis 30:31        Gen. 30:31
## 863      Genesis 30:32        Gen. 30:32
## 864      Genesis 30:33        Gen. 30:33
## 865      Genesis 30:34        Gen. 30:34
## 866      Genesis 30:35        Gen. 30:35
## 867      Genesis 30:36        Gen. 30:36
## 868      Genesis 30:37        Gen. 30:37
## 869      Genesis 30:38        Gen. 30:38
## 870      Genesis 30:39        Gen. 30:39
## 871      Genesis 30:40        Gen. 30:40
## 872      Genesis 30:41        Gen. 30:41
## 873      Genesis 30:42        Gen. 30:42
## 874      Genesis 30:43        Gen. 30:43
## 875       Genesis 31:1         Gen. 31:1
## 876       Genesis 31:2         Gen. 31:2
## 877       Genesis 31:3         Gen. 31:3
## 878       Genesis 31:4         Gen. 31:4
## 879       Genesis 31:5         Gen. 31:5
## 880       Genesis 31:6         Gen. 31:6
## 881       Genesis 31:7         Gen. 31:7
## 882       Genesis 31:8         Gen. 31:8
## 883       Genesis 31:9         Gen. 31:9
## 884      Genesis 31:10        Gen. 31:10
## 885      Genesis 31:11        Gen. 31:11
## 886      Genesis 31:12        Gen. 31:12
## 887      Genesis 31:13        Gen. 31:13
## 888      Genesis 31:14        Gen. 31:14
## 889      Genesis 31:15        Gen. 31:15
## 890      Genesis 31:16        Gen. 31:16
## 891      Genesis 31:17        Gen. 31:17
## 892      Genesis 31:18        Gen. 31:18
## 893      Genesis 31:19        Gen. 31:19
## 894      Genesis 31:20        Gen. 31:20
## 895      Genesis 31:21        Gen. 31:21
## 896      Genesis 31:22        Gen. 31:22
## 897      Genesis 31:23        Gen. 31:23
## 898      Genesis 31:24        Gen. 31:24
## 899      Genesis 31:25        Gen. 31:25
## 900      Genesis 31:26        Gen. 31:26
## 901      Genesis 31:27        Gen. 31:27
## 902      Genesis 31:28        Gen. 31:28
## 903      Genesis 31:29        Gen. 31:29
## 904      Genesis 31:30        Gen. 31:30
## 905      Genesis 31:31        Gen. 31:31
## 906      Genesis 31:32        Gen. 31:32
## 907      Genesis 31:33        Gen. 31:33
## 908      Genesis 31:34        Gen. 31:34
## 909      Genesis 31:35        Gen. 31:35
## 910      Genesis 31:36        Gen. 31:36
## 911      Genesis 31:37        Gen. 31:37
## 912      Genesis 31:38        Gen. 31:38
## 913      Genesis 31:39        Gen. 31:39
## 914      Genesis 31:40        Gen. 31:40
## 915      Genesis 31:41        Gen. 31:41
## 916      Genesis 31:42        Gen. 31:42
## 917      Genesis 31:43        Gen. 31:43
## 918      Genesis 31:44        Gen. 31:44
## 919      Genesis 31:45        Gen. 31:45
## 920      Genesis 31:46        Gen. 31:46
## 921      Genesis 31:47        Gen. 31:47
## 922      Genesis 31:48        Gen. 31:48
## 923      Genesis 31:49        Gen. 31:49
## 924      Genesis 31:50        Gen. 31:50
## 925      Genesis 31:51        Gen. 31:51
## 926      Genesis 31:52        Gen. 31:52
## 927      Genesis 31:53        Gen. 31:53
## 928      Genesis 31:54        Gen. 31:54
## 929      Genesis 31:55        Gen. 31:55
## 930       Genesis 32:1         Gen. 32:1
## 931       Genesis 32:2         Gen. 32:2
## 932       Genesis 32:3         Gen. 32:3
## 933       Genesis 32:4         Gen. 32:4
## 934       Genesis 32:5         Gen. 32:5
## 935       Genesis 32:6         Gen. 32:6
## 936       Genesis 32:7         Gen. 32:7
## 937       Genesis 32:8         Gen. 32:8
## 938       Genesis 32:9         Gen. 32:9
## 939      Genesis 32:10        Gen. 32:10
## 940      Genesis 32:11        Gen. 32:11
## 941      Genesis 32:12        Gen. 32:12
## 942      Genesis 32:13        Gen. 32:13
## 943      Genesis 32:14        Gen. 32:14
## 944      Genesis 32:15        Gen. 32:15
## 945      Genesis 32:16        Gen. 32:16
## 946      Genesis 32:17        Gen. 32:17
## 947      Genesis 32:18        Gen. 32:18
## 948      Genesis 32:19        Gen. 32:19
## 949      Genesis 32:20        Gen. 32:20
## 950      Genesis 32:21        Gen. 32:21
## 951      Genesis 32:22        Gen. 32:22
## 952      Genesis 32:23        Gen. 32:23
## 953      Genesis 32:24        Gen. 32:24
## 954      Genesis 32:25        Gen. 32:25
## 955      Genesis 32:26        Gen. 32:26
## 956      Genesis 32:27        Gen. 32:27
## 957      Genesis 32:28        Gen. 32:28
## 958      Genesis 32:29        Gen. 32:29
## 959      Genesis 32:30        Gen. 32:30
## 960      Genesis 32:31        Gen. 32:31
## 961      Genesis 32:32        Gen. 32:32
## 962       Genesis 33:1         Gen. 33:1
## 963       Genesis 33:2         Gen. 33:2
## 964       Genesis 33:3         Gen. 33:3
## 965       Genesis 33:4         Gen. 33:4
## 966       Genesis 33:5         Gen. 33:5
## 967       Genesis 33:6         Gen. 33:6
## 968       Genesis 33:7         Gen. 33:7
## 969       Genesis 33:8         Gen. 33:8
## 970       Genesis 33:9         Gen. 33:9
## 971      Genesis 33:10        Gen. 33:10
## 972      Genesis 33:11        Gen. 33:11
## 973      Genesis 33:12        Gen. 33:12
## 974      Genesis 33:13        Gen. 33:13
## 975      Genesis 33:14        Gen. 33:14
## 976      Genesis 33:15        Gen. 33:15
## 977      Genesis 33:16        Gen. 33:16
## 978      Genesis 33:17        Gen. 33:17
## 979      Genesis 33:18        Gen. 33:18
## 980      Genesis 33:19        Gen. 33:19
## 981      Genesis 33:20        Gen. 33:20
## 982       Genesis 34:1         Gen. 34:1
## 983       Genesis 34:2         Gen. 34:2
## 984       Genesis 34:3         Gen. 34:3
## 985       Genesis 34:4         Gen. 34:4
## 986       Genesis 34:5         Gen. 34:5
## 987       Genesis 34:6         Gen. 34:6
## 988       Genesis 34:7         Gen. 34:7
## 989       Genesis 34:8         Gen. 34:8
## 990       Genesis 34:9         Gen. 34:9
## 991      Genesis 34:10        Gen. 34:10
## 992      Genesis 34:11        Gen. 34:11
## 993      Genesis 34:12        Gen. 34:12
## 994      Genesis 34:13        Gen. 34:13
## 995      Genesis 34:14        Gen. 34:14
## 996      Genesis 34:15        Gen. 34:15
## 997      Genesis 34:16        Gen. 34:16
## 998      Genesis 34:17        Gen. 34:17
## 999      Genesis 34:18        Gen. 34:18
## 1000     Genesis 34:19        Gen. 34:19
## 1001     Genesis 34:20        Gen. 34:20
## 1002     Genesis 34:21        Gen. 34:21
## 1003     Genesis 34:22        Gen. 34:22
## 1004     Genesis 34:23        Gen. 34:23
## 1005     Genesis 34:24        Gen. 34:24
## 1006     Genesis 34:25        Gen. 34:25
## 1007     Genesis 34:26        Gen. 34:26
## 1008     Genesis 34:27        Gen. 34:27
## 1009     Genesis 34:28        Gen. 34:28
## 1010     Genesis 34:29        Gen. 34:29
## 1011     Genesis 34:30        Gen. 34:30
## 1012     Genesis 34:31        Gen. 34:31
## 1013      Genesis 35:1         Gen. 35:1
## 1014      Genesis 35:2         Gen. 35:2
## 1015      Genesis 35:3         Gen. 35:3
## 1016      Genesis 35:4         Gen. 35:4
## 1017      Genesis 35:5         Gen. 35:5
## 1018      Genesis 35:6         Gen. 35:6
## 1019      Genesis 35:7         Gen. 35:7
## 1020      Genesis 35:8         Gen. 35:8
## 1021      Genesis 35:9         Gen. 35:9
## 1022     Genesis 35:10        Gen. 35:10
## 1023     Genesis 35:11        Gen. 35:11
## 1024     Genesis 35:12        Gen. 35:12
## 1025     Genesis 35:13        Gen. 35:13
## 1026     Genesis 35:14        Gen. 35:14
## 1027     Genesis 35:15        Gen. 35:15
## 1028     Genesis 35:16        Gen. 35:16
## 1029     Genesis 35:17        Gen. 35:17
## 1030     Genesis 35:18        Gen. 35:18
## 1031     Genesis 35:19        Gen. 35:19
## 1032     Genesis 35:20        Gen. 35:20
## 1033     Genesis 35:21        Gen. 35:21
## 1034     Genesis 35:22        Gen. 35:22
## 1035     Genesis 35:23        Gen. 35:23
## 1036     Genesis 35:24        Gen. 35:24
## 1037     Genesis 35:25        Gen. 35:25
## 1038     Genesis 35:26        Gen. 35:26
## 1039     Genesis 35:27        Gen. 35:27
## 1040     Genesis 35:28        Gen. 35:28
## 1041     Genesis 35:29        Gen. 35:29
## 1042      Genesis 36:1         Gen. 36:1
## 1043      Genesis 36:2         Gen. 36:2
## 1044      Genesis 36:3         Gen. 36:3
## 1045      Genesis 36:4         Gen. 36:4
## 1046      Genesis 36:5         Gen. 36:5
## 1047      Genesis 36:6         Gen. 36:6
## 1048      Genesis 36:7         Gen. 36:7
## 1049      Genesis 36:8         Gen. 36:8
## 1050      Genesis 36:9         Gen. 36:9
## 1051     Genesis 36:10        Gen. 36:10
## 1052     Genesis 36:11        Gen. 36:11
## 1053     Genesis 36:12        Gen. 36:12
## 1054     Genesis 36:13        Gen. 36:13
## 1055     Genesis 36:14        Gen. 36:14
## 1056     Genesis 36:15        Gen. 36:15
## 1057     Genesis 36:16        Gen. 36:16
## 1058     Genesis 36:17        Gen. 36:17
## 1059     Genesis 36:18        Gen. 36:18
## 1060     Genesis 36:19        Gen. 36:19
## 1061     Genesis 36:20        Gen. 36:20
## 1062     Genesis 36:21        Gen. 36:21
## 1063     Genesis 36:22        Gen. 36:22
## 1064     Genesis 36:23        Gen. 36:23
## 1065     Genesis 36:24        Gen. 36:24
## 1066     Genesis 36:25        Gen. 36:25
## 1067     Genesis 36:26        Gen. 36:26
## 1068     Genesis 36:27        Gen. 36:27
## 1069     Genesis 36:28        Gen. 36:28
## 1070     Genesis 36:29        Gen. 36:29
## 1071     Genesis 36:30        Gen. 36:30
## 1072     Genesis 36:31        Gen. 36:31
## 1073     Genesis 36:32        Gen. 36:32
## 1074     Genesis 36:33        Gen. 36:33
## 1075     Genesis 36:34        Gen. 36:34
## 1076     Genesis 36:35        Gen. 36:35
## 1077     Genesis 36:36        Gen. 36:36
## 1078     Genesis 36:37        Gen. 36:37
## 1079     Genesis 36:38        Gen. 36:38
## 1080     Genesis 36:39        Gen. 36:39
## 1081     Genesis 36:40        Gen. 36:40
## 1082     Genesis 36:41        Gen. 36:41
## 1083     Genesis 36:42        Gen. 36:42
## 1084     Genesis 36:43        Gen. 36:43
## 1085      Genesis 37:1         Gen. 37:1
## 1086      Genesis 37:2         Gen. 37:2
## 1087      Genesis 37:3         Gen. 37:3
## 1088      Genesis 37:4         Gen. 37:4
## 1089      Genesis 37:5         Gen. 37:5
## 1090      Genesis 37:6         Gen. 37:6
## 1091      Genesis 37:7         Gen. 37:7
## 1092      Genesis 37:8         Gen. 37:8
## 1093      Genesis 37:9         Gen. 37:9
## 1094     Genesis 37:10        Gen. 37:10
## 1095     Genesis 37:11        Gen. 37:11
## 1096     Genesis 37:12        Gen. 37:12
## 1097     Genesis 37:13        Gen. 37:13
## 1098     Genesis 37:14        Gen. 37:14
## 1099     Genesis 37:15        Gen. 37:15
## 1100     Genesis 37:16        Gen. 37:16
## 1101     Genesis 37:17        Gen. 37:17
## 1102     Genesis 37:18        Gen. 37:18
## 1103     Genesis 37:19        Gen. 37:19
## 1104     Genesis 37:20        Gen. 37:20
## 1105     Genesis 37:21        Gen. 37:21
## 1106     Genesis 37:22        Gen. 37:22
## 1107     Genesis 37:23        Gen. 37:23
## 1108     Genesis 37:24        Gen. 37:24
## 1109     Genesis 37:25        Gen. 37:25
## 1110     Genesis 37:26        Gen. 37:26
## 1111     Genesis 37:27        Gen. 37:27
## 1112     Genesis 37:28        Gen. 37:28
## 1113     Genesis 37:29        Gen. 37:29
## 1114     Genesis 37:30        Gen. 37:30
## 1115     Genesis 37:31        Gen. 37:31
## 1116     Genesis 37:32        Gen. 37:32
## 1117     Genesis 37:33        Gen. 37:33
## 1118     Genesis 37:34        Gen. 37:34
## 1119     Genesis 37:35        Gen. 37:35
## 1120     Genesis 37:36        Gen. 37:36
## 1121      Genesis 38:1         Gen. 38:1
## 1122      Genesis 38:2         Gen. 38:2
## 1123      Genesis 38:3         Gen. 38:3
## 1124      Genesis 38:4         Gen. 38:4
## 1125      Genesis 38:5         Gen. 38:5
## 1126      Genesis 38:6         Gen. 38:6
## 1127      Genesis 38:7         Gen. 38:7
## 1128      Genesis 38:8         Gen. 38:8
## 1129      Genesis 38:9         Gen. 38:9
## 1130     Genesis 38:10        Gen. 38:10
## 1131     Genesis 38:11        Gen. 38:11
## 1132     Genesis 38:12        Gen. 38:12
## 1133     Genesis 38:13        Gen. 38:13
## 1134     Genesis 38:14        Gen. 38:14
## 1135     Genesis 38:15        Gen. 38:15
## 1136     Genesis 38:16        Gen. 38:16
## 1137     Genesis 38:17        Gen. 38:17
## 1138     Genesis 38:18        Gen. 38:18
## 1139     Genesis 38:19        Gen. 38:19
## 1140     Genesis 38:20        Gen. 38:20
## 1141     Genesis 38:21        Gen. 38:21
## 1142     Genesis 38:22        Gen. 38:22
## 1143     Genesis 38:23        Gen. 38:23
## 1144     Genesis 38:24        Gen. 38:24
## 1145     Genesis 38:25        Gen. 38:25
## 1146     Genesis 38:26        Gen. 38:26
## 1147     Genesis 38:27        Gen. 38:27
## 1148     Genesis 38:28        Gen. 38:28
## 1149     Genesis 38:29        Gen. 38:29
## 1150     Genesis 38:30        Gen. 38:30
## 1151      Genesis 39:1         Gen. 39:1
## 1152      Genesis 39:2         Gen. 39:2
## 1153      Genesis 39:3         Gen. 39:3
## 1154      Genesis 39:4         Gen. 39:4
## 1155      Genesis 39:5         Gen. 39:5
## 1156      Genesis 39:6         Gen. 39:6
## 1157      Genesis 39:7         Gen. 39:7
## 1158      Genesis 39:8         Gen. 39:8
## 1159      Genesis 39:9         Gen. 39:9
## 1160     Genesis 39:10        Gen. 39:10
## 1161     Genesis 39:11        Gen. 39:11
## 1162     Genesis 39:12        Gen. 39:12
## 1163     Genesis 39:13        Gen. 39:13
## 1164     Genesis 39:14        Gen. 39:14
## 1165     Genesis 39:15        Gen. 39:15
## 1166     Genesis 39:16        Gen. 39:16
## 1167     Genesis 39:17        Gen. 39:17
## 1168     Genesis 39:18        Gen. 39:18
## 1169     Genesis 39:19        Gen. 39:19
## 1170     Genesis 39:20        Gen. 39:20
## 1171     Genesis 39:21        Gen. 39:21
## 1172     Genesis 39:22        Gen. 39:22
## 1173     Genesis 39:23        Gen. 39:23
## 1174      Genesis 40:1         Gen. 40:1
## 1175      Genesis 40:2         Gen. 40:2
## 1176      Genesis 40:3         Gen. 40:3
## 1177      Genesis 40:4         Gen. 40:4
## 1178      Genesis 40:5         Gen. 40:5
## 1179      Genesis 40:6         Gen. 40:6
## 1180      Genesis 40:7         Gen. 40:7
## 1181      Genesis 40:8         Gen. 40:8
## 1182      Genesis 40:9         Gen. 40:9
## 1183     Genesis 40:10        Gen. 40:10
## 1184     Genesis 40:11        Gen. 40:11
## 1185     Genesis 40:12        Gen. 40:12
## 1186     Genesis 40:13        Gen. 40:13
## 1187     Genesis 40:14        Gen. 40:14
## 1188     Genesis 40:15        Gen. 40:15
## 1189     Genesis 40:16        Gen. 40:16
## 1190     Genesis 40:17        Gen. 40:17
## 1191     Genesis 40:18        Gen. 40:18
## 1192     Genesis 40:19        Gen. 40:19
## 1193     Genesis 40:20        Gen. 40:20
## 1194     Genesis 40:21        Gen. 40:21
## 1195     Genesis 40:22        Gen. 40:22
## 1196     Genesis 40:23        Gen. 40:23
## 1197      Genesis 41:1         Gen. 41:1
## 1198      Genesis 41:2         Gen. 41:2
## 1199      Genesis 41:3         Gen. 41:3
## 1200      Genesis 41:4         Gen. 41:4
## 1201      Genesis 41:5         Gen. 41:5
## 1202      Genesis 41:6         Gen. 41:6
## 1203      Genesis 41:7         Gen. 41:7
## 1204      Genesis 41:8         Gen. 41:8
## 1205      Genesis 41:9         Gen. 41:9
## 1206     Genesis 41:10        Gen. 41:10
## 1207     Genesis 41:11        Gen. 41:11
## 1208     Genesis 41:12        Gen. 41:12
## 1209     Genesis 41:13        Gen. 41:13
## 1210     Genesis 41:14        Gen. 41:14
## 1211     Genesis 41:15        Gen. 41:15
## 1212     Genesis 41:16        Gen. 41:16
## 1213     Genesis 41:17        Gen. 41:17
## 1214     Genesis 41:18        Gen. 41:18
## 1215     Genesis 41:19        Gen. 41:19
## 1216     Genesis 41:20        Gen. 41:20
## 1217     Genesis 41:21        Gen. 41:21
## 1218     Genesis 41:22        Gen. 41:22
## 1219     Genesis 41:23        Gen. 41:23
## 1220     Genesis 41:24        Gen. 41:24
## 1221     Genesis 41:25        Gen. 41:25
## 1222     Genesis 41:26        Gen. 41:26
## 1223     Genesis 41:27        Gen. 41:27
## 1224     Genesis 41:28        Gen. 41:28
## 1225     Genesis 41:29        Gen. 41:29
## 1226     Genesis 41:30        Gen. 41:30
## 1227     Genesis 41:31        Gen. 41:31
## 1228     Genesis 41:32        Gen. 41:32
## 1229     Genesis 41:33        Gen. 41:33
## 1230     Genesis 41:34        Gen. 41:34
## 1231     Genesis 41:35        Gen. 41:35
## 1232     Genesis 41:36        Gen. 41:36
## 1233     Genesis 41:37        Gen. 41:37
## 1234     Genesis 41:38        Gen. 41:38
## 1235     Genesis 41:39        Gen. 41:39
## 1236     Genesis 41:40        Gen. 41:40
## 1237     Genesis 41:41        Gen. 41:41
## 1238     Genesis 41:42        Gen. 41:42
## 1239     Genesis 41:43        Gen. 41:43
## 1240     Genesis 41:44        Gen. 41:44
## 1241     Genesis 41:45        Gen. 41:45
## 1242     Genesis 41:46        Gen. 41:46
## 1243     Genesis 41:47        Gen. 41:47
## 1244     Genesis 41:48        Gen. 41:48
## 1245     Genesis 41:49        Gen. 41:49
## 1246     Genesis 41:50        Gen. 41:50
## 1247     Genesis 41:51        Gen. 41:51
## 1248     Genesis 41:52        Gen. 41:52
## 1249     Genesis 41:53        Gen. 41:53
## 1250     Genesis 41:54        Gen. 41:54
## 1251     Genesis 41:55        Gen. 41:55
## 1252     Genesis 41:56        Gen. 41:56
## 1253     Genesis 41:57        Gen. 41:57
## 1254      Genesis 42:1         Gen. 42:1
## 1255      Genesis 42:2         Gen. 42:2
## 1256      Genesis 42:3         Gen. 42:3
## 1257      Genesis 42:4         Gen. 42:4
## 1258      Genesis 42:5         Gen. 42:5
## 1259      Genesis 42:6         Gen. 42:6
## 1260      Genesis 42:7         Gen. 42:7
## 1261      Genesis 42:8         Gen. 42:8
## 1262      Genesis 42:9         Gen. 42:9
## 1263     Genesis 42:10        Gen. 42:10
## 1264     Genesis 42:11        Gen. 42:11
## 1265     Genesis 42:12        Gen. 42:12
## 1266     Genesis 42:13        Gen. 42:13
## 1267     Genesis 42:14        Gen. 42:14
## 1268     Genesis 42:15        Gen. 42:15
## 1269     Genesis 42:16        Gen. 42:16
## 1270     Genesis 42:17        Gen. 42:17
## 1271     Genesis 42:18        Gen. 42:18
## 1272     Genesis 42:19        Gen. 42:19
## 1273     Genesis 42:20        Gen. 42:20
## 1274     Genesis 42:21        Gen. 42:21
## 1275     Genesis 42:22        Gen. 42:22
## 1276     Genesis 42:23        Gen. 42:23
## 1277     Genesis 42:24        Gen. 42:24
## 1278     Genesis 42:25        Gen. 42:25
## 1279     Genesis 42:26        Gen. 42:26
## 1280     Genesis 42:27        Gen. 42:27
## 1281     Genesis 42:28        Gen. 42:28
## 1282     Genesis 42:29        Gen. 42:29
## 1283     Genesis 42:30        Gen. 42:30
## 1284     Genesis 42:31        Gen. 42:31
## 1285     Genesis 42:32        Gen. 42:32
## 1286     Genesis 42:33        Gen. 42:33
## 1287     Genesis 42:34        Gen. 42:34
## 1288     Genesis 42:35        Gen. 42:35
## 1289     Genesis 42:36        Gen. 42:36
## 1290     Genesis 42:37        Gen. 42:37
## 1291     Genesis 42:38        Gen. 42:38
## 1292      Genesis 43:1         Gen. 43:1
## 1293      Genesis 43:2         Gen. 43:2
## 1294      Genesis 43:3         Gen. 43:3
## 1295      Genesis 43:4         Gen. 43:4
## 1296      Genesis 43:5         Gen. 43:5
## 1297      Genesis 43:6         Gen. 43:6
## 1298      Genesis 43:7         Gen. 43:7
## 1299      Genesis 43:8         Gen. 43:8
## 1300      Genesis 43:9         Gen. 43:9
## 1301     Genesis 43:10        Gen. 43:10
## 1302     Genesis 43:11        Gen. 43:11
## 1303     Genesis 43:12        Gen. 43:12
## 1304     Genesis 43:13        Gen. 43:13
## 1305     Genesis 43:14        Gen. 43:14
## 1306     Genesis 43:15        Gen. 43:15
## 1307     Genesis 43:16        Gen. 43:16
## 1308     Genesis 43:17        Gen. 43:17
## 1309     Genesis 43:18        Gen. 43:18
## 1310     Genesis 43:19        Gen. 43:19
## 1311     Genesis 43:20        Gen. 43:20
## 1312     Genesis 43:21        Gen. 43:21
## 1313     Genesis 43:22        Gen. 43:22
## 1314     Genesis 43:23        Gen. 43:23
## 1315     Genesis 43:24        Gen. 43:24
## 1316     Genesis 43:25        Gen. 43:25
## 1317     Genesis 43:26        Gen. 43:26
## 1318     Genesis 43:27        Gen. 43:27
## 1319     Genesis 43:28        Gen. 43:28
## 1320     Genesis 43:29        Gen. 43:29
## 1321     Genesis 43:30        Gen. 43:30
## 1322     Genesis 43:31        Gen. 43:31
## 1323     Genesis 43:32        Gen. 43:32
## 1324     Genesis 43:33        Gen. 43:33
## 1325     Genesis 43:34        Gen. 43:34
## 1326      Genesis 44:1         Gen. 44:1
## 1327      Genesis 44:2         Gen. 44:2
## 1328      Genesis 44:3         Gen. 44:3
## 1329      Genesis 44:4         Gen. 44:4
## 1330      Genesis 44:5         Gen. 44:5
## 1331      Genesis 44:6         Gen. 44:6
## 1332      Genesis 44:7         Gen. 44:7
## 1333      Genesis 44:8         Gen. 44:8
## 1334      Genesis 44:9         Gen. 44:9
## 1335     Genesis 44:10        Gen. 44:10
## 1336     Genesis 44:11        Gen. 44:11
## 1337     Genesis 44:12        Gen. 44:12
## 1338     Genesis 44:13        Gen. 44:13
## 1339     Genesis 44:14        Gen. 44:14
## 1340     Genesis 44:15        Gen. 44:15
## 1341     Genesis 44:16        Gen. 44:16
## 1342     Genesis 44:17        Gen. 44:17
## 1343     Genesis 44:18        Gen. 44:18
## 1344     Genesis 44:19        Gen. 44:19
## 1345     Genesis 44:20        Gen. 44:20
## 1346     Genesis 44:21        Gen. 44:21
## 1347     Genesis 44:22        Gen. 44:22
## 1348     Genesis 44:23        Gen. 44:23
## 1349     Genesis 44:24        Gen. 44:24
## 1350     Genesis 44:25        Gen. 44:25
## 1351     Genesis 44:26        Gen. 44:26
## 1352     Genesis 44:27        Gen. 44:27
## 1353     Genesis 44:28        Gen. 44:28
## 1354     Genesis 44:29        Gen. 44:29
## 1355     Genesis 44:30        Gen. 44:30
## 1356     Genesis 44:31        Gen. 44:31
## 1357     Genesis 44:32        Gen. 44:32
## 1358     Genesis 44:33        Gen. 44:33
## 1359     Genesis 44:34        Gen. 44:34
## 1360      Genesis 45:1         Gen. 45:1
## 1361      Genesis 45:2         Gen. 45:2
## 1362      Genesis 45:3         Gen. 45:3
## 1363      Genesis 45:4         Gen. 45:4
## 1364      Genesis 45:5         Gen. 45:5
## 1365      Genesis 45:6         Gen. 45:6
## 1366      Genesis 45:7         Gen. 45:7
## 1367      Genesis 45:8         Gen. 45:8
## 1368      Genesis 45:9         Gen. 45:9
## 1369     Genesis 45:10        Gen. 45:10
## 1370     Genesis 45:11        Gen. 45:11
## 1371     Genesis 45:12        Gen. 45:12
## 1372     Genesis 45:13        Gen. 45:13
## 1373     Genesis 45:14        Gen. 45:14
## 1374     Genesis 45:15        Gen. 45:15
## 1375     Genesis 45:16        Gen. 45:16
## 1376     Genesis 45:17        Gen. 45:17
## 1377     Genesis 45:18        Gen. 45:18
## 1378     Genesis 45:19        Gen. 45:19
## 1379     Genesis 45:20        Gen. 45:20
## 1380     Genesis 45:21        Gen. 45:21
## 1381     Genesis 45:22        Gen. 45:22
## 1382     Genesis 45:23        Gen. 45:23
## 1383     Genesis 45:24        Gen. 45:24
## 1384     Genesis 45:25        Gen. 45:25
## 1385     Genesis 45:26        Gen. 45:26
## 1386     Genesis 45:27        Gen. 45:27
## 1387     Genesis 45:28        Gen. 45:28
## 1388      Genesis 46:1         Gen. 46:1
## 1389      Genesis 46:2         Gen. 46:2
## 1390      Genesis 46:3         Gen. 46:3
## 1391      Genesis 46:4         Gen. 46:4
## 1392      Genesis 46:5         Gen. 46:5
## 1393      Genesis 46:6         Gen. 46:6
## 1394      Genesis 46:7         Gen. 46:7
## 1395      Genesis 46:8         Gen. 46:8
## 1396      Genesis 46:9         Gen. 46:9
## 1397     Genesis 46:10        Gen. 46:10
## 1398     Genesis 46:11        Gen. 46:11
## 1399     Genesis 46:12        Gen. 46:12
## 1400     Genesis 46:13        Gen. 46:13
## 1401     Genesis 46:14        Gen. 46:14
## 1402     Genesis 46:15        Gen. 46:15
## 1403     Genesis 46:16        Gen. 46:16
## 1404     Genesis 46:17        Gen. 46:17
## 1405     Genesis 46:18        Gen. 46:18
## 1406     Genesis 46:19        Gen. 46:19
## 1407     Genesis 46:20        Gen. 46:20
## 1408     Genesis 46:21        Gen. 46:21
## 1409     Genesis 46:22        Gen. 46:22
## 1410     Genesis 46:23        Gen. 46:23
## 1411     Genesis 46:24        Gen. 46:24
## 1412     Genesis 46:25        Gen. 46:25
## 1413     Genesis 46:26        Gen. 46:26
## 1414     Genesis 46:27        Gen. 46:27
## 1415     Genesis 46:28        Gen. 46:28
## 1416     Genesis 46:29        Gen. 46:29
## 1417     Genesis 46:30        Gen. 46:30
## 1418     Genesis 46:31        Gen. 46:31
## 1419     Genesis 46:32        Gen. 46:32
## 1420     Genesis 46:33        Gen. 46:33
## 1421     Genesis 46:34        Gen. 46:34
## 1422      Genesis 47:1         Gen. 47:1
## 1423      Genesis 47:2         Gen. 47:2
## 1424      Genesis 47:3         Gen. 47:3
## 1425      Genesis 47:4         Gen. 47:4
## 1426      Genesis 47:5         Gen. 47:5
## 1427      Genesis 47:6         Gen. 47:6
## 1428      Genesis 47:7         Gen. 47:7
## 1429      Genesis 47:8         Gen. 47:8
## 1430      Genesis 47:9         Gen. 47:9
## 1431     Genesis 47:10        Gen. 47:10
## 1432     Genesis 47:11        Gen. 47:11
## 1433     Genesis 47:12        Gen. 47:12
## 1434     Genesis 47:13        Gen. 47:13
## 1435     Genesis 47:14        Gen. 47:14
## 1436     Genesis 47:15        Gen. 47:15
## 1437     Genesis 47:16        Gen. 47:16
## 1438     Genesis 47:17        Gen. 47:17
## 1439     Genesis 47:18        Gen. 47:18
## 1440     Genesis 47:19        Gen. 47:19
## 1441     Genesis 47:20        Gen. 47:20
## 1442     Genesis 47:21        Gen. 47:21
## 1443     Genesis 47:22        Gen. 47:22
## 1444     Genesis 47:23        Gen. 47:23
## 1445     Genesis 47:24        Gen. 47:24
## 1446     Genesis 47:25        Gen. 47:25
## 1447     Genesis 47:26        Gen. 47:26
## 1448     Genesis 47:27        Gen. 47:27
## 1449     Genesis 47:28        Gen. 47:28
## 1450     Genesis 47:29        Gen. 47:29
## 1451     Genesis 47:30        Gen. 47:30
## 1452     Genesis 47:31        Gen. 47:31
## 1453      Genesis 48:1         Gen. 48:1
## 1454      Genesis 48:2         Gen. 48:2
## 1455      Genesis 48:3         Gen. 48:3
## 1456      Genesis 48:4         Gen. 48:4
## 1457      Genesis 48:5         Gen. 48:5
## 1458      Genesis 48:6         Gen. 48:6
## 1459      Genesis 48:7         Gen. 48:7
## 1460      Genesis 48:8         Gen. 48:8
## 1461      Genesis 48:9         Gen. 48:9
## 1462     Genesis 48:10        Gen. 48:10
## 1463     Genesis 48:11        Gen. 48:11
## 1464     Genesis 48:12        Gen. 48:12
## 1465     Genesis 48:13        Gen. 48:13
## 1466     Genesis 48:14        Gen. 48:14
## 1467     Genesis 48:15        Gen. 48:15
## 1468     Genesis 48:16        Gen. 48:16
## 1469     Genesis 48:17        Gen. 48:17
## 1470     Genesis 48:18        Gen. 48:18
## 1471     Genesis 48:19        Gen. 48:19
## 1472     Genesis 48:20        Gen. 48:20
## 1473     Genesis 48:21        Gen. 48:21
## 1474     Genesis 48:22        Gen. 48:22
## 1475      Genesis 49:1         Gen. 49:1
## 1476      Genesis 49:2         Gen. 49:2
## 1477      Genesis 49:3         Gen. 49:3
## 1478      Genesis 49:4         Gen. 49:4
## 1479      Genesis 49:5         Gen. 49:5
## 1480      Genesis 49:6         Gen. 49:6
## 1481      Genesis 49:7         Gen. 49:7
## 1482      Genesis 49:8         Gen. 49:8
## 1483      Genesis 49:9         Gen. 49:9
## 1484     Genesis 49:10        Gen. 49:10
## 1485     Genesis 49:11        Gen. 49:11
## 1486     Genesis 49:12        Gen. 49:12
## 1487     Genesis 49:13        Gen. 49:13
## 1488     Genesis 49:14        Gen. 49:14
## 1489     Genesis 49:15        Gen. 49:15
## 1490     Genesis 49:16        Gen. 49:16
## 1491     Genesis 49:17        Gen. 49:17
## 1492     Genesis 49:18        Gen. 49:18
## 1493     Genesis 49:19        Gen. 49:19
## 1494     Genesis 49:20        Gen. 49:20
## 1495     Genesis 49:21        Gen. 49:21
## 1496     Genesis 49:22        Gen. 49:22
## 1497     Genesis 49:23        Gen. 49:23
## 1498     Genesis 49:24        Gen. 49:24
## 1499     Genesis 49:25        Gen. 49:25
## 1500     Genesis 49:26        Gen. 49:26
## 1501     Genesis 49:27        Gen. 49:27
## 1502     Genesis 49:28        Gen. 49:28
## 1503     Genesis 49:29        Gen. 49:29
## 1504     Genesis 49:30        Gen. 49:30
## 1505     Genesis 49:31        Gen. 49:31
## 1506     Genesis 49:32        Gen. 49:32
## 1507     Genesis 49:33        Gen. 49:33
## 1508      Genesis 50:1         Gen. 50:1
## 1509      Genesis 50:2         Gen. 50:2
## 1510      Genesis 50:3         Gen. 50:3
## 1511      Genesis 50:4         Gen. 50:4
## 1512      Genesis 50:5         Gen. 50:5
## 1513      Genesis 50:6         Gen. 50:6
## 1514      Genesis 50:7         Gen. 50:7
## 1515      Genesis 50:8         Gen. 50:8
## 1516      Genesis 50:9         Gen. 50:9
## 1517     Genesis 50:10        Gen. 50:10
## 1518     Genesis 50:11        Gen. 50:11
## 1519     Genesis 50:12        Gen. 50:12
## 1520     Genesis 50:13        Gen. 50:13
## 1521     Genesis 50:14        Gen. 50:14
## 1522     Genesis 50:15        Gen. 50:15
## 1523     Genesis 50:16        Gen. 50:16
## 1524     Genesis 50:17        Gen. 50:17
## 1525     Genesis 50:18        Gen. 50:18
## 1526     Genesis 50:19        Gen. 50:19
## 1527     Genesis 50:20        Gen. 50:20
## 1528     Genesis 50:21        Gen. 50:21
## 1529     Genesis 50:22        Gen. 50:22
## 1530     Genesis 50:23        Gen. 50:23
## 1531     Genesis 50:24        Gen. 50:24
## 1532     Genesis 50:25        Gen. 50:25
## 1533     Genesis 50:26        Gen. 50:26
## 1534        Exodus 1:1           Ex. 1:1
## 1535        Exodus 1:2           Ex. 1:2
## 1536        Exodus 1:3           Ex. 1:3
## 1537        Exodus 1:4           Ex. 1:4
## 1538        Exodus 1:5           Ex. 1:5
## 1539        Exodus 1:6           Ex. 1:6
## 1540        Exodus 1:7           Ex. 1:7
## 1541        Exodus 1:8           Ex. 1:8
## 1542        Exodus 1:9           Ex. 1:9
## 1543       Exodus 1:10          Ex. 1:10
## 1544       Exodus 1:11          Ex. 1:11
## 1545       Exodus 1:12          Ex. 1:12
## 1546       Exodus 1:13          Ex. 1:13
## 1547       Exodus 1:14          Ex. 1:14
## 1548       Exodus 1:15          Ex. 1:15
## 1549       Exodus 1:16          Ex. 1:16
## 1550       Exodus 1:17          Ex. 1:17
## 1551       Exodus 1:18          Ex. 1:18
## 1552       Exodus 1:19          Ex. 1:19
## 1553       Exodus 1:20          Ex. 1:20
## 1554       Exodus 1:21          Ex. 1:21
## 1555       Exodus 1:22          Ex. 1:22
## 1556        Exodus 2:1           Ex. 2:1
## 1557        Exodus 2:2           Ex. 2:2
## 1558        Exodus 2:3           Ex. 2:3
## 1559        Exodus 2:4           Ex. 2:4
## 1560        Exodus 2:5           Ex. 2:5
## 1561        Exodus 2:6           Ex. 2:6
## 1562        Exodus 2:7           Ex. 2:7
## 1563        Exodus 2:8           Ex. 2:8
## 1564        Exodus 2:9           Ex. 2:9
## 1565       Exodus 2:10          Ex. 2:10
## 1566       Exodus 2:11          Ex. 2:11
## 1567       Exodus 2:12          Ex. 2:12
## 1568       Exodus 2:13          Ex. 2:13
## 1569       Exodus 2:14          Ex. 2:14
## 1570       Exodus 2:15          Ex. 2:15
## 1571       Exodus 2:16          Ex. 2:16
## 1572       Exodus 2:17          Ex. 2:17
## 1573       Exodus 2:18          Ex. 2:18
## 1574       Exodus 2:19          Ex. 2:19
## 1575       Exodus 2:20          Ex. 2:20
## 1576       Exodus 2:21          Ex. 2:21
## 1577       Exodus 2:22          Ex. 2:22
## 1578       Exodus 2:23          Ex. 2:23
## 1579       Exodus 2:24          Ex. 2:24
## 1580       Exodus 2:25          Ex. 2:25
## 1581        Exodus 3:1           Ex. 3:1
## 1582        Exodus 3:2           Ex. 3:2
## 1583        Exodus 3:3           Ex. 3:3
## 1584        Exodus 3:4           Ex. 3:4
## 1585        Exodus 3:5           Ex. 3:5
## 1586        Exodus 3:6           Ex. 3:6
## 1587        Exodus 3:7           Ex. 3:7
## 1588        Exodus 3:8           Ex. 3:8
## 1589        Exodus 3:9           Ex. 3:9
## 1590       Exodus 3:10          Ex. 3:10
## 1591       Exodus 3:11          Ex. 3:11
## 1592       Exodus 3:12          Ex. 3:12
## 1593       Exodus 3:13          Ex. 3:13
## 1594       Exodus 3:14          Ex. 3:14
## 1595       Exodus 3:15          Ex. 3:15
## 1596       Exodus 3:16          Ex. 3:16
## 1597       Exodus 3:17          Ex. 3:17
## 1598       Exodus 3:18          Ex. 3:18
## 1599       Exodus 3:19          Ex. 3:19
## 1600       Exodus 3:20          Ex. 3:20
## 1601       Exodus 3:21          Ex. 3:21
## 1602       Exodus 3:22          Ex. 3:22
## 1603        Exodus 4:1           Ex. 4:1
## 1604        Exodus 4:2           Ex. 4:2
## 1605        Exodus 4:3           Ex. 4:3
## 1606        Exodus 4:4           Ex. 4:4
## 1607        Exodus 4:5           Ex. 4:5
## 1608        Exodus 4:6           Ex. 4:6
## 1609        Exodus 4:7           Ex. 4:7
## 1610        Exodus 4:8           Ex. 4:8
## 1611        Exodus 4:9           Ex. 4:9
## 1612       Exodus 4:10          Ex. 4:10
## 1613       Exodus 4:11          Ex. 4:11
## 1614       Exodus 4:12          Ex. 4:12
## 1615       Exodus 4:13          Ex. 4:13
## 1616       Exodus 4:14          Ex. 4:14
## 1617       Exodus 4:15          Ex. 4:15
## 1618       Exodus 4:16          Ex. 4:16
## 1619       Exodus 4:17          Ex. 4:17
## 1620       Exodus 4:18          Ex. 4:18
## 1621       Exodus 4:19          Ex. 4:19
## 1622       Exodus 4:20          Ex. 4:20
## 1623       Exodus 4:21          Ex. 4:21
## 1624       Exodus 4:22          Ex. 4:22
## 1625       Exodus 4:23          Ex. 4:23
## 1626       Exodus 4:24          Ex. 4:24
## 1627       Exodus 4:25          Ex. 4:25
## 1628       Exodus 4:26          Ex. 4:26
## 1629       Exodus 4:27          Ex. 4:27
## 1630       Exodus 4:28          Ex. 4:28
## 1631       Exodus 4:29          Ex. 4:29
## 1632       Exodus 4:30          Ex. 4:30
## 1633       Exodus 4:31          Ex. 4:31
## 1634        Exodus 5:1           Ex. 5:1
## 1635        Exodus 5:2           Ex. 5:2
## 1636        Exodus 5:3           Ex. 5:3
## 1637        Exodus 5:4           Ex. 5:4
## 1638        Exodus 5:5           Ex. 5:5
## 1639        Exodus 5:6           Ex. 5:6
## 1640        Exodus 5:7           Ex. 5:7
## 1641        Exodus 5:8           Ex. 5:8
## 1642        Exodus 5:9           Ex. 5:9
## 1643       Exodus 5:10          Ex. 5:10
## 1644       Exodus 5:11          Ex. 5:11
## 1645       Exodus 5:12          Ex. 5:12
## 1646       Exodus 5:13          Ex. 5:13
## 1647       Exodus 5:14          Ex. 5:14
## 1648       Exodus 5:15          Ex. 5:15
## 1649       Exodus 5:16          Ex. 5:16
## 1650       Exodus 5:17          Ex. 5:17
## 1651       Exodus 5:18          Ex. 5:18
## 1652       Exodus 5:19          Ex. 5:19
## 1653       Exodus 5:20          Ex. 5:20
## 1654       Exodus 5:21          Ex. 5:21
## 1655       Exodus 5:22          Ex. 5:22
## 1656       Exodus 5:23          Ex. 5:23
## 1657        Exodus 6:1           Ex. 6:1
## 1658        Exodus 6:2           Ex. 6:2
## 1659        Exodus 6:3           Ex. 6:3
## 1660        Exodus 6:4           Ex. 6:4
## 1661        Exodus 6:5           Ex. 6:5
## 1662        Exodus 6:6           Ex. 6:6
## 1663        Exodus 6:7           Ex. 6:7
## 1664        Exodus 6:8           Ex. 6:8
## 1665        Exodus 6:9           Ex. 6:9
## 1666       Exodus 6:10          Ex. 6:10
## 1667       Exodus 6:11          Ex. 6:11
## 1668       Exodus 6:12          Ex. 6:12
## 1669       Exodus 6:13          Ex. 6:13
## 1670       Exodus 6:14          Ex. 6:14
## 1671       Exodus 6:15          Ex. 6:15
## 1672       Exodus 6:16          Ex. 6:16
## 1673       Exodus 6:17          Ex. 6:17
## 1674       Exodus 6:18          Ex. 6:18
## 1675       Exodus 6:19          Ex. 6:19
## 1676       Exodus 6:20          Ex. 6:20
## 1677       Exodus 6:21          Ex. 6:21
## 1678       Exodus 6:22          Ex. 6:22
## 1679       Exodus 6:23          Ex. 6:23
## 1680       Exodus 6:24          Ex. 6:24
## 1681       Exodus 6:25          Ex. 6:25
## 1682       Exodus 6:26          Ex. 6:26
## 1683       Exodus 6:27          Ex. 6:27
## 1684       Exodus 6:28          Ex. 6:28
## 1685       Exodus 6:29          Ex. 6:29
## 1686       Exodus 6:30          Ex. 6:30
## 1687        Exodus 7:1           Ex. 7:1
## 1688        Exodus 7:2           Ex. 7:2
## 1689        Exodus 7:3           Ex. 7:3
## 1690        Exodus 7:4           Ex. 7:4
## 1691        Exodus 7:5           Ex. 7:5
## 1692        Exodus 7:6           Ex. 7:6
## 1693        Exodus 7:7           Ex. 7:7
## 1694        Exodus 7:8           Ex. 7:8
## 1695        Exodus 7:9           Ex. 7:9
## 1696       Exodus 7:10          Ex. 7:10
## 1697       Exodus 7:11          Ex. 7:11
## 1698       Exodus 7:12          Ex. 7:12
## 1699       Exodus 7:13          Ex. 7:13
## 1700       Exodus 7:14          Ex. 7:14
## 1701       Exodus 7:15          Ex. 7:15
## 1702       Exodus 7:16          Ex. 7:16
## 1703       Exodus 7:17          Ex. 7:17
## 1704       Exodus 7:18          Ex. 7:18
## 1705       Exodus 7:19          Ex. 7:19
## 1706       Exodus 7:20          Ex. 7:20
## 1707       Exodus 7:21          Ex. 7:21
## 1708       Exodus 7:22          Ex. 7:22
## 1709       Exodus 7:23          Ex. 7:23
## 1710       Exodus 7:24          Ex. 7:24
## 1711       Exodus 7:25          Ex. 7:25
## 1712        Exodus 8:1           Ex. 8:1
## 1713        Exodus 8:2           Ex. 8:2
## 1714        Exodus 8:3           Ex. 8:3
## 1715        Exodus 8:4           Ex. 8:4
## 1716        Exodus 8:5           Ex. 8:5
## 1717        Exodus 8:6           Ex. 8:6
## 1718        Exodus 8:7           Ex. 8:7
## 1719        Exodus 8:8           Ex. 8:8
## 1720        Exodus 8:9           Ex. 8:9
## 1721       Exodus 8:10          Ex. 8:10
## 1722       Exodus 8:11          Ex. 8:11
## 1723       Exodus 8:12          Ex. 8:12
## 1724       Exodus 8:13          Ex. 8:13
## 1725       Exodus 8:14          Ex. 8:14
## 1726       Exodus 8:15          Ex. 8:15
## 1727       Exodus 8:16          Ex. 8:16
## 1728       Exodus 8:17          Ex. 8:17
## 1729       Exodus 8:18          Ex. 8:18
## 1730       Exodus 8:19          Ex. 8:19
## 1731       Exodus 8:20          Ex. 8:20
## 1732       Exodus 8:21          Ex. 8:21
## 1733       Exodus 8:22          Ex. 8:22
## 1734       Exodus 8:23          Ex. 8:23
## 1735       Exodus 8:24          Ex. 8:24
## 1736       Exodus 8:25          Ex. 8:25
## 1737       Exodus 8:26          Ex. 8:26
## 1738       Exodus 8:27          Ex. 8:27
## 1739       Exodus 8:28          Ex. 8:28
## 1740       Exodus 8:29          Ex. 8:29
## 1741       Exodus 8:30          Ex. 8:30
## 1742       Exodus 8:31          Ex. 8:31
## 1743       Exodus 8:32          Ex. 8:32
## 1744        Exodus 9:1           Ex. 9:1
## 1745        Exodus 9:2           Ex. 9:2
## 1746        Exodus 9:3           Ex. 9:3
## 1747        Exodus 9:4           Ex. 9:4
## 1748        Exodus 9:5           Ex. 9:5
## 1749        Exodus 9:6           Ex. 9:6
## 1750        Exodus 9:7           Ex. 9:7
## 1751        Exodus 9:8           Ex. 9:8
## 1752        Exodus 9:9           Ex. 9:9
## 1753       Exodus 9:10          Ex. 9:10
## 1754       Exodus 9:11          Ex. 9:11
## 1755       Exodus 9:12          Ex. 9:12
## 1756       Exodus 9:13          Ex. 9:13
## 1757       Exodus 9:14          Ex. 9:14
## 1758       Exodus 9:15          Ex. 9:15
## 1759       Exodus 9:16          Ex. 9:16
## 1760       Exodus 9:17          Ex. 9:17
## 1761       Exodus 9:18          Ex. 9:18
## 1762       Exodus 9:19          Ex. 9:19
## 1763       Exodus 9:20          Ex. 9:20
## 1764       Exodus 9:21          Ex. 9:21
## 1765       Exodus 9:22          Ex. 9:22
## 1766       Exodus 9:23          Ex. 9:23
## 1767       Exodus 9:24          Ex. 9:24
## 1768       Exodus 9:25          Ex. 9:25
## 1769       Exodus 9:26          Ex. 9:26
## 1770       Exodus 9:27          Ex. 9:27
## 1771       Exodus 9:28          Ex. 9:28
## 1772       Exodus 9:29          Ex. 9:29
## 1773       Exodus 9:30          Ex. 9:30
## 1774       Exodus 9:31          Ex. 9:31
## 1775       Exodus 9:32          Ex. 9:32
## 1776       Exodus 9:33          Ex. 9:33
## 1777       Exodus 9:34          Ex. 9:34
## 1778       Exodus 9:35          Ex. 9:35
## 1779       Exodus 10:1          Ex. 10:1
## 1780       Exodus 10:2          Ex. 10:2
## 1781       Exodus 10:3          Ex. 10:3
## 1782       Exodus 10:4          Ex. 10:4
## 1783       Exodus 10:5          Ex. 10:5
## 1784       Exodus 10:6          Ex. 10:6
## 1785       Exodus 10:7          Ex. 10:7
## 1786       Exodus 10:8          Ex. 10:8
## 1787       Exodus 10:9          Ex. 10:9
## 1788      Exodus 10:10         Ex. 10:10
## 1789      Exodus 10:11         Ex. 10:11
## 1790      Exodus 10:12         Ex. 10:12
## 1791      Exodus 10:13         Ex. 10:13
## 1792      Exodus 10:14         Ex. 10:14
## 1793      Exodus 10:15         Ex. 10:15
## 1794      Exodus 10:16         Ex. 10:16
## 1795      Exodus 10:17         Ex. 10:17
## 1796      Exodus 10:18         Ex. 10:18
## 1797      Exodus 10:19         Ex. 10:19
## 1798      Exodus 10:20         Ex. 10:20
## 1799      Exodus 10:21         Ex. 10:21
## 1800      Exodus 10:22         Ex. 10:22
## 1801      Exodus 10:23         Ex. 10:23
## 1802      Exodus 10:24         Ex. 10:24
## 1803      Exodus 10:25         Ex. 10:25
## 1804      Exodus 10:26         Ex. 10:26
## 1805      Exodus 10:27         Ex. 10:27
## 1806      Exodus 10:28         Ex. 10:28
## 1807      Exodus 10:29         Ex. 10:29
## 1808       Exodus 11:1          Ex. 11:1
## 1809       Exodus 11:2          Ex. 11:2
## 1810       Exodus 11:3          Ex. 11:3
## 1811       Exodus 11:4          Ex. 11:4
## 1812       Exodus 11:5          Ex. 11:5
## 1813       Exodus 11:6          Ex. 11:6
## 1814       Exodus 11:7          Ex. 11:7
## 1815       Exodus 11:8          Ex. 11:8
## 1816       Exodus 11:9          Ex. 11:9
## 1817      Exodus 11:10         Ex. 11:10
## 1818       Exodus 12:1          Ex. 12:1
## 1819       Exodus 12:2          Ex. 12:2
## 1820       Exodus 12:3          Ex. 12:3
## 1821       Exodus 12:4          Ex. 12:4
## 1822       Exodus 12:5          Ex. 12:5
## 1823       Exodus 12:6          Ex. 12:6
## 1824       Exodus 12:7          Ex. 12:7
## 1825       Exodus 12:8          Ex. 12:8
## 1826       Exodus 12:9          Ex. 12:9
## 1827      Exodus 12:10         Ex. 12:10
## 1828      Exodus 12:11         Ex. 12:11
## 1829      Exodus 12:12         Ex. 12:12
## 1830      Exodus 12:13         Ex. 12:13
## 1831      Exodus 12:14         Ex. 12:14
## 1832      Exodus 12:15         Ex. 12:15
## 1833      Exodus 12:16         Ex. 12:16
## 1834      Exodus 12:17         Ex. 12:17
## 1835      Exodus 12:18         Ex. 12:18
## 1836      Exodus 12:19         Ex. 12:19
## 1837      Exodus 12:20         Ex. 12:20
## 1838      Exodus 12:21         Ex. 12:21
## 1839      Exodus 12:22         Ex. 12:22
## 1840      Exodus 12:23         Ex. 12:23
## 1841      Exodus 12:24         Ex. 12:24
## 1842      Exodus 12:25         Ex. 12:25
## 1843      Exodus 12:26         Ex. 12:26
## 1844      Exodus 12:27         Ex. 12:27
## 1845      Exodus 12:28         Ex. 12:28
## 1846      Exodus 12:29         Ex. 12:29
## 1847      Exodus 12:30         Ex. 12:30
## 1848      Exodus 12:31         Ex. 12:31
## 1849      Exodus 12:32         Ex. 12:32
## 1850      Exodus 12:33         Ex. 12:33
## 1851      Exodus 12:34         Ex. 12:34
## 1852      Exodus 12:35         Ex. 12:35
## 1853      Exodus 12:36         Ex. 12:36
## 1854      Exodus 12:37         Ex. 12:37
## 1855      Exodus 12:38         Ex. 12:38
## 1856      Exodus 12:39         Ex. 12:39
## 1857      Exodus 12:40         Ex. 12:40
## 1858      Exodus 12:41         Ex. 12:41
## 1859      Exodus 12:42         Ex. 12:42
## 1860      Exodus 12:43         Ex. 12:43
## 1861      Exodus 12:44         Ex. 12:44
## 1862      Exodus 12:45         Ex. 12:45
## 1863      Exodus 12:46         Ex. 12:46
## 1864      Exodus 12:47         Ex. 12:47
## 1865      Exodus 12:48         Ex. 12:48
## 1866      Exodus 12:49         Ex. 12:49
## 1867      Exodus 12:50         Ex. 12:50
## 1868      Exodus 12:51         Ex. 12:51
## 1869       Exodus 13:1          Ex. 13:1
## 1870       Exodus 13:2          Ex. 13:2
## 1871       Exodus 13:3          Ex. 13:3
## 1872       Exodus 13:4          Ex. 13:4
## 1873       Exodus 13:5          Ex. 13:5
## 1874       Exodus 13:6          Ex. 13:6
## 1875       Exodus 13:7          Ex. 13:7
## 1876       Exodus 13:8          Ex. 13:8
## 1877       Exodus 13:9          Ex. 13:9
## 1878      Exodus 13:10         Ex. 13:10
## 1879      Exodus 13:11         Ex. 13:11
## 1880      Exodus 13:12         Ex. 13:12
## 1881      Exodus 13:13         Ex. 13:13
## 1882      Exodus 13:14         Ex. 13:14
## 1883      Exodus 13:15         Ex. 13:15
## 1884      Exodus 13:16         Ex. 13:16
## 1885      Exodus 13:17         Ex. 13:17
## 1886      Exodus 13:18         Ex. 13:18
## 1887      Exodus 13:19         Ex. 13:19
## 1888      Exodus 13:20         Ex. 13:20
## 1889      Exodus 13:21         Ex. 13:21
## 1890      Exodus 13:22         Ex. 13:22
## 1891       Exodus 14:1          Ex. 14:1
## 1892       Exodus 14:2          Ex. 14:2
## 1893       Exodus 14:3          Ex. 14:3
## 1894       Exodus 14:4          Ex. 14:4
## 1895       Exodus 14:5          Ex. 14:5
## 1896       Exodus 14:6          Ex. 14:6
## 1897       Exodus 14:7          Ex. 14:7
## 1898       Exodus 14:8          Ex. 14:8
## 1899       Exodus 14:9          Ex. 14:9
## 1900      Exodus 14:10         Ex. 14:10
## 1901      Exodus 14:11         Ex. 14:11
## 1902      Exodus 14:12         Ex. 14:12
## 1903      Exodus 14:13         Ex. 14:13
## 1904      Exodus 14:14         Ex. 14:14
## 1905      Exodus 14:15         Ex. 14:15
## 1906      Exodus 14:16         Ex. 14:16
## 1907      Exodus 14:17         Ex. 14:17
## 1908      Exodus 14:18         Ex. 14:18
## 1909      Exodus 14:19         Ex. 14:19
## 1910      Exodus 14:20         Ex. 14:20
## 1911      Exodus 14:21         Ex. 14:21
## 1912      Exodus 14:22         Ex. 14:22
## 1913      Exodus 14:23         Ex. 14:23
## 1914      Exodus 14:24         Ex. 14:24
## 1915      Exodus 14:25         Ex. 14:25
## 1916      Exodus 14:26         Ex. 14:26
## 1917      Exodus 14:27         Ex. 14:27
## 1918      Exodus 14:28         Ex. 14:28
## 1919      Exodus 14:29         Ex. 14:29
## 1920      Exodus 14:30         Ex. 14:30
## 1921      Exodus 14:31         Ex. 14:31
## 1922       Exodus 15:1          Ex. 15:1
## 1923       Exodus 15:2          Ex. 15:2
## 1924       Exodus 15:3          Ex. 15:3
## 1925       Exodus 15:4          Ex. 15:4
## 1926       Exodus 15:5          Ex. 15:5
## 1927       Exodus 15:6          Ex. 15:6
## 1928       Exodus 15:7          Ex. 15:7
## 1929       Exodus 15:8          Ex. 15:8
## 1930       Exodus 15:9          Ex. 15:9
## 1931      Exodus 15:10         Ex. 15:10
## 1932      Exodus 15:11         Ex. 15:11
## 1933      Exodus 15:12         Ex. 15:12
## 1934      Exodus 15:13         Ex. 15:13
## 1935      Exodus 15:14         Ex. 15:14
## 1936      Exodus 15:15         Ex. 15:15
## 1937      Exodus 15:16         Ex. 15:16
## 1938      Exodus 15:17         Ex. 15:17
## 1939      Exodus 15:18         Ex. 15:18
## 1940      Exodus 15:19         Ex. 15:19
## 1941      Exodus 15:20         Ex. 15:20
## 1942      Exodus 15:21         Ex. 15:21
## 1943      Exodus 15:22         Ex. 15:22
## 1944      Exodus 15:23         Ex. 15:23
## 1945      Exodus 15:24         Ex. 15:24
## 1946      Exodus 15:25         Ex. 15:25
## 1947      Exodus 15:26         Ex. 15:26
## 1948      Exodus 15:27         Ex. 15:27
## 1949       Exodus 16:1          Ex. 16:1
## 1950       Exodus 16:2          Ex. 16:2
## 1951       Exodus 16:3          Ex. 16:3
## 1952       Exodus 16:4          Ex. 16:4
## 1953       Exodus 16:5          Ex. 16:5
## 1954       Exodus 16:6          Ex. 16:6
## 1955       Exodus 16:7          Ex. 16:7
## 1956       Exodus 16:8          Ex. 16:8
## 1957       Exodus 16:9          Ex. 16:9
## 1958      Exodus 16:10         Ex. 16:10
## 1959      Exodus 16:11         Ex. 16:11
## 1960      Exodus 16:12         Ex. 16:12
## 1961      Exodus 16:13         Ex. 16:13
## 1962      Exodus 16:14         Ex. 16:14
## 1963      Exodus 16:15         Ex. 16:15
## 1964      Exodus 16:16         Ex. 16:16
## 1965      Exodus 16:17         Ex. 16:17
## 1966      Exodus 16:18         Ex. 16:18
## 1967      Exodus 16:19         Ex. 16:19
## 1968      Exodus 16:20         Ex. 16:20
## 1969      Exodus 16:21         Ex. 16:21
## 1970      Exodus 16:22         Ex. 16:22
## 1971      Exodus 16:23         Ex. 16:23
## 1972      Exodus 16:24         Ex. 16:24
## 1973      Exodus 16:25         Ex. 16:25
## 1974      Exodus 16:26         Ex. 16:26
## 1975      Exodus 16:27         Ex. 16:27
## 1976      Exodus 16:28         Ex. 16:28
## 1977      Exodus 16:29         Ex. 16:29
## 1978      Exodus 16:30         Ex. 16:30
## 1979      Exodus 16:31         Ex. 16:31
## 1980      Exodus 16:32         Ex. 16:32
## 1981      Exodus 16:33         Ex. 16:33
## 1982      Exodus 16:34         Ex. 16:34
## 1983      Exodus 16:35         Ex. 16:35
## 1984      Exodus 16:36         Ex. 16:36
## 1985       Exodus 17:1          Ex. 17:1
## 1986       Exodus 17:2          Ex. 17:2
## 1987       Exodus 17:3          Ex. 17:3
## 1988       Exodus 17:4          Ex. 17:4
## 1989       Exodus 17:5          Ex. 17:5
## 1990       Exodus 17:6          Ex. 17:6
## 1991       Exodus 17:7          Ex. 17:7
## 1992       Exodus 17:8          Ex. 17:8
## 1993       Exodus 17:9          Ex. 17:9
## 1994      Exodus 17:10         Ex. 17:10
## 1995      Exodus 17:11         Ex. 17:11
## 1996      Exodus 17:12         Ex. 17:12
## 1997      Exodus 17:13         Ex. 17:13
## 1998      Exodus 17:14         Ex. 17:14
## 1999      Exodus 17:15         Ex. 17:15
## 2000      Exodus 17:16         Ex. 17:16
## 2001       Exodus 18:1          Ex. 18:1
## 2002       Exodus 18:2          Ex. 18:2
## 2003       Exodus 18:3          Ex. 18:3
## 2004       Exodus 18:4          Ex. 18:4
## 2005       Exodus 18:5          Ex. 18:5
## 2006       Exodus 18:6          Ex. 18:6
## 2007       Exodus 18:7          Ex. 18:7
## 2008       Exodus 18:8          Ex. 18:8
## 2009       Exodus 18:9          Ex. 18:9
## 2010      Exodus 18:10         Ex. 18:10
## 2011      Exodus 18:11         Ex. 18:11
## 2012      Exodus 18:12         Ex. 18:12
## 2013      Exodus 18:13         Ex. 18:13
## 2014      Exodus 18:14         Ex. 18:14
## 2015      Exodus 18:15         Ex. 18:15
## 2016      Exodus 18:16         Ex. 18:16
## 2017      Exodus 18:17         Ex. 18:17
## 2018      Exodus 18:18         Ex. 18:18
## 2019      Exodus 18:19         Ex. 18:19
## 2020      Exodus 18:20         Ex. 18:20
## 2021      Exodus 18:21         Ex. 18:21
## 2022      Exodus 18:22         Ex. 18:22
## 2023      Exodus 18:23         Ex. 18:23
## 2024      Exodus 18:24         Ex. 18:24
## 2025      Exodus 18:25         Ex. 18:25
## 2026      Exodus 18:26         Ex. 18:26
## 2027      Exodus 18:27         Ex. 18:27
## 2028       Exodus 19:1          Ex. 19:1
## 2029       Exodus 19:2          Ex. 19:2
## 2030       Exodus 19:3          Ex. 19:3
## 2031       Exodus 19:4          Ex. 19:4
## 2032       Exodus 19:5          Ex. 19:5
## 2033       Exodus 19:6          Ex. 19:6
## 2034       Exodus 19:7          Ex. 19:7
## 2035       Exodus 19:8          Ex. 19:8
## 2036       Exodus 19:9          Ex. 19:9
## 2037      Exodus 19:10         Ex. 19:10
## 2038      Exodus 19:11         Ex. 19:11
## 2039      Exodus 19:12         Ex. 19:12
## 2040      Exodus 19:13         Ex. 19:13
## 2041      Exodus 19:14         Ex. 19:14
## 2042      Exodus 19:15         Ex. 19:15
## 2043      Exodus 19:16         Ex. 19:16
## 2044      Exodus 19:17         Ex. 19:17
## 2045      Exodus 19:18         Ex. 19:18
## 2046      Exodus 19:19         Ex. 19:19
## 2047      Exodus 19:20         Ex. 19:20
## 2048      Exodus 19:21         Ex. 19:21
## 2049      Exodus 19:22         Ex. 19:22
## 2050      Exodus 19:23         Ex. 19:23
## 2051      Exodus 19:24         Ex. 19:24
## 2052      Exodus 19:25         Ex. 19:25
## 2053       Exodus 20:1          Ex. 20:1
## 2054       Exodus 20:2          Ex. 20:2
## 2055       Exodus 20:3          Ex. 20:3
## 2056       Exodus 20:4          Ex. 20:4
## 2057       Exodus 20:5          Ex. 20:5
## 2058       Exodus 20:6          Ex. 20:6
## 2059       Exodus 20:7          Ex. 20:7
## 2060       Exodus 20:8          Ex. 20:8
## 2061       Exodus 20:9          Ex. 20:9
## 2062      Exodus 20:10         Ex. 20:10
## 2063      Exodus 20:11         Ex. 20:11
## 2064      Exodus 20:12         Ex. 20:12
## 2065      Exodus 20:13         Ex. 20:13
## 2066      Exodus 20:14         Ex. 20:14
## 2067      Exodus 20:15         Ex. 20:15
## 2068      Exodus 20:16         Ex. 20:16
## 2069      Exodus 20:17         Ex. 20:17
## 2070      Exodus 20:18         Ex. 20:18
## 2071      Exodus 20:19         Ex. 20:19
## 2072      Exodus 20:20         Ex. 20:20
## 2073      Exodus 20:21         Ex. 20:21
## 2074      Exodus 20:22         Ex. 20:22
## 2075      Exodus 20:23         Ex. 20:23
## 2076      Exodus 20:24         Ex. 20:24
## 2077      Exodus 20:25         Ex. 20:25
## 2078      Exodus 20:26         Ex. 20:26
## 2079       Exodus 21:1          Ex. 21:1
## 2080       Exodus 21:2          Ex. 21:2
## 2081       Exodus 21:3          Ex. 21:3
## 2082       Exodus 21:4          Ex. 21:4
## 2083       Exodus 21:5          Ex. 21:5
## 2084       Exodus 21:6          Ex. 21:6
## 2085       Exodus 21:7          Ex. 21:7
## 2086       Exodus 21:8          Ex. 21:8
## 2087       Exodus 21:9          Ex. 21:9
## 2088      Exodus 21:10         Ex. 21:10
## 2089      Exodus 21:11         Ex. 21:11
## 2090      Exodus 21:12         Ex. 21:12
## 2091      Exodus 21:13         Ex. 21:13
## 2092      Exodus 21:14         Ex. 21:14
## 2093      Exodus 21:15         Ex. 21:15
## 2094      Exodus 21:16         Ex. 21:16
## 2095      Exodus 21:17         Ex. 21:17
## 2096      Exodus 21:18         Ex. 21:18
## 2097      Exodus 21:19         Ex. 21:19
## 2098      Exodus 21:20         Ex. 21:20
## 2099      Exodus 21:21         Ex. 21:21
## 2100      Exodus 21:22         Ex. 21:22
## 2101      Exodus 21:23         Ex. 21:23
## 2102      Exodus 21:24         Ex. 21:24
## 2103      Exodus 21:25         Ex. 21:25
## 2104      Exodus 21:26         Ex. 21:26
## 2105      Exodus 21:27         Ex. 21:27
## 2106      Exodus 21:28         Ex. 21:28
## 2107      Exodus 21:29         Ex. 21:29
## 2108      Exodus 21:30         Ex. 21:30
## 2109      Exodus 21:31         Ex. 21:31
## 2110      Exodus 21:32         Ex. 21:32
## 2111      Exodus 21:33         Ex. 21:33
## 2112      Exodus 21:34         Ex. 21:34
## 2113      Exodus 21:35         Ex. 21:35
## 2114      Exodus 21:36         Ex. 21:36
## 2115       Exodus 22:1          Ex. 22:1
## 2116       Exodus 22:2          Ex. 22:2
## 2117       Exodus 22:3          Ex. 22:3
## 2118       Exodus 22:4          Ex. 22:4
## 2119       Exodus 22:5          Ex. 22:5
## 2120       Exodus 22:6          Ex. 22:6
## 2121       Exodus 22:7          Ex. 22:7
## 2122       Exodus 22:8          Ex. 22:8
## 2123       Exodus 22:9          Ex. 22:9
## 2124      Exodus 22:10         Ex. 22:10
## 2125      Exodus 22:11         Ex. 22:11
## 2126      Exodus 22:12         Ex. 22:12
## 2127      Exodus 22:13         Ex. 22:13
## 2128      Exodus 22:14         Ex. 22:14
## 2129      Exodus 22:15         Ex. 22:15
## 2130      Exodus 22:16         Ex. 22:16
## 2131      Exodus 22:17         Ex. 22:17
## 2132      Exodus 22:18         Ex. 22:18
## 2133      Exodus 22:19         Ex. 22:19
## 2134      Exodus 22:20         Ex. 22:20
## 2135      Exodus 22:21         Ex. 22:21
## 2136      Exodus 22:22         Ex. 22:22
## 2137      Exodus 22:23         Ex. 22:23
## 2138      Exodus 22:24         Ex. 22:24
## 2139      Exodus 22:25         Ex. 22:25
## 2140      Exodus 22:26         Ex. 22:26
## 2141      Exodus 22:27         Ex. 22:27
## 2142      Exodus 22:28         Ex. 22:28
## 2143      Exodus 22:29         Ex. 22:29
## 2144      Exodus 22:30         Ex. 22:30
## 2145      Exodus 22:31         Ex. 22:31
## 2146       Exodus 23:1          Ex. 23:1
## 2147       Exodus 23:2          Ex. 23:2
## 2148       Exodus 23:3          Ex. 23:3
## 2149       Exodus 23:4          Ex. 23:4
## 2150       Exodus 23:5          Ex. 23:5
## 2151       Exodus 23:6          Ex. 23:6
## 2152       Exodus 23:7          Ex. 23:7
## 2153       Exodus 23:8          Ex. 23:8
## 2154       Exodus 23:9          Ex. 23:9
## 2155      Exodus 23:10         Ex. 23:10
## 2156      Exodus 23:11         Ex. 23:11
## 2157      Exodus 23:12         Ex. 23:12
## 2158      Exodus 23:13         Ex. 23:13
## 2159      Exodus 23:14         Ex. 23:14
## 2160      Exodus 23:15         Ex. 23:15
## 2161      Exodus 23:16         Ex. 23:16
## 2162      Exodus 23:17         Ex. 23:17
## 2163      Exodus 23:18         Ex. 23:18
## 2164      Exodus 23:19         Ex. 23:19
## 2165      Exodus 23:20         Ex. 23:20
## 2166      Exodus 23:21         Ex. 23:21
## 2167      Exodus 23:22         Ex. 23:22
## 2168      Exodus 23:23         Ex. 23:23
## 2169      Exodus 23:24         Ex. 23:24
## 2170      Exodus 23:25         Ex. 23:25
## 2171      Exodus 23:26         Ex. 23:26
## 2172      Exodus 23:27         Ex. 23:27
## 2173      Exodus 23:28         Ex. 23:28
## 2174      Exodus 23:29         Ex. 23:29
## 2175      Exodus 23:30         Ex. 23:30
## 2176      Exodus 23:31         Ex. 23:31
## 2177      Exodus 23:32         Ex. 23:32
## 2178      Exodus 23:33         Ex. 23:33
## 2179       Exodus 24:1          Ex. 24:1
## 2180       Exodus 24:2          Ex. 24:2
## 2181       Exodus 24:3          Ex. 24:3
## 2182       Exodus 24:4          Ex. 24:4
## 2183       Exodus 24:5          Ex. 24:5
## 2184       Exodus 24:6          Ex. 24:6
## 2185       Exodus 24:7          Ex. 24:7
## 2186       Exodus 24:8          Ex. 24:8
## 2187       Exodus 24:9          Ex. 24:9
## 2188      Exodus 24:10         Ex. 24:10
## 2189      Exodus 24:11         Ex. 24:11
## 2190      Exodus 24:12         Ex. 24:12
## 2191      Exodus 24:13         Ex. 24:13
## 2192      Exodus 24:14         Ex. 24:14
## 2193      Exodus 24:15         Ex. 24:15
## 2194      Exodus 24:16         Ex. 24:16
## 2195      Exodus 24:17         Ex. 24:17
## 2196      Exodus 24:18         Ex. 24:18
## 2197       Exodus 25:1          Ex. 25:1
## 2198       Exodus 25:2          Ex. 25:2
## 2199       Exodus 25:3          Ex. 25:3
## 2200       Exodus 25:4          Ex. 25:4
## 2201       Exodus 25:5          Ex. 25:5
## 2202       Exodus 25:6          Ex. 25:6
## 2203       Exodus 25:7          Ex. 25:7
## 2204       Exodus 25:8          Ex. 25:8
## 2205       Exodus 25:9          Ex. 25:9
## 2206      Exodus 25:10         Ex. 25:10
## 2207      Exodus 25:11         Ex. 25:11
## 2208      Exodus 25:12         Ex. 25:12
## 2209      Exodus 25:13         Ex. 25:13
## 2210      Exodus 25:14         Ex. 25:14
## 2211      Exodus 25:15         Ex. 25:15
## 2212      Exodus 25:16         Ex. 25:16
## 2213      Exodus 25:17         Ex. 25:17
## 2214      Exodus 25:18         Ex. 25:18
## 2215      Exodus 25:19         Ex. 25:19
## 2216      Exodus 25:20         Ex. 25:20
## 2217      Exodus 25:21         Ex. 25:21
## 2218      Exodus 25:22         Ex. 25:22
## 2219      Exodus 25:23         Ex. 25:23
## 2220      Exodus 25:24         Ex. 25:24
## 2221      Exodus 25:25         Ex. 25:25
## 2222      Exodus 25:26         Ex. 25:26
## 2223      Exodus 25:27         Ex. 25:27
## 2224      Exodus 25:28         Ex. 25:28
## 2225      Exodus 25:29         Ex. 25:29
## 2226      Exodus 25:30         Ex. 25:30
## 2227      Exodus 25:31         Ex. 25:31
## 2228      Exodus 25:32         Ex. 25:32
## 2229      Exodus 25:33         Ex. 25:33
## 2230      Exodus 25:34         Ex. 25:34
## 2231      Exodus 25:35         Ex. 25:35
## 2232      Exodus 25:36         Ex. 25:36
## 2233      Exodus 25:37         Ex. 25:37
## 2234      Exodus 25:38         Ex. 25:38
## 2235      Exodus 25:39         Ex. 25:39
## 2236      Exodus 25:40         Ex. 25:40
## 2237       Exodus 26:1          Ex. 26:1
## 2238       Exodus 26:2          Ex. 26:2
## 2239       Exodus 26:3          Ex. 26:3
## 2240       Exodus 26:4          Ex. 26:4
## 2241       Exodus 26:5          Ex. 26:5
## 2242       Exodus 26:6          Ex. 26:6
## 2243       Exodus 26:7          Ex. 26:7
## 2244       Exodus 26:8          Ex. 26:8
## 2245       Exodus 26:9          Ex. 26:9
## 2246      Exodus 26:10         Ex. 26:10
## 2247      Exodus 26:11         Ex. 26:11
## 2248      Exodus 26:12         Ex. 26:12
## 2249      Exodus 26:13         Ex. 26:13
## 2250      Exodus 26:14         Ex. 26:14
## 2251      Exodus 26:15         Ex. 26:15
## 2252      Exodus 26:16         Ex. 26:16
## 2253      Exodus 26:17         Ex. 26:17
## 2254      Exodus 26:18         Ex. 26:18
## 2255      Exodus 26:19         Ex. 26:19
## 2256      Exodus 26:20         Ex. 26:20
## 2257      Exodus 26:21         Ex. 26:21
## 2258      Exodus 26:22         Ex. 26:22
## 2259      Exodus 26:23         Ex. 26:23
## 2260      Exodus 26:24         Ex. 26:24
## 2261      Exodus 26:25         Ex. 26:25
## 2262      Exodus 26:26         Ex. 26:26
## 2263      Exodus 26:27         Ex. 26:27
## 2264      Exodus 26:28         Ex. 26:28
## 2265      Exodus 26:29         Ex. 26:29
## 2266      Exodus 26:30         Ex. 26:30
## 2267      Exodus 26:31         Ex. 26:31
## 2268      Exodus 26:32         Ex. 26:32
## 2269      Exodus 26:33         Ex. 26:33
## 2270      Exodus 26:34         Ex. 26:34
## 2271      Exodus 26:35         Ex. 26:35
## 2272      Exodus 26:36         Ex. 26:36
## 2273      Exodus 26:37         Ex. 26:37
## 2274       Exodus 27:1          Ex. 27:1
## 2275       Exodus 27:2          Ex. 27:2
## 2276       Exodus 27:3          Ex. 27:3
## 2277       Exodus 27:4          Ex. 27:4
## 2278       Exodus 27:5          Ex. 27:5
## 2279       Exodus 27:6          Ex. 27:6
## 2280       Exodus 27:7          Ex. 27:7
## 2281       Exodus 27:8          Ex. 27:8
## 2282       Exodus 27:9          Ex. 27:9
## 2283      Exodus 27:10         Ex. 27:10
## 2284      Exodus 27:11         Ex. 27:11
## 2285      Exodus 27:12         Ex. 27:12
## 2286      Exodus 27:13         Ex. 27:13
## 2287      Exodus 27:14         Ex. 27:14
## 2288      Exodus 27:15         Ex. 27:15
## 2289      Exodus 27:16         Ex. 27:16
## 2290      Exodus 27:17         Ex. 27:17
## 2291      Exodus 27:18         Ex. 27:18
## 2292      Exodus 27:19         Ex. 27:19
## 2293      Exodus 27:20         Ex. 27:20
## 2294      Exodus 27:21         Ex. 27:21
## 2295       Exodus 28:1          Ex. 28:1
## 2296       Exodus 28:2          Ex. 28:2
## 2297       Exodus 28:3          Ex. 28:3
## 2298       Exodus 28:4          Ex. 28:4
## 2299       Exodus 28:5          Ex. 28:5
## 2300       Exodus 28:6          Ex. 28:6
## 2301       Exodus 28:7          Ex. 28:7
## 2302       Exodus 28:8          Ex. 28:8
## 2303       Exodus 28:9          Ex. 28:9
## 2304      Exodus 28:10         Ex. 28:10
## 2305      Exodus 28:11         Ex. 28:11
## 2306      Exodus 28:12         Ex. 28:12
## 2307      Exodus 28:13         Ex. 28:13
## 2308      Exodus 28:14         Ex. 28:14
## 2309      Exodus 28:15         Ex. 28:15
## 2310      Exodus 28:16         Ex. 28:16
## 2311      Exodus 28:17         Ex. 28:17
## 2312      Exodus 28:18         Ex. 28:18
## 2313      Exodus 28:19         Ex. 28:19
## 2314      Exodus 28:20         Ex. 28:20
## 2315      Exodus 28:21         Ex. 28:21
## 2316      Exodus 28:22         Ex. 28:22
## 2317      Exodus 28:23         Ex. 28:23
## 2318      Exodus 28:24         Ex. 28:24
## 2319      Exodus 28:25         Ex. 28:25
## 2320      Exodus 28:26         Ex. 28:26
## 2321      Exodus 28:27         Ex. 28:27
## 2322      Exodus 28:28         Ex. 28:28
## 2323      Exodus 28:29         Ex. 28:29
## 2324      Exodus 28:30         Ex. 28:30
## 2325      Exodus 28:31         Ex. 28:31
## 2326      Exodus 28:32         Ex. 28:32
## 2327      Exodus 28:33         Ex. 28:33
## 2328      Exodus 28:34         Ex. 28:34
## 2329      Exodus 28:35         Ex. 28:35
## 2330      Exodus 28:36         Ex. 28:36
## 2331      Exodus 28:37         Ex. 28:37
## 2332      Exodus 28:38         Ex. 28:38
## 2333      Exodus 28:39         Ex. 28:39
## 2334      Exodus 28:40         Ex. 28:40
## 2335      Exodus 28:41         Ex. 28:41
## 2336      Exodus 28:42         Ex. 28:42
## 2337      Exodus 28:43         Ex. 28:43
## 2338       Exodus 29:1          Ex. 29:1
## 2339       Exodus 29:2          Ex. 29:2
## 2340       Exodus 29:3          Ex. 29:3
## 2341       Exodus 29:4          Ex. 29:4
## 2342       Exodus 29:5          Ex. 29:5
## 2343       Exodus 29:6          Ex. 29:6
## 2344       Exodus 29:7          Ex. 29:7
## 2345       Exodus 29:8          Ex. 29:8
## 2346       Exodus 29:9          Ex. 29:9
## 2347      Exodus 29:10         Ex. 29:10
## 2348      Exodus 29:11         Ex. 29:11
## 2349      Exodus 29:12         Ex. 29:12
## 2350      Exodus 29:13         Ex. 29:13
## 2351      Exodus 29:14         Ex. 29:14
## 2352      Exodus 29:15         Ex. 29:15
## 2353      Exodus 29:16         Ex. 29:16
## 2354      Exodus 29:17         Ex. 29:17
## 2355      Exodus 29:18         Ex. 29:18
## 2356      Exodus 29:19         Ex. 29:19
## 2357      Exodus 29:20         Ex. 29:20
## 2358      Exodus 29:21         Ex. 29:21
## 2359      Exodus 29:22         Ex. 29:22
## 2360      Exodus 29:23         Ex. 29:23
## 2361      Exodus 29:24         Ex. 29:24
## 2362      Exodus 29:25         Ex. 29:25
## 2363      Exodus 29:26         Ex. 29:26
## 2364      Exodus 29:27         Ex. 29:27
## 2365      Exodus 29:28         Ex. 29:28
## 2366      Exodus 29:29         Ex. 29:29
## 2367      Exodus 29:30         Ex. 29:30
## 2368      Exodus 29:31         Ex. 29:31
## 2369      Exodus 29:32         Ex. 29:32
## 2370      Exodus 29:33         Ex. 29:33
## 2371      Exodus 29:34         Ex. 29:34
## 2372      Exodus 29:35         Ex. 29:35
## 2373      Exodus 29:36         Ex. 29:36
## 2374      Exodus 29:37         Ex. 29:37
## 2375      Exodus 29:38         Ex. 29:38
## 2376      Exodus 29:39         Ex. 29:39
## 2377      Exodus 29:40         Ex. 29:40
## 2378      Exodus 29:41         Ex. 29:41
## 2379      Exodus 29:42         Ex. 29:42
## 2380      Exodus 29:43         Ex. 29:43
## 2381      Exodus 29:44         Ex. 29:44
## 2382      Exodus 29:45         Ex. 29:45
## 2383      Exodus 29:46         Ex. 29:46
## 2384       Exodus 30:1          Ex. 30:1
## 2385       Exodus 30:2          Ex. 30:2
## 2386       Exodus 30:3          Ex. 30:3
## 2387       Exodus 30:4          Ex. 30:4
## 2388       Exodus 30:5          Ex. 30:5
## 2389       Exodus 30:6          Ex. 30:6
## 2390       Exodus 30:7          Ex. 30:7
## 2391       Exodus 30:8          Ex. 30:8
## 2392       Exodus 30:9          Ex. 30:9
## 2393      Exodus 30:10         Ex. 30:10
## 2394      Exodus 30:11         Ex. 30:11
## 2395      Exodus 30:12         Ex. 30:12
## 2396      Exodus 30:13         Ex. 30:13
## 2397      Exodus 30:14         Ex. 30:14
## 2398      Exodus 30:15         Ex. 30:15
## 2399      Exodus 30:16         Ex. 30:16
## 2400      Exodus 30:17         Ex. 30:17
## 2401      Exodus 30:18         Ex. 30:18
## 2402      Exodus 30:19         Ex. 30:19
## 2403      Exodus 30:20         Ex. 30:20
## 2404      Exodus 30:21         Ex. 30:21
## 2405      Exodus 30:22         Ex. 30:22
## 2406      Exodus 30:23         Ex. 30:23
## 2407      Exodus 30:24         Ex. 30:24
## 2408      Exodus 30:25         Ex. 30:25
## 2409      Exodus 30:26         Ex. 30:26
## 2410      Exodus 30:27         Ex. 30:27
## 2411      Exodus 30:28         Ex. 30:28
## 2412      Exodus 30:29         Ex. 30:29
## 2413      Exodus 30:30         Ex. 30:30
## 2414      Exodus 30:31         Ex. 30:31
## 2415      Exodus 30:32         Ex. 30:32
## 2416      Exodus 30:33         Ex. 30:33
## 2417      Exodus 30:34         Ex. 30:34
## 2418      Exodus 30:35         Ex. 30:35
## 2419      Exodus 30:36         Ex. 30:36
## 2420      Exodus 30:37         Ex. 30:37
## 2421      Exodus 30:38         Ex. 30:38
## 2422       Exodus 31:1          Ex. 31:1
## 2423       Exodus 31:2          Ex. 31:2
## 2424       Exodus 31:3          Ex. 31:3
## 2425       Exodus 31:4          Ex. 31:4
## 2426       Exodus 31:5          Ex. 31:5
## 2427       Exodus 31:6          Ex. 31:6
## 2428       Exodus 31:7          Ex. 31:7
## 2429       Exodus 31:8          Ex. 31:8
## 2430       Exodus 31:9          Ex. 31:9
## 2431      Exodus 31:10         Ex. 31:10
## 2432      Exodus 31:11         Ex. 31:11
## 2433      Exodus 31:12         Ex. 31:12
## 2434      Exodus 31:13         Ex. 31:13
## 2435      Exodus 31:14         Ex. 31:14
## 2436      Exodus 31:15         Ex. 31:15
## 2437      Exodus 31:16         Ex. 31:16
## 2438      Exodus 31:17         Ex. 31:17
## 2439      Exodus 31:18         Ex. 31:18
## 2440       Exodus 32:1          Ex. 32:1
## 2441       Exodus 32:2          Ex. 32:2
## 2442       Exodus 32:3          Ex. 32:3
## 2443       Exodus 32:4          Ex. 32:4
## 2444       Exodus 32:5          Ex. 32:5
## 2445       Exodus 32:6          Ex. 32:6
## 2446       Exodus 32:7          Ex. 32:7
## 2447       Exodus 32:8          Ex. 32:8
## 2448       Exodus 32:9          Ex. 32:9
## 2449      Exodus 32:10         Ex. 32:10
## 2450      Exodus 32:11         Ex. 32:11
## 2451      Exodus 32:12         Ex. 32:12
## 2452      Exodus 32:13         Ex. 32:13
## 2453      Exodus 32:14         Ex. 32:14
## 2454      Exodus 32:15         Ex. 32:15
## 2455      Exodus 32:16         Ex. 32:16
## 2456      Exodus 32:17         Ex. 32:17
## 2457      Exodus 32:18         Ex. 32:18
## 2458      Exodus 32:19         Ex. 32:19
## 2459      Exodus 32:20         Ex. 32:20
## 2460      Exodus 32:21         Ex. 32:21
## 2461      Exodus 32:22         Ex. 32:22
## 2462      Exodus 32:23         Ex. 32:23
## 2463      Exodus 32:24         Ex. 32:24
## 2464      Exodus 32:25         Ex. 32:25
## 2465      Exodus 32:26         Ex. 32:26
## 2466      Exodus 32:27         Ex. 32:27
## 2467      Exodus 32:28         Ex. 32:28
## 2468      Exodus 32:29         Ex. 32:29
## 2469      Exodus 32:30         Ex. 32:30
## 2470      Exodus 32:31         Ex. 32:31
## 2471      Exodus 32:32         Ex. 32:32
## 2472      Exodus 32:33         Ex. 32:33
## 2473      Exodus 32:34         Ex. 32:34
## 2474      Exodus 32:35         Ex. 32:35
## 2475       Exodus 33:1          Ex. 33:1
## 2476       Exodus 33:2          Ex. 33:2
## 2477       Exodus 33:3          Ex. 33:3
## 2478       Exodus 33:4          Ex. 33:4
## 2479       Exodus 33:5          Ex. 33:5
## 2480       Exodus 33:6          Ex. 33:6
## 2481       Exodus 33:7          Ex. 33:7
## 2482       Exodus 33:8          Ex. 33:8
## 2483       Exodus 33:9          Ex. 33:9
## 2484      Exodus 33:10         Ex. 33:10
## 2485      Exodus 33:11         Ex. 33:11
## 2486      Exodus 33:12         Ex. 33:12
## 2487      Exodus 33:13         Ex. 33:13
## 2488      Exodus 33:14         Ex. 33:14
## 2489      Exodus 33:15         Ex. 33:15
## 2490      Exodus 33:16         Ex. 33:16
## 2491      Exodus 33:17         Ex. 33:17
## 2492      Exodus 33:18         Ex. 33:18
## 2493      Exodus 33:19         Ex. 33:19
## 2494      Exodus 33:20         Ex. 33:20
## 2495      Exodus 33:21         Ex. 33:21
## 2496      Exodus 33:22         Ex. 33:22
## 2497      Exodus 33:23         Ex. 33:23
## 2498       Exodus 34:1          Ex. 34:1
## 2499       Exodus 34:2          Ex. 34:2
## 2500       Exodus 34:3          Ex. 34:3
## 2501       Exodus 34:4          Ex. 34:4
## 2502       Exodus 34:5          Ex. 34:5
## 2503       Exodus 34:6          Ex. 34:6
## 2504       Exodus 34:7          Ex. 34:7
## 2505       Exodus 34:8          Ex. 34:8
## 2506       Exodus 34:9          Ex. 34:9
## 2507      Exodus 34:10         Ex. 34:10
## 2508      Exodus 34:11         Ex. 34:11
## 2509      Exodus 34:12         Ex. 34:12
## 2510      Exodus 34:13         Ex. 34:13
## 2511      Exodus 34:14         Ex. 34:14
## 2512      Exodus 34:15         Ex. 34:15
## 2513      Exodus 34:16         Ex. 34:16
## 2514      Exodus 34:17         Ex. 34:17
## 2515      Exodus 34:18         Ex. 34:18
## 2516      Exodus 34:19         Ex. 34:19
## 2517      Exodus 34:20         Ex. 34:20
## 2518      Exodus 34:21         Ex. 34:21
## 2519      Exodus 34:22         Ex. 34:22
## 2520      Exodus 34:23         Ex. 34:23
## 2521      Exodus 34:24         Ex. 34:24
## 2522      Exodus 34:25         Ex. 34:25
## 2523      Exodus 34:26         Ex. 34:26
## 2524      Exodus 34:27         Ex. 34:27
## 2525      Exodus 34:28         Ex. 34:28
## 2526      Exodus 34:29         Ex. 34:29
## 2527      Exodus 34:30         Ex. 34:30
## 2528      Exodus 34:31         Ex. 34:31
## 2529      Exodus 34:32         Ex. 34:32
## 2530      Exodus 34:33         Ex. 34:33
## 2531      Exodus 34:34         Ex. 34:34
## 2532      Exodus 34:35         Ex. 34:35
## 2533       Exodus 35:1          Ex. 35:1
## 2534       Exodus 35:2          Ex. 35:2
## 2535       Exodus 35:3          Ex. 35:3
## 2536       Exodus 35:4          Ex. 35:4
## 2537       Exodus 35:5          Ex. 35:5
## 2538       Exodus 35:6          Ex. 35:6
## 2539       Exodus 35:7          Ex. 35:7
## 2540       Exodus 35:8          Ex. 35:8
## 2541       Exodus 35:9          Ex. 35:9
## 2542      Exodus 35:10         Ex. 35:10
## 2543      Exodus 35:11         Ex. 35:11
## 2544      Exodus 35:12         Ex. 35:12
## 2545      Exodus 35:13         Ex. 35:13
## 2546      Exodus 35:14         Ex. 35:14
## 2547      Exodus 35:15         Ex. 35:15
## 2548      Exodus 35:16         Ex. 35:16
## 2549      Exodus 35:17         Ex. 35:17
## 2550      Exodus 35:18         Ex. 35:18
## 2551      Exodus 35:19         Ex. 35:19
## 2552      Exodus 35:20         Ex. 35:20
## 2553      Exodus 35:21         Ex. 35:21
## 2554      Exodus 35:22         Ex. 35:22
## 2555      Exodus 35:23         Ex. 35:23
## 2556      Exodus 35:24         Ex. 35:24
## 2557      Exodus 35:25         Ex. 35:25
## 2558      Exodus 35:26         Ex. 35:26
## 2559      Exodus 35:27         Ex. 35:27
## 2560      Exodus 35:28         Ex. 35:28
## 2561      Exodus 35:29         Ex. 35:29
## 2562      Exodus 35:30         Ex. 35:30
## 2563      Exodus 35:31         Ex. 35:31
## 2564      Exodus 35:32         Ex. 35:32
## 2565      Exodus 35:33         Ex. 35:33
## 2566      Exodus 35:34         Ex. 35:34
## 2567      Exodus 35:35         Ex. 35:35
## 2568       Exodus 36:1          Ex. 36:1
## 2569       Exodus 36:2          Ex. 36:2
## 2570       Exodus 36:3          Ex. 36:3
## 2571       Exodus 36:4          Ex. 36:4
## 2572       Exodus 36:5          Ex. 36:5
## 2573       Exodus 36:6          Ex. 36:6
## 2574       Exodus 36:7          Ex. 36:7
## 2575       Exodus 36:8          Ex. 36:8
## 2576       Exodus 36:9          Ex. 36:9
## 2577      Exodus 36:10         Ex. 36:10
## 2578      Exodus 36:11         Ex. 36:11
## 2579      Exodus 36:12         Ex. 36:12
## 2580      Exodus 36:13         Ex. 36:13
## 2581      Exodus 36:14         Ex. 36:14
## 2582      Exodus 36:15         Ex. 36:15
## 2583      Exodus 36:16         Ex. 36:16
## 2584      Exodus 36:17         Ex. 36:17
## 2585      Exodus 36:18         Ex. 36:18
## 2586      Exodus 36:19         Ex. 36:19
## 2587      Exodus 36:20         Ex. 36:20
## 2588      Exodus 36:21         Ex. 36:21
## 2589      Exodus 36:22         Ex. 36:22
## 2590      Exodus 36:23         Ex. 36:23
## 2591      Exodus 36:24         Ex. 36:24
## 2592      Exodus 36:25         Ex. 36:25
## 2593      Exodus 36:26         Ex. 36:26
## 2594      Exodus 36:27         Ex. 36:27
## 2595      Exodus 36:28         Ex. 36:28
## 2596      Exodus 36:29         Ex. 36:29
## 2597      Exodus 36:30         Ex. 36:30
## 2598      Exodus 36:31         Ex. 36:31
## 2599      Exodus 36:32         Ex. 36:32
## 2600      Exodus 36:33         Ex. 36:33
## 2601      Exodus 36:34         Ex. 36:34
## 2602      Exodus 36:35         Ex. 36:35
## 2603      Exodus 36:36         Ex. 36:36
## 2604      Exodus 36:37         Ex. 36:37
## 2605      Exodus 36:38         Ex. 36:38
## 2606       Exodus 37:1          Ex. 37:1
## 2607       Exodus 37:2          Ex. 37:2
## 2608       Exodus 37:3          Ex. 37:3
## 2609       Exodus 37:4          Ex. 37:4
## 2610       Exodus 37:5          Ex. 37:5
## 2611       Exodus 37:6          Ex. 37:6
## 2612       Exodus 37:7          Ex. 37:7
## 2613       Exodus 37:8          Ex. 37:8
## 2614       Exodus 37:9          Ex. 37:9
## 2615      Exodus 37:10         Ex. 37:10
## 2616      Exodus 37:11         Ex. 37:11
## 2617      Exodus 37:12         Ex. 37:12
## 2618      Exodus 37:13         Ex. 37:13
## 2619      Exodus 37:14         Ex. 37:14
## 2620      Exodus 37:15         Ex. 37:15
## 2621      Exodus 37:16         Ex. 37:16
## 2622      Exodus 37:17         Ex. 37:17
## 2623      Exodus 37:18         Ex. 37:18
## 2624      Exodus 37:19         Ex. 37:19
## 2625      Exodus 37:20         Ex. 37:20
## 2626      Exodus 37:21         Ex. 37:21
## 2627      Exodus 37:22         Ex. 37:22
## 2628      Exodus 37:23         Ex. 37:23
## 2629      Exodus 37:24         Ex. 37:24
## 2630      Exodus 37:25         Ex. 37:25
## 2631      Exodus 37:26         Ex. 37:26
## 2632      Exodus 37:27         Ex. 37:27
## 2633      Exodus 37:28         Ex. 37:28
## 2634      Exodus 37:29         Ex. 37:29
## 2635       Exodus 38:1          Ex. 38:1
## 2636       Exodus 38:2          Ex. 38:2
## 2637       Exodus 38:3          Ex. 38:3
## 2638       Exodus 38:4          Ex. 38:4
## 2639       Exodus 38:5          Ex. 38:5
## 2640       Exodus 38:6          Ex. 38:6
## 2641       Exodus 38:7          Ex. 38:7
## 2642       Exodus 38:8          Ex. 38:8
## 2643       Exodus 38:9          Ex. 38:9
## 2644      Exodus 38:10         Ex. 38:10
## 2645      Exodus 38:11         Ex. 38:11
## 2646      Exodus 38:12         Ex. 38:12
## 2647      Exodus 38:13         Ex. 38:13
## 2648      Exodus 38:14         Ex. 38:14
## 2649      Exodus 38:15         Ex. 38:15
## 2650      Exodus 38:16         Ex. 38:16
## 2651      Exodus 38:17         Ex. 38:17
## 2652      Exodus 38:18         Ex. 38:18
## 2653      Exodus 38:19         Ex. 38:19
## 2654      Exodus 38:20         Ex. 38:20
## 2655      Exodus 38:21         Ex. 38:21
## 2656      Exodus 38:22         Ex. 38:22
## 2657      Exodus 38:23         Ex. 38:23
## 2658      Exodus 38:24         Ex. 38:24
## 2659      Exodus 38:25         Ex. 38:25
## 2660      Exodus 38:26         Ex. 38:26
## 2661      Exodus 38:27         Ex. 38:27
## 2662      Exodus 38:28         Ex. 38:28
## 2663      Exodus 38:29         Ex. 38:29
## 2664      Exodus 38:30         Ex. 38:30
## 2665      Exodus 38:31         Ex. 38:31
## 2666       Exodus 39:1          Ex. 39:1
## 2667       Exodus 39:2          Ex. 39:2
## 2668       Exodus 39:3          Ex. 39:3
## 2669       Exodus 39:4          Ex. 39:4
## 2670       Exodus 39:5          Ex. 39:5
## 2671       Exodus 39:6          Ex. 39:6
## 2672       Exodus 39:7          Ex. 39:7
## 2673       Exodus 39:8          Ex. 39:8
## 2674       Exodus 39:9          Ex. 39:9
## 2675      Exodus 39:10         Ex. 39:10
## 2676      Exodus 39:11         Ex. 39:11
## 2677      Exodus 39:12         Ex. 39:12
## 2678      Exodus 39:13         Ex. 39:13
## 2679      Exodus 39:14         Ex. 39:14
## 2680      Exodus 39:15         Ex. 39:15
## 2681      Exodus 39:16         Ex. 39:16
## 2682      Exodus 39:17         Ex. 39:17
## 2683      Exodus 39:18         Ex. 39:18
## 2684      Exodus 39:19         Ex. 39:19
## 2685      Exodus 39:20         Ex. 39:20
## 2686      Exodus 39:21         Ex. 39:21
## 2687      Exodus 39:22         Ex. 39:22
## 2688      Exodus 39:23         Ex. 39:23
## 2689      Exodus 39:24         Ex. 39:24
## 2690      Exodus 39:25         Ex. 39:25
## 2691      Exodus 39:26         Ex. 39:26
## 2692      Exodus 39:27         Ex. 39:27
## 2693      Exodus 39:28         Ex. 39:28
## 2694      Exodus 39:29         Ex. 39:29
## 2695      Exodus 39:30         Ex. 39:30
## 2696      Exodus 39:31         Ex. 39:31
## 2697      Exodus 39:32         Ex. 39:32
## 2698      Exodus 39:33         Ex. 39:33
## 2699      Exodus 39:34         Ex. 39:34
## 2700      Exodus 39:35         Ex. 39:35
## 2701      Exodus 39:36         Ex. 39:36
## 2702      Exodus 39:37         Ex. 39:37
## 2703      Exodus 39:38         Ex. 39:38
## 2704      Exodus 39:39         Ex. 39:39
## 2705      Exodus 39:40         Ex. 39:40
## 2706      Exodus 39:41         Ex. 39:41
## 2707      Exodus 39:42         Ex. 39:42
## 2708      Exodus 39:43         Ex. 39:43
## 2709       Exodus 40:1          Ex. 40:1
## 2710       Exodus 40:2          Ex. 40:2
## 2711       Exodus 40:3          Ex. 40:3
## 2712       Exodus 40:4          Ex. 40:4
## 2713       Exodus 40:5          Ex. 40:5
## 2714       Exodus 40:6          Ex. 40:6
## 2715       Exodus 40:7          Ex. 40:7
## 2716       Exodus 40:8          Ex. 40:8
## 2717       Exodus 40:9          Ex. 40:9
## 2718      Exodus 40:10         Ex. 40:10
## 2719      Exodus 40:11         Ex. 40:11
## 2720      Exodus 40:12         Ex. 40:12
## 2721      Exodus 40:13         Ex. 40:13
## 2722      Exodus 40:14         Ex. 40:14
## 2723      Exodus 40:15         Ex. 40:15
## 2724      Exodus 40:16         Ex. 40:16
## 2725      Exodus 40:17         Ex. 40:17
## 2726      Exodus 40:18         Ex. 40:18
## 2727      Exodus 40:19         Ex. 40:19
## 2728      Exodus 40:20         Ex. 40:20
## 2729      Exodus 40:21         Ex. 40:21
## 2730      Exodus 40:22         Ex. 40:22
## 2731      Exodus 40:23         Ex. 40:23
## 2732      Exodus 40:24         Ex. 40:24
## 2733      Exodus 40:25         Ex. 40:25
## 2734      Exodus 40:26         Ex. 40:26
## 2735      Exodus 40:27         Ex. 40:27
## 2736      Exodus 40:28         Ex. 40:28
## 2737      Exodus 40:29         Ex. 40:29
## 2738      Exodus 40:30         Ex. 40:30
## 2739      Exodus 40:31         Ex. 40:31
## 2740      Exodus 40:32         Ex. 40:32
## 2741      Exodus 40:33         Ex. 40:33
## 2742      Exodus 40:34         Ex. 40:34
## 2743      Exodus 40:35         Ex. 40:35
## 2744      Exodus 40:36         Ex. 40:36
## 2745      Exodus 40:37         Ex. 40:37
## 2746      Exodus 40:38         Ex. 40:38
## 2747     Leviticus 1:1          Lev. 1:1
## 2748     Leviticus 1:2          Lev. 1:2
## 2749     Leviticus 1:3          Lev. 1:3
## 2750     Leviticus 1:4          Lev. 1:4
## 2751     Leviticus 1:5          Lev. 1:5
## 2752     Leviticus 1:6          Lev. 1:6
## 2753     Leviticus 1:7          Lev. 1:7
## 2754     Leviticus 1:8          Lev. 1:8
## 2755     Leviticus 1:9          Lev. 1:9
## 2756    Leviticus 1:10         Lev. 1:10
## 2757    Leviticus 1:11         Lev. 1:11
## 2758    Leviticus 1:12         Lev. 1:12
## 2759    Leviticus 1:13         Lev. 1:13
## 2760    Leviticus 1:14         Lev. 1:14
## 2761    Leviticus 1:15         Lev. 1:15
## 2762    Leviticus 1:16         Lev. 1:16
## 2763    Leviticus 1:17         Lev. 1:17
## 2764     Leviticus 2:1          Lev. 2:1
## 2765     Leviticus 2:2          Lev. 2:2
## 2766     Leviticus 2:3          Lev. 2:3
## 2767     Leviticus 2:4          Lev. 2:4
## 2768     Leviticus 2:5          Lev. 2:5
## 2769     Leviticus 2:6          Lev. 2:6
## 2770     Leviticus 2:7          Lev. 2:7
## 2771     Leviticus 2:8          Lev. 2:8
## 2772     Leviticus 2:9          Lev. 2:9
## 2773    Leviticus 2:10         Lev. 2:10
## 2774    Leviticus 2:11         Lev. 2:11
## 2775    Leviticus 2:12         Lev. 2:12
## 2776    Leviticus 2:13         Lev. 2:13
## 2777    Leviticus 2:14         Lev. 2:14
## 2778    Leviticus 2:15         Lev. 2:15
## 2779    Leviticus 2:16         Lev. 2:16
## 2780     Leviticus 3:1          Lev. 3:1
## 2781     Leviticus 3:2          Lev. 3:2
## 2782     Leviticus 3:3          Lev. 3:3
## 2783     Leviticus 3:4          Lev. 3:4
## 2784     Leviticus 3:5          Lev. 3:5
## 2785     Leviticus 3:6          Lev. 3:6
## 2786     Leviticus 3:7          Lev. 3:7
## 2787     Leviticus 3:8          Lev. 3:8
## 2788     Leviticus 3:9          Lev. 3:9
## 2789    Leviticus 3:10         Lev. 3:10
## 2790    Leviticus 3:11         Lev. 3:11
## 2791    Leviticus 3:12         Lev. 3:12
## 2792    Leviticus 3:13         Lev. 3:13
## 2793    Leviticus 3:14         Lev. 3:14
## 2794    Leviticus 3:15         Lev. 3:15
## 2795    Leviticus 3:16         Lev. 3:16
## 2796    Leviticus 3:17         Lev. 3:17
## 2797     Leviticus 4:1          Lev. 4:1
## 2798     Leviticus 4:2          Lev. 4:2
## 2799     Leviticus 4:3          Lev. 4:3
## 2800     Leviticus 4:4          Lev. 4:4
## 2801     Leviticus 4:5          Lev. 4:5
## 2802     Leviticus 4:6          Lev. 4:6
## 2803     Leviticus 4:7          Lev. 4:7
## 2804     Leviticus 4:8          Lev. 4:8
## 2805     Leviticus 4:9          Lev. 4:9
## 2806    Leviticus 4:10         Lev. 4:10
## 2807    Leviticus 4:11         Lev. 4:11
## 2808    Leviticus 4:12         Lev. 4:12
## 2809    Leviticus 4:13         Lev. 4:13
## 2810    Leviticus 4:14         Lev. 4:14
## 2811    Leviticus 4:15         Lev. 4:15
## 2812    Leviticus 4:16         Lev. 4:16
## 2813    Leviticus 4:17         Lev. 4:17
## 2814    Leviticus 4:18         Lev. 4:18
## 2815    Leviticus 4:19         Lev. 4:19
## 2816    Leviticus 4:20         Lev. 4:20
## 2817    Leviticus 4:21         Lev. 4:21
## 2818    Leviticus 4:22         Lev. 4:22
## 2819    Leviticus 4:23         Lev. 4:23
## 2820    Leviticus 4:24         Lev. 4:24
## 2821    Leviticus 4:25         Lev. 4:25
## 2822    Leviticus 4:26         Lev. 4:26
## 2823    Leviticus 4:27         Lev. 4:27
## 2824    Leviticus 4:28         Lev. 4:28
## 2825    Leviticus 4:29         Lev. 4:29
## 2826    Leviticus 4:30         Lev. 4:30
## 2827    Leviticus 4:31         Lev. 4:31
## 2828    Leviticus 4:32         Lev. 4:32
## 2829    Leviticus 4:33         Lev. 4:33
## 2830    Leviticus 4:34         Lev. 4:34
## 2831    Leviticus 4:35         Lev. 4:35
## 2832     Leviticus 5:1          Lev. 5:1
## 2833     Leviticus 5:2          Lev. 5:2
## 2834     Leviticus 5:3          Lev. 5:3
## 2835     Leviticus 5:4          Lev. 5:4
## 2836     Leviticus 5:5          Lev. 5:5
## 2837     Leviticus 5:6          Lev. 5:6
## 2838     Leviticus 5:7          Lev. 5:7
## 2839     Leviticus 5:8          Lev. 5:8
## 2840     Leviticus 5:9          Lev. 5:9
## 2841    Leviticus 5:10         Lev. 5:10
## 2842    Leviticus 5:11         Lev. 5:11
## 2843    Leviticus 5:12         Lev. 5:12
## 2844    Leviticus 5:13         Lev. 5:13
## 2845    Leviticus 5:14         Lev. 5:14
## 2846    Leviticus 5:15         Lev. 5:15
## 2847    Leviticus 5:16         Lev. 5:16
## 2848    Leviticus 5:17         Lev. 5:17
## 2849    Leviticus 5:18         Lev. 5:18
## 2850    Leviticus 5:19         Lev. 5:19
## 2851     Leviticus 6:1          Lev. 6:1
## 2852     Leviticus 6:2          Lev. 6:2
## 2853     Leviticus 6:3          Lev. 6:3
## 2854     Leviticus 6:4          Lev. 6:4
## 2855     Leviticus 6:5          Lev. 6:5
## 2856     Leviticus 6:6          Lev. 6:6
## 2857     Leviticus 6:7          Lev. 6:7
## 2858     Leviticus 6:8          Lev. 6:8
## 2859     Leviticus 6:9          Lev. 6:9
## 2860    Leviticus 6:10         Lev. 6:10
## 2861    Leviticus 6:11         Lev. 6:11
## 2862    Leviticus 6:12         Lev. 6:12
## 2863    Leviticus 6:13         Lev. 6:13
## 2864    Leviticus 6:14         Lev. 6:14
## 2865    Leviticus 6:15         Lev. 6:15
## 2866    Leviticus 6:16         Lev. 6:16
## 2867    Leviticus 6:17         Lev. 6:17
## 2868    Leviticus 6:18         Lev. 6:18
## 2869    Leviticus 6:19         Lev. 6:19
## 2870    Leviticus 6:20         Lev. 6:20
## 2871    Leviticus 6:21         Lev. 6:21
## 2872    Leviticus 6:22         Lev. 6:22
## 2873    Leviticus 6:23         Lev. 6:23
## 2874    Leviticus 6:24         Lev. 6:24
## 2875    Leviticus 6:25         Lev. 6:25
## 2876    Leviticus 6:26         Lev. 6:26
## 2877    Leviticus 6:27         Lev. 6:27
## 2878    Leviticus 6:28         Lev. 6:28
## 2879    Leviticus 6:29         Lev. 6:29
## 2880    Leviticus 6:30         Lev. 6:30
## 2881     Leviticus 7:1          Lev. 7:1
## 2882     Leviticus 7:2          Lev. 7:2
## 2883     Leviticus 7:3          Lev. 7:3
## 2884     Leviticus 7:4          Lev. 7:4
## 2885     Leviticus 7:5          Lev. 7:5
## 2886     Leviticus 7:6          Lev. 7:6
## 2887     Leviticus 7:7          Lev. 7:7
## 2888     Leviticus 7:8          Lev. 7:8
## 2889     Leviticus 7:9          Lev. 7:9
## 2890    Leviticus 7:10         Lev. 7:10
## 2891    Leviticus 7:11         Lev. 7:11
## 2892    Leviticus 7:12         Lev. 7:12
## 2893    Leviticus 7:13         Lev. 7:13
## 2894    Leviticus 7:14         Lev. 7:14
## 2895    Leviticus 7:15         Lev. 7:15
## 2896    Leviticus 7:16         Lev. 7:16
## 2897    Leviticus 7:17         Lev. 7:17
## 2898    Leviticus 7:18         Lev. 7:18
## 2899    Leviticus 7:19         Lev. 7:19
## 2900    Leviticus 7:20         Lev. 7:20
## 2901    Leviticus 7:21         Lev. 7:21
## 2902    Leviticus 7:22         Lev. 7:22
## 2903    Leviticus 7:23         Lev. 7:23
## 2904    Leviticus 7:24         Lev. 7:24
## 2905    Leviticus 7:25         Lev. 7:25
## 2906    Leviticus 7:26         Lev. 7:26
## 2907    Leviticus 7:27         Lev. 7:27
## 2908    Leviticus 7:28         Lev. 7:28
## 2909    Leviticus 7:29         Lev. 7:29
## 2910    Leviticus 7:30         Lev. 7:30
## 2911    Leviticus 7:31         Lev. 7:31
## 2912    Leviticus 7:32         Lev. 7:32
## 2913    Leviticus 7:33         Lev. 7:33
## 2914    Leviticus 7:34         Lev. 7:34
## 2915    Leviticus 7:35         Lev. 7:35
## 2916    Leviticus 7:36         Lev. 7:36
## 2917    Leviticus 7:37         Lev. 7:37
## 2918    Leviticus 7:38         Lev. 7:38
## 2919     Leviticus 8:1          Lev. 8:1
## 2920     Leviticus 8:2          Lev. 8:2
## 2921     Leviticus 8:3          Lev. 8:3
## 2922     Leviticus 8:4          Lev. 8:4
## 2923     Leviticus 8:5          Lev. 8:5
## 2924     Leviticus 8:6          Lev. 8:6
## 2925     Leviticus 8:7          Lev. 8:7
## 2926     Leviticus 8:8          Lev. 8:8
## 2927     Leviticus 8:9          Lev. 8:9
## 2928    Leviticus 8:10         Lev. 8:10
## 2929    Leviticus 8:11         Lev. 8:11
## 2930    Leviticus 8:12         Lev. 8:12
## 2931    Leviticus 8:13         Lev. 8:13
## 2932    Leviticus 8:14         Lev. 8:14
## 2933    Leviticus 8:15         Lev. 8:15
## 2934    Leviticus 8:16         Lev. 8:16
## 2935    Leviticus 8:17         Lev. 8:17
## 2936    Leviticus 8:18         Lev. 8:18
## 2937    Leviticus 8:19         Lev. 8:19
## 2938    Leviticus 8:20         Lev. 8:20
## 2939    Leviticus 8:21         Lev. 8:21
## 2940    Leviticus 8:22         Lev. 8:22
## 2941    Leviticus 8:23         Lev. 8:23
## 2942    Leviticus 8:24         Lev. 8:24
## 2943    Leviticus 8:25         Lev. 8:25
## 2944    Leviticus 8:26         Lev. 8:26
## 2945    Leviticus 8:27         Lev. 8:27
## 2946    Leviticus 8:28         Lev. 8:28
## 2947    Leviticus 8:29         Lev. 8:29
## 2948    Leviticus 8:30         Lev. 8:30
## 2949    Leviticus 8:31         Lev. 8:31
## 2950    Leviticus 8:32         Lev. 8:32
## 2951    Leviticus 8:33         Lev. 8:33
## 2952    Leviticus 8:34         Lev. 8:34
## 2953    Leviticus 8:35         Lev. 8:35
## 2954    Leviticus 8:36         Lev. 8:36
## 2955     Leviticus 9:1          Lev. 9:1
## 2956     Leviticus 9:2          Lev. 9:2
## 2957     Leviticus 9:3          Lev. 9:3
## 2958     Leviticus 9:4          Lev. 9:4
## 2959     Leviticus 9:5          Lev. 9:5
## 2960     Leviticus 9:6          Lev. 9:6
## 2961     Leviticus 9:7          Lev. 9:7
## 2962     Leviticus 9:8          Lev. 9:8
## 2963     Leviticus 9:9          Lev. 9:9
## 2964    Leviticus 9:10         Lev. 9:10
## 2965    Leviticus 9:11         Lev. 9:11
## 2966    Leviticus 9:12         Lev. 9:12
## 2967    Leviticus 9:13         Lev. 9:13
## 2968    Leviticus 9:14         Lev. 9:14
## 2969    Leviticus 9:15         Lev. 9:15
## 2970    Leviticus 9:16         Lev. 9:16
## 2971    Leviticus 9:17         Lev. 9:17
## 2972    Leviticus 9:18         Lev. 9:18
## 2973    Leviticus 9:19         Lev. 9:19
## 2974    Leviticus 9:20         Lev. 9:20
## 2975    Leviticus 9:21         Lev. 9:21
## 2976    Leviticus 9:22         Lev. 9:22
## 2977    Leviticus 9:23         Lev. 9:23
## 2978    Leviticus 9:24         Lev. 9:24
## 2979    Leviticus 10:1         Lev. 10:1
## 2980    Leviticus 10:2         Lev. 10:2
## 2981    Leviticus 10:3         Lev. 10:3
## 2982    Leviticus 10:4         Lev. 10:4
## 2983    Leviticus 10:5         Lev. 10:5
## 2984    Leviticus 10:6         Lev. 10:6
## 2985    Leviticus 10:7         Lev. 10:7
## 2986    Leviticus 10:8         Lev. 10:8
## 2987    Leviticus 10:9         Lev. 10:9
## 2988   Leviticus 10:10        Lev. 10:10
## 2989   Leviticus 10:11        Lev. 10:11
## 2990   Leviticus 10:12        Lev. 10:12
## 2991   Leviticus 10:13        Lev. 10:13
## 2992   Leviticus 10:14        Lev. 10:14
## 2993   Leviticus 10:15        Lev. 10:15
## 2994   Leviticus 10:16        Lev. 10:16
## 2995   Leviticus 10:17        Lev. 10:17
## 2996   Leviticus 10:18        Lev. 10:18
## 2997   Leviticus 10:19        Lev. 10:19
## 2998   Leviticus 10:20        Lev. 10:20
## 2999    Leviticus 11:1         Lev. 11:1
## 3000    Leviticus 11:2         Lev. 11:2
## 3001    Leviticus 11:3         Lev. 11:3
## 3002    Leviticus 11:4         Lev. 11:4
## 3003    Leviticus 11:5         Lev. 11:5
## 3004    Leviticus 11:6         Lev. 11:6
## 3005    Leviticus 11:7         Lev. 11:7
## 3006    Leviticus 11:8         Lev. 11:8
## 3007    Leviticus 11:9         Lev. 11:9
## 3008   Leviticus 11:10        Lev. 11:10
## 3009   Leviticus 11:11        Lev. 11:11
## 3010   Leviticus 11:12        Lev. 11:12
## 3011   Leviticus 11:13        Lev. 11:13
## 3012   Leviticus 11:14        Lev. 11:14
## 3013   Leviticus 11:15        Lev. 11:15
## 3014   Leviticus 11:16        Lev. 11:16
## 3015   Leviticus 11:17        Lev. 11:17
## 3016   Leviticus 11:18        Lev. 11:18
## 3017   Leviticus 11:19        Lev. 11:19
## 3018   Leviticus 11:20        Lev. 11:20
## 3019   Leviticus 11:21        Lev. 11:21
## 3020   Leviticus 11:22        Lev. 11:22
## 3021   Leviticus 11:23        Lev. 11:23
## 3022   Leviticus 11:24        Lev. 11:24
## 3023   Leviticus 11:25        Lev. 11:25
## 3024   Leviticus 11:26        Lev. 11:26
## 3025   Leviticus 11:27        Lev. 11:27
## 3026   Leviticus 11:28        Lev. 11:28
## 3027   Leviticus 11:29        Lev. 11:29
## 3028   Leviticus 11:30        Lev. 11:30
## 3029   Leviticus 11:31        Lev. 11:31
## 3030   Leviticus 11:32        Lev. 11:32
## 3031   Leviticus 11:33        Lev. 11:33
## 3032   Leviticus 11:34        Lev. 11:34
## 3033   Leviticus 11:35        Lev. 11:35
## 3034   Leviticus 11:36        Lev. 11:36
## 3035   Leviticus 11:37        Lev. 11:37
## 3036   Leviticus 11:38        Lev. 11:38
## 3037   Leviticus 11:39        Lev. 11:39
## 3038   Leviticus 11:40        Lev. 11:40
## 3039   Leviticus 11:41        Lev. 11:41
## 3040   Leviticus 11:42        Lev. 11:42
## 3041   Leviticus 11:43        Lev. 11:43
## 3042   Leviticus 11:44        Lev. 11:44
## 3043   Leviticus 11:45        Lev. 11:45
## 3044   Leviticus 11:46        Lev. 11:46
## 3045   Leviticus 11:47        Lev. 11:47
## 3046    Leviticus 12:1         Lev. 12:1
## 3047    Leviticus 12:2         Lev. 12:2
## 3048    Leviticus 12:3         Lev. 12:3
## 3049    Leviticus 12:4         Lev. 12:4
## 3050    Leviticus 12:5         Lev. 12:5
## 3051    Leviticus 12:6         Lev. 12:6
## 3052    Leviticus 12:7         Lev. 12:7
## 3053    Leviticus 12:8         Lev. 12:8
## 3054    Leviticus 13:1         Lev. 13:1
## 3055    Leviticus 13:2         Lev. 13:2
## 3056    Leviticus 13:3         Lev. 13:3
## 3057    Leviticus 13:4         Lev. 13:4
## 3058    Leviticus 13:5         Lev. 13:5
## 3059    Leviticus 13:6         Lev. 13:6
## 3060    Leviticus 13:7         Lev. 13:7
## 3061    Leviticus 13:8         Lev. 13:8
## 3062    Leviticus 13:9         Lev. 13:9
## 3063   Leviticus 13:10        Lev. 13:10
## 3064   Leviticus 13:11        Lev. 13:11
## 3065   Leviticus 13:12        Lev. 13:12
## 3066   Leviticus 13:13        Lev. 13:13
## 3067   Leviticus 13:14        Lev. 13:14
## 3068   Leviticus 13:15        Lev. 13:15
## 3069   Leviticus 13:16        Lev. 13:16
## 3070   Leviticus 13:17        Lev. 13:17
## 3071   Leviticus 13:18        Lev. 13:18
## 3072   Leviticus 13:19        Lev. 13:19
## 3073   Leviticus 13:20        Lev. 13:20
## 3074   Leviticus 13:21        Lev. 13:21
## 3075   Leviticus 13:22        Lev. 13:22
## 3076   Leviticus 13:23        Lev. 13:23
## 3077   Leviticus 13:24        Lev. 13:24
## 3078   Leviticus 13:25        Lev. 13:25
## 3079   Leviticus 13:26        Lev. 13:26
## 3080   Leviticus 13:27        Lev. 13:27
## 3081   Leviticus 13:28        Lev. 13:28
## 3082   Leviticus 13:29        Lev. 13:29
## 3083   Leviticus 13:30        Lev. 13:30
## 3084   Leviticus 13:31        Lev. 13:31
## 3085   Leviticus 13:32        Lev. 13:32
## 3086   Leviticus 13:33        Lev. 13:33
## 3087   Leviticus 13:34        Lev. 13:34
## 3088   Leviticus 13:35        Lev. 13:35
## 3089   Leviticus 13:36        Lev. 13:36
## 3090   Leviticus 13:37        Lev. 13:37
## 3091   Leviticus 13:38        Lev. 13:38
## 3092   Leviticus 13:39        Lev. 13:39
## 3093   Leviticus 13:40        Lev. 13:40
## 3094   Leviticus 13:41        Lev. 13:41
## 3095   Leviticus 13:42        Lev. 13:42
## 3096   Leviticus 13:43        Lev. 13:43
## 3097   Leviticus 13:44        Lev. 13:44
## 3098   Leviticus 13:45        Lev. 13:45
## 3099   Leviticus 13:46        Lev. 13:46
## 3100   Leviticus 13:47        Lev. 13:47
## 3101   Leviticus 13:48        Lev. 13:48
## 3102   Leviticus 13:49        Lev. 13:49
## 3103   Leviticus 13:50        Lev. 13:50
## 3104   Leviticus 13:51        Lev. 13:51
## 3105   Leviticus 13:52        Lev. 13:52
## 3106   Leviticus 13:53        Lev. 13:53
## 3107   Leviticus 13:54        Lev. 13:54
## 3108   Leviticus 13:55        Lev. 13:55
## 3109   Leviticus 13:56        Lev. 13:56
## 3110   Leviticus 13:57        Lev. 13:57
## 3111   Leviticus 13:58        Lev. 13:58
## 3112   Leviticus 13:59        Lev. 13:59
## 3113    Leviticus 14:1         Lev. 14:1
## 3114    Leviticus 14:2         Lev. 14:2
## 3115    Leviticus 14:3         Lev. 14:3
## 3116    Leviticus 14:4         Lev. 14:4
## 3117    Leviticus 14:5         Lev. 14:5
## 3118    Leviticus 14:6         Lev. 14:6
## 3119    Leviticus 14:7         Lev. 14:7
## 3120    Leviticus 14:8         Lev. 14:8
## 3121    Leviticus 14:9         Lev. 14:9
## 3122   Leviticus 14:10        Lev. 14:10
## 3123   Leviticus 14:11        Lev. 14:11
## 3124   Leviticus 14:12        Lev. 14:12
## 3125   Leviticus 14:13        Lev. 14:13
## 3126   Leviticus 14:14        Lev. 14:14
## 3127   Leviticus 14:15        Lev. 14:15
## 3128   Leviticus 14:16        Lev. 14:16
## 3129   Leviticus 14:17        Lev. 14:17
## 3130   Leviticus 14:18        Lev. 14:18
## 3131   Leviticus 14:19        Lev. 14:19
## 3132   Leviticus 14:20        Lev. 14:20
## 3133   Leviticus 14:21        Lev. 14:21
## 3134   Leviticus 14:22        Lev. 14:22
## 3135   Leviticus 14:23        Lev. 14:23
## 3136   Leviticus 14:24        Lev. 14:24
## 3137   Leviticus 14:25        Lev. 14:25
## 3138   Leviticus 14:26        Lev. 14:26
## 3139   Leviticus 14:27        Lev. 14:27
## 3140   Leviticus 14:28        Lev. 14:28
## 3141   Leviticus 14:29        Lev. 14:29
## 3142   Leviticus 14:30        Lev. 14:30
## 3143   Leviticus 14:31        Lev. 14:31
## 3144   Leviticus 14:32        Lev. 14:32
## 3145   Leviticus 14:33        Lev. 14:33
## 3146   Leviticus 14:34        Lev. 14:34
## 3147   Leviticus 14:35        Lev. 14:35
## 3148   Leviticus 14:36        Lev. 14:36
## 3149   Leviticus 14:37        Lev. 14:37
## 3150   Leviticus 14:38        Lev. 14:38
## 3151   Leviticus 14:39        Lev. 14:39
## 3152   Leviticus 14:40        Lev. 14:40
## 3153   Leviticus 14:41        Lev. 14:41
## 3154   Leviticus 14:42        Lev. 14:42
## 3155   Leviticus 14:43        Lev. 14:43
## 3156   Leviticus 14:44        Lev. 14:44
## 3157   Leviticus 14:45        Lev. 14:45
## 3158   Leviticus 14:46        Lev. 14:46
## 3159   Leviticus 14:47        Lev. 14:47
## 3160   Leviticus 14:48        Lev. 14:48
## 3161   Leviticus 14:49        Lev. 14:49
## 3162   Leviticus 14:50        Lev. 14:50
## 3163   Leviticus 14:51        Lev. 14:51
## 3164   Leviticus 14:52        Lev. 14:52
## 3165   Leviticus 14:53        Lev. 14:53
## 3166   Leviticus 14:54        Lev. 14:54
## 3167   Leviticus 14:55        Lev. 14:55
## 3168   Leviticus 14:56        Lev. 14:56
## 3169   Leviticus 14:57        Lev. 14:57
## 3170    Leviticus 15:1         Lev. 15:1
## 3171    Leviticus 15:2         Lev. 15:2
## 3172    Leviticus 15:3         Lev. 15:3
## 3173    Leviticus 15:4         Lev. 15:4
## 3174    Leviticus 15:5         Lev. 15:5
## 3175    Leviticus 15:6         Lev. 15:6
## 3176    Leviticus 15:7         Lev. 15:7
## 3177    Leviticus 15:8         Lev. 15:8
## 3178    Leviticus 15:9         Lev. 15:9
## 3179   Leviticus 15:10        Lev. 15:10
## 3180   Leviticus 15:11        Lev. 15:11
## 3181   Leviticus 15:12        Lev. 15:12
## 3182   Leviticus 15:13        Lev. 15:13
## 3183   Leviticus 15:14        Lev. 15:14
## 3184   Leviticus 15:15        Lev. 15:15
## 3185   Leviticus 15:16        Lev. 15:16
## 3186   Leviticus 15:17        Lev. 15:17
## 3187   Leviticus 15:18        Lev. 15:18
## 3188   Leviticus 15:19        Lev. 15:19
## 3189   Leviticus 15:20        Lev. 15:20
## 3190   Leviticus 15:21        Lev. 15:21
## 3191   Leviticus 15:22        Lev. 15:22
## 3192   Leviticus 15:23        Lev. 15:23
## 3193   Leviticus 15:24        Lev. 15:24
## 3194   Leviticus 15:25        Lev. 15:25
## 3195   Leviticus 15:26        Lev. 15:26
## 3196   Leviticus 15:27        Lev. 15:27
## 3197   Leviticus 15:28        Lev. 15:28
## 3198   Leviticus 15:29        Lev. 15:29
## 3199   Leviticus 15:30        Lev. 15:30
## 3200   Leviticus 15:31        Lev. 15:31
## 3201   Leviticus 15:32        Lev. 15:32
## 3202   Leviticus 15:33        Lev. 15:33
## 3203    Leviticus 16:1         Lev. 16:1
## 3204    Leviticus 16:2         Lev. 16:2
## 3205    Leviticus 16:3         Lev. 16:3
## 3206    Leviticus 16:4         Lev. 16:4
## 3207    Leviticus 16:5         Lev. 16:5
## 3208    Leviticus 16:6         Lev. 16:6
## 3209    Leviticus 16:7         Lev. 16:7
## 3210    Leviticus 16:8         Lev. 16:8
## 3211    Leviticus 16:9         Lev. 16:9
## 3212   Leviticus 16:10        Lev. 16:10
## 3213   Leviticus 16:11        Lev. 16:11
## 3214   Leviticus 16:12        Lev. 16:12
## 3215   Leviticus 16:13        Lev. 16:13
## 3216   Leviticus 16:14        Lev. 16:14
## 3217   Leviticus 16:15        Lev. 16:15
## 3218   Leviticus 16:16        Lev. 16:16
## 3219   Leviticus 16:17        Lev. 16:17
## 3220   Leviticus 16:18        Lev. 16:18
## 3221   Leviticus 16:19        Lev. 16:19
## 3222   Leviticus 16:20        Lev. 16:20
## 3223   Leviticus 16:21        Lev. 16:21
## 3224   Leviticus 16:22        Lev. 16:22
## 3225   Leviticus 16:23        Lev. 16:23
## 3226   Leviticus 16:24        Lev. 16:24
## 3227   Leviticus 16:25        Lev. 16:25
## 3228   Leviticus 16:26        Lev. 16:26
## 3229   Leviticus 16:27        Lev. 16:27
## 3230   Leviticus 16:28        Lev. 16:28
## 3231   Leviticus 16:29        Lev. 16:29
## 3232   Leviticus 16:30        Lev. 16:30
## 3233   Leviticus 16:31        Lev. 16:31
## 3234   Leviticus 16:32        Lev. 16:32
## 3235   Leviticus 16:33        Lev. 16:33
## 3236   Leviticus 16:34        Lev. 16:34
## 3237    Leviticus 17:1         Lev. 17:1
## 3238    Leviticus 17:2         Lev. 17:2
## 3239    Leviticus 17:3         Lev. 17:3
## 3240    Leviticus 17:4         Lev. 17:4
## 3241    Leviticus 17:5         Lev. 17:5
## 3242    Leviticus 17:6         Lev. 17:6
## 3243    Leviticus 17:7         Lev. 17:7
## 3244    Leviticus 17:8         Lev. 17:8
## 3245    Leviticus 17:9         Lev. 17:9
## 3246   Leviticus 17:10        Lev. 17:10
## 3247   Leviticus 17:11        Lev. 17:11
## 3248   Leviticus 17:12        Lev. 17:12
## 3249   Leviticus 17:13        Lev. 17:13
## 3250   Leviticus 17:14        Lev. 17:14
## 3251   Leviticus 17:15        Lev. 17:15
## 3252   Leviticus 17:16        Lev. 17:16
## 3253    Leviticus 18:1         Lev. 18:1
## 3254    Leviticus 18:2         Lev. 18:2
## 3255    Leviticus 18:3         Lev. 18:3
## 3256    Leviticus 18:4         Lev. 18:4
## 3257    Leviticus 18:5         Lev. 18:5
## 3258    Leviticus 18:6         Lev. 18:6
## 3259    Leviticus 18:7         Lev. 18:7
## 3260    Leviticus 18:8         Lev. 18:8
## 3261    Leviticus 18:9         Lev. 18:9
## 3262   Leviticus 18:10        Lev. 18:10
## 3263   Leviticus 18:11        Lev. 18:11
## 3264   Leviticus 18:12        Lev. 18:12
## 3265   Leviticus 18:13        Lev. 18:13
## 3266   Leviticus 18:14        Lev. 18:14
## 3267   Leviticus 18:15        Lev. 18:15
## 3268   Leviticus 18:16        Lev. 18:16
## 3269   Leviticus 18:17        Lev. 18:17
## 3270   Leviticus 18:18        Lev. 18:18
## 3271   Leviticus 18:19        Lev. 18:19
## 3272   Leviticus 18:20        Lev. 18:20
## 3273   Leviticus 18:21        Lev. 18:21
## 3274   Leviticus 18:22        Lev. 18:22
## 3275   Leviticus 18:23        Lev. 18:23
## 3276   Leviticus 18:24        Lev. 18:24
## 3277   Leviticus 18:25        Lev. 18:25
## 3278   Leviticus 18:26        Lev. 18:26
## 3279   Leviticus 18:27        Lev. 18:27
## 3280   Leviticus 18:28        Lev. 18:28
## 3281   Leviticus 18:29        Lev. 18:29
## 3282   Leviticus 18:30        Lev. 18:30
## 3283    Leviticus 19:1         Lev. 19:1
## 3284    Leviticus 19:2         Lev. 19:2
## 3285    Leviticus 19:3         Lev. 19:3
## 3286    Leviticus 19:4         Lev. 19:4
## 3287    Leviticus 19:5         Lev. 19:5
## 3288    Leviticus 19:6         Lev. 19:6
## 3289    Leviticus 19:7         Lev. 19:7
## 3290    Leviticus 19:8         Lev. 19:8
## 3291    Leviticus 19:9         Lev. 19:9
## 3292   Leviticus 19:10        Lev. 19:10
## 3293   Leviticus 19:11        Lev. 19:11
## 3294   Leviticus 19:12        Lev. 19:12
## 3295   Leviticus 19:13        Lev. 19:13
## 3296   Leviticus 19:14        Lev. 19:14
## 3297   Leviticus 19:15        Lev. 19:15
## 3298   Leviticus 19:16        Lev. 19:16
## 3299   Leviticus 19:17        Lev. 19:17
## 3300   Leviticus 19:18        Lev. 19:18
## 3301   Leviticus 19:19        Lev. 19:19
## 3302   Leviticus 19:20        Lev. 19:20
## 3303   Leviticus 19:21        Lev. 19:21
## 3304   Leviticus 19:22        Lev. 19:22
## 3305   Leviticus 19:23        Lev. 19:23
## 3306   Leviticus 19:24        Lev. 19:24
## 3307   Leviticus 19:25        Lev. 19:25
## 3308   Leviticus 19:26        Lev. 19:26
## 3309   Leviticus 19:27        Lev. 19:27
## 3310   Leviticus 19:28        Lev. 19:28
## 3311   Leviticus 19:29        Lev. 19:29
## 3312   Leviticus 19:30        Lev. 19:30
## 3313   Leviticus 19:31        Lev. 19:31
## 3314   Leviticus 19:32        Lev. 19:32
## 3315   Leviticus 19:33        Lev. 19:33
## 3316   Leviticus 19:34        Lev. 19:34
## 3317   Leviticus 19:35        Lev. 19:35
## 3318   Leviticus 19:36        Lev. 19:36
## 3319   Leviticus 19:37        Lev. 19:37
## 3320    Leviticus 20:1         Lev. 20:1
## 3321    Leviticus 20:2         Lev. 20:2
## 3322    Leviticus 20:3         Lev. 20:3
## 3323    Leviticus 20:4         Lev. 20:4
## 3324    Leviticus 20:5         Lev. 20:5
## 3325    Leviticus 20:6         Lev. 20:6
## 3326    Leviticus 20:7         Lev. 20:7
## 3327    Leviticus 20:8         Lev. 20:8
## 3328    Leviticus 20:9         Lev. 20:9
## 3329   Leviticus 20:10        Lev. 20:10
## 3330   Leviticus 20:11        Lev. 20:11
## 3331   Leviticus 20:12        Lev. 20:12
## 3332   Leviticus 20:13        Lev. 20:13
## 3333   Leviticus 20:14        Lev. 20:14
## 3334   Leviticus 20:15        Lev. 20:15
## 3335   Leviticus 20:16        Lev. 20:16
## 3336   Leviticus 20:17        Lev. 20:17
## 3337   Leviticus 20:18        Lev. 20:18
## 3338   Leviticus 20:19        Lev. 20:19
## 3339   Leviticus 20:20        Lev. 20:20
## 3340   Leviticus 20:21        Lev. 20:21
## 3341   Leviticus 20:22        Lev. 20:22
## 3342   Leviticus 20:23        Lev. 20:23
## 3343   Leviticus 20:24        Lev. 20:24
## 3344   Leviticus 20:25        Lev. 20:25
## 3345   Leviticus 20:26        Lev. 20:26
## 3346   Leviticus 20:27        Lev. 20:27
## 3347    Leviticus 21:1         Lev. 21:1
## 3348    Leviticus 21:2         Lev. 21:2
## 3349    Leviticus 21:3         Lev. 21:3
## 3350    Leviticus 21:4         Lev. 21:4
## 3351    Leviticus 21:5         Lev. 21:5
## 3352    Leviticus 21:6         Lev. 21:6
## 3353    Leviticus 21:7         Lev. 21:7
## 3354    Leviticus 21:8         Lev. 21:8
## 3355    Leviticus 21:9         Lev. 21:9
## 3356   Leviticus 21:10        Lev. 21:10
## 3357   Leviticus 21:11        Lev. 21:11
## 3358   Leviticus 21:12        Lev. 21:12
## 3359   Leviticus 21:13        Lev. 21:13
## 3360   Leviticus 21:14        Lev. 21:14
## 3361   Leviticus 21:15        Lev. 21:15
## 3362   Leviticus 21:16        Lev. 21:16
## 3363   Leviticus 21:17        Lev. 21:17
## 3364   Leviticus 21:18        Lev. 21:18
## 3365   Leviticus 21:19        Lev. 21:19
## 3366   Leviticus 21:20        Lev. 21:20
## 3367   Leviticus 21:21        Lev. 21:21
## 3368   Leviticus 21:22        Lev. 21:22
## 3369   Leviticus 21:23        Lev. 21:23
## 3370   Leviticus 21:24        Lev. 21:24
## 3371    Leviticus 22:1         Lev. 22:1
## 3372    Leviticus 22:2         Lev. 22:2
## 3373    Leviticus 22:3         Lev. 22:3
## 3374    Leviticus 22:4         Lev. 22:4
## 3375    Leviticus 22:5         Lev. 22:5
## 3376    Leviticus 22:6         Lev. 22:6
## 3377    Leviticus 22:7         Lev. 22:7
## 3378    Leviticus 22:8         Lev. 22:8
## 3379    Leviticus 22:9         Lev. 22:9
## 3380   Leviticus 22:10        Lev. 22:10
## 3381   Leviticus 22:11        Lev. 22:11
## 3382   Leviticus 22:12        Lev. 22:12
## 3383   Leviticus 22:13        Lev. 22:13
## 3384   Leviticus 22:14        Lev. 22:14
## 3385   Leviticus 22:15        Lev. 22:15
## 3386   Leviticus 22:16        Lev. 22:16
## 3387   Leviticus 22:17        Lev. 22:17
## 3388   Leviticus 22:18        Lev. 22:18
## 3389   Leviticus 22:19        Lev. 22:19
## 3390   Leviticus 22:20        Lev. 22:20
## 3391   Leviticus 22:21        Lev. 22:21
## 3392   Leviticus 22:22        Lev. 22:22
## 3393   Leviticus 22:23        Lev. 22:23
## 3394   Leviticus 22:24        Lev. 22:24
## 3395   Leviticus 22:25        Lev. 22:25
## 3396   Leviticus 22:26        Lev. 22:26
## 3397   Leviticus 22:27        Lev. 22:27
## 3398   Leviticus 22:28        Lev. 22:28
## 3399   Leviticus 22:29        Lev. 22:29
## 3400   Leviticus 22:30        Lev. 22:30
## 3401   Leviticus 22:31        Lev. 22:31
## 3402   Leviticus 22:32        Lev. 22:32
## 3403   Leviticus 22:33        Lev. 22:33
## 3404    Leviticus 23:1         Lev. 23:1
## 3405    Leviticus 23:2         Lev. 23:2
## 3406    Leviticus 23:3         Lev. 23:3
## 3407    Leviticus 23:4         Lev. 23:4
## 3408    Leviticus 23:5         Lev. 23:5
## 3409    Leviticus 23:6         Lev. 23:6
## 3410    Leviticus 23:7         Lev. 23:7
## 3411    Leviticus 23:8         Lev. 23:8
## 3412    Leviticus 23:9         Lev. 23:9
## 3413   Leviticus 23:10        Lev. 23:10
## 3414   Leviticus 23:11        Lev. 23:11
## 3415   Leviticus 23:12        Lev. 23:12
## 3416   Leviticus 23:13        Lev. 23:13
## 3417   Leviticus 23:14        Lev. 23:14
## 3418   Leviticus 23:15        Lev. 23:15
## 3419   Leviticus 23:16        Lev. 23:16
## 3420   Leviticus 23:17        Lev. 23:17
## 3421   Leviticus 23:18        Lev. 23:18
## 3422   Leviticus 23:19        Lev. 23:19
## 3423   Leviticus 23:20        Lev. 23:20
## 3424   Leviticus 23:21        Lev. 23:21
## 3425   Leviticus 23:22        Lev. 23:22
## 3426   Leviticus 23:23        Lev. 23:23
## 3427   Leviticus 23:24        Lev. 23:24
## 3428   Leviticus 23:25        Lev. 23:25
## 3429   Leviticus 23:26        Lev. 23:26
## 3430   Leviticus 23:27        Lev. 23:27
## 3431   Leviticus 23:28        Lev. 23:28
## 3432   Leviticus 23:29        Lev. 23:29
## 3433   Leviticus 23:30        Lev. 23:30
## 3434   Leviticus 23:31        Lev. 23:31
## 3435   Leviticus 23:32        Lev. 23:32
## 3436   Leviticus 23:33        Lev. 23:33
## 3437   Leviticus 23:34        Lev. 23:34
## 3438   Leviticus 23:35        Lev. 23:35
## 3439   Leviticus 23:36        Lev. 23:36
## 3440   Leviticus 23:37        Lev. 23:37
## 3441   Leviticus 23:38        Lev. 23:38
## 3442   Leviticus 23:39        Lev. 23:39
## 3443   Leviticus 23:40        Lev. 23:40
## 3444   Leviticus 23:41        Lev. 23:41
## 3445   Leviticus 23:42        Lev. 23:42
## 3446   Leviticus 23:43        Lev. 23:43
## 3447   Leviticus 23:44        Lev. 23:44
## 3448    Leviticus 24:1         Lev. 24:1
## 3449    Leviticus 24:2         Lev. 24:2
## 3450    Leviticus 24:3         Lev. 24:3
## 3451    Leviticus 24:4         Lev. 24:4
## 3452    Leviticus 24:5         Lev. 24:5
## 3453    Leviticus 24:6         Lev. 24:6
## 3454    Leviticus 24:7         Lev. 24:7
## 3455    Leviticus 24:8         Lev. 24:8
## 3456    Leviticus 24:9         Lev. 24:9
## 3457   Leviticus 24:10        Lev. 24:10
## 3458   Leviticus 24:11        Lev. 24:11
## 3459   Leviticus 24:12        Lev. 24:12
## 3460   Leviticus 24:13        Lev. 24:13
## 3461   Leviticus 24:14        Lev. 24:14
## 3462   Leviticus 24:15        Lev. 24:15
## 3463   Leviticus 24:16        Lev. 24:16
## 3464   Leviticus 24:17        Lev. 24:17
## 3465   Leviticus 24:18        Lev. 24:18
## 3466   Leviticus 24:19        Lev. 24:19
## 3467   Leviticus 24:20        Lev. 24:20
## 3468   Leviticus 24:21        Lev. 24:21
## 3469   Leviticus 24:22        Lev. 24:22
## 3470   Leviticus 24:23        Lev. 24:23
## 3471    Leviticus 25:1         Lev. 25:1
## 3472    Leviticus 25:2         Lev. 25:2
## 3473    Leviticus 25:3         Lev. 25:3
## 3474    Leviticus 25:4         Lev. 25:4
## 3475    Leviticus 25:5         Lev. 25:5
## 3476    Leviticus 25:6         Lev. 25:6
## 3477    Leviticus 25:7         Lev. 25:7
## 3478    Leviticus 25:8         Lev. 25:8
## 3479    Leviticus 25:9         Lev. 25:9
## 3480   Leviticus 25:10        Lev. 25:10
## 3481   Leviticus 25:11        Lev. 25:11
## 3482   Leviticus 25:12        Lev. 25:12
## 3483   Leviticus 25:13        Lev. 25:13
## 3484   Leviticus 25:14        Lev. 25:14
## 3485   Leviticus 25:15        Lev. 25:15
## 3486   Leviticus 25:16        Lev. 25:16
## 3487   Leviticus 25:17        Lev. 25:17
## 3488   Leviticus 25:18        Lev. 25:18
## 3489   Leviticus 25:19        Lev. 25:19
## 3490   Leviticus 25:20        Lev. 25:20
## 3491   Leviticus 25:21        Lev. 25:21
## 3492   Leviticus 25:22        Lev. 25:22
## 3493   Leviticus 25:23        Lev. 25:23
## 3494   Leviticus 25:24        Lev. 25:24
## 3495   Leviticus 25:25        Lev. 25:25
## 3496   Leviticus 25:26        Lev. 25:26
## 3497   Leviticus 25:27        Lev. 25:27
## 3498   Leviticus 25:28        Lev. 25:28
## 3499   Leviticus 25:29        Lev. 25:29
## 3500   Leviticus 25:30        Lev. 25:30
## 3501   Leviticus 25:31        Lev. 25:31
## 3502   Leviticus 25:32        Lev. 25:32
## 3503   Leviticus 25:33        Lev. 25:33
## 3504   Leviticus 25:34        Lev. 25:34
## 3505   Leviticus 25:35        Lev. 25:35
## 3506   Leviticus 25:36        Lev. 25:36
## 3507   Leviticus 25:37        Lev. 25:37
## 3508   Leviticus 25:38        Lev. 25:38
## 3509   Leviticus 25:39        Lev. 25:39
## 3510   Leviticus 25:40        Lev. 25:40
## 3511   Leviticus 25:41        Lev. 25:41
## 3512   Leviticus 25:42        Lev. 25:42
## 3513   Leviticus 25:43        Lev. 25:43
## 3514   Leviticus 25:44        Lev. 25:44
## 3515   Leviticus 25:45        Lev. 25:45
## 3516   Leviticus 25:46        Lev. 25:46
## 3517   Leviticus 25:47        Lev. 25:47
## 3518   Leviticus 25:48        Lev. 25:48
## 3519   Leviticus 25:49        Lev. 25:49
## 3520   Leviticus 25:50        Lev. 25:50
## 3521   Leviticus 25:51        Lev. 25:51
## 3522   Leviticus 25:52        Lev. 25:52
## 3523   Leviticus 25:53        Lev. 25:53
## 3524   Leviticus 25:54        Lev. 25:54
## 3525   Leviticus 25:55        Lev. 25:55
## 3526    Leviticus 26:1         Lev. 26:1
## 3527    Leviticus 26:2         Lev. 26:2
## 3528    Leviticus 26:3         Lev. 26:3
## 3529    Leviticus 26:4         Lev. 26:4
## 3530    Leviticus 26:5         Lev. 26:5
## 3531    Leviticus 26:6         Lev. 26:6
## 3532    Leviticus 26:7         Lev. 26:7
## 3533    Leviticus 26:8         Lev. 26:8
## 3534    Leviticus 26:9         Lev. 26:9
## 3535   Leviticus 26:10        Lev. 26:10
## 3536   Leviticus 26:11        Lev. 26:11
## 3537   Leviticus 26:12        Lev. 26:12
## 3538   Leviticus 26:13        Lev. 26:13
## 3539   Leviticus 26:14        Lev. 26:14
## 3540   Leviticus 26:15        Lev. 26:15
## 3541   Leviticus 26:16        Lev. 26:16
## 3542   Leviticus 26:17        Lev. 26:17
## 3543   Leviticus 26:18        Lev. 26:18
## 3544   Leviticus 26:19        Lev. 26:19
## 3545   Leviticus 26:20        Lev. 26:20
## 3546   Leviticus 26:21        Lev. 26:21
## 3547   Leviticus 26:22        Lev. 26:22
## 3548   Leviticus 26:23        Lev. 26:23
## 3549   Leviticus 26:24        Lev. 26:24
## 3550   Leviticus 26:25        Lev. 26:25
## 3551   Leviticus 26:26        Lev. 26:26
## 3552   Leviticus 26:27        Lev. 26:27
## 3553   Leviticus 26:28        Lev. 26:28
## 3554   Leviticus 26:29        Lev. 26:29
## 3555   Leviticus 26:30        Lev. 26:30
## 3556   Leviticus 26:31        Lev. 26:31
## 3557   Leviticus 26:32        Lev. 26:32
## 3558   Leviticus 26:33        Lev. 26:33
## 3559   Leviticus 26:34        Lev. 26:34
## 3560   Leviticus 26:35        Lev. 26:35
## 3561   Leviticus 26:36        Lev. 26:36
## 3562   Leviticus 26:37        Lev. 26:37
## 3563   Leviticus 26:38        Lev. 26:38
## 3564   Leviticus 26:39        Lev. 26:39
## 3565   Leviticus 26:40        Lev. 26:40
## 3566   Leviticus 26:41        Lev. 26:41
## 3567   Leviticus 26:42        Lev. 26:42
## 3568   Leviticus 26:43        Lev. 26:43
## 3569   Leviticus 26:44        Lev. 26:44
## 3570   Leviticus 26:45        Lev. 26:45
## 3571   Leviticus 26:46        Lev. 26:46
## 3572    Leviticus 27:1         Lev. 27:1
## 3573    Leviticus 27:2         Lev. 27:2
## 3574    Leviticus 27:3         Lev. 27:3
## 3575    Leviticus 27:4         Lev. 27:4
## 3576    Leviticus 27:5         Lev. 27:5
## 3577    Leviticus 27:6         Lev. 27:6
## 3578    Leviticus 27:7         Lev. 27:7
## 3579    Leviticus 27:8         Lev. 27:8
## 3580    Leviticus 27:9         Lev. 27:9
## 3581   Leviticus 27:10        Lev. 27:10
## 3582   Leviticus 27:11        Lev. 27:11
## 3583   Leviticus 27:12        Lev. 27:12
## 3584   Leviticus 27:13        Lev. 27:13
## 3585   Leviticus 27:14        Lev. 27:14
## 3586   Leviticus 27:15        Lev. 27:15
## 3587   Leviticus 27:16        Lev. 27:16
## 3588   Leviticus 27:17        Lev. 27:17
## 3589   Leviticus 27:18        Lev. 27:18
## 3590   Leviticus 27:19        Lev. 27:19
## 3591   Leviticus 27:20        Lev. 27:20
## 3592   Leviticus 27:21        Lev. 27:21
## 3593   Leviticus 27:22        Lev. 27:22
## 3594   Leviticus 27:23        Lev. 27:23
## 3595   Leviticus 27:24        Lev. 27:24
## 3596   Leviticus 27:25        Lev. 27:25
## 3597   Leviticus 27:26        Lev. 27:26
## 3598   Leviticus 27:27        Lev. 27:27
## 3599   Leviticus 27:28        Lev. 27:28
## 3600   Leviticus 27:29        Lev. 27:29
## 3601   Leviticus 27:30        Lev. 27:30
## 3602   Leviticus 27:31        Lev. 27:31
## 3603   Leviticus 27:32        Lev. 27:32
## 3604   Leviticus 27:33        Lev. 27:33
## 3605   Leviticus 27:34        Lev. 27:34
## 3606       Numbers 1:1          Num. 1:1
## 3607       Numbers 1:2          Num. 1:2
## 3608       Numbers 1:3          Num. 1:3
## 3609       Numbers 1:4          Num. 1:4
## 3610       Numbers 1:5          Num. 1:5
## 3611       Numbers 1:6          Num. 1:6
## 3612       Numbers 1:7          Num. 1:7
## 3613       Numbers 1:8          Num. 1:8
## 3614       Numbers 1:9          Num. 1:9
## 3615      Numbers 1:10         Num. 1:10
## 3616      Numbers 1:11         Num. 1:11
## 3617      Numbers 1:12         Num. 1:12
## 3618      Numbers 1:13         Num. 1:13
## 3619      Numbers 1:14         Num. 1:14
## 3620      Numbers 1:15         Num. 1:15
## 3621      Numbers 1:16         Num. 1:16
## 3622      Numbers 1:17         Num. 1:17
## 3623      Numbers 1:18         Num. 1:18
## 3624      Numbers 1:19         Num. 1:19
## 3625      Numbers 1:20         Num. 1:20
## 3626      Numbers 1:21         Num. 1:21
## 3627      Numbers 1:22         Num. 1:22
## 3628      Numbers 1:23         Num. 1:23
## 3629      Numbers 1:24         Num. 1:24
## 3630      Numbers 1:25         Num. 1:25
## 3631      Numbers 1:26         Num. 1:26
## 3632      Numbers 1:27         Num. 1:27
## 3633      Numbers 1:28         Num. 1:28
## 3634      Numbers 1:29         Num. 1:29
## 3635      Numbers 1:30         Num. 1:30
## 3636      Numbers 1:31         Num. 1:31
## 3637      Numbers 1:32         Num. 1:32
## 3638      Numbers 1:33         Num. 1:33
## 3639      Numbers 1:34         Num. 1:34
## 3640      Numbers 1:35         Num. 1:35
## 3641      Numbers 1:36         Num. 1:36
## 3642      Numbers 1:37         Num. 1:37
## 3643      Numbers 1:38         Num. 1:38
## 3644      Numbers 1:39         Num. 1:39
## 3645      Numbers 1:40         Num. 1:40
## 3646      Numbers 1:41         Num. 1:41
## 3647      Numbers 1:42         Num. 1:42
## 3648      Numbers 1:43         Num. 1:43
## 3649      Numbers 1:44         Num. 1:44
## 3650      Numbers 1:45         Num. 1:45
## 3651      Numbers 1:46         Num. 1:46
## 3652      Numbers 1:47         Num. 1:47
## 3653      Numbers 1:48         Num. 1:48
## 3654      Numbers 1:49         Num. 1:49
## 3655      Numbers 1:50         Num. 1:50
## 3656      Numbers 1:51         Num. 1:51
## 3657      Numbers 1:52         Num. 1:52
## 3658      Numbers 1:53         Num. 1:53
## 3659      Numbers 1:54         Num. 1:54
## 3660       Numbers 2:1          Num. 2:1
## 3661       Numbers 2:2          Num. 2:2
## 3662       Numbers 2:3          Num. 2:3
## 3663       Numbers 2:4          Num. 2:4
## 3664       Numbers 2:5          Num. 2:5
## 3665       Numbers 2:6          Num. 2:6
## 3666       Numbers 2:7          Num. 2:7
## 3667       Numbers 2:8          Num. 2:8
## 3668       Numbers 2:9          Num. 2:9
## 3669      Numbers 2:10         Num. 2:10
## 3670      Numbers 2:11         Num. 2:11
## 3671      Numbers 2:12         Num. 2:12
## 3672      Numbers 2:13         Num. 2:13
## 3673      Numbers 2:14         Num. 2:14
## 3674      Numbers 2:15         Num. 2:15
## 3675      Numbers 2:16         Num. 2:16
## 3676      Numbers 2:17         Num. 2:17
## 3677      Numbers 2:18         Num. 2:18
## 3678      Numbers 2:19         Num. 2:19
## 3679      Numbers 2:20         Num. 2:20
## 3680      Numbers 2:21         Num. 2:21
## 3681      Numbers 2:22         Num. 2:22
## 3682      Numbers 2:23         Num. 2:23
## 3683      Numbers 2:24         Num. 2:24
## 3684      Numbers 2:25         Num. 2:25
## 3685      Numbers 2:26         Num. 2:26
## 3686      Numbers 2:27         Num. 2:27
## 3687      Numbers 2:28         Num. 2:28
## 3688      Numbers 2:29         Num. 2:29
## 3689      Numbers 2:30         Num. 2:30
## 3690      Numbers 2:31         Num. 2:31
## 3691      Numbers 2:32         Num. 2:32
## 3692      Numbers 2:33         Num. 2:33
## 3693      Numbers 2:34         Num. 2:34
## 3694       Numbers 3:1          Num. 3:1
## 3695       Numbers 3:2          Num. 3:2
## 3696       Numbers 3:3          Num. 3:3
## 3697       Numbers 3:4          Num. 3:4
## 3698       Numbers 3:5          Num. 3:5
## 3699       Numbers 3:6          Num. 3:6
## 3700       Numbers 3:7          Num. 3:7
## 3701       Numbers 3:8          Num. 3:8
## 3702       Numbers 3:9          Num. 3:9
## 3703      Numbers 3:10         Num. 3:10
## 3704      Numbers 3:11         Num. 3:11
## 3705      Numbers 3:12         Num. 3:12
## 3706      Numbers 3:13         Num. 3:13
## 3707      Numbers 3:14         Num. 3:14
## 3708      Numbers 3:15         Num. 3:15
## 3709      Numbers 3:16         Num. 3:16
## 3710      Numbers 3:17         Num. 3:17
## 3711      Numbers 3:18         Num. 3:18
## 3712      Numbers 3:19         Num. 3:19
## 3713      Numbers 3:20         Num. 3:20
## 3714      Numbers 3:21         Num. 3:21
## 3715      Numbers 3:22         Num. 3:22
## 3716      Numbers 3:23         Num. 3:23
## 3717      Numbers 3:24         Num. 3:24
## 3718      Numbers 3:25         Num. 3:25
## 3719      Numbers 3:26         Num. 3:26
## 3720      Numbers 3:27         Num. 3:27
## 3721      Numbers 3:28         Num. 3:28
## 3722      Numbers 3:29         Num. 3:29
## 3723      Numbers 3:30         Num. 3:30
## 3724      Numbers 3:31         Num. 3:31
## 3725      Numbers 3:32         Num. 3:32
## 3726      Numbers 3:33         Num. 3:33
## 3727      Numbers 3:34         Num. 3:34
## 3728      Numbers 3:35         Num. 3:35
## 3729      Numbers 3:36         Num. 3:36
## 3730      Numbers 3:37         Num. 3:37
## 3731      Numbers 3:38         Num. 3:38
## 3732      Numbers 3:39         Num. 3:39
## 3733      Numbers 3:40         Num. 3:40
## 3734      Numbers 3:41         Num. 3:41
## 3735      Numbers 3:42         Num. 3:42
## 3736      Numbers 3:43         Num. 3:43
## 3737      Numbers 3:44         Num. 3:44
## 3738      Numbers 3:45         Num. 3:45
## 3739      Numbers 3:46         Num. 3:46
## 3740      Numbers 3:47         Num. 3:47
## 3741      Numbers 3:48         Num. 3:48
## 3742      Numbers 3:49         Num. 3:49
## 3743      Numbers 3:50         Num. 3:50
## 3744      Numbers 3:51         Num. 3:51
## 3745       Numbers 4:1          Num. 4:1
## 3746       Numbers 4:2          Num. 4:2
## 3747       Numbers 4:3          Num. 4:3
## 3748       Numbers 4:4          Num. 4:4
## 3749       Numbers 4:5          Num. 4:5
## 3750       Numbers 4:6          Num. 4:6
## 3751       Numbers 4:7          Num. 4:7
## 3752       Numbers 4:8          Num. 4:8
## 3753       Numbers 4:9          Num. 4:9
## 3754      Numbers 4:10         Num. 4:10
## 3755      Numbers 4:11         Num. 4:11
## 3756      Numbers 4:12         Num. 4:12
## 3757      Numbers 4:13         Num. 4:13
## 3758      Numbers 4:14         Num. 4:14
## 3759      Numbers 4:15         Num. 4:15
## 3760      Numbers 4:16         Num. 4:16
## 3761      Numbers 4:17         Num. 4:17
## 3762      Numbers 4:18         Num. 4:18
## 3763      Numbers 4:19         Num. 4:19
## 3764      Numbers 4:20         Num. 4:20
## 3765      Numbers 4:21         Num. 4:21
## 3766      Numbers 4:22         Num. 4:22
## 3767      Numbers 4:23         Num. 4:23
## 3768      Numbers 4:24         Num. 4:24
## 3769      Numbers 4:25         Num. 4:25
## 3770      Numbers 4:26         Num. 4:26
## 3771      Numbers 4:27         Num. 4:27
## 3772      Numbers 4:28         Num. 4:28
## 3773      Numbers 4:29         Num. 4:29
## 3774      Numbers 4:30         Num. 4:30
## 3775      Numbers 4:31         Num. 4:31
## 3776      Numbers 4:32         Num. 4:32
## 3777      Numbers 4:33         Num. 4:33
## 3778      Numbers 4:34         Num. 4:34
## 3779      Numbers 4:35         Num. 4:35
## 3780      Numbers 4:36         Num. 4:36
## 3781      Numbers 4:37         Num. 4:37
## 3782      Numbers 4:38         Num. 4:38
## 3783      Numbers 4:39         Num. 4:39
## 3784      Numbers 4:40         Num. 4:40
## 3785      Numbers 4:41         Num. 4:41
## 3786      Numbers 4:42         Num. 4:42
## 3787      Numbers 4:43         Num. 4:43
## 3788      Numbers 4:44         Num. 4:44
## 3789      Numbers 4:45         Num. 4:45
## 3790      Numbers 4:46         Num. 4:46
## 3791      Numbers 4:47         Num. 4:47
## 3792      Numbers 4:48         Num. 4:48
## 3793      Numbers 4:49         Num. 4:49
## 3794       Numbers 5:1          Num. 5:1
## 3795       Numbers 5:2          Num. 5:2
## 3796       Numbers 5:3          Num. 5:3
## 3797       Numbers 5:4          Num. 5:4
## 3798       Numbers 5:5          Num. 5:5
## 3799       Numbers 5:6          Num. 5:6
## 3800       Numbers 5:7          Num. 5:7
## 3801       Numbers 5:8          Num. 5:8
## 3802       Numbers 5:9          Num. 5:9
## 3803      Numbers 5:10         Num. 5:10
## 3804      Numbers 5:11         Num. 5:11
## 3805      Numbers 5:12         Num. 5:12
## 3806      Numbers 5:13         Num. 5:13
## 3807      Numbers 5:14         Num. 5:14
## 3808      Numbers 5:15         Num. 5:15
## 3809      Numbers 5:16         Num. 5:16
## 3810      Numbers 5:17         Num. 5:17
## 3811      Numbers 5:18         Num. 5:18
## 3812      Numbers 5:19         Num. 5:19
## 3813      Numbers 5:20         Num. 5:20
## 3814      Numbers 5:21         Num. 5:21
## 3815      Numbers 5:22         Num. 5:22
## 3816      Numbers 5:23         Num. 5:23
## 3817      Numbers 5:24         Num. 5:24
## 3818      Numbers 5:25         Num. 5:25
## 3819      Numbers 5:26         Num. 5:26
## 3820      Numbers 5:27         Num. 5:27
## 3821      Numbers 5:28         Num. 5:28
## 3822      Numbers 5:29         Num. 5:29
## 3823      Numbers 5:30         Num. 5:30
## 3824      Numbers 5:31         Num. 5:31
## 3825       Numbers 6:1          Num. 6:1
## 3826       Numbers 6:2          Num. 6:2
## 3827       Numbers 6:3          Num. 6:3
## 3828       Numbers 6:4          Num. 6:4
## 3829       Numbers 6:5          Num. 6:5
## 3830       Numbers 6:6          Num. 6:6
## 3831       Numbers 6:7          Num. 6:7
## 3832       Numbers 6:8          Num. 6:8
## 3833       Numbers 6:9          Num. 6:9
## 3834      Numbers 6:10         Num. 6:10
## 3835      Numbers 6:11         Num. 6:11
## 3836      Numbers 6:12         Num. 6:12
## 3837      Numbers 6:13         Num. 6:13
## 3838      Numbers 6:14         Num. 6:14
## 3839      Numbers 6:15         Num. 6:15
## 3840      Numbers 6:16         Num. 6:16
## 3841      Numbers 6:17         Num. 6:17
## 3842      Numbers 6:18         Num. 6:18
## 3843      Numbers 6:19         Num. 6:19
## 3844      Numbers 6:20         Num. 6:20
## 3845      Numbers 6:21         Num. 6:21
## 3846      Numbers 6:22         Num. 6:22
## 3847      Numbers 6:23         Num. 6:23
## 3848      Numbers 6:24         Num. 6:24
## 3849      Numbers 6:25         Num. 6:25
## 3850      Numbers 6:26         Num. 6:26
## 3851      Numbers 6:27         Num. 6:27
## 3852       Numbers 7:1          Num. 7:1
## 3853       Numbers 7:2          Num. 7:2
## 3854       Numbers 7:3          Num. 7:3
## 3855       Numbers 7:4          Num. 7:4
## 3856       Numbers 7:5          Num. 7:5
## 3857       Numbers 7:6          Num. 7:6
## 3858       Numbers 7:7          Num. 7:7
## 3859       Numbers 7:8          Num. 7:8
## 3860       Numbers 7:9          Num. 7:9
## 3861      Numbers 7:10         Num. 7:10
## 3862      Numbers 7:11         Num. 7:11
## 3863      Numbers 7:12         Num. 7:12
## 3864      Numbers 7:13         Num. 7:13
## 3865      Numbers 7:14         Num. 7:14
## 3866      Numbers 7:15         Num. 7:15
## 3867      Numbers 7:16         Num. 7:16
## 3868      Numbers 7:17         Num. 7:17
## 3869      Numbers 7:18         Num. 7:18
## 3870      Numbers 7:19         Num. 7:19
## 3871      Numbers 7:20         Num. 7:20
## 3872      Numbers 7:21         Num. 7:21
## 3873      Numbers 7:22         Num. 7:22
## 3874      Numbers 7:23         Num. 7:23
## 3875      Numbers 7:24         Num. 7:24
## 3876      Numbers 7:25         Num. 7:25
## 3877      Numbers 7:26         Num. 7:26
## 3878      Numbers 7:27         Num. 7:27
## 3879      Numbers 7:28         Num. 7:28
## 3880      Numbers 7:29         Num. 7:29
## 3881      Numbers 7:30         Num. 7:30
## 3882      Numbers 7:31         Num. 7:31
## 3883      Numbers 7:32         Num. 7:32
## 3884      Numbers 7:33         Num. 7:33
## 3885      Numbers 7:34         Num. 7:34
## 3886      Numbers 7:35         Num. 7:35
## 3887      Numbers 7:36         Num. 7:36
## 3888      Numbers 7:37         Num. 7:37
## 3889      Numbers 7:38         Num. 7:38
## 3890      Numbers 7:39         Num. 7:39
## 3891      Numbers 7:40         Num. 7:40
## 3892      Numbers 7:41         Num. 7:41
## 3893      Numbers 7:42         Num. 7:42
## 3894      Numbers 7:43         Num. 7:43
## 3895      Numbers 7:44         Num. 7:44
## 3896      Numbers 7:45         Num. 7:45
## 3897      Numbers 7:46         Num. 7:46
## 3898      Numbers 7:47         Num. 7:47
## 3899      Numbers 7:48         Num. 7:48
## 3900      Numbers 7:49         Num. 7:49
## 3901      Numbers 7:50         Num. 7:50
## 3902      Numbers 7:51         Num. 7:51
## 3903      Numbers 7:52         Num. 7:52
## 3904      Numbers 7:53         Num. 7:53
## 3905      Numbers 7:54         Num. 7:54
## 3906      Numbers 7:55         Num. 7:55
## 3907      Numbers 7:56         Num. 7:56
## 3908      Numbers 7:57         Num. 7:57
## 3909      Numbers 7:58         Num. 7:58
## 3910      Numbers 7:59         Num. 7:59
## 3911      Numbers 7:60         Num. 7:60
## 3912      Numbers 7:61         Num. 7:61
## 3913      Numbers 7:62         Num. 7:62
## 3914      Numbers 7:63         Num. 7:63
## 3915      Numbers 7:64         Num. 7:64
## 3916      Numbers 7:65         Num. 7:65
## 3917      Numbers 7:66         Num. 7:66
## 3918      Numbers 7:67         Num. 7:67
## 3919      Numbers 7:68         Num. 7:68
## 3920      Numbers 7:69         Num. 7:69
## 3921      Numbers 7:70         Num. 7:70
## 3922      Numbers 7:71         Num. 7:71
## 3923      Numbers 7:72         Num. 7:72
## 3924      Numbers 7:73         Num. 7:73
## 3925      Numbers 7:74         Num. 7:74
## 3926      Numbers 7:75         Num. 7:75
## 3927      Numbers 7:76         Num. 7:76
## 3928      Numbers 7:77         Num. 7:77
## 3929      Numbers 7:78         Num. 7:78
## 3930      Numbers 7:79         Num. 7:79
## 3931      Numbers 7:80         Num. 7:80
## 3932      Numbers 7:81         Num. 7:81
## 3933      Numbers 7:82         Num. 7:82
## 3934      Numbers 7:83         Num. 7:83
## 3935      Numbers 7:84         Num. 7:84
## 3936      Numbers 7:85         Num. 7:85
## 3937      Numbers 7:86         Num. 7:86
## 3938      Numbers 7:87         Num. 7:87
## 3939      Numbers 7:88         Num. 7:88
## 3940      Numbers 7:89         Num. 7:89
## 3941       Numbers 8:1          Num. 8:1
## 3942       Numbers 8:2          Num. 8:2
## 3943       Numbers 8:3          Num. 8:3
## 3944       Numbers 8:4          Num. 8:4
## 3945       Numbers 8:5          Num. 8:5
## 3946       Numbers 8:6          Num. 8:6
## 3947       Numbers 8:7          Num. 8:7
## 3948       Numbers 8:8          Num. 8:8
## 3949       Numbers 8:9          Num. 8:9
## 3950      Numbers 8:10         Num. 8:10
## 3951      Numbers 8:11         Num. 8:11
## 3952      Numbers 8:12         Num. 8:12
## 3953      Numbers 8:13         Num. 8:13
## 3954      Numbers 8:14         Num. 8:14
## 3955      Numbers 8:15         Num. 8:15
## 3956      Numbers 8:16         Num. 8:16
## 3957      Numbers 8:17         Num. 8:17
## 3958      Numbers 8:18         Num. 8:18
## 3959      Numbers 8:19         Num. 8:19
## 3960      Numbers 8:20         Num. 8:20
## 3961      Numbers 8:21         Num. 8:21
## 3962      Numbers 8:22         Num. 8:22
## 3963      Numbers 8:23         Num. 8:23
## 3964      Numbers 8:24         Num. 8:24
## 3965      Numbers 8:25         Num. 8:25
## 3966      Numbers 8:26         Num. 8:26
## 3967       Numbers 9:1          Num. 9:1
## 3968       Numbers 9:2          Num. 9:2
## 3969       Numbers 9:3          Num. 9:3
## 3970       Numbers 9:4          Num. 9:4
## 3971       Numbers 9:5          Num. 9:5
## 3972       Numbers 9:6          Num. 9:6
## 3973       Numbers 9:7          Num. 9:7
## 3974       Numbers 9:8          Num. 9:8
## 3975       Numbers 9:9          Num. 9:9
## 3976      Numbers 9:10         Num. 9:10
## 3977      Numbers 9:11         Num. 9:11
## 3978      Numbers 9:12         Num. 9:12
## 3979      Numbers 9:13         Num. 9:13
## 3980      Numbers 9:14         Num. 9:14
## 3981      Numbers 9:15         Num. 9:15
## 3982      Numbers 9:16         Num. 9:16
## 3983      Numbers 9:17         Num. 9:17
## 3984      Numbers 9:18         Num. 9:18
## 3985      Numbers 9:19         Num. 9:19
## 3986      Numbers 9:20         Num. 9:20
## 3987      Numbers 9:21         Num. 9:21
## 3988      Numbers 9:22         Num. 9:22
## 3989      Numbers 9:23         Num. 9:23
## 3990      Numbers 10:1         Num. 10:1
## 3991      Numbers 10:2         Num. 10:2
## 3992      Numbers 10:3         Num. 10:3
## 3993      Numbers 10:4         Num. 10:4
## 3994      Numbers 10:5         Num. 10:5
## 3995      Numbers 10:6         Num. 10:6
## 3996      Numbers 10:7         Num. 10:7
## 3997      Numbers 10:8         Num. 10:8
## 3998      Numbers 10:9         Num. 10:9
## 3999     Numbers 10:10        Num. 10:10
## 4000     Numbers 10:11        Num. 10:11
## 4001     Numbers 10:12        Num. 10:12
## 4002     Numbers 10:13        Num. 10:13
## 4003     Numbers 10:14        Num. 10:14
## 4004     Numbers 10:15        Num. 10:15
## 4005     Numbers 10:16        Num. 10:16
## 4006     Numbers 10:17        Num. 10:17
## 4007     Numbers 10:18        Num. 10:18
## 4008     Numbers 10:19        Num. 10:19
## 4009     Numbers 10:20        Num. 10:20
## 4010     Numbers 10:21        Num. 10:21
## 4011     Numbers 10:22        Num. 10:22
## 4012     Numbers 10:23        Num. 10:23
## 4013     Numbers 10:24        Num. 10:24
## 4014     Numbers 10:25        Num. 10:25
## 4015     Numbers 10:26        Num. 10:26
## 4016     Numbers 10:27        Num. 10:27
## 4017     Numbers 10:28        Num. 10:28
## 4018     Numbers 10:29        Num. 10:29
## 4019     Numbers 10:30        Num. 10:30
## 4020     Numbers 10:31        Num. 10:31
## 4021     Numbers 10:32        Num. 10:32
## 4022     Numbers 10:33        Num. 10:33
## 4023     Numbers 10:34        Num. 10:34
## 4024     Numbers 10:35        Num. 10:35
## 4025     Numbers 10:36        Num. 10:36
## 4026      Numbers 11:1         Num. 11:1
## 4027      Numbers 11:2         Num. 11:2
## 4028      Numbers 11:3         Num. 11:3
## 4029      Numbers 11:4         Num. 11:4
## 4030      Numbers 11:5         Num. 11:5
## 4031      Numbers 11:6         Num. 11:6
## 4032      Numbers 11:7         Num. 11:7
## 4033      Numbers 11:8         Num. 11:8
## 4034      Numbers 11:9         Num. 11:9
## 4035     Numbers 11:10        Num. 11:10
## 4036     Numbers 11:11        Num. 11:11
## 4037     Numbers 11:12        Num. 11:12
## 4038     Numbers 11:13        Num. 11:13
## 4039     Numbers 11:14        Num. 11:14
## 4040     Numbers 11:15        Num. 11:15
## 4041     Numbers 11:16        Num. 11:16
## 4042     Numbers 11:17        Num. 11:17
## 4043     Numbers 11:18        Num. 11:18
## 4044     Numbers 11:19        Num. 11:19
## 4045     Numbers 11:20        Num. 11:20
## 4046     Numbers 11:21        Num. 11:21
## 4047     Numbers 11:22        Num. 11:22
## 4048     Numbers 11:23        Num. 11:23
## 4049     Numbers 11:24        Num. 11:24
## 4050     Numbers 11:25        Num. 11:25
## 4051     Numbers 11:26        Num. 11:26
## 4052     Numbers 11:27        Num. 11:27
## 4053     Numbers 11:28        Num. 11:28
## 4054     Numbers 11:29        Num. 11:29
## 4055     Numbers 11:30        Num. 11:30
## 4056     Numbers 11:31        Num. 11:31
## 4057     Numbers 11:32        Num. 11:32
## 4058     Numbers 11:33        Num. 11:33
## 4059     Numbers 11:34        Num. 11:34
## 4060     Numbers 11:35        Num. 11:35
## 4061      Numbers 12:1         Num. 12:1
## 4062      Numbers 12:2         Num. 12:2
## 4063      Numbers 12:3         Num. 12:3
## 4064      Numbers 12:4         Num. 12:4
## 4065      Numbers 12:5         Num. 12:5
## 4066      Numbers 12:6         Num. 12:6
## 4067      Numbers 12:7         Num. 12:7
## 4068      Numbers 12:8         Num. 12:8
## 4069      Numbers 12:9         Num. 12:9
## 4070     Numbers 12:10        Num. 12:10
## 4071     Numbers 12:11        Num. 12:11
## 4072     Numbers 12:12        Num. 12:12
## 4073     Numbers 12:13        Num. 12:13
## 4074     Numbers 12:14        Num. 12:14
## 4075     Numbers 12:15        Num. 12:15
## 4076     Numbers 12:16        Num. 12:16
## 4077      Numbers 13:1         Num. 13:1
## 4078      Numbers 13:2         Num. 13:2
## 4079      Numbers 13:3         Num. 13:3
## 4080      Numbers 13:4         Num. 13:4
## 4081      Numbers 13:5         Num. 13:5
## 4082      Numbers 13:6         Num. 13:6
## 4083      Numbers 13:7         Num. 13:7
## 4084      Numbers 13:8         Num. 13:8
## 4085      Numbers 13:9         Num. 13:9
## 4086     Numbers 13:10        Num. 13:10
## 4087     Numbers 13:11        Num. 13:11
## 4088     Numbers 13:12        Num. 13:12
## 4089     Numbers 13:13        Num. 13:13
## 4090     Numbers 13:14        Num. 13:14
## 4091     Numbers 13:15        Num. 13:15
## 4092     Numbers 13:16        Num. 13:16
## 4093     Numbers 13:17        Num. 13:17
## 4094     Numbers 13:18        Num. 13:18
## 4095     Numbers 13:19        Num. 13:19
## 4096     Numbers 13:20        Num. 13:20
## 4097     Numbers 13:21        Num. 13:21
## 4098     Numbers 13:22        Num. 13:22
## 4099     Numbers 13:23        Num. 13:23
## 4100     Numbers 13:24        Num. 13:24
## 4101     Numbers 13:25        Num. 13:25
## 4102     Numbers 13:26        Num. 13:26
## 4103     Numbers 13:27        Num. 13:27
## 4104     Numbers 13:28        Num. 13:28
## 4105     Numbers 13:29        Num. 13:29
## 4106     Numbers 13:30        Num. 13:30
## 4107     Numbers 13:31        Num. 13:31
## 4108     Numbers 13:32        Num. 13:32
## 4109     Numbers 13:33        Num. 13:33
## 4110      Numbers 14:1         Num. 14:1
## 4111      Numbers 14:2         Num. 14:2
## 4112      Numbers 14:3         Num. 14:3
## 4113      Numbers 14:4         Num. 14:4
## 4114      Numbers 14:5         Num. 14:5
## 4115      Numbers 14:6         Num. 14:6
## 4116      Numbers 14:7         Num. 14:7
## 4117      Numbers 14:8         Num. 14:8
## 4118      Numbers 14:9         Num. 14:9
## 4119     Numbers 14:10        Num. 14:10
## 4120     Numbers 14:11        Num. 14:11
## 4121     Numbers 14:12        Num. 14:12
## 4122     Numbers 14:13        Num. 14:13
## 4123     Numbers 14:14        Num. 14:14
## 4124     Numbers 14:15        Num. 14:15
## 4125     Numbers 14:16        Num. 14:16
## 4126     Numbers 14:17        Num. 14:17
## 4127     Numbers 14:18        Num. 14:18
## 4128     Numbers 14:19        Num. 14:19
## 4129     Numbers 14:20        Num. 14:20
## 4130     Numbers 14:21        Num. 14:21
## 4131     Numbers 14:22        Num. 14:22
## 4132     Numbers 14:23        Num. 14:23
## 4133     Numbers 14:24        Num. 14:24
## 4134     Numbers 14:25        Num. 14:25
## 4135     Numbers 14:26        Num. 14:26
## 4136     Numbers 14:27        Num. 14:27
## 4137     Numbers 14:28        Num. 14:28
## 4138     Numbers 14:29        Num. 14:29
## 4139     Numbers 14:30        Num. 14:30
## 4140     Numbers 14:31        Num. 14:31
## 4141     Numbers 14:32        Num. 14:32
## 4142     Numbers 14:33        Num. 14:33
## 4143     Numbers 14:34        Num. 14:34
## 4144     Numbers 14:35        Num. 14:35
## 4145     Numbers 14:36        Num. 14:36
## 4146     Numbers 14:37        Num. 14:37
## 4147     Numbers 14:38        Num. 14:38
## 4148     Numbers 14:39        Num. 14:39
## 4149     Numbers 14:40        Num. 14:40
## 4150     Numbers 14:41        Num. 14:41
## 4151     Numbers 14:42        Num. 14:42
## 4152     Numbers 14:43        Num. 14:43
## 4153     Numbers 14:44        Num. 14:44
## 4154     Numbers 14:45        Num. 14:45
## 4155      Numbers 15:1         Num. 15:1
## 4156      Numbers 15:2         Num. 15:2
## 4157      Numbers 15:3         Num. 15:3
## 4158      Numbers 15:4         Num. 15:4
## 4159      Numbers 15:5         Num. 15:5
## 4160      Numbers 15:6         Num. 15:6
## 4161      Numbers 15:7         Num. 15:7
## 4162      Numbers 15:8         Num. 15:8
## 4163      Numbers 15:9         Num. 15:9
## 4164     Numbers 15:10        Num. 15:10
## 4165     Numbers 15:11        Num. 15:11
## 4166     Numbers 15:12        Num. 15:12
## 4167     Numbers 15:13        Num. 15:13
## 4168     Numbers 15:14        Num. 15:14
## 4169     Numbers 15:15        Num. 15:15
## 4170     Numbers 15:16        Num. 15:16
## 4171     Numbers 15:17        Num. 15:17
## 4172     Numbers 15:18        Num. 15:18
## 4173     Numbers 15:19        Num. 15:19
## 4174     Numbers 15:20        Num. 15:20
## 4175     Numbers 15:21        Num. 15:21
## 4176     Numbers 15:22        Num. 15:22
## 4177     Numbers 15:23        Num. 15:23
## 4178     Numbers 15:24        Num. 15:24
## 4179     Numbers 15:25        Num. 15:25
## 4180     Numbers 15:26        Num. 15:26
## 4181     Numbers 15:27        Num. 15:27
## 4182     Numbers 15:28        Num. 15:28
## 4183     Numbers 15:29        Num. 15:29
## 4184     Numbers 15:30        Num. 15:30
## 4185     Numbers 15:31        Num. 15:31
## 4186     Numbers 15:32        Num. 15:32
## 4187     Numbers 15:33        Num. 15:33
## 4188     Numbers 15:34        Num. 15:34
## 4189     Numbers 15:35        Num. 15:35
## 4190     Numbers 15:36        Num. 15:36
## 4191     Numbers 15:37        Num. 15:37
## 4192     Numbers 15:38        Num. 15:38
## 4193     Numbers 15:39        Num. 15:39
## 4194     Numbers 15:40        Num. 15:40
## 4195     Numbers 15:41        Num. 15:41
## 4196      Numbers 16:1         Num. 16:1
## 4197      Numbers 16:2         Num. 16:2
## 4198      Numbers 16:3         Num. 16:3
## 4199      Numbers 16:4         Num. 16:4
## 4200      Numbers 16:5         Num. 16:5
## 4201      Numbers 16:6         Num. 16:6
## 4202      Numbers 16:7         Num. 16:7
## 4203      Numbers 16:8         Num. 16:8
## 4204      Numbers 16:9         Num. 16:9
## 4205     Numbers 16:10        Num. 16:10
## 4206     Numbers 16:11        Num. 16:11
## 4207     Numbers 16:12        Num. 16:12
## 4208     Numbers 16:13        Num. 16:13
## 4209     Numbers 16:14        Num. 16:14
## 4210     Numbers 16:15        Num. 16:15
## 4211     Numbers 16:16        Num. 16:16
## 4212     Numbers 16:17        Num. 16:17
## 4213     Numbers 16:18        Num. 16:18
## 4214     Numbers 16:19        Num. 16:19
## 4215     Numbers 16:20        Num. 16:20
## 4216     Numbers 16:21        Num. 16:21
## 4217     Numbers 16:22        Num. 16:22
## 4218     Numbers 16:23        Num. 16:23
## 4219     Numbers 16:24        Num. 16:24
## 4220     Numbers 16:25        Num. 16:25
## 4221     Numbers 16:26        Num. 16:26
## 4222     Numbers 16:27        Num. 16:27
## 4223     Numbers 16:28        Num. 16:28
## 4224     Numbers 16:29        Num. 16:29
## 4225     Numbers 16:30        Num. 16:30
## 4226     Numbers 16:31        Num. 16:31
## 4227     Numbers 16:32        Num. 16:32
## 4228     Numbers 16:33        Num. 16:33
## 4229     Numbers 16:34        Num. 16:34
## 4230     Numbers 16:35        Num. 16:35
## 4231     Numbers 16:36        Num. 16:36
## 4232     Numbers 16:37        Num. 16:37
## 4233     Numbers 16:38        Num. 16:38
## 4234     Numbers 16:39        Num. 16:39
## 4235     Numbers 16:40        Num. 16:40
## 4236     Numbers 16:41        Num. 16:41
## 4237     Numbers 16:42        Num. 16:42
## 4238     Numbers 16:43        Num. 16:43
## 4239     Numbers 16:44        Num. 16:44
## 4240     Numbers 16:45        Num. 16:45
## 4241     Numbers 16:46        Num. 16:46
## 4242     Numbers 16:47        Num. 16:47
## 4243     Numbers 16:48        Num. 16:48
## 4244     Numbers 16:49        Num. 16:49
## 4245     Numbers 16:50        Num. 16:50
## 4246      Numbers 17:1         Num. 17:1
## 4247      Numbers 17:2         Num. 17:2
## 4248      Numbers 17:3         Num. 17:3
## 4249      Numbers 17:4         Num. 17:4
## 4250      Numbers 17:5         Num. 17:5
## 4251      Numbers 17:6         Num. 17:6
## 4252      Numbers 17:7         Num. 17:7
## 4253      Numbers 17:8         Num. 17:8
## 4254      Numbers 17:9         Num. 17:9
## 4255     Numbers 17:10        Num. 17:10
## 4256     Numbers 17:11        Num. 17:11
## 4257     Numbers 17:12        Num. 17:12
## 4258     Numbers 17:13        Num. 17:13
## 4259      Numbers 18:1         Num. 18:1
## 4260      Numbers 18:2         Num. 18:2
## 4261      Numbers 18:3         Num. 18:3
## 4262      Numbers 18:4         Num. 18:4
## 4263      Numbers 18:5         Num. 18:5
## 4264      Numbers 18:6         Num. 18:6
## 4265      Numbers 18:7         Num. 18:7
## 4266      Numbers 18:8         Num. 18:8
## 4267      Numbers 18:9         Num. 18:9
## 4268     Numbers 18:10        Num. 18:10
## 4269     Numbers 18:11        Num. 18:11
## 4270     Numbers 18:12        Num. 18:12
## 4271     Numbers 18:13        Num. 18:13
## 4272     Numbers 18:14        Num. 18:14
## 4273     Numbers 18:15        Num. 18:15
## 4274     Numbers 18:16        Num. 18:16
## 4275     Numbers 18:17        Num. 18:17
## 4276     Numbers 18:18        Num. 18:18
## 4277     Numbers 18:19        Num. 18:19
## 4278     Numbers 18:20        Num. 18:20
## 4279     Numbers 18:21        Num. 18:21
## 4280     Numbers 18:22        Num. 18:22
## 4281     Numbers 18:23        Num. 18:23
## 4282     Numbers 18:24        Num. 18:24
## 4283     Numbers 18:25        Num. 18:25
## 4284     Numbers 18:26        Num. 18:26
## 4285     Numbers 18:27        Num. 18:27
## 4286     Numbers 18:28        Num. 18:28
## 4287     Numbers 18:29        Num. 18:29
## 4288     Numbers 18:30        Num. 18:30
## 4289     Numbers 18:31        Num. 18:31
## 4290     Numbers 18:32        Num. 18:32
## 4291      Numbers 19:1         Num. 19:1
## 4292      Numbers 19:2         Num. 19:2
## 4293      Numbers 19:3         Num. 19:3
## 4294      Numbers 19:4         Num. 19:4
## 4295      Numbers 19:5         Num. 19:5
## 4296      Numbers 19:6         Num. 19:6
## 4297      Numbers 19:7         Num. 19:7
## 4298      Numbers 19:8         Num. 19:8
## 4299      Numbers 19:9         Num. 19:9
## 4300     Numbers 19:10        Num. 19:10
## 4301     Numbers 19:11        Num. 19:11
## 4302     Numbers 19:12        Num. 19:12
## 4303     Numbers 19:13        Num. 19:13
## 4304     Numbers 19:14        Num. 19:14
## 4305     Numbers 19:15        Num. 19:15
## 4306     Numbers 19:16        Num. 19:16
## 4307     Numbers 19:17        Num. 19:17
## 4308     Numbers 19:18        Num. 19:18
## 4309     Numbers 19:19        Num. 19:19
## 4310     Numbers 19:20        Num. 19:20
## 4311     Numbers 19:21        Num. 19:21
## 4312     Numbers 19:22        Num. 19:22
## 4313      Numbers 20:1         Num. 20:1
## 4314      Numbers 20:2         Num. 20:2
## 4315      Numbers 20:3         Num. 20:3
## 4316      Numbers 20:4         Num. 20:4
## 4317      Numbers 20:5         Num. 20:5
## 4318      Numbers 20:6         Num. 20:6
## 4319      Numbers 20:7         Num. 20:7
## 4320      Numbers 20:8         Num. 20:8
## 4321      Numbers 20:9         Num. 20:9
## 4322     Numbers 20:10        Num. 20:10
## 4323     Numbers 20:11        Num. 20:11
## 4324     Numbers 20:12        Num. 20:12
## 4325     Numbers 20:13        Num. 20:13
## 4326     Numbers 20:14        Num. 20:14
## 4327     Numbers 20:15        Num. 20:15
## 4328     Numbers 20:16        Num. 20:16
## 4329     Numbers 20:17        Num. 20:17
## 4330     Numbers 20:18        Num. 20:18
## 4331     Numbers 20:19        Num. 20:19
## 4332     Numbers 20:20        Num. 20:20
## 4333     Numbers 20:21        Num. 20:21
## 4334     Numbers 20:22        Num. 20:22
## 4335     Numbers 20:23        Num. 20:23
## 4336     Numbers 20:24        Num. 20:24
## 4337     Numbers 20:25        Num. 20:25
## 4338     Numbers 20:26        Num. 20:26
## 4339     Numbers 20:27        Num. 20:27
## 4340     Numbers 20:28        Num. 20:28
## 4341     Numbers 20:29        Num. 20:29
## 4342      Numbers 21:1         Num. 21:1
## 4343      Numbers 21:2         Num. 21:2
## 4344      Numbers 21:3         Num. 21:3
## 4345      Numbers 21:4         Num. 21:4
## 4346      Numbers 21:5         Num. 21:5
## 4347      Numbers 21:6         Num. 21:6
## 4348      Numbers 21:7         Num. 21:7
## 4349      Numbers 21:8         Num. 21:8
## 4350      Numbers 21:9         Num. 21:9
## 4351     Numbers 21:10        Num. 21:10
## 4352     Numbers 21:11        Num. 21:11
## 4353     Numbers 21:12        Num. 21:12
## 4354     Numbers 21:13        Num. 21:13
## 4355     Numbers 21:14        Num. 21:14
## 4356     Numbers 21:15        Num. 21:15
## 4357     Numbers 21:16        Num. 21:16
## 4358     Numbers 21:17        Num. 21:17
## 4359     Numbers 21:18        Num. 21:18
## 4360     Numbers 21:19        Num. 21:19
## 4361     Numbers 21:20        Num. 21:20
## 4362     Numbers 21:21        Num. 21:21
## 4363     Numbers 21:22        Num. 21:22
## 4364     Numbers 21:23        Num. 21:23
## 4365     Numbers 21:24        Num. 21:24
## 4366     Numbers 21:25        Num. 21:25
## 4367     Numbers 21:26        Num. 21:26
## 4368     Numbers 21:27        Num. 21:27
## 4369     Numbers 21:28        Num. 21:28
## 4370     Numbers 21:29        Num. 21:29
## 4371     Numbers 21:30        Num. 21:30
## 4372     Numbers 21:31        Num. 21:31
## 4373     Numbers 21:32        Num. 21:32
## 4374     Numbers 21:33        Num. 21:33
## 4375     Numbers 21:34        Num. 21:34
## 4376     Numbers 21:35        Num. 21:35
## 4377      Numbers 22:1         Num. 22:1
## 4378      Numbers 22:2         Num. 22:2
## 4379      Numbers 22:3         Num. 22:3
## 4380      Numbers 22:4         Num. 22:4
## 4381      Numbers 22:5         Num. 22:5
## 4382      Numbers 22:6         Num. 22:6
## 4383      Numbers 22:7         Num. 22:7
## 4384      Numbers 22:8         Num. 22:8
## 4385      Numbers 22:9         Num. 22:9
## 4386     Numbers 22:10        Num. 22:10
## 4387     Numbers 22:11        Num. 22:11
## 4388     Numbers 22:12        Num. 22:12
## 4389     Numbers 22:13        Num. 22:13
## 4390     Numbers 22:14        Num. 22:14
## 4391     Numbers 22:15        Num. 22:15
## 4392     Numbers 22:16        Num. 22:16
## 4393     Numbers 22:17        Num. 22:17
## 4394     Numbers 22:18        Num. 22:18
## 4395     Numbers 22:19        Num. 22:19
## 4396     Numbers 22:20        Num. 22:20
## 4397     Numbers 22:21        Num. 22:21
## 4398     Numbers 22:22        Num. 22:22
## 4399     Numbers 22:23        Num. 22:23
## 4400     Numbers 22:24        Num. 22:24
## 4401     Numbers 22:25        Num. 22:25
## 4402     Numbers 22:26        Num. 22:26
## 4403     Numbers 22:27        Num. 22:27
## 4404     Numbers 22:28        Num. 22:28
## 4405     Numbers 22:29        Num. 22:29
## 4406     Numbers 22:30        Num. 22:30
## 4407     Numbers 22:31        Num. 22:31
## 4408     Numbers 22:32        Num. 22:32
## 4409     Numbers 22:33        Num. 22:33
## 4410     Numbers 22:34        Num. 22:34
## 4411     Numbers 22:35        Num. 22:35
## 4412     Numbers 22:36        Num. 22:36
## 4413     Numbers 22:37        Num. 22:37
## 4414     Numbers 22:38        Num. 22:38
## 4415     Numbers 22:39        Num. 22:39
## 4416     Numbers 22:40        Num. 22:40
## 4417     Numbers 22:41        Num. 22:41
## 4418      Numbers 23:1         Num. 23:1
## 4419      Numbers 23:2         Num. 23:2
## 4420      Numbers 23:3         Num. 23:3
## 4421      Numbers 23:4         Num. 23:4
## 4422      Numbers 23:5         Num. 23:5
## 4423      Numbers 23:6         Num. 23:6
## 4424      Numbers 23:7         Num. 23:7
## 4425      Numbers 23:8         Num. 23:8
## 4426      Numbers 23:9         Num. 23:9
## 4427     Numbers 23:10        Num. 23:10
## 4428     Numbers 23:11        Num. 23:11
## 4429     Numbers 23:12        Num. 23:12
## 4430     Numbers 23:13        Num. 23:13
## 4431     Numbers 23:14        Num. 23:14
## 4432     Numbers 23:15        Num. 23:15
## 4433     Numbers 23:16        Num. 23:16
## 4434     Numbers 23:17        Num. 23:17
## 4435     Numbers 23:18        Num. 23:18
## 4436     Numbers 23:19        Num. 23:19
## 4437     Numbers 23:20        Num. 23:20
## 4438     Numbers 23:21        Num. 23:21
## 4439     Numbers 23:22        Num. 23:22
## 4440     Numbers 23:23        Num. 23:23
## 4441     Numbers 23:24        Num. 23:24
## 4442     Numbers 23:25        Num. 23:25
## 4443     Numbers 23:26        Num. 23:26
## 4444     Numbers 23:27        Num. 23:27
## 4445     Numbers 23:28        Num. 23:28
## 4446     Numbers 23:29        Num. 23:29
## 4447     Numbers 23:30        Num. 23:30
## 4448      Numbers 24:1         Num. 24:1
## 4449      Numbers 24:2         Num. 24:2
## 4450      Numbers 24:3         Num. 24:3
## 4451      Numbers 24:4         Num. 24:4
## 4452      Numbers 24:5         Num. 24:5
## 4453      Numbers 24:6         Num. 24:6
## 4454      Numbers 24:7         Num. 24:7
## 4455      Numbers 24:8         Num. 24:8
## 4456      Numbers 24:9         Num. 24:9
## 4457     Numbers 24:10        Num. 24:10
## 4458     Numbers 24:11        Num. 24:11
## 4459     Numbers 24:12        Num. 24:12
## 4460     Numbers 24:13        Num. 24:13
## 4461     Numbers 24:14        Num. 24:14
## 4462     Numbers 24:15        Num. 24:15
## 4463     Numbers 24:16        Num. 24:16
## 4464     Numbers 24:17        Num. 24:17
## 4465     Numbers 24:18        Num. 24:18
## 4466     Numbers 24:19        Num. 24:19
## 4467     Numbers 24:20        Num. 24:20
## 4468     Numbers 24:21        Num. 24:21
## 4469     Numbers 24:22        Num. 24:22
## 4470     Numbers 24:23        Num. 24:23
## 4471     Numbers 24:24        Num. 24:24
## 4472     Numbers 24:25        Num. 24:25
## 4473      Numbers 25:1         Num. 25:1
## 4474      Numbers 25:2         Num. 25:2
## 4475      Numbers 25:3         Num. 25:3
## 4476      Numbers 25:4         Num. 25:4
## 4477      Numbers 25:5         Num. 25:5
## 4478      Numbers 25:6         Num. 25:6
## 4479      Numbers 25:7         Num. 25:7
## 4480      Numbers 25:8         Num. 25:8
## 4481      Numbers 25:9         Num. 25:9
## 4482     Numbers 25:10        Num. 25:10
## 4483     Numbers 25:11        Num. 25:11
## 4484     Numbers 25:12        Num. 25:12
## 4485     Numbers 25:13        Num. 25:13
## 4486     Numbers 25:14        Num. 25:14
## 4487     Numbers 25:15        Num. 25:15
## 4488     Numbers 25:16        Num. 25:16
## 4489     Numbers 25:17        Num. 25:17
## 4490     Numbers 25:18        Num. 25:18
## 4491      Numbers 26:1         Num. 26:1
## 4492      Numbers 26:2         Num. 26:2
## 4493      Numbers 26:3         Num. 26:3
## 4494      Numbers 26:4         Num. 26:4
## 4495      Numbers 26:5         Num. 26:5
## 4496      Numbers 26:6         Num. 26:6
## 4497      Numbers 26:7         Num. 26:7
## 4498      Numbers 26:8         Num. 26:8
## 4499      Numbers 26:9         Num. 26:9
## 4500     Numbers 26:10        Num. 26:10
## 4501     Numbers 26:11        Num. 26:11
## 4502     Numbers 26:12        Num. 26:12
## 4503     Numbers 26:13        Num. 26:13
## 4504     Numbers 26:14        Num. 26:14
## 4505     Numbers 26:15        Num. 26:15
## 4506     Numbers 26:16        Num. 26:16
## 4507     Numbers 26:17        Num. 26:17
## 4508     Numbers 26:18        Num. 26:18
## 4509     Numbers 26:19        Num. 26:19
## 4510     Numbers 26:20        Num. 26:20
## 4511     Numbers 26:21        Num. 26:21
## 4512     Numbers 26:22        Num. 26:22
## 4513     Numbers 26:23        Num. 26:23
## 4514     Numbers 26:24        Num. 26:24
## 4515     Numbers 26:25        Num. 26:25
## 4516     Numbers 26:26        Num. 26:26
## 4517     Numbers 26:27        Num. 26:27
## 4518     Numbers 26:28        Num. 26:28
## 4519     Numbers 26:29        Num. 26:29
## 4520     Numbers 26:30        Num. 26:30
## 4521     Numbers 26:31        Num. 26:31
## 4522     Numbers 26:32        Num. 26:32
## 4523     Numbers 26:33        Num. 26:33
## 4524     Numbers 26:34        Num. 26:34
## 4525     Numbers 26:35        Num. 26:35
## 4526     Numbers 26:36        Num. 26:36
## 4527     Numbers 26:37        Num. 26:37
## 4528     Numbers 26:38        Num. 26:38
## 4529     Numbers 26:39        Num. 26:39
## 4530     Numbers 26:40        Num. 26:40
## 4531     Numbers 26:41        Num. 26:41
## 4532     Numbers 26:42        Num. 26:42
## 4533     Numbers 26:43        Num. 26:43
## 4534     Numbers 26:44        Num. 26:44
## 4535     Numbers 26:45        Num. 26:45
## 4536     Numbers 26:46        Num. 26:46
## 4537     Numbers 26:47        Num. 26:47
## 4538     Numbers 26:48        Num. 26:48
## 4539     Numbers 26:49        Num. 26:49
## 4540     Numbers 26:50        Num. 26:50
## 4541     Numbers 26:51        Num. 26:51
## 4542     Numbers 26:52        Num. 26:52
## 4543     Numbers 26:53        Num. 26:53
## 4544     Numbers 26:54        Num. 26:54
## 4545     Numbers 26:55        Num. 26:55
## 4546     Numbers 26:56        Num. 26:56
## 4547     Numbers 26:57        Num. 26:57
## 4548     Numbers 26:58        Num. 26:58
## 4549     Numbers 26:59        Num. 26:59
## 4550     Numbers 26:60        Num. 26:60
## 4551     Numbers 26:61        Num. 26:61
## 4552     Numbers 26:62        Num. 26:62
## 4553     Numbers 26:63        Num. 26:63
## 4554     Numbers 26:64        Num. 26:64
## 4555     Numbers 26:65        Num. 26:65
## 4556      Numbers 27:1         Num. 27:1
## 4557      Numbers 27:2         Num. 27:2
## 4558      Numbers 27:3         Num. 27:3
## 4559      Numbers 27:4         Num. 27:4
## 4560      Numbers 27:5         Num. 27:5
## 4561      Numbers 27:6         Num. 27:6
## 4562      Numbers 27:7         Num. 27:7
## 4563      Numbers 27:8         Num. 27:8
## 4564      Numbers 27:9         Num. 27:9
## 4565     Numbers 27:10        Num. 27:10
## 4566     Numbers 27:11        Num. 27:11
## 4567     Numbers 27:12        Num. 27:12
## 4568     Numbers 27:13        Num. 27:13
## 4569     Numbers 27:14        Num. 27:14
## 4570     Numbers 27:15        Num. 27:15
## 4571     Numbers 27:16        Num. 27:16
## 4572     Numbers 27:17        Num. 27:17
## 4573     Numbers 27:18        Num. 27:18
## 4574     Numbers 27:19        Num. 27:19
## 4575     Numbers 27:20        Num. 27:20
## 4576     Numbers 27:21        Num. 27:21
## 4577     Numbers 27:22        Num. 27:22
## 4578     Numbers 27:23        Num. 27:23
## 4579      Numbers 28:1         Num. 28:1
## 4580      Numbers 28:2         Num. 28:2
## 4581      Numbers 28:3         Num. 28:3
## 4582      Numbers 28:4         Num. 28:4
## 4583      Numbers 28:5         Num. 28:5
## 4584      Numbers 28:6         Num. 28:6
## 4585      Numbers 28:7         Num. 28:7
## 4586      Numbers 28:8         Num. 28:8
## 4587      Numbers 28:9         Num. 28:9
## 4588     Numbers 28:10        Num. 28:10
## 4589     Numbers 28:11        Num. 28:11
## 4590     Numbers 28:12        Num. 28:12
## 4591     Numbers 28:13        Num. 28:13
## 4592     Numbers 28:14        Num. 28:14
## 4593     Numbers 28:15        Num. 28:15
## 4594     Numbers 28:16        Num. 28:16
## 4595     Numbers 28:17        Num. 28:17
## 4596     Numbers 28:18        Num. 28:18
## 4597     Numbers 28:19        Num. 28:19
## 4598     Numbers 28:20        Num. 28:20
## 4599     Numbers 28:21        Num. 28:21
## 4600     Numbers 28:22        Num. 28:22
## 4601     Numbers 28:23        Num. 28:23
## 4602     Numbers 28:24        Num. 28:24
## 4603     Numbers 28:25        Num. 28:25
## 4604     Numbers 28:26        Num. 28:26
## 4605     Numbers 28:27        Num. 28:27
## 4606     Numbers 28:28        Num. 28:28
## 4607     Numbers 28:29        Num. 28:29
## 4608     Numbers 28:30        Num. 28:30
## 4609     Numbers 28:31        Num. 28:31
## 4610      Numbers 29:1         Num. 29:1
## 4611      Numbers 29:2         Num. 29:2
## 4612      Numbers 29:3         Num. 29:3
## 4613      Numbers 29:4         Num. 29:4
## 4614      Numbers 29:5         Num. 29:5
## 4615      Numbers 29:6         Num. 29:6
## 4616      Numbers 29:7         Num. 29:7
## 4617      Numbers 29:8         Num. 29:8
## 4618      Numbers 29:9         Num. 29:9
## 4619     Numbers 29:10        Num. 29:10
## 4620     Numbers 29:11        Num. 29:11
## 4621     Numbers 29:12        Num. 29:12
## 4622     Numbers 29:13        Num. 29:13
## 4623     Numbers 29:14        Num. 29:14
## 4624     Numbers 29:15        Num. 29:15
## 4625     Numbers 29:16        Num. 29:16
## 4626     Numbers 29:17        Num. 29:17
## 4627     Numbers 29:18        Num. 29:18
## 4628     Numbers 29:19        Num. 29:19
## 4629     Numbers 29:20        Num. 29:20
## 4630     Numbers 29:21        Num. 29:21
## 4631     Numbers 29:22        Num. 29:22
## 4632     Numbers 29:23        Num. 29:23
## 4633     Numbers 29:24        Num. 29:24
## 4634     Numbers 29:25        Num. 29:25
## 4635     Numbers 29:26        Num. 29:26
## 4636     Numbers 29:27        Num. 29:27
## 4637     Numbers 29:28        Num. 29:28
## 4638     Numbers 29:29        Num. 29:29
## 4639     Numbers 29:30        Num. 29:30
## 4640     Numbers 29:31        Num. 29:31
## 4641     Numbers 29:32        Num. 29:32
## 4642     Numbers 29:33        Num. 29:33
## 4643     Numbers 29:34        Num. 29:34
## 4644     Numbers 29:35        Num. 29:35
## 4645     Numbers 29:36        Num. 29:36
## 4646     Numbers 29:37        Num. 29:37
## 4647     Numbers 29:38        Num. 29:38
## 4648     Numbers 29:39        Num. 29:39
## 4649     Numbers 29:40        Num. 29:40
## 4650      Numbers 30:1         Num. 30:1
## 4651      Numbers 30:2         Num. 30:2
## 4652      Numbers 30:3         Num. 30:3
## 4653      Numbers 30:4         Num. 30:4
## 4654      Numbers 30:5         Num. 30:5
## 4655      Numbers 30:6         Num. 30:6
## 4656      Numbers 30:7         Num. 30:7
## 4657      Numbers 30:8         Num. 30:8
## 4658      Numbers 30:9         Num. 30:9
## 4659     Numbers 30:10        Num. 30:10
## 4660     Numbers 30:11        Num. 30:11
## 4661     Numbers 30:12        Num. 30:12
## 4662     Numbers 30:13        Num. 30:13
## 4663     Numbers 30:14        Num. 30:14
## 4664     Numbers 30:15        Num. 30:15
## 4665     Numbers 30:16        Num. 30:16
## 4666      Numbers 31:1         Num. 31:1
## 4667      Numbers 31:2         Num. 31:2
## 4668      Numbers 31:3         Num. 31:3
## 4669      Numbers 31:4         Num. 31:4
## 4670      Numbers 31:5         Num. 31:5
## 4671      Numbers 31:6         Num. 31:6
## 4672      Numbers 31:7         Num. 31:7
## 4673      Numbers 31:8         Num. 31:8
## 4674      Numbers 31:9         Num. 31:9
## 4675     Numbers 31:10        Num. 31:10
## 4676     Numbers 31:11        Num. 31:11
## 4677     Numbers 31:12        Num. 31:12
## 4678     Numbers 31:13        Num. 31:13
## 4679     Numbers 31:14        Num. 31:14
## 4680     Numbers 31:15        Num. 31:15
## 4681     Numbers 31:16        Num. 31:16
## 4682     Numbers 31:17        Num. 31:17
## 4683     Numbers 31:18        Num. 31:18
## 4684     Numbers 31:19        Num. 31:19
## 4685     Numbers 31:20        Num. 31:20
## 4686     Numbers 31:21        Num. 31:21
## 4687     Numbers 31:22        Num. 31:22
## 4688     Numbers 31:23        Num. 31:23
## 4689     Numbers 31:24        Num. 31:24
## 4690     Numbers 31:25        Num. 31:25
## 4691     Numbers 31:26        Num. 31:26
## 4692     Numbers 31:27        Num. 31:27
## 4693     Numbers 31:28        Num. 31:28
## 4694     Numbers 31:29        Num. 31:29
## 4695     Numbers 31:30        Num. 31:30
## 4696     Numbers 31:31        Num. 31:31
## 4697     Numbers 31:32        Num. 31:32
## 4698     Numbers 31:33        Num. 31:33
## 4699     Numbers 31:34        Num. 31:34
## 4700     Numbers 31:35        Num. 31:35
## 4701     Numbers 31:36        Num. 31:36
## 4702     Numbers 31:37        Num. 31:37
## 4703     Numbers 31:38        Num. 31:38
## 4704     Numbers 31:39        Num. 31:39
## 4705     Numbers 31:40        Num. 31:40
## 4706     Numbers 31:41        Num. 31:41
## 4707     Numbers 31:42        Num. 31:42
## 4708     Numbers 31:43        Num. 31:43
## 4709     Numbers 31:44        Num. 31:44
## 4710     Numbers 31:45        Num. 31:45
## 4711     Numbers 31:46        Num. 31:46
## 4712     Numbers 31:47        Num. 31:47
## 4713     Numbers 31:48        Num. 31:48
## 4714     Numbers 31:49        Num. 31:49
## 4715     Numbers 31:50        Num. 31:50
## 4716     Numbers 31:51        Num. 31:51
## 4717     Numbers 31:52        Num. 31:52
## 4718     Numbers 31:53        Num. 31:53
## 4719     Numbers 31:54        Num. 31:54
## 4720      Numbers 32:1         Num. 32:1
## 4721      Numbers 32:2         Num. 32:2
## 4722      Numbers 32:3         Num. 32:3
## 4723      Numbers 32:4         Num. 32:4
## 4724      Numbers 32:5         Num. 32:5
## 4725      Numbers 32:6         Num. 32:6
## 4726      Numbers 32:7         Num. 32:7
## 4727      Numbers 32:8         Num. 32:8
## 4728      Numbers 32:9         Num. 32:9
## 4729     Numbers 32:10        Num. 32:10
## 4730     Numbers 32:11        Num. 32:11
## 4731     Numbers 32:12        Num. 32:12
## 4732     Numbers 32:13        Num. 32:13
## 4733     Numbers 32:14        Num. 32:14
## 4734     Numbers 32:15        Num. 32:15
## 4735     Numbers 32:16        Num. 32:16
## 4736     Numbers 32:17        Num. 32:17
## 4737     Numbers 32:18        Num. 32:18
## 4738     Numbers 32:19        Num. 32:19
## 4739     Numbers 32:20        Num. 32:20
## 4740     Numbers 32:21        Num. 32:21
## 4741     Numbers 32:22        Num. 32:22
## 4742     Numbers 32:23        Num. 32:23
## 4743     Numbers 32:24        Num. 32:24
## 4744     Numbers 32:25        Num. 32:25
## 4745     Numbers 32:26        Num. 32:26
## 4746     Numbers 32:27        Num. 32:27
## 4747     Numbers 32:28        Num. 32:28
## 4748     Numbers 32:29        Num. 32:29
## 4749     Numbers 32:30        Num. 32:30
## 4750     Numbers 32:31        Num. 32:31
## 4751     Numbers 32:32        Num. 32:32
## 4752     Numbers 32:33        Num. 32:33
## 4753     Numbers 32:34        Num. 32:34
## 4754     Numbers 32:35        Num. 32:35
## 4755     Numbers 32:36        Num. 32:36
## 4756     Numbers 32:37        Num. 32:37
## 4757     Numbers 32:38        Num. 32:38
## 4758     Numbers 32:39        Num. 32:39
## 4759     Numbers 32:40        Num. 32:40
## 4760     Numbers 32:41        Num. 32:41
## 4761     Numbers 32:42        Num. 32:42
## 4762      Numbers 33:1         Num. 33:1
## 4763      Numbers 33:2         Num. 33:2
## 4764      Numbers 33:3         Num. 33:3
## 4765      Numbers 33:4         Num. 33:4
## 4766      Numbers 33:5         Num. 33:5
## 4767      Numbers 33:6         Num. 33:6
## 4768      Numbers 33:7         Num. 33:7
## 4769      Numbers 33:8         Num. 33:8
## 4770      Numbers 33:9         Num. 33:9
## 4771     Numbers 33:10        Num. 33:10
## 4772     Numbers 33:11        Num. 33:11
## 4773     Numbers 33:12        Num. 33:12
## 4774     Numbers 33:13        Num. 33:13
## 4775     Numbers 33:14        Num. 33:14
## 4776     Numbers 33:15        Num. 33:15
## 4777     Numbers 33:16        Num. 33:16
## 4778     Numbers 33:17        Num. 33:17
## 4779     Numbers 33:18        Num. 33:18
## 4780     Numbers 33:19        Num. 33:19
## 4781     Numbers 33:20        Num. 33:20
## 4782     Numbers 33:21        Num. 33:21
## 4783     Numbers 33:22        Num. 33:22
## 4784     Numbers 33:23        Num. 33:23
## 4785     Numbers 33:24        Num. 33:24
## 4786     Numbers 33:25        Num. 33:25
## 4787     Numbers 33:26        Num. 33:26
## 4788     Numbers 33:27        Num. 33:27
## 4789     Numbers 33:28        Num. 33:28
## 4790     Numbers 33:29        Num. 33:29
## 4791     Numbers 33:30        Num. 33:30
## 4792     Numbers 33:31        Num. 33:31
## 4793     Numbers 33:32        Num. 33:32
## 4794     Numbers 33:33        Num. 33:33
## 4795     Numbers 33:34        Num. 33:34
## 4796     Numbers 33:35        Num. 33:35
## 4797     Numbers 33:36        Num. 33:36
## 4798     Numbers 33:37        Num. 33:37
## 4799     Numbers 33:38        Num. 33:38
## 4800     Numbers 33:39        Num. 33:39
## 4801     Numbers 33:40        Num. 33:40
## 4802     Numbers 33:41        Num. 33:41
## 4803     Numbers 33:42        Num. 33:42
## 4804     Numbers 33:43        Num. 33:43
## 4805     Numbers 33:44        Num. 33:44
## 4806     Numbers 33:45        Num. 33:45
## 4807     Numbers 33:46        Num. 33:46
## 4808     Numbers 33:47        Num. 33:47
## 4809     Numbers 33:48        Num. 33:48
## 4810     Numbers 33:49        Num. 33:49
## 4811     Numbers 33:50        Num. 33:50
## 4812     Numbers 33:51        Num. 33:51
## 4813     Numbers 33:52        Num. 33:52
## 4814     Numbers 33:53        Num. 33:53
## 4815     Numbers 33:54        Num. 33:54
## 4816     Numbers 33:55        Num. 33:55
## 4817     Numbers 33:56        Num. 33:56
## 4818      Numbers 34:1         Num. 34:1
## 4819      Numbers 34:2         Num. 34:2
## 4820      Numbers 34:3         Num. 34:3
## 4821      Numbers 34:4         Num. 34:4
## 4822      Numbers 34:5         Num. 34:5
## 4823      Numbers 34:6         Num. 34:6
## 4824      Numbers 34:7         Num. 34:7
## 4825      Numbers 34:8         Num. 34:8
## 4826      Numbers 34:9         Num. 34:9
## 4827     Numbers 34:10        Num. 34:10
## 4828     Numbers 34:11        Num. 34:11
## 4829     Numbers 34:12        Num. 34:12
## 4830     Numbers 34:13        Num. 34:13
## 4831     Numbers 34:14        Num. 34:14
## 4832     Numbers 34:15        Num. 34:15
## 4833     Numbers 34:16        Num. 34:16
## 4834     Numbers 34:17        Num. 34:17
## 4835     Numbers 34:18        Num. 34:18
## 4836     Numbers 34:19        Num. 34:19
## 4837     Numbers 34:20        Num. 34:20
## 4838     Numbers 34:21        Num. 34:21
## 4839     Numbers 34:22        Num. 34:22
## 4840     Numbers 34:23        Num. 34:23
## 4841     Numbers 34:24        Num. 34:24
## 4842     Numbers 34:25        Num. 34:25
## 4843     Numbers 34:26        Num. 34:26
## 4844     Numbers 34:27        Num. 34:27
## 4845     Numbers 34:28        Num. 34:28
## 4846     Numbers 34:29        Num. 34:29
## 4847      Numbers 35:1         Num. 35:1
## 4848      Numbers 35:2         Num. 35:2
## 4849      Numbers 35:3         Num. 35:3
## 4850      Numbers 35:4         Num. 35:4
## 4851      Numbers 35:5         Num. 35:5
## 4852      Numbers 35:6         Num. 35:6
## 4853      Numbers 35:7         Num. 35:7
## 4854      Numbers 35:8         Num. 35:8
## 4855      Numbers 35:9         Num. 35:9
## 4856     Numbers 35:10        Num. 35:10
## 4857     Numbers 35:11        Num. 35:11
## 4858     Numbers 35:12        Num. 35:12
## 4859     Numbers 35:13        Num. 35:13
## 4860     Numbers 35:14        Num. 35:14
## 4861     Numbers 35:15        Num. 35:15
## 4862     Numbers 35:16        Num. 35:16
## 4863     Numbers 35:17        Num. 35:17
## 4864     Numbers 35:18        Num. 35:18
## 4865     Numbers 35:19        Num. 35:19
## 4866     Numbers 35:20        Num. 35:20
## 4867     Numbers 35:21        Num. 35:21
## 4868     Numbers 35:22        Num. 35:22
## 4869     Numbers 35:23        Num. 35:23
## 4870     Numbers 35:24        Num. 35:24
## 4871     Numbers 35:25        Num. 35:25
## 4872     Numbers 35:26        Num. 35:26
## 4873     Numbers 35:27        Num. 35:27
## 4874     Numbers 35:28        Num. 35:28
## 4875     Numbers 35:29        Num. 35:29
## 4876     Numbers 35:30        Num. 35:30
## 4877     Numbers 35:31        Num. 35:31
## 4878     Numbers 35:32        Num. 35:32
## 4879     Numbers 35:33        Num. 35:33
## 4880     Numbers 35:34        Num. 35:34
## 4881      Numbers 36:1         Num. 36:1
## 4882      Numbers 36:2         Num. 36:2
## 4883      Numbers 36:3         Num. 36:3
## 4884      Numbers 36:4         Num. 36:4
## 4885      Numbers 36:5         Num. 36:5
## 4886      Numbers 36:6         Num. 36:6
## 4887      Numbers 36:7         Num. 36:7
## 4888      Numbers 36:8         Num. 36:8
## 4889      Numbers 36:9         Num. 36:9
## 4890     Numbers 36:10        Num. 36:10
## 4891     Numbers 36:11        Num. 36:11
## 4892     Numbers 36:12        Num. 36:12
## 4893     Numbers 36:13        Num. 36:13
## 4894   Deuteronomy 1:1         Deut. 1:1
## 4895   Deuteronomy 1:2         Deut. 1:2
## 4896   Deuteronomy 1:3         Deut. 1:3
## 4897   Deuteronomy 1:4         Deut. 1:4
## 4898   Deuteronomy 1:5         Deut. 1:5
## 4899   Deuteronomy 1:6         Deut. 1:6
## 4900   Deuteronomy 1:7         Deut. 1:7
## 4901   Deuteronomy 1:8         Deut. 1:8
## 4902   Deuteronomy 1:9         Deut. 1:9
## 4903  Deuteronomy 1:10        Deut. 1:10
## 4904  Deuteronomy 1:11        Deut. 1:11
## 4905  Deuteronomy 1:12        Deut. 1:12
## 4906  Deuteronomy 1:13        Deut. 1:13
## 4907  Deuteronomy 1:14        Deut. 1:14
## 4908  Deuteronomy 1:15        Deut. 1:15
## 4909  Deuteronomy 1:16        Deut. 1:16
## 4910  Deuteronomy 1:17        Deut. 1:17
## 4911  Deuteronomy 1:18        Deut. 1:18
## 4912  Deuteronomy 1:19        Deut. 1:19
## 4913  Deuteronomy 1:20        Deut. 1:20
## 4914  Deuteronomy 1:21        Deut. 1:21
## 4915  Deuteronomy 1:22        Deut. 1:22
## 4916  Deuteronomy 1:23        Deut. 1:23
## 4917  Deuteronomy 1:24        Deut. 1:24
## 4918  Deuteronomy 1:25        Deut. 1:25
## 4919  Deuteronomy 1:26        Deut. 1:26
## 4920  Deuteronomy 1:27        Deut. 1:27
## 4921  Deuteronomy 1:28        Deut. 1:28
## 4922  Deuteronomy 1:29        Deut. 1:29
## 4923  Deuteronomy 1:30        Deut. 1:30
## 4924  Deuteronomy 1:31        Deut. 1:31
## 4925  Deuteronomy 1:32        Deut. 1:32
## 4926  Deuteronomy 1:33        Deut. 1:33
## 4927  Deuteronomy 1:34        Deut. 1:34
## 4928  Deuteronomy 1:35        Deut. 1:35
## 4929  Deuteronomy 1:36        Deut. 1:36
## 4930  Deuteronomy 1:37        Deut. 1:37
## 4931  Deuteronomy 1:38        Deut. 1:38
## 4932  Deuteronomy 1:39        Deut. 1:39
## 4933  Deuteronomy 1:40        Deut. 1:40
## 4934  Deuteronomy 1:41        Deut. 1:41
## 4935  Deuteronomy 1:42        Deut. 1:42
## 4936  Deuteronomy 1:43        Deut. 1:43
## 4937  Deuteronomy 1:44        Deut. 1:44
## 4938  Deuteronomy 1:45        Deut. 1:45
## 4939  Deuteronomy 1:46        Deut. 1:46
## 4940   Deuteronomy 2:1         Deut. 2:1
## 4941   Deuteronomy 2:2         Deut. 2:2
## 4942   Deuteronomy 2:3         Deut. 2:3
## 4943   Deuteronomy 2:4         Deut. 2:4
## 4944   Deuteronomy 2:5         Deut. 2:5
## 4945   Deuteronomy 2:6         Deut. 2:6
## 4946   Deuteronomy 2:7         Deut. 2:7
## 4947   Deuteronomy 2:8         Deut. 2:8
## 4948   Deuteronomy 2:9         Deut. 2:9
## 4949  Deuteronomy 2:10        Deut. 2:10
## 4950  Deuteronomy 2:11        Deut. 2:11
## 4951  Deuteronomy 2:12        Deut. 2:12
## 4952  Deuteronomy 2:13        Deut. 2:13
## 4953  Deuteronomy 2:14        Deut. 2:14
## 4954  Deuteronomy 2:15        Deut. 2:15
## 4955  Deuteronomy 2:16        Deut. 2:16
## 4956  Deuteronomy 2:17        Deut. 2:17
## 4957  Deuteronomy 2:18        Deut. 2:18
## 4958  Deuteronomy 2:19        Deut. 2:19
## 4959  Deuteronomy 2:20        Deut. 2:20
## 4960  Deuteronomy 2:21        Deut. 2:21
## 4961  Deuteronomy 2:22        Deut. 2:22
## 4962  Deuteronomy 2:23        Deut. 2:23
## 4963  Deuteronomy 2:24        Deut. 2:24
## 4964  Deuteronomy 2:25        Deut. 2:25
## 4965  Deuteronomy 2:26        Deut. 2:26
## 4966  Deuteronomy 2:27        Deut. 2:27
## 4967  Deuteronomy 2:28        Deut. 2:28
## 4968  Deuteronomy 2:29        Deut. 2:29
## 4969  Deuteronomy 2:30        Deut. 2:30
## 4970  Deuteronomy 2:31        Deut. 2:31
## 4971  Deuteronomy 2:32        Deut. 2:32
## 4972  Deuteronomy 2:33        Deut. 2:33
## 4973  Deuteronomy 2:34        Deut. 2:34
## 4974  Deuteronomy 2:35        Deut. 2:35
## 4975  Deuteronomy 2:36        Deut. 2:36
## 4976  Deuteronomy 2:37        Deut. 2:37
## 4977   Deuteronomy 3:1         Deut. 3:1
## 4978   Deuteronomy 3:2         Deut. 3:2
## 4979   Deuteronomy 3:3         Deut. 3:3
## 4980   Deuteronomy 3:4         Deut. 3:4
## 4981   Deuteronomy 3:5         Deut. 3:5
## 4982   Deuteronomy 3:6         Deut. 3:6
## 4983   Deuteronomy 3:7         Deut. 3:7
## 4984   Deuteronomy 3:8         Deut. 3:8
## 4985   Deuteronomy 3:9         Deut. 3:9
## 4986  Deuteronomy 3:10        Deut. 3:10
## 4987  Deuteronomy 3:11        Deut. 3:11
## 4988  Deuteronomy 3:12        Deut. 3:12
## 4989  Deuteronomy 3:13        Deut. 3:13
## 4990  Deuteronomy 3:14        Deut. 3:14
## 4991  Deuteronomy 3:15        Deut. 3:15
## 4992  Deuteronomy 3:16        Deut. 3:16
## 4993  Deuteronomy 3:17        Deut. 3:17
## 4994  Deuteronomy 3:18        Deut. 3:18
## 4995  Deuteronomy 3:19        Deut. 3:19
## 4996  Deuteronomy 3:20        Deut. 3:20
## 4997  Deuteronomy 3:21        Deut. 3:21
## 4998  Deuteronomy 3:22        Deut. 3:22
## 4999  Deuteronomy 3:23        Deut. 3:23
## 5000  Deuteronomy 3:24        Deut. 3:24
## 5001  Deuteronomy 3:25        Deut. 3:25
## 5002  Deuteronomy 3:26        Deut. 3:26
## 5003  Deuteronomy 3:27        Deut. 3:27
## 5004  Deuteronomy 3:28        Deut. 3:28
## 5005  Deuteronomy 3:29        Deut. 3:29
## 5006   Deuteronomy 4:1         Deut. 4:1
## 5007   Deuteronomy 4:2         Deut. 4:2
## 5008   Deuteronomy 4:3         Deut. 4:3
## 5009   Deuteronomy 4:4         Deut. 4:4
## 5010   Deuteronomy 4:5         Deut. 4:5
## 5011   Deuteronomy 4:6         Deut. 4:6
## 5012   Deuteronomy 4:7         Deut. 4:7
## 5013   Deuteronomy 4:8         Deut. 4:8
## 5014   Deuteronomy 4:9         Deut. 4:9
## 5015  Deuteronomy 4:10        Deut. 4:10
## 5016  Deuteronomy 4:11        Deut. 4:11
## 5017  Deuteronomy 4:12        Deut. 4:12
## 5018  Deuteronomy 4:13        Deut. 4:13
## 5019  Deuteronomy 4:14        Deut. 4:14
## 5020  Deuteronomy 4:15        Deut. 4:15
## 5021  Deuteronomy 4:16        Deut. 4:16
## 5022  Deuteronomy 4:17        Deut. 4:17
## 5023  Deuteronomy 4:18        Deut. 4:18
## 5024  Deuteronomy 4:19        Deut. 4:19
## 5025  Deuteronomy 4:20        Deut. 4:20
## 5026  Deuteronomy 4:21        Deut. 4:21
## 5027  Deuteronomy 4:22        Deut. 4:22
## 5028  Deuteronomy 4:23        Deut. 4:23
## 5029  Deuteronomy 4:24        Deut. 4:24
## 5030  Deuteronomy 4:25        Deut. 4:25
## 5031  Deuteronomy 4:26        Deut. 4:26
## 5032  Deuteronomy 4:27        Deut. 4:27
## 5033  Deuteronomy 4:28        Deut. 4:28
## 5034  Deuteronomy 4:29        Deut. 4:29
## 5035  Deuteronomy 4:30        Deut. 4:30
## 5036  Deuteronomy 4:31        Deut. 4:31
## 5037  Deuteronomy 4:32        Deut. 4:32
## 5038  Deuteronomy 4:33        Deut. 4:33
## 5039  Deuteronomy 4:34        Deut. 4:34
## 5040  Deuteronomy 4:35        Deut. 4:35
## 5041  Deuteronomy 4:36        Deut. 4:36
## 5042  Deuteronomy 4:37        Deut. 4:37
## 5043  Deuteronomy 4:38        Deut. 4:38
## 5044  Deuteronomy 4:39        Deut. 4:39
## 5045  Deuteronomy 4:40        Deut. 4:40
## 5046  Deuteronomy 4:41        Deut. 4:41
## 5047  Deuteronomy 4:42        Deut. 4:42
## 5048  Deuteronomy 4:43        Deut. 4:43
## 5049  Deuteronomy 4:44        Deut. 4:44
## 5050  Deuteronomy 4:45        Deut. 4:45
## 5051  Deuteronomy 4:46        Deut. 4:46
## 5052  Deuteronomy 4:47        Deut. 4:47
## 5053  Deuteronomy 4:48        Deut. 4:48
## 5054  Deuteronomy 4:49        Deut. 4:49
## 5055   Deuteronomy 5:1         Deut. 5:1
## 5056   Deuteronomy 5:2         Deut. 5:2
## 5057   Deuteronomy 5:3         Deut. 5:3
## 5058   Deuteronomy 5:4         Deut. 5:4
## 5059   Deuteronomy 5:5         Deut. 5:5
## 5060   Deuteronomy 5:6         Deut. 5:6
## 5061   Deuteronomy 5:7         Deut. 5:7
## 5062   Deuteronomy 5:8         Deut. 5:8
## 5063   Deuteronomy 5:9         Deut. 5:9
## 5064  Deuteronomy 5:10        Deut. 5:10
## 5065  Deuteronomy 5:11        Deut. 5:11
## 5066  Deuteronomy 5:12        Deut. 5:12
## 5067  Deuteronomy 5:13        Deut. 5:13
## 5068  Deuteronomy 5:14        Deut. 5:14
## 5069  Deuteronomy 5:15        Deut. 5:15
## 5070  Deuteronomy 5:16        Deut. 5:16
## 5071  Deuteronomy 5:17        Deut. 5:17
## 5072  Deuteronomy 5:18        Deut. 5:18
## 5073  Deuteronomy 5:19        Deut. 5:19
## 5074  Deuteronomy 5:20        Deut. 5:20
## 5075  Deuteronomy 5:21        Deut. 5:21
## 5076  Deuteronomy 5:22        Deut. 5:22
## 5077  Deuteronomy 5:23        Deut. 5:23
## 5078  Deuteronomy 5:24        Deut. 5:24
## 5079  Deuteronomy 5:25        Deut. 5:25
## 5080  Deuteronomy 5:26        Deut. 5:26
## 5081  Deuteronomy 5:27        Deut. 5:27
## 5082  Deuteronomy 5:28        Deut. 5:28
## 5083  Deuteronomy 5:29        Deut. 5:29
## 5084  Deuteronomy 5:30        Deut. 5:30
## 5085  Deuteronomy 5:31        Deut. 5:31
## 5086  Deuteronomy 5:32        Deut. 5:32
## 5087  Deuteronomy 5:33        Deut. 5:33
## 5088   Deuteronomy 6:1         Deut. 6:1
## 5089   Deuteronomy 6:2         Deut. 6:2
## 5090   Deuteronomy 6:3         Deut. 6:3
## 5091   Deuteronomy 6:4         Deut. 6:4
## 5092   Deuteronomy 6:5         Deut. 6:5
## 5093   Deuteronomy 6:6         Deut. 6:6
## 5094   Deuteronomy 6:7         Deut. 6:7
## 5095   Deuteronomy 6:8         Deut. 6:8
## 5096   Deuteronomy 6:9         Deut. 6:9
## 5097  Deuteronomy 6:10        Deut. 6:10
## 5098  Deuteronomy 6:11        Deut. 6:11
## 5099  Deuteronomy 6:12        Deut. 6:12
## 5100  Deuteronomy 6:13        Deut. 6:13
## 5101  Deuteronomy 6:14        Deut. 6:14
## 5102  Deuteronomy 6:15        Deut. 6:15
## 5103  Deuteronomy 6:16        Deut. 6:16
## 5104  Deuteronomy 6:17        Deut. 6:17
## 5105  Deuteronomy 6:18        Deut. 6:18
## 5106  Deuteronomy 6:19        Deut. 6:19
## 5107  Deuteronomy 6:20        Deut. 6:20
## 5108  Deuteronomy 6:21        Deut. 6:21
## 5109  Deuteronomy 6:22        Deut. 6:22
## 5110  Deuteronomy 6:23        Deut. 6:23
## 5111  Deuteronomy 6:24        Deut. 6:24
## 5112  Deuteronomy 6:25        Deut. 6:25
## 5113   Deuteronomy 7:1         Deut. 7:1
## 5114   Deuteronomy 7:2         Deut. 7:2
## 5115   Deuteronomy 7:3         Deut. 7:3
## 5116   Deuteronomy 7:4         Deut. 7:4
## 5117   Deuteronomy 7:5         Deut. 7:5
## 5118   Deuteronomy 7:6         Deut. 7:6
## 5119   Deuteronomy 7:7         Deut. 7:7
## 5120   Deuteronomy 7:8         Deut. 7:8
## 5121   Deuteronomy 7:9         Deut. 7:9
## 5122  Deuteronomy 7:10        Deut. 7:10
## 5123  Deuteronomy 7:11        Deut. 7:11
## 5124  Deuteronomy 7:12        Deut. 7:12
## 5125  Deuteronomy 7:13        Deut. 7:13
## 5126  Deuteronomy 7:14        Deut. 7:14
## 5127  Deuteronomy 7:15        Deut. 7:15
## 5128  Deuteronomy 7:16        Deut. 7:16
## 5129  Deuteronomy 7:17        Deut. 7:17
## 5130  Deuteronomy 7:18        Deut. 7:18
## 5131  Deuteronomy 7:19        Deut. 7:19
## 5132  Deuteronomy 7:20        Deut. 7:20
## 5133  Deuteronomy 7:21        Deut. 7:21
## 5134  Deuteronomy 7:22        Deut. 7:22
## 5135  Deuteronomy 7:23        Deut. 7:23
## 5136  Deuteronomy 7:24        Deut. 7:24
## 5137  Deuteronomy 7:25        Deut. 7:25
## 5138  Deuteronomy 7:26        Deut. 7:26
## 5139   Deuteronomy 8:1         Deut. 8:1
## 5140   Deuteronomy 8:2         Deut. 8:2
## 5141   Deuteronomy 8:3         Deut. 8:3
## 5142   Deuteronomy 8:4         Deut. 8:4
## 5143   Deuteronomy 8:5         Deut. 8:5
## 5144   Deuteronomy 8:6         Deut. 8:6
## 5145   Deuteronomy 8:7         Deut. 8:7
## 5146   Deuteronomy 8:8         Deut. 8:8
## 5147   Deuteronomy 8:9         Deut. 8:9
## 5148  Deuteronomy 8:10        Deut. 8:10
## 5149  Deuteronomy 8:11        Deut. 8:11
## 5150  Deuteronomy 8:12        Deut. 8:12
## 5151  Deuteronomy 8:13        Deut. 8:13
## 5152  Deuteronomy 8:14        Deut. 8:14
## 5153  Deuteronomy 8:15        Deut. 8:15
## 5154  Deuteronomy 8:16        Deut. 8:16
## 5155  Deuteronomy 8:17        Deut. 8:17
## 5156  Deuteronomy 8:18        Deut. 8:18
## 5157  Deuteronomy 8:19        Deut. 8:19
## 5158  Deuteronomy 8:20        Deut. 8:20
## 5159   Deuteronomy 9:1         Deut. 9:1
## 5160   Deuteronomy 9:2         Deut. 9:2
## 5161   Deuteronomy 9:3         Deut. 9:3
## 5162   Deuteronomy 9:4         Deut. 9:4
## 5163   Deuteronomy 9:5         Deut. 9:5
## 5164   Deuteronomy 9:6         Deut. 9:6
## 5165   Deuteronomy 9:7         Deut. 9:7
## 5166   Deuteronomy 9:8         Deut. 9:8
## 5167   Deuteronomy 9:9         Deut. 9:9
## 5168  Deuteronomy 9:10        Deut. 9:10
## 5169  Deuteronomy 9:11        Deut. 9:11
## 5170  Deuteronomy 9:12        Deut. 9:12
## 5171  Deuteronomy 9:13        Deut. 9:13
## 5172  Deuteronomy 9:14        Deut. 9:14
## 5173  Deuteronomy 9:15        Deut. 9:15
## 5174  Deuteronomy 9:16        Deut. 9:16
## 5175  Deuteronomy 9:17        Deut. 9:17
## 5176  Deuteronomy 9:18        Deut. 9:18
## 5177  Deuteronomy 9:19        Deut. 9:19
## 5178  Deuteronomy 9:20        Deut. 9:20
## 5179  Deuteronomy 9:21        Deut. 9:21
## 5180  Deuteronomy 9:22        Deut. 9:22
## 5181  Deuteronomy 9:23        Deut. 9:23
## 5182  Deuteronomy 9:24        Deut. 9:24
## 5183  Deuteronomy 9:25        Deut. 9:25
## 5184  Deuteronomy 9:26        Deut. 9:26
## 5185  Deuteronomy 9:27        Deut. 9:27
## 5186  Deuteronomy 9:28        Deut. 9:28
## 5187  Deuteronomy 9:29        Deut. 9:29
## 5188  Deuteronomy 10:1        Deut. 10:1
## 5189  Deuteronomy 10:2        Deut. 10:2
## 5190  Deuteronomy 10:3        Deut. 10:3
## 5191  Deuteronomy 10:4        Deut. 10:4
## 5192  Deuteronomy 10:5        Deut. 10:5
## 5193  Deuteronomy 10:6        Deut. 10:6
## 5194  Deuteronomy 10:7        Deut. 10:7
## 5195  Deuteronomy 10:8        Deut. 10:8
## 5196  Deuteronomy 10:9        Deut. 10:9
## 5197 Deuteronomy 10:10       Deut. 10:10
## 5198 Deuteronomy 10:11       Deut. 10:11
## 5199 Deuteronomy 10:12       Deut. 10:12
## 5200 Deuteronomy 10:13       Deut. 10:13
## 5201 Deuteronomy 10:14       Deut. 10:14
## 5202 Deuteronomy 10:15       Deut. 10:15
## 5203 Deuteronomy 10:16       Deut. 10:16
## 5204 Deuteronomy 10:17       Deut. 10:17
## 5205 Deuteronomy 10:18       Deut. 10:18
## 5206 Deuteronomy 10:19       Deut. 10:19
## 5207 Deuteronomy 10:20       Deut. 10:20
## 5208 Deuteronomy 10:21       Deut. 10:21
## 5209 Deuteronomy 10:22       Deut. 10:22
## 5210  Deuteronomy 11:1        Deut. 11:1
## 5211  Deuteronomy 11:2        Deut. 11:2
## 5212  Deuteronomy 11:3        Deut. 11:3
## 5213  Deuteronomy 11:4        Deut. 11:4
## 5214  Deuteronomy 11:5        Deut. 11:5
## 5215  Deuteronomy 11:6        Deut. 11:6
## 5216  Deuteronomy 11:7        Deut. 11:7
## 5217  Deuteronomy 11:8        Deut. 11:8
## 5218  Deuteronomy 11:9        Deut. 11:9
## 5219 Deuteronomy 11:10       Deut. 11:10
## 5220 Deuteronomy 11:11       Deut. 11:11
## 5221 Deuteronomy 11:12       Deut. 11:12
## 5222 Deuteronomy 11:13       Deut. 11:13
## 5223 Deuteronomy 11:14       Deut. 11:14
## 5224 Deuteronomy 11:15       Deut. 11:15
## 5225 Deuteronomy 11:16       Deut. 11:16
## 5226 Deuteronomy 11:17       Deut. 11:17
## 5227 Deuteronomy 11:18       Deut. 11:18
## 5228 Deuteronomy 11:19       Deut. 11:19
## 5229 Deuteronomy 11:20       Deut. 11:20
## 5230 Deuteronomy 11:21       Deut. 11:21
## 5231 Deuteronomy 11:22       Deut. 11:22
## 5232 Deuteronomy 11:23       Deut. 11:23
## 5233 Deuteronomy 11:24       Deut. 11:24
## 5234 Deuteronomy 11:25       Deut. 11:25
## 5235 Deuteronomy 11:26       Deut. 11:26
## 5236 Deuteronomy 11:27       Deut. 11:27
## 5237 Deuteronomy 11:28       Deut. 11:28
## 5238 Deuteronomy 11:29       Deut. 11:29
## 5239 Deuteronomy 11:30       Deut. 11:30
## 5240 Deuteronomy 11:31       Deut. 11:31
## 5241 Deuteronomy 11:32       Deut. 11:32
## 5242  Deuteronomy 12:1        Deut. 12:1
## 5243  Deuteronomy 12:2        Deut. 12:2
## 5244  Deuteronomy 12:3        Deut. 12:3
## 5245  Deuteronomy 12:4        Deut. 12:4
## 5246  Deuteronomy 12:5        Deut. 12:5
## 5247  Deuteronomy 12:6        Deut. 12:6
## 5248  Deuteronomy 12:7        Deut. 12:7
## 5249  Deuteronomy 12:8        Deut. 12:8
## 5250  Deuteronomy 12:9        Deut. 12:9
## 5251 Deuteronomy 12:10       Deut. 12:10
## 5252 Deuteronomy 12:11       Deut. 12:11
## 5253 Deuteronomy 12:12       Deut. 12:12
## 5254 Deuteronomy 12:13       Deut. 12:13
## 5255 Deuteronomy 12:14       Deut. 12:14
## 5256 Deuteronomy 12:15       Deut. 12:15
## 5257 Deuteronomy 12:16       Deut. 12:16
## 5258 Deuteronomy 12:17       Deut. 12:17
## 5259 Deuteronomy 12:18       Deut. 12:18
## 5260 Deuteronomy 12:19       Deut. 12:19
## 5261 Deuteronomy 12:20       Deut. 12:20
## 5262 Deuteronomy 12:21       Deut. 12:21
## 5263 Deuteronomy 12:22       Deut. 12:22
## 5264 Deuteronomy 12:23       Deut. 12:23
## 5265 Deuteronomy 12:24       Deut. 12:24
## 5266 Deuteronomy 12:25       Deut. 12:25
## 5267 Deuteronomy 12:26       Deut. 12:26
## 5268 Deuteronomy 12:27       Deut. 12:27
## 5269 Deuteronomy 12:28       Deut. 12:28
## 5270 Deuteronomy 12:29       Deut. 12:29
## 5271 Deuteronomy 12:30       Deut. 12:30
## 5272 Deuteronomy 12:31       Deut. 12:31
## 5273 Deuteronomy 12:32       Deut. 12:32
## 5274  Deuteronomy 13:1        Deut. 13:1
## 5275  Deuteronomy 13:2        Deut. 13:2
## 5276  Deuteronomy 13:3        Deut. 13:3
## 5277  Deuteronomy 13:4        Deut. 13:4
## 5278  Deuteronomy 13:5        Deut. 13:5
## 5279  Deuteronomy 13:6        Deut. 13:6
## 5280  Deuteronomy 13:7        Deut. 13:7
## 5281  Deuteronomy 13:8        Deut. 13:8
## 5282  Deuteronomy 13:9        Deut. 13:9
## 5283 Deuteronomy 13:10       Deut. 13:10
## 5284 Deuteronomy 13:11       Deut. 13:11
## 5285 Deuteronomy 13:12       Deut. 13:12
## 5286 Deuteronomy 13:13       Deut. 13:13
## 5287 Deuteronomy 13:14       Deut. 13:14
## 5288 Deuteronomy 13:15       Deut. 13:15
## 5289 Deuteronomy 13:16       Deut. 13:16
## 5290 Deuteronomy 13:17       Deut. 13:17
## 5291 Deuteronomy 13:18       Deut. 13:18
## 5292  Deuteronomy 14:1        Deut. 14:1
## 5293  Deuteronomy 14:2        Deut. 14:2
## 5294  Deuteronomy 14:3        Deut. 14:3
## 5295  Deuteronomy 14:4        Deut. 14:4
## 5296  Deuteronomy 14:5        Deut. 14:5
## 5297  Deuteronomy 14:6        Deut. 14:6
## 5298  Deuteronomy 14:7        Deut. 14:7
## 5299  Deuteronomy 14:8        Deut. 14:8
## 5300  Deuteronomy 14:9        Deut. 14:9
## 5301 Deuteronomy 14:10       Deut. 14:10
## 5302 Deuteronomy 14:11       Deut. 14:11
## 5303 Deuteronomy 14:12       Deut. 14:12
## 5304 Deuteronomy 14:13       Deut. 14:13
## 5305 Deuteronomy 14:14       Deut. 14:14
## 5306 Deuteronomy 14:15       Deut. 14:15
## 5307 Deuteronomy 14:16       Deut. 14:16
## 5308 Deuteronomy 14:17       Deut. 14:17
## 5309 Deuteronomy 14:18       Deut. 14:18
## 5310 Deuteronomy 14:19       Deut. 14:19
## 5311 Deuteronomy 14:20       Deut. 14:20
## 5312 Deuteronomy 14:21       Deut. 14:21
## 5313 Deuteronomy 14:22       Deut. 14:22
## 5314 Deuteronomy 14:23       Deut. 14:23
## 5315 Deuteronomy 14:24       Deut. 14:24
## 5316 Deuteronomy 14:25       Deut. 14:25
## 5317 Deuteronomy 14:26       Deut. 14:26
## 5318 Deuteronomy 14:27       Deut. 14:27
## 5319 Deuteronomy 14:28       Deut. 14:28
## 5320 Deuteronomy 14:29       Deut. 14:29
## 5321  Deuteronomy 15:1        Deut. 15:1
## 5322  Deuteronomy 15:2        Deut. 15:2
## 5323  Deuteronomy 15:3        Deut. 15:3
## 5324  Deuteronomy 15:4        Deut. 15:4
## 5325  Deuteronomy 15:5        Deut. 15:5
## 5326  Deuteronomy 15:6        Deut. 15:6
## 5327  Deuteronomy 15:7        Deut. 15:7
## 5328  Deuteronomy 15:8        Deut. 15:8
## 5329  Deuteronomy 15:9        Deut. 15:9
## 5330 Deuteronomy 15:10       Deut. 15:10
## 5331 Deuteronomy 15:11       Deut. 15:11
## 5332 Deuteronomy 15:12       Deut. 15:12
## 5333 Deuteronomy 15:13       Deut. 15:13
## 5334 Deuteronomy 15:14       Deut. 15:14
## 5335 Deuteronomy 15:15       Deut. 15:15
## 5336 Deuteronomy 15:16       Deut. 15:16
## 5337 Deuteronomy 15:17       Deut. 15:17
## 5338 Deuteronomy 15:18       Deut. 15:18
## 5339 Deuteronomy 15:19       Deut. 15:19
## 5340 Deuteronomy 15:20       Deut. 15:20
## 5341 Deuteronomy 15:21       Deut. 15:21
## 5342 Deuteronomy 15:22       Deut. 15:22
## 5343 Deuteronomy 15:23       Deut. 15:23
## 5344  Deuteronomy 16:1        Deut. 16:1
## 5345  Deuteronomy 16:2        Deut. 16:2
## 5346  Deuteronomy 16:3        Deut. 16:3
## 5347  Deuteronomy 16:4        Deut. 16:4
## 5348  Deuteronomy 16:5        Deut. 16:5
## 5349  Deuteronomy 16:6        Deut. 16:6
## 5350  Deuteronomy 16:7        Deut. 16:7
## 5351  Deuteronomy 16:8        Deut. 16:8
## 5352  Deuteronomy 16:9        Deut. 16:9
## 5353 Deuteronomy 16:10       Deut. 16:10
## 5354 Deuteronomy 16:11       Deut. 16:11
## 5355 Deuteronomy 16:12       Deut. 16:12
## 5356 Deuteronomy 16:13       Deut. 16:13
## 5357 Deuteronomy 16:14       Deut. 16:14
## 5358 Deuteronomy 16:15       Deut. 16:15
## 5359 Deuteronomy 16:16       Deut. 16:16
## 5360 Deuteronomy 16:17       Deut. 16:17
## 5361 Deuteronomy 16:18       Deut. 16:18
## 5362 Deuteronomy 16:19       Deut. 16:19
## 5363 Deuteronomy 16:20       Deut. 16:20
## 5364 Deuteronomy 16:21       Deut. 16:21
## 5365 Deuteronomy 16:22       Deut. 16:22
## 5366  Deuteronomy 17:1        Deut. 17:1
## 5367  Deuteronomy 17:2        Deut. 17:2
## 5368  Deuteronomy 17:3        Deut. 17:3
## 5369  Deuteronomy 17:4        Deut. 17:4
## 5370  Deuteronomy 17:5        Deut. 17:5
## 5371  Deuteronomy 17:6        Deut. 17:6
## 5372  Deuteronomy 17:7        Deut. 17:7
## 5373  Deuteronomy 17:8        Deut. 17:8
## 5374  Deuteronomy 17:9        Deut. 17:9
## 5375 Deuteronomy 17:10       Deut. 17:10
## 5376 Deuteronomy 17:11       Deut. 17:11
## 5377 Deuteronomy 17:12       Deut. 17:12
## 5378 Deuteronomy 17:13       Deut. 17:13
## 5379 Deuteronomy 17:14       Deut. 17:14
## 5380 Deuteronomy 17:15       Deut. 17:15
## 5381 Deuteronomy 17:16       Deut. 17:16
## 5382 Deuteronomy 17:17       Deut. 17:17
## 5383 Deuteronomy 17:18       Deut. 17:18
## 5384 Deuteronomy 17:19       Deut. 17:19
## 5385 Deuteronomy 17:20       Deut. 17:20
## 5386  Deuteronomy 18:1        Deut. 18:1
## 5387  Deuteronomy 18:2        Deut. 18:2
## 5388  Deuteronomy 18:3        Deut. 18:3
## 5389  Deuteronomy 18:4        Deut. 18:4
## 5390  Deuteronomy 18:5        Deut. 18:5
## 5391  Deuteronomy 18:6        Deut. 18:6
## 5392  Deuteronomy 18:7        Deut. 18:7
## 5393  Deuteronomy 18:8        Deut. 18:8
## 5394  Deuteronomy 18:9        Deut. 18:9
## 5395 Deuteronomy 18:10       Deut. 18:10
## 5396 Deuteronomy 18:11       Deut. 18:11
## 5397 Deuteronomy 18:12       Deut. 18:12
## 5398 Deuteronomy 18:13       Deut. 18:13
## 5399 Deuteronomy 18:14       Deut. 18:14
## 5400 Deuteronomy 18:15       Deut. 18:15
## 5401 Deuteronomy 18:16       Deut. 18:16
## 5402 Deuteronomy 18:17       Deut. 18:17
## 5403 Deuteronomy 18:18       Deut. 18:18
## 5404 Deuteronomy 18:19       Deut. 18:19
## 5405 Deuteronomy 18:20       Deut. 18:20
## 5406 Deuteronomy 18:21       Deut. 18:21
## 5407 Deuteronomy 18:22       Deut. 18:22
## 5408  Deuteronomy 19:1        Deut. 19:1
## 5409  Deuteronomy 19:2        Deut. 19:2
## 5410  Deuteronomy 19:3        Deut. 19:3
## 5411  Deuteronomy 19:4        Deut. 19:4
## 5412  Deuteronomy 19:5        Deut. 19:5
## 5413  Deuteronomy 19:6        Deut. 19:6
## 5414  Deuteronomy 19:7        Deut. 19:7
## 5415  Deuteronomy 19:8        Deut. 19:8
## 5416  Deuteronomy 19:9        Deut. 19:9
## 5417 Deuteronomy 19:10       Deut. 19:10
## 5418 Deuteronomy 19:11       Deut. 19:11
## 5419 Deuteronomy 19:12       Deut. 19:12
## 5420 Deuteronomy 19:13       Deut. 19:13
## 5421 Deuteronomy 19:14       Deut. 19:14
## 5422 Deuteronomy 19:15       Deut. 19:15
## 5423 Deuteronomy 19:16       Deut. 19:16
## 5424 Deuteronomy 19:17       Deut. 19:17
## 5425 Deuteronomy 19:18       Deut. 19:18
## 5426 Deuteronomy 19:19       Deut. 19:19
## 5427 Deuteronomy 19:20       Deut. 19:20
## 5428 Deuteronomy 19:21       Deut. 19:21
## 5429  Deuteronomy 20:1        Deut. 20:1
## 5430  Deuteronomy 20:2        Deut. 20:2
## 5431  Deuteronomy 20:3        Deut. 20:3
## 5432  Deuteronomy 20:4        Deut. 20:4
## 5433  Deuteronomy 20:5        Deut. 20:5
## 5434  Deuteronomy 20:6        Deut. 20:6
## 5435  Deuteronomy 20:7        Deut. 20:7
## 5436  Deuteronomy 20:8        Deut. 20:8
## 5437  Deuteronomy 20:9        Deut. 20:9
## 5438 Deuteronomy 20:10       Deut. 20:10
## 5439 Deuteronomy 20:11       Deut. 20:11
## 5440 Deuteronomy 20:12       Deut. 20:12
## 5441 Deuteronomy 20:13       Deut. 20:13
## 5442 Deuteronomy 20:14       Deut. 20:14
## 5443 Deuteronomy 20:15       Deut. 20:15
## 5444 Deuteronomy 20:16       Deut. 20:16
## 5445 Deuteronomy 20:17       Deut. 20:17
## 5446 Deuteronomy 20:18       Deut. 20:18
## 5447 Deuteronomy 20:19       Deut. 20:19
## 5448 Deuteronomy 20:20       Deut. 20:20
## 5449  Deuteronomy 21:1        Deut. 21:1
## 5450  Deuteronomy 21:2        Deut. 21:2
## 5451  Deuteronomy 21:3        Deut. 21:3
## 5452  Deuteronomy 21:4        Deut. 21:4
## 5453  Deuteronomy 21:5        Deut. 21:5
## 5454  Deuteronomy 21:6        Deut. 21:6
## 5455  Deuteronomy 21:7        Deut. 21:7
## 5456  Deuteronomy 21:8        Deut. 21:8
## 5457  Deuteronomy 21:9        Deut. 21:9
## 5458 Deuteronomy 21:10       Deut. 21:10
## 5459 Deuteronomy 21:11       Deut. 21:11
## 5460 Deuteronomy 21:12       Deut. 21:12
## 5461 Deuteronomy 21:13       Deut. 21:13
## 5462 Deuteronomy 21:14       Deut. 21:14
## 5463 Deuteronomy 21:15       Deut. 21:15
## 5464 Deuteronomy 21:16       Deut. 21:16
## 5465 Deuteronomy 21:17       Deut. 21:17
## 5466 Deuteronomy 21:18       Deut. 21:18
## 5467 Deuteronomy 21:19       Deut. 21:19
## 5468 Deuteronomy 21:20       Deut. 21:20
## 5469 Deuteronomy 21:21       Deut. 21:21
## 5470 Deuteronomy 21:22       Deut. 21:22
## 5471 Deuteronomy 21:23       Deut. 21:23
## 5472  Deuteronomy 22:1        Deut. 22:1
## 5473  Deuteronomy 22:2        Deut. 22:2
## 5474  Deuteronomy 22:3        Deut. 22:3
## 5475  Deuteronomy 22:4        Deut. 22:4
## 5476  Deuteronomy 22:5        Deut. 22:5
## 5477  Deuteronomy 22:6        Deut. 22:6
## 5478  Deuteronomy 22:7        Deut. 22:7
## 5479  Deuteronomy 22:8        Deut. 22:8
## 5480  Deuteronomy 22:9        Deut. 22:9
## 5481 Deuteronomy 22:10       Deut. 22:10
## 5482 Deuteronomy 22:11       Deut. 22:11
## 5483 Deuteronomy 22:12       Deut. 22:12
## 5484 Deuteronomy 22:13       Deut. 22:13
## 5485 Deuteronomy 22:14       Deut. 22:14
## 5486 Deuteronomy 22:15       Deut. 22:15
## 5487 Deuteronomy 22:16       Deut. 22:16
## 5488 Deuteronomy 22:17       Deut. 22:17
## 5489 Deuteronomy 22:18       Deut. 22:18
## 5490 Deuteronomy 22:19       Deut. 22:19
## 5491 Deuteronomy 22:20       Deut. 22:20
## 5492 Deuteronomy 22:21       Deut. 22:21
## 5493 Deuteronomy 22:22       Deut. 22:22
## 5494 Deuteronomy 22:23       Deut. 22:23
## 5495 Deuteronomy 22:24       Deut. 22:24
## 5496 Deuteronomy 22:25       Deut. 22:25
## 5497 Deuteronomy 22:26       Deut. 22:26
## 5498 Deuteronomy 22:27       Deut. 22:27
## 5499 Deuteronomy 22:28       Deut. 22:28
## 5500 Deuteronomy 22:29       Deut. 22:29
## 5501 Deuteronomy 22:30       Deut. 22:30
## 5502  Deuteronomy 23:1        Deut. 23:1
## 5503  Deuteronomy 23:2        Deut. 23:2
## 5504  Deuteronomy 23:3        Deut. 23:3
## 5505  Deuteronomy 23:4        Deut. 23:4
## 5506  Deuteronomy 23:5        Deut. 23:5
## 5507  Deuteronomy 23:6        Deut. 23:6
## 5508  Deuteronomy 23:7        Deut. 23:7
## 5509  Deuteronomy 23:8        Deut. 23:8
## 5510  Deuteronomy 23:9        Deut. 23:9
## 5511 Deuteronomy 23:10       Deut. 23:10
## 5512 Deuteronomy 23:11       Deut. 23:11
## 5513 Deuteronomy 23:12       Deut. 23:12
## 5514 Deuteronomy 23:13       Deut. 23:13
## 5515 Deuteronomy 23:14       Deut. 23:14
## 5516 Deuteronomy 23:15       Deut. 23:15
## 5517 Deuteronomy 23:16       Deut. 23:16
## 5518 Deuteronomy 23:17       Deut. 23:17
## 5519 Deuteronomy 23:18       Deut. 23:18
## 5520 Deuteronomy 23:19       Deut. 23:19
## 5521 Deuteronomy 23:20       Deut. 23:20
## 5522 Deuteronomy 23:21       Deut. 23:21
## 5523 Deuteronomy 23:22       Deut. 23:22
## 5524 Deuteronomy 23:23       Deut. 23:23
## 5525 Deuteronomy 23:24       Deut. 23:24
## 5526 Deuteronomy 23:25       Deut. 23:25
## 5527  Deuteronomy 24:1        Deut. 24:1
## 5528  Deuteronomy 24:2        Deut. 24:2
## 5529  Deuteronomy 24:3        Deut. 24:3
## 5530  Deuteronomy 24:4        Deut. 24:4
## 5531  Deuteronomy 24:5        Deut. 24:5
## 5532  Deuteronomy 24:6        Deut. 24:6
## 5533  Deuteronomy 24:7        Deut. 24:7
## 5534  Deuteronomy 24:8        Deut. 24:8
## 5535  Deuteronomy 24:9        Deut. 24:9
## 5536 Deuteronomy 24:10       Deut. 24:10
## 5537 Deuteronomy 24:11       Deut. 24:11
## 5538 Deuteronomy 24:12       Deut. 24:12
## 5539 Deuteronomy 24:13       Deut. 24:13
## 5540 Deuteronomy 24:14       Deut. 24:14
## 5541 Deuteronomy 24:15       Deut. 24:15
## 5542 Deuteronomy 24:16       Deut. 24:16
## 5543 Deuteronomy 24:17       Deut. 24:17
## 5544 Deuteronomy 24:18       Deut. 24:18
## 5545 Deuteronomy 24:19       Deut. 24:19
## 5546 Deuteronomy 24:20       Deut. 24:20
## 5547 Deuteronomy 24:21       Deut. 24:21
## 5548 Deuteronomy 24:22       Deut. 24:22
## 5549  Deuteronomy 25:1        Deut. 25:1
## 5550  Deuteronomy 25:2        Deut. 25:2
## 5551  Deuteronomy 25:3        Deut. 25:3
## 5552  Deuteronomy 25:4        Deut. 25:4
## 5553  Deuteronomy 25:5        Deut. 25:5
## 5554  Deuteronomy 25:6        Deut. 25:6
## 5555  Deuteronomy 25:7        Deut. 25:7
## 5556  Deuteronomy 25:8        Deut. 25:8
## 5557  Deuteronomy 25:9        Deut. 25:9
## 5558 Deuteronomy 25:10       Deut. 25:10
## 5559 Deuteronomy 25:11       Deut. 25:11
## 5560 Deuteronomy 25:12       Deut. 25:12
## 5561 Deuteronomy 25:13       Deut. 25:13
## 5562 Deuteronomy 25:14       Deut. 25:14
## 5563 Deuteronomy 25:15       Deut. 25:15
## 5564 Deuteronomy 25:16       Deut. 25:16
## 5565 Deuteronomy 25:17       Deut. 25:17
## 5566 Deuteronomy 25:18       Deut. 25:18
## 5567 Deuteronomy 25:19       Deut. 25:19
## 5568  Deuteronomy 26:1        Deut. 26:1
## 5569  Deuteronomy 26:2        Deut. 26:2
## 5570  Deuteronomy 26:3        Deut. 26:3
## 5571  Deuteronomy 26:4        Deut. 26:4
## 5572  Deuteronomy 26:5        Deut. 26:5
## 5573  Deuteronomy 26:6        Deut. 26:6
## 5574  Deuteronomy 26:7        Deut. 26:7
## 5575  Deuteronomy 26:8        Deut. 26:8
## 5576  Deuteronomy 26:9        Deut. 26:9
## 5577 Deuteronomy 26:10       Deut. 26:10
## 5578 Deuteronomy 26:11       Deut. 26:11
## 5579 Deuteronomy 26:12       Deut. 26:12
## 5580 Deuteronomy 26:13       Deut. 26:13
## 5581 Deuteronomy 26:14       Deut. 26:14
## 5582 Deuteronomy 26:15       Deut. 26:15
## 5583 Deuteronomy 26:16       Deut. 26:16
## 5584 Deuteronomy 26:17       Deut. 26:17
## 5585 Deuteronomy 26:18       Deut. 26:18
## 5586 Deuteronomy 26:19       Deut. 26:19
## 5587  Deuteronomy 27:1        Deut. 27:1
## 5588  Deuteronomy 27:2        Deut. 27:2
## 5589  Deuteronomy 27:3        Deut. 27:3
## 5590  Deuteronomy 27:4        Deut. 27:4
## 5591  Deuteronomy 27:5        Deut. 27:5
## 5592  Deuteronomy 27:6        Deut. 27:6
## 5593  Deuteronomy 27:7        Deut. 27:7
## 5594  Deuteronomy 27:8        Deut. 27:8
## 5595  Deuteronomy 27:9        Deut. 27:9
## 5596 Deuteronomy 27:10       Deut. 27:10
## 5597 Deuteronomy 27:11       Deut. 27:11
## 5598 Deuteronomy 27:12       Deut. 27:12
## 5599 Deuteronomy 27:13       Deut. 27:13
## 5600 Deuteronomy 27:14       Deut. 27:14
## 5601 Deuteronomy 27:15       Deut. 27:15
## 5602 Deuteronomy 27:16       Deut. 27:16
## 5603 Deuteronomy 27:17       Deut. 27:17
## 5604 Deuteronomy 27:18       Deut. 27:18
## 5605 Deuteronomy 27:19       Deut. 27:19
## 5606 Deuteronomy 27:20       Deut. 27:20
## 5607 Deuteronomy 27:21       Deut. 27:21
## 5608 Deuteronomy 27:22       Deut. 27:22
## 5609 Deuteronomy 27:23       Deut. 27:23
## 5610 Deuteronomy 27:24       Deut. 27:24
## 5611 Deuteronomy 27:25       Deut. 27:25
## 5612 Deuteronomy 27:26       Deut. 27:26
## 5613  Deuteronomy 28:1        Deut. 28:1
## 5614  Deuteronomy 28:2        Deut. 28:2
## 5615  Deuteronomy 28:3        Deut. 28:3
## 5616  Deuteronomy 28:4        Deut. 28:4
## 5617  Deuteronomy 28:5        Deut. 28:5
## 5618  Deuteronomy 28:6        Deut. 28:6
## 5619  Deuteronomy 28:7        Deut. 28:7
## 5620  Deuteronomy 28:8        Deut. 28:8
## 5621  Deuteronomy 28:9        Deut. 28:9
## 5622 Deuteronomy 28:10       Deut. 28:10
## 5623 Deuteronomy 28:11       Deut. 28:11
## 5624 Deuteronomy 28:12       Deut. 28:12
## 5625 Deuteronomy 28:13       Deut. 28:13
## 5626 Deuteronomy 28:14       Deut. 28:14
## 5627 Deuteronomy 28:15       Deut. 28:15
## 5628 Deuteronomy 28:16       Deut. 28:16
## 5629 Deuteronomy 28:17       Deut. 28:17
## 5630 Deuteronomy 28:18       Deut. 28:18
## 5631 Deuteronomy 28:19       Deut. 28:19
## 5632 Deuteronomy 28:20       Deut. 28:20
## 5633 Deuteronomy 28:21       Deut. 28:21
## 5634 Deuteronomy 28:22       Deut. 28:22
## 5635 Deuteronomy 28:23       Deut. 28:23
## 5636 Deuteronomy 28:24       Deut. 28:24
## 5637 Deuteronomy 28:25       Deut. 28:25
## 5638 Deuteronomy 28:26       Deut. 28:26
## 5639 Deuteronomy 28:27       Deut. 28:27
## 5640 Deuteronomy 28:28       Deut. 28:28
## 5641 Deuteronomy 28:29       Deut. 28:29
## 5642 Deuteronomy 28:30       Deut. 28:30
## 5643 Deuteronomy 28:31       Deut. 28:31
## 5644 Deuteronomy 28:32       Deut. 28:32
## 5645 Deuteronomy 28:33       Deut. 28:33
## 5646 Deuteronomy 28:34       Deut. 28:34
## 5647 Deuteronomy 28:35       Deut. 28:35
## 5648 Deuteronomy 28:36       Deut. 28:36
## 5649 Deuteronomy 28:37       Deut. 28:37
## 5650 Deuteronomy 28:38       Deut. 28:38
## 5651 Deuteronomy 28:39       Deut. 28:39
## 5652 Deuteronomy 28:40       Deut. 28:40
## 5653 Deuteronomy 28:41       Deut. 28:41
## 5654 Deuteronomy 28:42       Deut. 28:42
## 5655 Deuteronomy 28:43       Deut. 28:43
## 5656 Deuteronomy 28:44       Deut. 28:44
## 5657 Deuteronomy 28:45       Deut. 28:45
## 5658 Deuteronomy 28:46       Deut. 28:46
## 5659 Deuteronomy 28:47       Deut. 28:47
## 5660 Deuteronomy 28:48       Deut. 28:48
## 5661 Deuteronomy 28:49       Deut. 28:49
## 5662 Deuteronomy 28:50       Deut. 28:50
## 5663 Deuteronomy 28:51       Deut. 28:51
## 5664 Deuteronomy 28:52       Deut. 28:52
## 5665 Deuteronomy 28:53       Deut. 28:53
## 5666 Deuteronomy 28:54       Deut. 28:54
## 5667 Deuteronomy 28:55       Deut. 28:55
## 5668 Deuteronomy 28:56       Deut. 28:56
## 5669 Deuteronomy 28:57       Deut. 28:57
## 5670 Deuteronomy 28:58       Deut. 28:58
## 5671 Deuteronomy 28:59       Deut. 28:59
## 5672 Deuteronomy 28:60       Deut. 28:60
## 5673 Deuteronomy 28:61       Deut. 28:61
## 5674 Deuteronomy 28:62       Deut. 28:62
## 5675 Deuteronomy 28:63       Deut. 28:63
## 5676 Deuteronomy 28:64       Deut. 28:64
## 5677 Deuteronomy 28:65       Deut. 28:65
## 5678 Deuteronomy 28:66       Deut. 28:66
## 5679 Deuteronomy 28:67       Deut. 28:67
## 5680 Deuteronomy 28:68       Deut. 28:68
## 5681  Deuteronomy 29:1        Deut. 29:1
## 5682  Deuteronomy 29:2        Deut. 29:2
## 5683  Deuteronomy 29:3        Deut. 29:3
## 5684  Deuteronomy 29:4        Deut. 29:4
## 5685  Deuteronomy 29:5        Deut. 29:5
## 5686  Deuteronomy 29:6        Deut. 29:6
## 5687  Deuteronomy 29:7        Deut. 29:7
## 5688  Deuteronomy 29:8        Deut. 29:8
## 5689  Deuteronomy 29:9        Deut. 29:9
## 5690 Deuteronomy 29:10       Deut. 29:10
## 5691 Deuteronomy 29:11       Deut. 29:11
## 5692 Deuteronomy 29:12       Deut. 29:12
## 5693 Deuteronomy 29:13       Deut. 29:13
## 5694 Deuteronomy 29:14       Deut. 29:14
## 5695 Deuteronomy 29:15       Deut. 29:15
## 5696 Deuteronomy 29:16       Deut. 29:16
## 5697 Deuteronomy 29:17       Deut. 29:17
## 5698 Deuteronomy 29:18       Deut. 29:18
## 5699 Deuteronomy 29:19       Deut. 29:19
## 5700 Deuteronomy 29:20       Deut. 29:20
## 5701 Deuteronomy 29:21       Deut. 29:21
## 5702 Deuteronomy 29:22       Deut. 29:22
## 5703 Deuteronomy 29:23       Deut. 29:23
## 5704 Deuteronomy 29:24       Deut. 29:24
## 5705 Deuteronomy 29:25       Deut. 29:25
## 5706 Deuteronomy 29:26       Deut. 29:26
## 5707 Deuteronomy 29:27       Deut. 29:27
## 5708 Deuteronomy 29:28       Deut. 29:28
## 5709 Deuteronomy 29:29       Deut. 29:29
## 5710  Deuteronomy 30:1        Deut. 30:1
## 5711  Deuteronomy 30:2        Deut. 30:2
## 5712  Deuteronomy 30:3        Deut. 30:3
## 5713  Deuteronomy 30:4        Deut. 30:4
## 5714  Deuteronomy 30:5        Deut. 30:5
## 5715  Deuteronomy 30:6        Deut. 30:6
## 5716  Deuteronomy 30:7        Deut. 30:7
## 5717  Deuteronomy 30:8        Deut. 30:8
## 5718  Deuteronomy 30:9        Deut. 30:9
## 5719 Deuteronomy 30:10       Deut. 30:10
## 5720 Deuteronomy 30:11       Deut. 30:11
## 5721 Deuteronomy 30:12       Deut. 30:12
## 5722 Deuteronomy 30:13       Deut. 30:13
## 5723 Deuteronomy 30:14       Deut. 30:14
## 5724 Deuteronomy 30:15       Deut. 30:15
## 5725 Deuteronomy 30:16       Deut. 30:16
## 5726 Deuteronomy 30:17       Deut. 30:17
## 5727 Deuteronomy 30:18       Deut. 30:18
## 5728 Deuteronomy 30:19       Deut. 30:19
## 5729 Deuteronomy 30:20       Deut. 30:20
## 5730  Deuteronomy 31:1        Deut. 31:1
## 5731  Deuteronomy 31:2        Deut. 31:2
## 5732  Deuteronomy 31:3        Deut. 31:3
## 5733  Deuteronomy 31:4        Deut. 31:4
## 5734  Deuteronomy 31:5        Deut. 31:5
## 5735  Deuteronomy 31:6        Deut. 31:6
## 5736  Deuteronomy 31:7        Deut. 31:7
## 5737  Deuteronomy 31:8        Deut. 31:8
## 5738  Deuteronomy 31:9        Deut. 31:9
## 5739 Deuteronomy 31:10       Deut. 31:10
## 5740 Deuteronomy 31:11       Deut. 31:11
## 5741 Deuteronomy 31:12       Deut. 31:12
## 5742 Deuteronomy 31:13       Deut. 31:13
## 5743 Deuteronomy 31:14       Deut. 31:14
## 5744 Deuteronomy 31:15       Deut. 31:15
## 5745 Deuteronomy 31:16       Deut. 31:16
## 5746 Deuteronomy 31:17       Deut. 31:17
## 5747 Deuteronomy 31:18       Deut. 31:18
## 5748 Deuteronomy 31:19       Deut. 31:19
## 5749 Deuteronomy 31:20       Deut. 31:20
## 5750 Deuteronomy 31:21       Deut. 31:21
## 5751 Deuteronomy 31:22       Deut. 31:22
## 5752 Deuteronomy 31:23       Deut. 31:23
## 5753 Deuteronomy 31:24       Deut. 31:24
## 5754 Deuteronomy 31:25       Deut. 31:25
## 5755 Deuteronomy 31:26       Deut. 31:26
## 5756 Deuteronomy 31:27       Deut. 31:27
## 5757 Deuteronomy 31:28       Deut. 31:28
## 5758 Deuteronomy 31:29       Deut. 31:29
## 5759 Deuteronomy 31:30       Deut. 31:30
## 5760  Deuteronomy 32:1        Deut. 32:1
## 5761  Deuteronomy 32:2        Deut. 32:2
## 5762  Deuteronomy 32:3        Deut. 32:3
## 5763  Deuteronomy 32:4        Deut. 32:4
## 5764  Deuteronomy 32:5        Deut. 32:5
## 5765  Deuteronomy 32:6        Deut. 32:6
## 5766  Deuteronomy 32:7        Deut. 32:7
## 5767  Deuteronomy 32:8        Deut. 32:8
## 5768  Deuteronomy 32:9        Deut. 32:9
## 5769 Deuteronomy 32:10       Deut. 32:10
## 5770 Deuteronomy 32:11       Deut. 32:11
## 5771 Deuteronomy 32:12       Deut. 32:12
## 5772 Deuteronomy 32:13       Deut. 32:13
## 5773 Deuteronomy 32:14       Deut. 32:14
## 5774 Deuteronomy 32:15       Deut. 32:15
## 5775 Deuteronomy 32:16       Deut. 32:16
## 5776 Deuteronomy 32:17       Deut. 32:17
## 5777 Deuteronomy 32:18       Deut. 32:18
## 5778 Deuteronomy 32:19       Deut. 32:19
## 5779 Deuteronomy 32:20       Deut. 32:20
## 5780 Deuteronomy 32:21       Deut. 32:21
## 5781 Deuteronomy 32:22       Deut. 32:22
## 5782 Deuteronomy 32:23       Deut. 32:23
## 5783 Deuteronomy 32:24       Deut. 32:24
## 5784 Deuteronomy 32:25       Deut. 32:25
## 5785 Deuteronomy 32:26       Deut. 32:26
## 5786 Deuteronomy 32:27       Deut. 32:27
## 5787 Deuteronomy 32:28       Deut. 32:28
## 5788 Deuteronomy 32:29       Deut. 32:29
## 5789 Deuteronomy 32:30       Deut. 32:30
## 5790 Deuteronomy 32:31       Deut. 32:31
## 5791 Deuteronomy 32:32       Deut. 32:32
## 5792 Deuteronomy 32:33       Deut. 32:33
## 5793 Deuteronomy 32:34       Deut. 32:34
## 5794 Deuteronomy 32:35       Deut. 32:35
## 5795 Deuteronomy 32:36       Deut. 32:36
## 5796 Deuteronomy 32:37       Deut. 32:37
## 5797 Deuteronomy 32:38       Deut. 32:38
## 5798 Deuteronomy 32:39       Deut. 32:39
## 5799 Deuteronomy 32:40       Deut. 32:40
## 5800 Deuteronomy 32:41       Deut. 32:41
## 5801 Deuteronomy 32:42       Deut. 32:42
## 5802 Deuteronomy 32:43       Deut. 32:43
## 5803 Deuteronomy 32:44       Deut. 32:44
## 5804 Deuteronomy 32:45       Deut. 32:45
## 5805 Deuteronomy 32:46       Deut. 32:46
## 5806 Deuteronomy 32:47       Deut. 32:47
## 5807 Deuteronomy 32:48       Deut. 32:48
## 5808 Deuteronomy 32:49       Deut. 32:49
## 5809 Deuteronomy 32:50       Deut. 32:50
## 5810 Deuteronomy 32:51       Deut. 32:51
## 5811 Deuteronomy 32:52       Deut. 32:52
## 5812  Deuteronomy 33:1        Deut. 33:1
## 5813  Deuteronomy 33:2        Deut. 33:2
## 5814  Deuteronomy 33:3        Deut. 33:3
## 5815  Deuteronomy 33:4        Deut. 33:4
## 5816  Deuteronomy 33:5        Deut. 33:5
## 5817  Deuteronomy 33:6        Deut. 33:6
## 5818  Deuteronomy 33:7        Deut. 33:7
## 5819  Deuteronomy 33:8        Deut. 33:8
## 5820  Deuteronomy 33:9        Deut. 33:9
## 5821 Deuteronomy 33:10       Deut. 33:10
## 5822 Deuteronomy 33:11       Deut. 33:11
## 5823 Deuteronomy 33:12       Deut. 33:12
## 5824 Deuteronomy 33:13       Deut. 33:13
## 5825 Deuteronomy 33:14       Deut. 33:14
## 5826 Deuteronomy 33:15       Deut. 33:15
## 5827 Deuteronomy 33:16       Deut. 33:16
## 5828 Deuteronomy 33:17       Deut. 33:17
## 5829 Deuteronomy 33:18       Deut. 33:18
## 5830 Deuteronomy 33:19       Deut. 33:19
## 5831 Deuteronomy 33:20       Deut. 33:20
## 5832 Deuteronomy 33:21       Deut. 33:21
## 5833 Deuteronomy 33:22       Deut. 33:22
## 5834 Deuteronomy 33:23       Deut. 33:23
## 5835 Deuteronomy 33:24       Deut. 33:24
## 5836 Deuteronomy 33:25       Deut. 33:25
## 5837 Deuteronomy 33:26       Deut. 33:26
## 5838 Deuteronomy 33:27       Deut. 33:27
## 5839 Deuteronomy 33:28       Deut. 33:28
## 5840 Deuteronomy 33:29       Deut. 33:29
## 5841  Deuteronomy 34:1        Deut. 34:1
## 5842  Deuteronomy 34:2        Deut. 34:2
## 5843  Deuteronomy 34:3        Deut. 34:3
## 5844  Deuteronomy 34:4        Deut. 34:4
## 5845  Deuteronomy 34:5        Deut. 34:5
## 5846  Deuteronomy 34:6        Deut. 34:6
## 5847  Deuteronomy 34:7        Deut. 34:7
## 5848  Deuteronomy 34:8        Deut. 34:8
## 5849  Deuteronomy 34:9        Deut. 34:9
## 5850 Deuteronomy 34:10       Deut. 34:10
## 5851 Deuteronomy 34:11       Deut. 34:11
## 5852 Deuteronomy 34:12       Deut. 34:12
## 5853        Joshua 1:1         Josh. 1:1
## 5854        Joshua 1:2         Josh. 1:2
## 5855        Joshua 1:3         Josh. 1:3
## 5856        Joshua 1:4         Josh. 1:4
## 5857        Joshua 1:5         Josh. 1:5
## 5858        Joshua 1:6         Josh. 1:6
## 5859        Joshua 1:7         Josh. 1:7
## 5860        Joshua 1:8         Josh. 1:8
## 5861        Joshua 1:9         Josh. 1:9
## 5862       Joshua 1:10        Josh. 1:10
## 5863       Joshua 1:11        Josh. 1:11
## 5864       Joshua 1:12        Josh. 1:12
## 5865       Joshua 1:13        Josh. 1:13
## 5866       Joshua 1:14        Josh. 1:14
## 5867       Joshua 1:15        Josh. 1:15
## 5868       Joshua 1:16        Josh. 1:16
## 5869       Joshua 1:17        Josh. 1:17
## 5870       Joshua 1:18        Josh. 1:18
## 5871        Joshua 2:1         Josh. 2:1
## 5872        Joshua 2:2         Josh. 2:2
## 5873        Joshua 2:3         Josh. 2:3
## 5874        Joshua 2:4         Josh. 2:4
## 5875        Joshua 2:5         Josh. 2:5
## 5876        Joshua 2:6         Josh. 2:6
## 5877        Joshua 2:7         Josh. 2:7
## 5878        Joshua 2:8         Josh. 2:8
## 5879        Joshua 2:9         Josh. 2:9
## 5880       Joshua 2:10        Josh. 2:10
## 5881       Joshua 2:11        Josh. 2:11
## 5882       Joshua 2:12        Josh. 2:12
##  [ reached 'max' / getOption("max.print") -- omitted 25220 rows ]
word <- dat %>%
  mutate(wordcount =
           sapply(dat$scripture_text, function(x) length(unlist(strsplit(as.character(x), "\\W+")))))

new <- word %>%
  subset(volume_title == 'New Testament')
head(new)
##       volume_id book_id chapter_id verse_id  volume_title book_title
## 23146         2      40        930    23146 New Testament    Matthew
## 23147         2      40        930    23147 New Testament    Matthew
## 23148         2      40        930    23148 New Testament    Matthew
## 23149         2      40        930    23149 New Testament    Matthew
## 23150         2      40        930    23150 New Testament    Matthew
## 23151         2      40        930    23151 New Testament    Matthew
##       volume_long_title                    book_long_title volume_subtitle
## 23146 The New Testament The Gospel According to St Matthew              NA
## 23147 The New Testament The Gospel According to St Matthew              NA
## 23148 The New Testament The Gospel According to St Matthew              NA
## 23149 The New Testament The Gospel According to St Matthew              NA
## 23150 The New Testament The Gospel According to St Matthew              NA
## 23151 The New Testament The Gospel According to St Matthew              NA
##       book_subtitle volume_short_title book_short_title chapter_number
## 23146            NA                 NT            Matt.              1
## 23147            NA                 NT            Matt.              1
## 23148            NA                 NT            Matt.              1
## 23149            NA                 NT            Matt.              1
## 23150            NA                 NT            Matt.              1
## 23151            NA                 NT            Matt.              1
##       verse_number
## 23146            1
## 23147            2
## 23148            3
## 23149            4
## 23150            5
## 23151            6
##                                                                                                 scripture_text
## 23146                        THE book of the generation of Jesus Christ, the son of David, the son of Abraham.
## 23147                      Abraham begat Isaac; and Isaac begat Jacob; and Jacob begat Judas and his brethren;
## 23148                 And Judas begat Phares and Zara of Thamar; and Phares begat Esrom; and Esrom begat Aram;
## 23149                           And Aram begat Aminadab; and Aminadab begat Naasson; and Naasson begat Salmon;
## 23150                      And Salmon begat Booz of Rachab; and Booz begat Obed of Ruth; and Obed begat Jesse;
## 23151 And Jesse begat David the king; and David the king begat Solomon of her that had been the wife of Urias;
##       verse_title verse_short_title wordcount
## 23146 Matthew 1:1         Matt. 1:1        16
## 23147 Matthew 1:2         Matt. 1:2        14
## 23148 Matthew 1:3         Matt. 1:3        16
## 23149 Matthew 1:4         Matt. 1:4        12
## 23150 Matthew 1:5         Matt. 1:5        16
## 23151 Matthew 1:6         Matt. 1:6        21
mean(new$wordcount)
## [1] 22.71019
old <- word %>%
  subset(volume_title == 'Old Testament')
mean(old$wordcount)
## [1] 26.42208
str_count(old, "(?i)lord")
## Warning in stri_count_regex(string, pattern, opts_regex = opts(pattern)):
## argument is not an atomic vector; coercing
##  [1]    0    0    0    0    0    0    0    0    0    0    0    0    0    0 7273
## [16]    0    0 7273
str_count(new, "(?i)lord")
## Warning in stri_count_regex(string, pattern, opts_regex = opts(pattern)):
## argument is not an atomic vector; coercing
##  [1]   0   0   0   0   0   0   0   0   0   0   0   0   0   0 736   0   0 736
new2 <- dat %>%
  filter(volume_title == "New Testament") %>%
  select(book_title, verse_id, scripture_text,verse_number) %>%
  mutate(wordcount = str_count(scripture_text,'\\w+')) %>%
  group_by(book_title)
new2
## # A tibble: 7,957 × 5
## # Groups:   book_title [27]
##    book_title verse_id scripture_text                     verse_number wordcount
##    <chr>         <int> <chr>                                     <int>     <int>
##  1 Matthew       23146 THE book of the generation of Jes…            1        16
##  2 Matthew       23147 Abraham begat Isaac; and Isaac be…            2        14
##  3 Matthew       23148 And Judas begat Phares and Zara o…            3        16
##  4 Matthew       23149 And Aram begat Aminadab; and Amin…            4        12
##  5 Matthew       23150 And Salmon begat Booz of Rachab; …            5        16
##  6 Matthew       23151 And Jesse begat David the king; a…            6        21
##  7 Matthew       23152 And Solomon begat Roboam; and Rob…            7        12
##  8 Matthew       23153 And Asa begat Josaphat; and Josap…            8        12
##  9 Matthew       23154 And Ozias begat Joatham; and Joat…            9        12
## 10 Matthew       23155 And Ezekias begat Manasses; and M…           10        12
## # … with 7,947 more rows
ggplot(data = new2, aes( y = wordcount, x= verse_number, fill = book_title)) +
  geom_col() +
  facet_wrap(~book_title, scales = 'free') +
  theme(legend.position = "none") +
  labs(x = "Verse Number",
       y = "Word Count",
       title = "New Testament Word Average By Verse Number")